From 668d25980fc81f4c2290be0c4076f8b6ace0c39b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 28 Jan 2025 20:30:10 +0000 Subject: [PATCH] Migrate to SPDX-FileCopyrightText notices MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Automated using the following snippet: find . \ \( -name '*.c' -o -name '*.cpp' -o -name '*.h' -o -name '*.hpp' \ -o -name '*.py' -o -name '*.sh' \) -print0 | while IFS= read -r -d '' file; do sed -E -i \ 's/Copyright(\s*\(C\))?\s+([0-9]{4})\s+(.*)/SPDX-FileCopyrightText: \2 \3/g' \ "$file" done Change-Id: I9a12cdc7fc8bed0c6436b5be62cc57f56ec4ed89 Signed-off-by: Jérémie Galarneau --- .vscode/build.sh | 2 +- .vscode/libtool_gdb_wrapper.sh | 2 +- doc/examples/trigger-condition-event-matches/demo.sh | 2 +- .../trigger-condition-event-matches/instrumented-app.c | 2 +- .../notification-client.cpp | 2 +- .../tracepoint-trigger-example.c | 2 +- .../tracepoint-trigger-example.h | 2 +- extras/bindings/swig/python/tests/example.py | 2 +- extras/bindings/swig/python/tests/run.sh | 2 +- extras/bindings/swig/python/tests/tests.py | 2 +- extras/core-handler/crash.c | 2 +- extras/core-handler/handler.sh | 2 +- extras/core-handler/install.sh | 2 +- extras/core-handler/test.sh | 2 +- include/lttng/action/action-internal.hpp | 2 +- include/lttng/action/action.h | 2 +- include/lttng/action/list-internal.hpp | 2 +- include/lttng/action/list.h | 2 +- include/lttng/action/notify-internal.hpp | 2 +- include/lttng/action/notify.h | 2 +- include/lttng/action/path-internal.hpp | 2 +- include/lttng/action/path.h | 2 +- include/lttng/action/rate-policy-internal.hpp | 2 +- include/lttng/action/rate-policy.h | 2 +- include/lttng/action/rotate-session-internal.hpp | 2 +- include/lttng/action/rotate-session.h | 2 +- include/lttng/action/snapshot-session-internal.hpp | 2 +- include/lttng/action/snapshot-session.h | 2 +- include/lttng/action/start-session-internal.hpp | 2 +- include/lttng/action/start-session.h | 2 +- include/lttng/action/stop-session-internal.hpp | 2 +- include/lttng/action/stop-session.h | 2 +- include/lttng/channel-internal.hpp | 2 +- include/lttng/channel.h | 2 +- include/lttng/clear-handle.h | 4 ++-- include/lttng/clear.h | 4 ++-- include/lttng/condition/buffer-usage-internal.hpp | 2 +- include/lttng/condition/buffer-usage.h | 2 +- include/lttng/condition/condition-internal.hpp | 2 +- include/lttng/condition/condition.h | 2 +- include/lttng/condition/evaluation-internal.hpp | 2 +- include/lttng/condition/evaluation.h | 2 +- include/lttng/condition/event-rule-matches-internal.hpp | 2 +- include/lttng/condition/event-rule-matches.h | 2 +- .../lttng/condition/session-consumed-size-internal.hpp | 2 +- include/lttng/condition/session-consumed-size.h | 2 +- include/lttng/condition/session-rotation-internal.hpp | 2 +- include/lttng/condition/session-rotation.h | 2 +- include/lttng/constant.h | 2 +- include/lttng/destruction-handle.h | 2 +- include/lttng/domain-internal.hpp | 2 +- include/lttng/domain.h | 2 +- include/lttng/endpoint-internal.hpp | 2 +- include/lttng/endpoint.h | 2 +- include/lttng/error-query-internal.hpp | 2 +- include/lttng/error-query.h | 2 +- include/lttng/event-expr-internal.hpp | 2 +- include/lttng/event-expr.h | 2 +- include/lttng/event-field-value-internal.hpp | 2 +- include/lttng/event-field-value.h | 2 +- include/lttng/event-internal.hpp | 2 +- include/lttng/event-rule/event-rule-internal.hpp | 2 +- include/lttng/event-rule/event-rule.h | 2 +- include/lttng/event-rule/jul-logging-internal.hpp | 2 +- include/lttng/event-rule/jul-logging.h | 2 +- include/lttng/event-rule/kernel-kprobe-internal.hpp | 2 +- include/lttng/event-rule/kernel-kprobe.h | 2 +- include/lttng/event-rule/kernel-syscall-internal.hpp | 2 +- include/lttng/event-rule/kernel-syscall.h | 2 +- include/lttng/event-rule/kernel-tracepoint-internal.hpp | 2 +- include/lttng/event-rule/kernel-tracepoint.h | 2 +- include/lttng/event-rule/kernel-uprobe-internal.hpp | 2 +- include/lttng/event-rule/kernel-uprobe.h | 2 +- include/lttng/event-rule/log4j-logging-internal.hpp | 2 +- include/lttng/event-rule/log4j-logging.h | 2 +- include/lttng/event-rule/log4j2-logging-internal.hpp | 2 +- include/lttng/event-rule/log4j2-logging.h | 2 +- include/lttng/event-rule/python-logging-internal.hpp | 2 +- include/lttng/event-rule/python-logging.h | 2 +- include/lttng/event-rule/user-tracepoint-internal.hpp | 2 +- include/lttng/event-rule/user-tracepoint.h | 2 +- include/lttng/event.h | 4 ++-- include/lttng/handle.h | 2 +- include/lttng/health-internal.hpp | 4 ++-- include/lttng/health.h | 4 ++-- include/lttng/kernel-probe-internal.hpp | 2 +- include/lttng/kernel-probe.h | 2 +- include/lttng/kernel.h | 4 ++-- include/lttng/load-internal.hpp | 4 ++-- include/lttng/load.h | 4 ++-- include/lttng/location-internal.hpp | 2 +- include/lttng/location.h | 2 +- include/lttng/log-level-rule-internal.hpp | 2 +- include/lttng/log-level-rule.h | 2 +- include/lttng/lttng-error.h | 2 +- include/lttng/lttng-export.h | 2 +- include/lttng/lttng.h | 2 +- include/lttng/notification/channel-internal.hpp | 2 +- include/lttng/notification/channel.h | 2 +- include/lttng/notification/notification-internal.hpp | 2 +- include/lttng/notification/notification.h | 2 +- include/lttng/rotate-internal.hpp | 2 +- include/lttng/rotation.h | 4 ++-- include/lttng/save-internal.hpp | 2 +- include/lttng/save.h | 2 +- include/lttng/session-descriptor-internal.hpp | 2 +- include/lttng/session-descriptor.h | 2 +- include/lttng/session-internal.hpp | 2 +- include/lttng/session.h | 4 ++-- include/lttng/snapshot-internal.hpp | 2 +- include/lttng/snapshot.h | 2 +- include/lttng/tracker.h | 4 ++-- include/lttng/trigger/trigger-internal.hpp | 2 +- include/lttng/trigger/trigger.h | 2 +- include/lttng/userspace-probe-internal.hpp | 4 ++-- include/lttng/userspace-probe.h | 2 +- src/bin/lttng-consumerd/health-consumerd.cpp | 2 +- src/bin/lttng-consumerd/health-consumerd.hpp | 4 ++-- src/bin/lttng-consumerd/lttng-consumerd.cpp | 4 ++-- src/bin/lttng-consumerd/lttng-consumerd.hpp | 4 ++-- src/bin/lttng-consumerd/testpoint.hpp | 2 +- src/bin/lttng-crash/lttng-crash.cpp | 4 ++-- src/bin/lttng-relayd/backward-compatibility-group-by.cpp | 2 +- src/bin/lttng-relayd/backward-compatibility-group-by.hpp | 2 +- src/bin/lttng-relayd/cmd-2-1.cpp | 6 +++--- src/bin/lttng-relayd/cmd-2-1.hpp | 6 +++--- src/bin/lttng-relayd/cmd-2-11.cpp | 2 +- src/bin/lttng-relayd/cmd-2-11.hpp | 2 +- src/bin/lttng-relayd/cmd-2-2.cpp | 6 +++--- src/bin/lttng-relayd/cmd-2-2.hpp | 6 +++--- src/bin/lttng-relayd/cmd-2-4.cpp | 6 +++--- src/bin/lttng-relayd/cmd-2-4.hpp | 6 +++--- src/bin/lttng-relayd/cmd.hpp | 6 +++--- src/bin/lttng-relayd/connection.cpp | 6 +++--- src/bin/lttng-relayd/connection.hpp | 6 +++--- src/bin/lttng-relayd/ctf-trace.cpp | 6 +++--- src/bin/lttng-relayd/ctf-trace.hpp | 6 +++--- src/bin/lttng-relayd/health-relayd.cpp | 2 +- src/bin/lttng-relayd/health-relayd.hpp | 4 ++-- src/bin/lttng-relayd/index.cpp | 6 +++--- src/bin/lttng-relayd/index.hpp | 6 +++--- src/bin/lttng-relayd/live.cpp | 6 +++--- src/bin/lttng-relayd/live.hpp | 6 +++--- src/bin/lttng-relayd/lttng-relayd.hpp | 6 +++--- src/bin/lttng-relayd/lttng-viewer-abi.hpp | 6 +++--- src/bin/lttng-relayd/main.cpp | 8 ++++---- src/bin/lttng-relayd/session.cpp | 6 +++--- src/bin/lttng-relayd/session.hpp | 6 +++--- src/bin/lttng-relayd/sessiond-trace-chunks.cpp | 2 +- src/bin/lttng-relayd/sessiond-trace-chunks.hpp | 2 +- src/bin/lttng-relayd/stream.cpp | 8 ++++---- src/bin/lttng-relayd/stream.hpp | 6 +++--- src/bin/lttng-relayd/tcp_keep_alive.cpp | 2 +- src/bin/lttng-relayd/tcp_keep_alive.hpp | 2 +- src/bin/lttng-relayd/testpoint.hpp | 4 ++-- src/bin/lttng-relayd/thread-utils.cpp | 2 +- src/bin/lttng-relayd/tracefile-array.cpp | 2 +- src/bin/lttng-relayd/tracefile-array.hpp | 2 +- src/bin/lttng-relayd/utils.cpp | 4 ++-- src/bin/lttng-relayd/utils.hpp | 6 +++--- src/bin/lttng-relayd/viewer-session.cpp | 6 +++--- src/bin/lttng-relayd/viewer-session.hpp | 6 +++--- src/bin/lttng-relayd/viewer-stream.cpp | 6 +++--- src/bin/lttng-relayd/viewer-stream.hpp | 6 +++--- src/bin/lttng-sessiond/action-executor.cpp | 2 +- src/bin/lttng-sessiond/action-executor.hpp | 2 +- src/bin/lttng-sessiond/agent-thread.cpp | 2 +- src/bin/lttng-sessiond/agent-thread.hpp | 2 +- src/bin/lttng-sessiond/agent.cpp | 4 ++-- src/bin/lttng-sessiond/agent.hpp | 4 ++-- src/bin/lttng-sessiond/buffer-registry.cpp | 2 +- src/bin/lttng-sessiond/buffer-registry.hpp | 2 +- src/bin/lttng-sessiond/channel.cpp | 4 ++-- src/bin/lttng-sessiond/channel.hpp | 2 +- src/bin/lttng-sessiond/clear.cpp | 2 +- src/bin/lttng-sessiond/clear.hpp | 2 +- src/bin/lttng-sessiond/client.cpp | 6 +++--- src/bin/lttng-sessiond/client.hpp | 6 +++--- src/bin/lttng-sessiond/clock-class.cpp | 2 +- src/bin/lttng-sessiond/clock-class.hpp | 2 +- src/bin/lttng-sessiond/cmd.cpp | 4 ++-- src/bin/lttng-sessiond/cmd.hpp | 2 +- src/bin/lttng-sessiond/condition-internal.cpp | 2 +- src/bin/lttng-sessiond/condition-internal.hpp | 2 +- src/bin/lttng-sessiond/consumer-destination-type.hpp | 2 +- src/bin/lttng-sessiond/consumer-output.hpp | 2 +- src/bin/lttng-sessiond/consumer.cpp | 4 ++-- src/bin/lttng-sessiond/consumer.hpp | 2 +- src/bin/lttng-sessiond/context.cpp | 4 ++-- src/bin/lttng-sessiond/context.hpp | 2 +- src/bin/lttng-sessiond/ctf2-trace-class-visitor.cpp | 4 ++-- src/bin/lttng-sessiond/ctf2-trace-class-visitor.hpp | 2 +- src/bin/lttng-sessiond/ctl-utils.hpp | 2 +- src/bin/lttng-sessiond/dispatch.cpp | 6 +++--- src/bin/lttng-sessiond/dispatch.hpp | 6 +++--- src/bin/lttng-sessiond/domain.cpp | 2 +- src/bin/lttng-sessiond/domain.hpp | 2 +- src/bin/lttng-sessiond/event-class.cpp | 2 +- src/bin/lttng-sessiond/event-class.hpp | 2 +- .../lttng-sessiond/event-notifier-error-accounting.cpp | 2 +- .../lttng-sessiond/event-notifier-error-accounting.hpp | 2 +- src/bin/lttng-sessiond/event-rule-configuration.cpp | 2 +- src/bin/lttng-sessiond/event-rule-configuration.hpp | 2 +- src/bin/lttng-sessiond/event.cpp | 4 ++-- src/bin/lttng-sessiond/event.hpp | 2 +- src/bin/lttng-sessiond/fd-limit.cpp | 2 +- src/bin/lttng-sessiond/fd-limit.hpp | 2 +- src/bin/lttng-sessiond/field.cpp | 2 +- src/bin/lttng-sessiond/field.hpp | 2 +- src/bin/lttng-sessiond/globals.cpp | 6 +++--- src/bin/lttng-sessiond/health-sessiond.hpp | 2 +- src/bin/lttng-sessiond/health.cpp | 4 ++-- src/bin/lttng-sessiond/kern-modules.hpp | 2 +- src/bin/lttng-sessiond/kernel-consumer.cpp | 2 +- src/bin/lttng-sessiond/kernel-consumer.hpp | 2 +- src/bin/lttng-sessiond/kernel.cpp | 2 +- src/bin/lttng-sessiond/kernel.hpp | 2 +- src/bin/lttng-sessiond/lttng-sessiond.hpp | 4 ++-- src/bin/lttng-sessiond/lttng-syscall.cpp | 2 +- src/bin/lttng-sessiond/lttng-syscall.hpp | 2 +- src/bin/lttng-sessiond/lttng-ust-abi.hpp | 2 +- src/bin/lttng-sessiond/lttng-ust-ctl.hpp | 2 +- src/bin/lttng-sessiond/lttng-ust-error.hpp | 2 +- src/bin/lttng-sessiond/main.cpp | 6 +++--- src/bin/lttng-sessiond/manage-apps.cpp | 6 +++--- src/bin/lttng-sessiond/manage-apps.hpp | 6 +++--- src/bin/lttng-sessiond/manage-consumer.cpp | 6 +++--- src/bin/lttng-sessiond/manage-consumer.hpp | 6 +++--- src/bin/lttng-sessiond/manage-kernel.cpp | 6 +++--- src/bin/lttng-sessiond/manage-kernel.hpp | 6 +++--- src/bin/lttng-sessiond/modprobe.cpp | 4 ++-- src/bin/lttng-sessiond/modprobe.hpp | 2 +- src/bin/lttng-sessiond/notification-thread-commands.cpp | 2 +- src/bin/lttng-sessiond/notification-thread-commands.hpp | 2 +- src/bin/lttng-sessiond/notification-thread-events.cpp | 2 +- src/bin/lttng-sessiond/notification-thread-events.hpp | 2 +- src/bin/lttng-sessiond/notification-thread-internal.hpp | 2 +- src/bin/lttng-sessiond/notification-thread.cpp | 2 +- src/bin/lttng-sessiond/notification-thread.hpp | 2 +- src/bin/lttng-sessiond/notify-apps.cpp | 2 +- src/bin/lttng-sessiond/notify-apps.hpp | 2 +- src/bin/lttng-sessiond/process-utils.cpp | 6 +++--- .../lttng-sessiond/recording-channel-configuration.cpp | 2 +- .../lttng-sessiond/recording-channel-configuration.hpp | 2 +- src/bin/lttng-sessiond/register.cpp | 6 +++--- src/bin/lttng-sessiond/register.hpp | 6 +++--- src/bin/lttng-sessiond/rotation-thread.cpp | 4 ++-- src/bin/lttng-sessiond/rotation-thread.hpp | 4 ++-- src/bin/lttng-sessiond/save.cpp | 2 +- src/bin/lttng-sessiond/save.hpp | 2 +- src/bin/lttng-sessiond/session.cpp | 2 +- src/bin/lttng-sessiond/session.hpp | 2 +- src/bin/lttng-sessiond/sessiond-config.cpp | 2 +- src/bin/lttng-sessiond/sessiond-config.hpp | 2 +- src/bin/lttng-sessiond/snapshot-output.hpp | 2 +- src/bin/lttng-sessiond/snapshot.cpp | 2 +- src/bin/lttng-sessiond/snapshot.hpp | 2 +- src/bin/lttng-sessiond/stream-class.cpp | 2 +- src/bin/lttng-sessiond/stream-class.hpp | 2 +- src/bin/lttng-sessiond/testpoint.hpp | 2 +- src/bin/lttng-sessiond/thread-utils.cpp | 6 +++--- src/bin/lttng-sessiond/thread.cpp | 2 +- src/bin/lttng-sessiond/thread.hpp | 2 +- src/bin/lttng-sessiond/timer.cpp | 4 ++-- src/bin/lttng-sessiond/timer.hpp | 4 ++-- src/bin/lttng-sessiond/trace-class.cpp | 2 +- src/bin/lttng-sessiond/trace-class.hpp | 2 +- src/bin/lttng-sessiond/trace-kernel.cpp | 2 +- src/bin/lttng-sessiond/trace-kernel.hpp | 2 +- src/bin/lttng-sessiond/trace-ust.cpp | 4 ++-- src/bin/lttng-sessiond/trace-ust.hpp | 4 ++-- src/bin/lttng-sessiond/tracker.cpp | 4 ++-- src/bin/lttng-sessiond/tracker.hpp | 4 ++-- src/bin/lttng-sessiond/trigger-error-query.cpp | 2 +- src/bin/lttng-sessiond/tsdl-trace-class-visitor.cpp | 2 +- src/bin/lttng-sessiond/tsdl-trace-class-visitor.hpp | 2 +- src/bin/lttng-sessiond/ust-app.cpp | 4 ++-- src/bin/lttng-sessiond/ust-app.hpp | 4 ++-- src/bin/lttng-sessiond/ust-clock-class.cpp | 6 +++--- src/bin/lttng-sessiond/ust-clock-class.hpp | 2 +- src/bin/lttng-sessiond/ust-consumer.cpp | 2 +- src/bin/lttng-sessiond/ust-consumer.hpp | 2 +- src/bin/lttng-sessiond/ust-ctl-internal.hpp | 2 +- src/bin/lttng-sessiond/ust-error-internal.hpp | 4 ++-- src/bin/lttng-sessiond/ust-field-convert.cpp | 2 +- src/bin/lttng-sessiond/ust-field-quirks.hpp | 2 +- src/bin/lttng-sessiond/ust-registry-channel.cpp | 2 +- src/bin/lttng-sessiond/ust-registry-channel.hpp | 2 +- src/bin/lttng-sessiond/ust-registry-event.cpp | 2 +- src/bin/lttng-sessiond/ust-registry-event.hpp | 2 +- src/bin/lttng-sessiond/ust-registry-session-pid.cpp | 2 +- src/bin/lttng-sessiond/ust-registry-session-pid.hpp | 2 +- src/bin/lttng-sessiond/ust-registry-session-uid.cpp | 2 +- src/bin/lttng-sessiond/ust-registry-session-uid.hpp | 2 +- src/bin/lttng-sessiond/ust-registry-session.cpp | 2 +- src/bin/lttng-sessiond/ust-registry-session.hpp | 2 +- src/bin/lttng-sessiond/ust-registry.cpp | 2 +- src/bin/lttng-sessiond/ust-registry.hpp | 4 ++-- src/bin/lttng-sessiond/ust-sigbus.cpp | 2 +- src/bin/lttng-sessiond/ust-sigbus.hpp | 2 +- src/bin/lttng-sessiond/utils.cpp | 4 ++-- src/bin/lttng-sessiond/utils.hpp | 2 +- src/bin/lttng/command.hpp | 2 +- src/bin/lttng/commands/add_context.cpp | 4 ++-- src/bin/lttng/commands/add_trigger.cpp | 2 +- src/bin/lttng/commands/clear.cpp | 2 +- src/bin/lttng/commands/create.cpp | 4 ++-- src/bin/lttng/commands/destroy.cpp | 2 +- src/bin/lttng/commands/disable_channels.cpp | 2 +- src/bin/lttng/commands/disable_events.cpp | 2 +- src/bin/lttng/commands/disable_rotation.cpp | 2 +- src/bin/lttng/commands/enable_channels.cpp | 2 +- src/bin/lttng/commands/enable_events.cpp | 2 +- src/bin/lttng/commands/enable_rotation.cpp | 2 +- src/bin/lttng/commands/help.cpp | 2 +- src/bin/lttng/commands/list.cpp | 4 ++-- src/bin/lttng/commands/list_triggers.cpp | 2 +- src/bin/lttng/commands/load.cpp | 2 +- src/bin/lttng/commands/metadata.cpp | 2 +- src/bin/lttng/commands/regenerate.cpp | 2 +- src/bin/lttng/commands/remove_trigger.cpp | 2 +- src/bin/lttng/commands/rotate.cpp | 2 +- src/bin/lttng/commands/save.cpp | 2 +- src/bin/lttng/commands/set_session.cpp | 2 +- src/bin/lttng/commands/snapshot.cpp | 2 +- src/bin/lttng/commands/start.cpp | 2 +- src/bin/lttng/commands/status.cpp | 2 +- src/bin/lttng/commands/stop.cpp | 2 +- src/bin/lttng/commands/track-untrack.cpp | 6 +++--- src/bin/lttng/commands/version.cpp | 2 +- src/bin/lttng/commands/view.cpp | 2 +- src/bin/lttng/conf.cpp | 2 +- src/bin/lttng/conf.hpp | 2 +- src/bin/lttng/exception.cpp | 2 +- src/bin/lttng/exception.hpp | 2 +- src/bin/lttng/loglevel.cpp | 2 +- src/bin/lttng/loglevel.hpp | 2 +- src/bin/lttng/lttng.cpp | 2 +- src/bin/lttng/uprobe.cpp | 2 +- src/bin/lttng/uprobe.hpp | 2 +- src/bin/lttng/utils.cpp | 2 +- src/bin/lttng/utils.hpp | 2 +- src/common/actions/action.cpp | 2 +- src/common/actions/list.cpp | 2 +- src/common/actions/notify.cpp | 2 +- src/common/actions/path.cpp | 2 +- src/common/actions/rate-policy.cpp | 2 +- src/common/actions/rotate-session.cpp | 2 +- src/common/actions/snapshot-session.cpp | 2 +- src/common/actions/start-session.cpp | 2 +- src/common/actions/stop-session.cpp | 2 +- src/common/argpar-utils/argpar-utils.cpp | 2 +- src/common/argpar-utils/argpar-utils.hpp | 2 +- src/common/buffer-view.cpp | 2 +- src/common/buffer-view.hpp | 2 +- src/common/bytecode/bytecode.cpp | 2 +- src/common/bytecode/bytecode.hpp | 2 +- src/common/channel.cpp | 2 +- src/common/common.hpp | 4 ++-- src/common/compat/directory-handle.cpp | 2 +- src/common/compat/directory-handle.hpp | 2 +- src/common/compat/dirent.hpp | 2 +- src/common/compat/endian.hpp | 2 +- src/common/compat/errno.hpp | 2 +- src/common/compat/getenv.hpp | 2 +- src/common/compat/mman.hpp | 2 +- src/common/compat/netdb.hpp | 2 +- src/common/compat/path.hpp | 2 +- src/common/compat/paths.hpp | 2 +- src/common/compat/poll.cpp | 4 ++-- src/common/compat/poll.hpp | 2 +- src/common/compat/pthread.hpp | 2 +- src/common/compat/socket.hpp | 2 +- src/common/compat/string.hpp | 4 ++-- src/common/compat/tid.hpp | 2 +- src/common/compat/time.hpp | 2 +- src/common/compiler.hpp | 2 +- src/common/conditions/buffer-usage.cpp | 2 +- src/common/conditions/condition.cpp | 2 +- src/common/conditions/event-rule-matches.cpp | 2 +- src/common/conditions/session-consumed-size.cpp | 2 +- src/common/conditions/session-rotation.cpp | 2 +- src/common/config/config-internal.hpp | 2 +- src/common/config/session-config.cpp | 2 +- src/common/config/session-config.hpp | 2 +- src/common/consumer/consumer-metadata-cache.cpp | 4 ++-- src/common/consumer/consumer-metadata-cache.hpp | 4 ++-- src/common/consumer/consumer-stream.cpp | 6 +++--- src/common/consumer/consumer-stream.hpp | 2 +- src/common/consumer/consumer-testpoint.hpp | 4 ++-- src/common/consumer/consumer-timer.cpp | 4 ++-- src/common/consumer/consumer-timer.hpp | 6 +++--- src/common/consumer/consumer.cpp | 6 +++--- src/common/consumer/consumer.hpp | 8 ++++---- src/common/consumer/metadata-bucket.cpp | 2 +- src/common/consumer/metadata-bucket.hpp | 2 +- src/common/container-wrapper.hpp | 2 +- src/common/context.cpp | 2 +- src/common/context.hpp | 2 +- src/common/credentials.cpp | 2 +- src/common/credentials.hpp | 2 +- src/common/ctl/format.hpp | 2 +- src/common/ctl/memory.hpp | 2 +- src/common/daemonize.cpp | 4 ++-- src/common/daemonize.hpp | 4 ++-- src/common/defaults.cpp | 2 +- src/common/defaults.hpp | 6 +++--- src/common/domain.cpp | 2 +- src/common/dynamic-array.cpp | 2 +- src/common/dynamic-array.hpp | 2 +- src/common/dynamic-buffer.cpp | 2 +- src/common/dynamic-buffer.hpp | 2 +- src/common/endpoint.cpp | 2 +- src/common/error-query.cpp | 2 +- src/common/error.cpp | 2 +- src/common/error.hpp | 2 +- src/common/evaluation.cpp | 2 +- src/common/event-expr/event-expr.cpp | 2 +- src/common/event-field-value.cpp | 2 +- src/common/event-rule/event-rule.cpp | 2 +- src/common/event-rule/jul-logging.cpp | 2 +- src/common/event-rule/kernel-kprobe.cpp | 2 +- src/common/event-rule/kernel-syscall.cpp | 2 +- src/common/event-rule/kernel-tracepoint.cpp | 2 +- src/common/event-rule/kernel-uprobe.cpp | 2 +- src/common/event-rule/log4j-logging.cpp | 2 +- src/common/event-rule/log4j2-logging.cpp | 2 +- src/common/event-rule/python-logging.cpp | 2 +- src/common/event-rule/user-tracepoint.cpp | 2 +- src/common/event.cpp | 2 +- src/common/eventfd.cpp | 2 +- src/common/eventfd.hpp | 2 +- src/common/exception.cpp | 2 +- src/common/exception.hpp | 2 +- src/common/fd-handle.cpp | 2 +- src/common/fd-handle.hpp | 2 +- src/common/fd-tracker/fd-tracker.hpp | 2 +- src/common/fd-tracker/inode.cpp | 2 +- src/common/fd-tracker/inode.hpp | 2 +- src/common/fd-tracker/utils-poll.cpp | 2 +- src/common/fd-tracker/utils.cpp | 2 +- src/common/fd-tracker/utils.hpp | 2 +- src/common/file-descriptor.cpp | 2 +- src/common/file-descriptor.hpp | 2 +- src/common/filter-grammar-test.cpp | 2 +- src/common/filter.cpp | 2 +- src/common/filter.hpp | 2 +- src/common/filter/filter-ast.hpp | 2 +- src/common/filter/filter-ir.hpp | 2 +- src/common/filter/filter-symbols.hpp | 2 +- src/common/filter/filter-visitor-generate-bytecode.cpp | 2 +- src/common/filter/filter-visitor-generate-ir.cpp | 2 +- .../filter/filter-visitor-ir-check-binary-comparator.cpp | 2 +- .../filter/filter-visitor-ir-check-binary-op-nesting.cpp | 2 +- .../filter/filter-visitor-ir-normalize-glob-patterns.cpp | 2 +- src/common/filter/filter-visitor-ir-validate-globbing.cpp | 2 +- src/common/filter/filter-visitor-ir-validate-string.cpp | 2 +- src/common/filter/filter-visitor-xml.cpp | 2 +- src/common/filter/memstream.hpp | 2 +- src/common/format.hpp | 2 +- src/common/fs-handle-internal.hpp | 2 +- src/common/fs-handle.cpp | 2 +- src/common/fs-handle.hpp | 2 +- src/common/futex.cpp | 4 ++-- src/common/futex.hpp | 4 ++-- src/common/hashtable/hashtable-symbols.hpp | 2 +- src/common/hashtable/hashtable.cpp | 2 +- src/common/hashtable/hashtable.hpp | 2 +- src/common/hashtable/seed.cpp | 2 +- src/common/hashtable/utils.cpp | 6 +++--- src/common/hashtable/utils.hpp | 2 +- src/common/health/health.cpp | 4 ++-- src/common/index-allocator.cpp | 2 +- src/common/index-allocator.hpp | 2 +- src/common/index/ctf-index.hpp | 6 +++--- src/common/index/index.cpp | 6 +++--- src/common/index/index.hpp | 6 +++--- src/common/ini-config/ini-config.cpp | 2 +- src/common/ini-config/ini-config.hpp | 2 +- src/common/ini-config/ini.cpp | 2 +- src/common/ini-config/ini.hpp | 2 +- src/common/io-hint.cpp | 2 +- src/common/io-hint.hpp | 2 +- src/common/kernel-consumer/kernel-consumer.cpp | 6 +++--- src/common/kernel-consumer/kernel-consumer.hpp | 6 +++--- src/common/kernel-ctl/kernel-ctl.cpp | 6 +++--- src/common/kernel-ctl/kernel-ctl.hpp | 4 ++-- src/common/kernel-ctl/kernel-ioctl.hpp | 4 ++-- src/common/kernel-probe.cpp | 2 +- src/common/location.cpp | 2 +- src/common/locked-reference.hpp | 2 +- src/common/lockfile.cpp | 4 ++-- src/common/lockfile.hpp | 2 +- src/common/log-level-rule.cpp | 2 +- src/common/logging-utils.cpp | 2 +- src/common/logging-utils.hpp | 2 +- src/common/lttng-elf.cpp | 6 +++--- src/common/lttng-elf.hpp | 4 ++-- src/common/lttng-kernel-old.hpp | 4 ++-- src/common/lttng-kernel.hpp | 4 ++-- src/common/macros.hpp | 4 ++-- src/common/make-unique-wrapper.hpp | 2 +- src/common/make-unique.hpp | 2 +- src/common/math.hpp | 2 +- src/common/meta-helpers.hpp | 2 +- src/common/mi-lttng.cpp | 4 ++-- src/common/mi-lttng.hpp | 4 ++-- src/common/notification.cpp | 2 +- src/common/optional.hpp | 2 +- src/common/path.cpp | 8 ++++---- src/common/path.hpp | 2 +- src/common/payload-view.cpp | 2 +- src/common/payload-view.hpp | 2 +- src/common/payload.cpp | 2 +- src/common/payload.hpp | 2 +- src/common/pipe.cpp | 2 +- src/common/pipe.hpp | 2 +- src/common/pthread-lock.hpp | 2 +- src/common/random.cpp | 2 +- src/common/random.hpp | 2 +- src/common/readwrite.cpp | 2 +- src/common/readwrite.hpp | 2 +- src/common/reference.hpp | 2 +- src/common/relayd/relayd.cpp | 2 +- src/common/relayd/relayd.hpp | 2 +- src/common/runas.cpp | 6 +++--- src/common/runas.hpp | 4 ++-- src/common/scope-exit.hpp | 2 +- src/common/session-descriptor.cpp | 2 +- src/common/sessiond-comm/agent.hpp | 4 ++-- src/common/sessiond-comm/inet.cpp | 2 +- src/common/sessiond-comm/inet.hpp | 2 +- src/common/sessiond-comm/inet6.cpp | 2 +- src/common/sessiond-comm/inet6.hpp | 2 +- src/common/sessiond-comm/relayd.hpp | 4 ++-- src/common/sessiond-comm/sessiond-comm.cpp | 4 ++-- src/common/sessiond-comm/sessiond-comm.hpp | 4 ++-- src/common/shm.cpp | 4 ++-- src/common/shm.hpp | 4 ++-- src/common/snapshot.cpp | 2 +- src/common/snapshot.hpp | 2 +- src/common/spawn-viewer.cpp | 6 +++--- src/common/spawn-viewer.hpp | 2 +- src/common/string-utils/format.hpp | 2 +- src/common/string-utils/string-utils.cpp | 2 +- src/common/string-utils/string-utils.hpp | 2 +- src/common/testpoint/testpoint.cpp | 2 +- src/common/testpoint/testpoint.hpp | 2 +- src/common/thread.cpp | 2 +- src/common/thread.hpp | 2 +- src/common/time.cpp | 2 +- src/common/time.hpp | 2 +- src/common/trace-chunk-registry.hpp | 2 +- src/common/trace-chunk.cpp | 2 +- src/common/trace-chunk.hpp | 2 +- src/common/tracker.cpp | 4 ++-- src/common/tracker.hpp | 4 ++-- src/common/trigger.cpp | 2 +- src/common/unix.cpp | 4 ++-- src/common/unix.hpp | 2 +- src/common/urcu.hpp | 2 +- src/common/uri.cpp | 2 +- src/common/uri.hpp | 2 +- src/common/userspace-probe.cpp | 2 +- src/common/ust-consumer/ust-consumer.cpp | 6 +++--- src/common/ust-consumer/ust-consumer.hpp | 4 ++-- src/common/utils.cpp | 4 ++-- src/common/utils.hpp | 2 +- src/common/uuid.cpp | 4 ++-- src/common/uuid.hpp | 2 +- src/common/waiter.cpp | 4 ++-- src/common/waiter.hpp | 4 ++-- src/lib/lttng-ctl/channel.cpp | 2 +- src/lib/lttng-ctl/clear.cpp | 4 ++-- src/lib/lttng-ctl/deprecated-symbols.cpp | 2 +- src/lib/lttng-ctl/destruction-handle.cpp | 2 +- src/lib/lttng-ctl/event-rule-convert.cpp | 2 +- src/lib/lttng-ctl/event-rule-convert.hpp | 2 +- src/lib/lttng-ctl/event.cpp | 2 +- src/lib/lttng-ctl/load.cpp | 2 +- src/lib/lttng-ctl/lttng-ctl-health.cpp | 4 ++-- src/lib/lttng-ctl/lttng-ctl-helper.hpp | 2 +- src/lib/lttng-ctl/lttng-ctl.cpp | 4 ++-- src/lib/lttng-ctl/rotate.cpp | 2 +- src/lib/lttng-ctl/save.cpp | 2 +- src/lib/lttng-ctl/snapshot.cpp | 2 +- src/lib/lttng-ctl/tracker.cpp | 2 +- tests/perf/find_event.c | 2 +- tests/regression/kernel/select_poll_epoll.cpp | 2 +- tests/regression/kernel/validate_select_poll_epoll.py | 2 +- tests/regression/tools/clear/test_live_hang.py | 2 +- tests/regression/tools/client/test_event_rule_listing.py | 2 +- tests/regression/tools/client/test_session_commands.py | 2 +- tests/regression/tools/context/test_ust.py | 2 +- tests/regression/tools/filtering/gen-ust-events.c | 2 +- tests/regression/tools/filtering/tp.c | 2 +- tests/regression/tools/filtering/tp.h | 2 +- tests/regression/tools/health/health_check.c | 4 ++-- tests/regression/tools/health/health_fail.c | 4 ++-- tests/regression/tools/health/health_stall.c | 4 ++-- tests/regression/tools/health/test_health.sh | 4 ++-- tests/regression/tools/live/live_test.cpp | 2 +- tests/regression/tools/metadata/utils.sh | 2 +- tests/regression/tools/notification/base_client.c | 2 +- .../regression/tools/notification/consumer_testpoints.cpp | 2 +- tests/regression/tools/notification/notification.cpp | 2 +- tests/regression/tools/notification/rotation.c | 2 +- .../regression/tools/notification/sessiond_testpoints.cpp | 4 ++-- .../regression/tools/notification/util_event_generator.sh | 2 +- tests/regression/tools/rotation/rotate_utils.sh | 2 +- tests/regression/tools/rotation/schedule_api.c | 2 +- tests/regression/tools/trigger/hidden/hidden_trigger.cpp | 2 +- tests/regression/tools/trigger/name/trigger_name.cpp | 2 +- .../tools/trigger/utils/notification-client.cpp | 2 +- .../tools/trigger/utils/register-some-triggers.cpp | 2 +- tests/regression/ust/baddr-statedump/prog.c | 2 +- .../ust/baddr-statedump/test_baddr-statedump.py | 4 ++-- tests/regression/ust/baddr-statedump/tp.c | 2 +- tests/regression/ust/baddr-statedump/tp.h | 2 +- .../ust/clock-override/lttng-ust-clock-override-test.c | 4 ++-- tests/regression/ust/daemon/daemon.c | 2 +- tests/regression/ust/daemon/test_daemon.py | 2 +- tests/regression/ust/daemon/ust_tests_daemon.h | 2 +- tests/regression/ust/exit-fast/exit-fast.c | 2 +- tests/regression/ust/exit-fast/test_exit-fast.py | 2 +- tests/regression/ust/fork/fork.c | 4 ++-- tests/regression/ust/fork/fork2.c | 2 +- tests/regression/ust/fork/test_fork.py | 2 +- tests/regression/ust/fork/ust_tests_fork.h | 2 +- .../ust/getcpu-override/lttng-ust-getcpu-override-test.c | 4 ++-- tests/regression/ust/high-throughput/main.c | 4 ++-- tests/regression/ust/high-throughput/tp.c | 2 +- tests/regression/ust/high-throughput/tp.h | 2 +- .../ust/java-jul/test_ust_app_ctl_path_separators.sh | 2 +- tests/regression/ust/libc-wrapper/prog.c | 2 +- tests/regression/ust/libc-wrapper/test_libc-wrapper.py | 2 +- tests/regression/ust/linking/demo.c | 4 ++-- tests/regression/ust/linking/test_linking.py | 2 +- tests/regression/ust/linking/tp.c | 2 +- tests/regression/ust/linking/tp2.c | 2 +- tests/regression/ust/linking/tp3.c | 2 +- tests/regression/ust/linking/ust_tests_demo.h | 2 +- tests/regression/ust/linking/ust_tests_demo2.h | 2 +- tests/regression/ust/linking/ust_tests_demo3.h | 2 +- tests/regression/ust/low-throughput/main.c | 2 +- tests/regression/ust/low-throughput/tp.c | 2 +- tests/regression/ust/low-throughput/tp.h | 2 +- tests/regression/ust/multi-lib/callsites.h | 2 +- tests/regression/ust/multi-lib/multi-lib-test.c | 2 +- tests/regression/ust/multi-lib/probes.c | 2 +- tests/regression/ust/multi-lib/probes.h | 2 +- tests/regression/ust/multi-session/gen-nevents.c | 6 +++--- tests/regression/ust/multi-session/tp.c | 4 ++-- tests/regression/ust/multi-session/ust_gen_nevents.h | 2 +- tests/regression/ust/overlap/demo/demo.c | 4 ++-- tests/regression/ust/overlap/demo/tp.c | 2 +- tests/regression/ust/overlap/demo/tp2.c | 2 +- tests/regression/ust/overlap/demo/tp3.c | 2 +- tests/regression/ust/overlap/demo/ust_tests_demo.h | 2 +- tests/regression/ust/overlap/demo/ust_tests_demo2.h | 2 +- tests/regression/ust/overlap/demo/ust_tests_demo3.h | 2 +- .../ust/type-declarations/test_type_declarations.py | 2 +- .../regression/ust/type-declarations/type-declarations.c | 2 +- tests/regression/ust/type-declarations/ust_tests_td.h | 2 +- .../ust-constructor/test_ust_constructor_cpp_static.py | 4 ++-- tests/regression/ust/ust-dl/libbar-tp.c | 2 +- tests/regression/ust/ust-dl/libbar-tp.h | 2 +- tests/regression/ust/ust-dl/libbar.c | 2 +- tests/regression/ust/ust-dl/libbar.h | 2 +- tests/regression/ust/ust-dl/libfoo-tp.c | 2 +- tests/regression/ust/ust-dl/libfoo-tp.h | 2 +- tests/regression/ust/ust-dl/libfoo.c | 2 +- tests/regression/ust/ust-dl/libfoo.h | 2 +- tests/regression/ust/ust-dl/libzzz-tp.c | 2 +- tests/regression/ust/ust-dl/libzzz-tp.h | 2 +- tests/regression/ust/ust-dl/libzzz.c | 2 +- tests/regression/ust/ust-dl/libzzz.h | 2 +- tests/regression/ust/ust-dl/prog.c | 2 +- tests/regression/ust/ust-dl/test_ust-dl.py | 4 ++-- tests/run.sh | 2 +- tests/unit/ini_config/ini_config.cpp | 2 +- tests/unit/test_action.cpp | 2 +- tests/unit/test_buffer_view.cpp | 2 +- tests/unit/test_condition.cpp | 2 +- tests/unit/test_directory_handle.cpp | 2 +- tests/unit/test_event_expr_to_bytecode.cpp | 2 +- tests/unit/test_event_rule.cpp | 2 +- tests/unit/test_fd_tracker.cpp | 2 +- tests/unit/test_kernel_data.cpp | 2 +- tests/unit/test_kernel_probe.cpp | 2 +- tests/unit/test_log_level_rule.cpp | 2 +- tests/unit/test_notification.cpp | 2 +- tests/unit/test_payload.cpp | 2 +- tests/unit/test_rate_policy.cpp | 2 +- .../unit/test_relayd_backward_compat_group_by_session.cpp | 2 +- tests/unit/test_session.cpp | 2 +- tests/unit/test_string_utils.cpp | 2 +- tests/unit/test_unix_socket.cpp | 2 +- tests/unit/test_uri.cpp | 2 +- tests/unit/test_ust_data.cpp | 2 +- tests/unit/test_utils_compat_poll.cpp | 2 +- tests/unit/test_utils_compat_pthread.cpp | 2 +- tests/unit/test_utils_expand_path.cpp | 2 +- tests/unit/test_utils_parse_size_suffix.cpp | 2 +- tests/unit/test_utils_parse_time_suffix.cpp | 2 +- tests/unit/test_uuid.cpp | 2 +- tests/unit/ust-sigbus.cpp | 2 +- tests/utils/bt2_plugins/event_name/event_name.cpp | 2 +- tests/utils/bt2_plugins/event_name/event_name.hpp | 2 +- tests/utils/bt2_plugins/field_stats/field_stats.cpp | 2 +- tests/utils/bt2_plugins/field_stats/field_stats.hpp | 2 +- tests/utils/bt2_plugins/fmt.hpp | 2 +- tests/utils/bt2_plugins/lttngtest-plugin.cpp | 2 +- tests/utils/bt2_plugins/utils.hpp | 2 +- tests/utils/lttngtest/__init__.py | 2 +- tests/utils/lttngtest/environment.py | 2 +- tests/utils/lttngtest/logger.py | 2 +- tests/utils/lttngtest/lttng.py | 2 +- tests/utils/lttngtest/lttngctl.py | 2 +- tests/utils/lttngtest/tap_generator.py | 2 +- tests/utils/parse-callstack.py | 2 +- tests/utils/tap/clock.cpp | 2 +- tests/utils/tap/tap.c | 4 ++-- tests/utils/tap/tap.h | 4 ++-- tests/utils/tap/tap.sh | 2 +- tests/utils/test_utils.py | 2 +- .../gen-kernel-test-events/gen-kernel-test-events.c | 4 ++-- tests/utils/testapp/gen-ns-events/gen-ns-events.cpp | 2 +- tests/utils/testapp/gen-py-events/gen-py-events.py | 4 ++-- .../gen-syscall-events-callstack.c | 2 +- .../testapp/gen-syscall-events/gen-syscall-events.cpp | 2 +- .../gen-ust-events-constructor/01-c-tp-before-define.c | 2 +- .../gen-ust-events-constructor/01-tp-before-define.cpp | 2 +- .../testapp/gen-ust-events-constructor/02-c-define-tp.c | 2 +- .../testapp/gen-ust-events-constructor/02-define-tp.cpp | 2 +- .../gen-ust-events-constructor/03-c-tp-after-define.c | 2 +- .../gen-ust-events-constructor/03-tp-after-define.cpp | 2 +- .../testapp/gen-ust-events-constructor/04-c-tp-provider.c | 2 +- .../testapp/gen-ust-events-constructor/04-tp-provider.cpp | 2 +- .../gen-ust-events-constructor/05-c-tp-after-provider.c | 2 +- .../gen-ust-events-constructor/05-tp-after-provider.cpp | 2 +- tests/utils/testapp/gen-ust-events-constructor/main-a.cpp | 2 +- tests/utils/testapp/gen-ust-events-constructor/main.cpp | 2 +- tests/utils/testapp/gen-ust-events-constructor/main_c-a.c | 2 +- .../utils/testapp/gen-ust-events-constructor/main_c-so.c | 2 +- tests/utils/testapp/gen-ust-events-constructor/obj-a.h | 2 +- tests/utils/testapp/gen-ust-events-constructor/obj.cpp | 2 +- tests/utils/testapp/gen-ust-events-constructor/obj.h | 2 +- .../testapp/gen-ust-events-constructor/tp-a-define.cpp | 2 +- .../testapp/gen-ust-events-constructor/tp-a-provider.cpp | 2 +- tests/utils/testapp/gen-ust-events-constructor/tp-a.h | 2 +- .../testapp/gen-ust-events-constructor/tp-a_c-define.c | 2 +- .../testapp/gen-ust-events-constructor/tp-a_c-provider.c | 2 +- tests/utils/testapp/gen-ust-events-constructor/tp-a_c.h | 2 +- .../testapp/gen-ust-events-constructor/tp-so-define.cpp | 2 +- .../testapp/gen-ust-events-constructor/tp-so-provider.cpp | 2 +- tests/utils/testapp/gen-ust-events-constructor/tp-so.h | 2 +- .../testapp/gen-ust-events-constructor/tp-so_c-define.c | 2 +- .../testapp/gen-ust-events-constructor/tp-so_c-provider.c | 2 +- tests/utils/testapp/gen-ust-events-constructor/tp-so_c.h | 2 +- tests/utils/testapp/gen-ust-events-constructor/tp.h | 2 +- .../testapp/gen-ust-events-constructor/uses_heap.cpp | 2 +- .../utils/testapp/gen-ust-events-ns/gen-ust-events-ns.cpp | 2 +- tests/utils/testapp/gen-ust-events-ns/tp.c | 2 +- tests/utils/testapp/gen-ust-events-ns/tp.h | 2 +- tests/utils/testapp/gen-ust-events/gen-ust-events.cpp | 2 +- tests/utils/testapp/gen-ust-events/tp.c | 2 +- tests/utils/testapp/gen-ust-events/tp.h | 2 +- .../testapp/gen-ust-nevents-str/gen-ust-nevents-str.cpp | 2 +- tests/utils/testapp/gen-ust-nevents-str/tp.c | 2 +- tests/utils/testapp/gen-ust-nevents-str/tp.h | 2 +- tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.cpp | 2 +- tests/utils/testapp/gen-ust-nevents/tp.c | 2 +- tests/utils/testapp/gen-ust-nevents/tp.h | 2 +- tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.cpp | 4 ++-- tests/utils/testapp/signal-helper.hpp | 2 +- tests/utils/testapp/userspace-probe-elf-binary/foo.c | 2 +- tests/utils/testapp/userspace-probe-elf-binary/foo.h | 2 +- .../userspace-probe-elf-binary.c | 2 +- .../testapp/userspace-probe-elf-cxx-binary/test_class.cpp | 2 +- .../testapp/userspace-probe-elf-cxx-binary/test_class.hpp | 2 +- .../userspace-probe-elf-cxx-binary.cpp | 2 +- tests/utils/testapp/userspace-probe-sdt-binary/libbar.c | 2 +- tests/utils/testapp/userspace-probe-sdt-binary/libbar.h | 2 +- tests/utils/testapp/userspace-probe-sdt-binary/libfoo.c | 2 +- tests/utils/testapp/userspace-probe-sdt-binary/libfoo.h | 2 +- tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c | 2 +- tests/utils/testapp/userspace-probe-sdt-binary/libzzz.h | 2 +- tests/utils/testapp/userspace-probe-sdt-binary/sema.c | 2 +- tests/utils/testapp/userspace-probe-sdt-binary/sema.h | 2 +- .../userspace-probe-sdt-binary.c | 2 +- tests/utils/utils.cpp | 2 +- tests/utils/utils.h | 2 +- tests/utils/utils.sh | 2 +- tests/utils/warn_processes.sh | 2 +- tests/utils/xml-utils/common.hpp | 2 +- tests/utils/xml-utils/extract_xml.cpp | 2 +- tests/utils/xml-utils/pretty_xml.cpp | 2 +- tests/utils/xml-utils/validate_xml.cpp | 2 +- 799 files changed, 1034 insertions(+), 1034 deletions(-) diff --git a/.vscode/build.sh b/.vscode/build.sh index 9a4e3625a..0c76ebc45 100755 --- a/.vscode/build.sh +++ b/.vscode/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (C) 2024 Jérémie Galarneau +# SPDX-FileCopyrightText: 2024 Jérémie Galarneau # # SPDX-License-Identifier: LGPL-2.1-only # diff --git a/.vscode/libtool_gdb_wrapper.sh b/.vscode/libtool_gdb_wrapper.sh index 37ec9e5fb..bf5d0a09e 100755 --- a/.vscode/libtool_gdb_wrapper.sh +++ b/.vscode/libtool_gdb_wrapper.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# Copyright (C) 2024 Jérémie Galarneau +# SPDX-FileCopyrightText: 2024 Jérémie Galarneau # # SPDX-License-Identifier: LGPL-2.1-only # diff --git a/doc/examples/trigger-condition-event-matches/demo.sh b/doc/examples/trigger-condition-event-matches/demo.sh index a50e9c38e..5a207d45f 100755 --- a/doc/examples/trigger-condition-event-matches/demo.sh +++ b/doc/examples/trigger-condition-event-matches/demo.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2020 Jérémie Galarneau +# SPDX-FileCopyrightText: 2020 Jérémie Galarneau # # SPDX-License-Identifier: MIT diff --git a/doc/examples/trigger-condition-event-matches/instrumented-app.c b/doc/examples/trigger-condition-event-matches/instrumented-app.c index 6148d1c09..6874854cc 100644 --- a/doc/examples/trigger-condition-event-matches/instrumented-app.c +++ b/doc/examples/trigger-condition-event-matches/instrumented-app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/doc/examples/trigger-condition-event-matches/notification-client.cpp b/doc/examples/trigger-condition-event-matches/notification-client.cpp index f92e1e21f..748870eff 100644 --- a/doc/examples/trigger-condition-event-matches/notification-client.cpp +++ b/doc/examples/trigger-condition-event-matches/notification-client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.c b/doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.c index 3f781e3b8..131073880 100644 --- a/doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.c +++ b/doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.h b/doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.h index 9aad47e7c..9dec7103b 100644 --- a/doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.h +++ b/doc/examples/trigger-condition-event-matches/tracepoint-trigger-example.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/extras/bindings/swig/python/tests/example.py b/extras/bindings/swig/python/tests/example.py index 56835625b..12715aba0 100644 --- a/extras/bindings/swig/python/tests/example.py +++ b/extras/bindings/swig/python/tests/example.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Danny Serres +# SPDX-FileCopyrightText: 2012 Danny Serres # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/extras/bindings/swig/python/tests/run.sh b/extras/bindings/swig/python/tests/run.sh index bd0b11e15..d3f9cb253 100755 --- a/extras/bindings/swig/python/tests/run.sh +++ b/extras/bindings/swig/python/tests/run.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012 Danny Serres +# SPDX-FileCopyrightText: 2012 Danny Serres # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/extras/bindings/swig/python/tests/tests.py b/extras/bindings/swig/python/tests/tests.py index 7dd1d0624..1e14e7a63 100644 --- a/extras/bindings/swig/python/tests/tests.py +++ b/extras/bindings/swig/python/tests/tests.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Danny Serres +# SPDX-FileCopyrightText: 2012 Danny Serres # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/extras/core-handler/crash.c b/extras/core-handler/crash.c index c1e2a91bc..997c535aa 100644 --- a/extras/core-handler/crash.c +++ b/extras/core-handler/crash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Christian Babeux + * SPDX-FileCopyrightText: 2013 Christian Babeux * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/extras/core-handler/handler.sh b/extras/core-handler/handler.sh index 631df9d64..993c23029 100755 --- a/extras/core-handler/handler.sh +++ b/extras/core-handler/handler.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Christian Babeux +# SPDX-FileCopyrightText: 2013 Christian Babeux # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/extras/core-handler/install.sh b/extras/core-handler/install.sh index d8c3bb526..bd323efdf 100755 --- a/extras/core-handler/install.sh +++ b/extras/core-handler/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Christian Babeux +# SPDX-FileCopyrightText: 2013 Christian Babeux # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/extras/core-handler/test.sh b/extras/core-handler/test.sh index fe565251d..906298c96 100755 --- a/extras/core-handler/test.sh +++ b/extras/core-handler/test.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Christian Babeux +# SPDX-FileCopyrightText: 2013 Christian Babeux # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/include/lttng/action/action-internal.hpp b/include/lttng/action/action-internal.hpp index bf55fa803..695c9de38 100644 --- a/include/lttng/action/action-internal.hpp +++ b/include/lttng/action/action-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/action.h b/include/lttng/action/action.h index 6e303f441..f5056f95d 100644 --- a/include/lttng/action/action.h +++ b/include/lttng/action/action.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/list-internal.hpp b/include/lttng/action/list-internal.hpp index 607d59818..1f7f6845e 100644 --- a/include/lttng/action/list-internal.hpp +++ b/include/lttng/action/list-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/list.h b/include/lttng/action/list.h index 5fe3a503b..23b8286f2 100644 --- a/include/lttng/action/list.h +++ b/include/lttng/action/list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/notify-internal.hpp b/include/lttng/action/notify-internal.hpp index 2d4d1bd4a..418d46979 100644 --- a/include/lttng/action/notify-internal.hpp +++ b/include/lttng/action/notify-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/notify.h b/include/lttng/action/notify.h index 300e28507..eb6873f0e 100644 --- a/include/lttng/action/notify.h +++ b/include/lttng/action/notify.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/path-internal.hpp b/include/lttng/action/path-internal.hpp index 4ad638449..c3c10c28f 100644 --- a/include/lttng/action/path-internal.hpp +++ b/include/lttng/action/path-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/path.h b/include/lttng/action/path.h index 88d8b640d..b0ecfb8b0 100644 --- a/include/lttng/action/path.h +++ b/include/lttng/action/path.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/rate-policy-internal.hpp b/include/lttng/action/rate-policy-internal.hpp index 643a01cda..0a7f2f3d9 100644 --- a/include/lttng/action/rate-policy-internal.hpp +++ b/include/lttng/action/rate-policy-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/rate-policy.h b/include/lttng/action/rate-policy.h index 229e14c0d..bf93b78e4 100644 --- a/include/lttng/action/rate-policy.h +++ b/include/lttng/action/rate-policy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/rotate-session-internal.hpp b/include/lttng/action/rotate-session-internal.hpp index cbab68e39..615134187 100644 --- a/include/lttng/action/rotate-session-internal.hpp +++ b/include/lttng/action/rotate-session-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/rotate-session.h b/include/lttng/action/rotate-session.h index e628c5f52..d071b29d5 100644 --- a/include/lttng/action/rotate-session.h +++ b/include/lttng/action/rotate-session.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/snapshot-session-internal.hpp b/include/lttng/action/snapshot-session-internal.hpp index 3943fe8f3..dbf53bc69 100644 --- a/include/lttng/action/snapshot-session-internal.hpp +++ b/include/lttng/action/snapshot-session-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/snapshot-session.h b/include/lttng/action/snapshot-session.h index aadb784b2..3e0d1e8b3 100644 --- a/include/lttng/action/snapshot-session.h +++ b/include/lttng/action/snapshot-session.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/start-session-internal.hpp b/include/lttng/action/start-session-internal.hpp index d33e073af..353a9a17c 100644 --- a/include/lttng/action/start-session-internal.hpp +++ b/include/lttng/action/start-session-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/start-session.h b/include/lttng/action/start-session.h index da8c1c1b9..7c1b1a47a 100644 --- a/include/lttng/action/start-session.h +++ b/include/lttng/action/start-session.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/stop-session-internal.hpp b/include/lttng/action/stop-session-internal.hpp index 46f1d6eba..3936f25f8 100644 --- a/include/lttng/action/stop-session-internal.hpp +++ b/include/lttng/action/stop-session-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/action/stop-session.h b/include/lttng/action/stop-session.h index b4a82a229..87ab3bb96 100644 --- a/include/lttng/action/stop-session.h +++ b/include/lttng/action/stop-session.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/channel-internal.hpp b/include/lttng/channel-internal.hpp index bcf3225ed..47fc07e65 100644 --- a/include/lttng/channel-internal.hpp +++ b/include/lttng/channel-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Jérémie Galarneau + * SPDX-FileCopyrightText: 2015 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/channel.h b/include/lttng/channel.h index 3bad91ea5..254e2e160 100644 --- a/include/lttng/channel.h +++ b/include/lttng/channel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/clear-handle.h b/include/lttng/clear-handle.h index 9a8048456..a9854212e 100644 --- a/include/lttng/clear-handle.h +++ b/include/lttng/clear-handle.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2019 Jérémie Galarneau - * Copyright (C) 2019 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/clear.h b/include/lttng/clear.h index 34d8e4981..86df47d45 100644 --- a/include/lttng/clear.h +++ b/include/lttng/clear.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2019 Jérémie Galarneau - * Copyright (C) 2019 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/buffer-usage-internal.hpp b/include/lttng/condition/buffer-usage-internal.hpp index 25c91d176..bde88090c 100644 --- a/include/lttng/condition/buffer-usage-internal.hpp +++ b/include/lttng/condition/buffer-usage-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/buffer-usage.h b/include/lttng/condition/buffer-usage.h index 198f3e657..8b8d477c7 100644 --- a/include/lttng/condition/buffer-usage.h +++ b/include/lttng/condition/buffer-usage.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/condition-internal.hpp b/include/lttng/condition/condition-internal.hpp index c69ae2a21..e49ac0d03 100644 --- a/include/lttng/condition/condition-internal.hpp +++ b/include/lttng/condition/condition-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/condition.h b/include/lttng/condition/condition.h index 13a09c19a..9421ae81a 100644 --- a/include/lttng/condition/condition.h +++ b/include/lttng/condition/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/evaluation-internal.hpp b/include/lttng/condition/evaluation-internal.hpp index 36dc3a544..c859a275a 100644 --- a/include/lttng/condition/evaluation-internal.hpp +++ b/include/lttng/condition/evaluation-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/evaluation.h b/include/lttng/condition/evaluation.h index 599bc35b3..6e293c5bb 100644 --- a/include/lttng/condition/evaluation.h +++ b/include/lttng/condition/evaluation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/event-rule-matches-internal.hpp b/include/lttng/condition/event-rule-matches-internal.hpp index 22bfb9557..6f82a4cb1 100644 --- a/include/lttng/condition/event-rule-matches-internal.hpp +++ b/include/lttng/condition/event-rule-matches-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/event-rule-matches.h b/include/lttng/condition/event-rule-matches.h index c579a1864..1d5186456 100644 --- a/include/lttng/condition/event-rule-matches.h +++ b/include/lttng/condition/event-rule-matches.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/session-consumed-size-internal.hpp b/include/lttng/condition/session-consumed-size-internal.hpp index e49a60814..27dc3591f 100644 --- a/include/lttng/condition/session-consumed-size-internal.hpp +++ b/include/lttng/condition/session-consumed-size-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/session-consumed-size.h b/include/lttng/condition/session-consumed-size.h index 98284c748..428e2f8b3 100644 --- a/include/lttng/condition/session-consumed-size.h +++ b/include/lttng/condition/session-consumed-size.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/session-rotation-internal.hpp b/include/lttng/condition/session-rotation-internal.hpp index a3d14b493..d2ec65d85 100644 --- a/include/lttng/condition/session-rotation-internal.hpp +++ b/include/lttng/condition/session-rotation-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/condition/session-rotation.h b/include/lttng/condition/session-rotation.h index 6e6207fb2..66c998af5 100644 --- a/include/lttng/condition/session-rotation.h +++ b/include/lttng/condition/session-rotation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/constant.h b/include/lttng/constant.h index f20e96458..1e8e83b98 100644 --- a/include/lttng/constant.h +++ b/include/lttng/constant.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/destruction-handle.h b/include/lttng/destruction-handle.h index 108ba4aa6..5b151ab18 100644 --- a/include/lttng/destruction-handle.h +++ b/include/lttng/destruction-handle.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/domain-internal.hpp b/include/lttng/domain-internal.hpp index f41d61e84..1e83db1af 100644 --- a/include/lttng/domain-internal.hpp +++ b/include/lttng/domain-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Simon Marchi + * SPDX-FileCopyrightText: 2020 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/domain.h b/include/lttng/domain.h index 0c0335e2e..437f91bab 100644 --- a/include/lttng/domain.h +++ b/include/lttng/domain.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/endpoint-internal.hpp b/include/lttng/endpoint-internal.hpp index 306a96a47..970f50668 100644 --- a/include/lttng/endpoint-internal.hpp +++ b/include/lttng/endpoint-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/endpoint.h b/include/lttng/endpoint.h index e27ac3b01..264866dd8 100644 --- a/include/lttng/endpoint.h +++ b/include/lttng/endpoint.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/error-query-internal.hpp b/include/lttng/error-query-internal.hpp index 39ec36535..38829170d 100644 --- a/include/lttng/error-query-internal.hpp +++ b/include/lttng/error-query-internal.hpp @@ -1,7 +1,7 @@ /* * error-query-internal.h * - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/error-query.h b/include/lttng/error-query.h index cebf8266c..3bf5326a9 100644 --- a/include/lttng/error-query.h +++ b/include/lttng/error-query.h @@ -1,7 +1,7 @@ /* * error-query.h * - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-expr-internal.hpp b/include/lttng/event-expr-internal.hpp index c44e63e4a..1ca9efcf4 100644 --- a/include/lttng/event-expr-internal.hpp +++ b/include/lttng/event-expr-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Philippe Proulx + * SPDX-FileCopyrightText: 2020 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-expr.h b/include/lttng/event-expr.h index 7b42785ca..cc04fbd47 100644 --- a/include/lttng/event-expr.h +++ b/include/lttng/event-expr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Philippe Proulx + * SPDX-FileCopyrightText: 2020 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-field-value-internal.hpp b/include/lttng/event-field-value-internal.hpp index 57a6a3e1c..30f78c683 100644 --- a/include/lttng/event-field-value-internal.hpp +++ b/include/lttng/event-field-value-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Philippe Proulx + * SPDX-FileCopyrightText: 2020 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-field-value.h b/include/lttng/event-field-value.h index 7f10deec3..7457fd6bd 100644 --- a/include/lttng/event-field-value.h +++ b/include/lttng/event-field-value.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Philippe Proulx + * SPDX-FileCopyrightText: 2020 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-internal.hpp b/include/lttng/event-internal.hpp index 3d8893b69..5e12f3f02 100644 --- a/include/lttng/event-internal.hpp +++ b/include/lttng/event-internal.hpp @@ -3,7 +3,7 @@ * * Linux Trace Toolkit Control Library * - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/event-rule-internal.hpp b/include/lttng/event-rule/event-rule-internal.hpp index c26152cf1..4c3116949 100644 --- a/include/lttng/event-rule/event-rule-internal.hpp +++ b/include/lttng/event-rule/event-rule-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/event-rule.h b/include/lttng/event-rule/event-rule.h index 78a34ab16..0b926f30a 100644 --- a/include/lttng/event-rule/event-rule.h +++ b/include/lttng/event-rule/event-rule.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/jul-logging-internal.hpp b/include/lttng/event-rule/jul-logging-internal.hpp index b6ddc3644..a52ac2190 100644 --- a/include/lttng/event-rule/jul-logging-internal.hpp +++ b/include/lttng/event-rule/jul-logging-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/jul-logging.h b/include/lttng/event-rule/jul-logging.h index 7960c1c7e..54b1f42f3 100644 --- a/include/lttng/event-rule/jul-logging.h +++ b/include/lttng/event-rule/jul-logging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/kernel-kprobe-internal.hpp b/include/lttng/event-rule/kernel-kprobe-internal.hpp index f92fc10c4..b079e7486 100644 --- a/include/lttng/event-rule/kernel-kprobe-internal.hpp +++ b/include/lttng/event-rule/kernel-kprobe-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/kernel-kprobe.h b/include/lttng/event-rule/kernel-kprobe.h index 6e292f0d1..350a6c4ef 100644 --- a/include/lttng/event-rule/kernel-kprobe.h +++ b/include/lttng/event-rule/kernel-kprobe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/kernel-syscall-internal.hpp b/include/lttng/event-rule/kernel-syscall-internal.hpp index 9cef606bb..410c1460b 100644 --- a/include/lttng/event-rule/kernel-syscall-internal.hpp +++ b/include/lttng/event-rule/kernel-syscall-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/kernel-syscall.h b/include/lttng/event-rule/kernel-syscall.h index 4ae104ff6..8d5d54b53 100644 --- a/include/lttng/event-rule/kernel-syscall.h +++ b/include/lttng/event-rule/kernel-syscall.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/kernel-tracepoint-internal.hpp b/include/lttng/event-rule/kernel-tracepoint-internal.hpp index 1a0e50abd..0d39cb6b1 100644 --- a/include/lttng/event-rule/kernel-tracepoint-internal.hpp +++ b/include/lttng/event-rule/kernel-tracepoint-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/kernel-tracepoint.h b/include/lttng/event-rule/kernel-tracepoint.h index 6c566e159..a43155c4b 100644 --- a/include/lttng/event-rule/kernel-tracepoint.h +++ b/include/lttng/event-rule/kernel-tracepoint.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/kernel-uprobe-internal.hpp b/include/lttng/event-rule/kernel-uprobe-internal.hpp index 61dfd4f3f..6cdb098c3 100644 --- a/include/lttng/event-rule/kernel-uprobe-internal.hpp +++ b/include/lttng/event-rule/kernel-uprobe-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/kernel-uprobe.h b/include/lttng/event-rule/kernel-uprobe.h index cfb0ccaa7..e111f9ed4 100644 --- a/include/lttng/event-rule/kernel-uprobe.h +++ b/include/lttng/event-rule/kernel-uprobe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/log4j-logging-internal.hpp b/include/lttng/event-rule/log4j-logging-internal.hpp index 31b2e9e2e..dbe7f95a5 100644 --- a/include/lttng/event-rule/log4j-logging-internal.hpp +++ b/include/lttng/event-rule/log4j-logging-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/log4j-logging.h b/include/lttng/event-rule/log4j-logging.h index 9128b4d69..ef9726031 100644 --- a/include/lttng/event-rule/log4j-logging.h +++ b/include/lttng/event-rule/log4j-logging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/log4j2-logging-internal.hpp b/include/lttng/event-rule/log4j2-logging-internal.hpp index 5358ed3dd..0591865ac 100644 --- a/include/lttng/event-rule/log4j2-logging-internal.hpp +++ b/include/lttng/event-rule/log4j2-logging-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Michael Jeanson + * SPDX-FileCopyrightText: 2024 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/log4j2-logging.h b/include/lttng/event-rule/log4j2-logging.h index fc942c72b..99375bf9d 100644 --- a/include/lttng/event-rule/log4j2-logging.h +++ b/include/lttng/event-rule/log4j2-logging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Michael Jeanson + * SPDX-FileCopyrightText: 2024 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/python-logging-internal.hpp b/include/lttng/event-rule/python-logging-internal.hpp index f7513f420..0b1c8b75a 100644 --- a/include/lttng/event-rule/python-logging-internal.hpp +++ b/include/lttng/event-rule/python-logging-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/python-logging.h b/include/lttng/event-rule/python-logging.h index d77be2e50..96c8fcdfb 100644 --- a/include/lttng/event-rule/python-logging.h +++ b/include/lttng/event-rule/python-logging.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/user-tracepoint-internal.hpp b/include/lttng/event-rule/user-tracepoint-internal.hpp index 65199bbbc..0d3f93b73 100644 --- a/include/lttng/event-rule/user-tracepoint-internal.hpp +++ b/include/lttng/event-rule/user-tracepoint-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event-rule/user-tracepoint.h b/include/lttng/event-rule/user-tracepoint.h index 8f227b778..f0e125641 100644 --- a/include/lttng/event-rule/user-tracepoint.h +++ b/include/lttng/event-rule/user-tracepoint.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/event.h b/include/lttng/event.h index 397ac6344..f41fdb05b 100644 --- a/include/lttng/event.h +++ b/include/lttng/event.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2014 David Goulet - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 David Goulet + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/handle.h b/include/lttng/handle.h index 08f9eaad9..f698d2de5 100644 --- a/include/lttng/handle.h +++ b/include/lttng/handle.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/health-internal.hpp b/include/lttng/health-internal.hpp index eee164cb1..315e52e9d 100644 --- a/include/lttng/health-internal.hpp +++ b/include/lttng/health-internal.hpp @@ -2,8 +2,8 @@ #define HEALTH_INTERNAL_H /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/include/lttng/health.h b/include/lttng/health.h index 4e82c7be1..eda89055a 100644 --- a/include/lttng/health.h +++ b/include/lttng/health.h @@ -2,8 +2,8 @@ #define LTTNG_HEALTH_H /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/kernel-probe-internal.hpp b/include/lttng/kernel-probe-internal.hpp index bdafb4d0a..24266afde 100644 --- a/include/lttng/kernel-probe-internal.hpp +++ b/include/lttng/kernel-probe-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/kernel-probe.h b/include/lttng/kernel-probe.h index 8e894fae8..18a83ac8e 100644 --- a/include/lttng/kernel-probe.h +++ b/include/lttng/kernel-probe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/kernel.h b/include/lttng/kernel.h index d3a9f05b5..33f960b4a 100644 --- a/include/lttng/kernel.h +++ b/include/lttng/kernel.h @@ -3,9 +3,9 @@ * * Linux Trace Toolkit Control Library Header File * - * Copyright (C) 2023 Kienan Stewart + * SPDX-FileCopyrightText: 2023 Kienan Stewart * - * SPDX-License-Identifier; LGPL-2.1-only + * SPDX-License-Identifier: LGPL-2.1-only * */ diff --git a/include/lttng/load-internal.hpp b/include/lttng/load-internal.hpp index 78f38e47e..722025432 100644 --- a/include/lttng/load-internal.hpp +++ b/include/lttng/load-internal.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2014 Jérémie Galarneau - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/load.h b/include/lttng/load.h index 5f7b4ec44..eb2e1712a 100644 --- a/include/lttng/load.h +++ b/include/lttng/load.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2014 Jérémie Galarneau - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/location-internal.hpp b/include/lttng/location-internal.hpp index 669347e2e..1bbba3222 100644 --- a/include/lttng/location-internal.hpp +++ b/include/lttng/location-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/location.h b/include/lttng/location.h index a1ea16f23..450fcebe9 100644 --- a/include/lttng/location.h +++ b/include/lttng/location.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/log-level-rule-internal.hpp b/include/lttng/log-level-rule-internal.hpp index 6b08e8a5f..368d12e91 100644 --- a/include/lttng/log-level-rule-internal.hpp +++ b/include/lttng/log-level-rule-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/log-level-rule.h b/include/lttng/log-level-rule.h index a73b26ae3..e7334ac81 100644 --- a/include/lttng/log-level-rule.h +++ b/include/lttng/log-level-rule.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/lttng-error.h b/include/lttng/lttng-error.h index fa05af777..da896f95f 100644 --- a/include/lttng/lttng-error.h +++ b/include/lttng/lttng-error.h @@ -6,7 +6,7 @@ * The following values are all the possible errors the lttng command line * client can quit with. * - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/lttng-export.h b/include/lttng/lttng-export.h index 51eca4ee7..7c953409d 100644 --- a/include/lttng/lttng-export.h +++ b/include/lttng/lttng-export.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Simon Marchi + * SPDX-FileCopyrightText: 2021 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 7c63e6335..dcd70ecff 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -3,7 +3,7 @@ * * Linux Trace Toolkit Control Library Header File * - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/notification/channel-internal.hpp b/include/lttng/notification/channel-internal.hpp index 173b3dcdc..33e2ad585 100644 --- a/include/lttng/notification/channel-internal.hpp +++ b/include/lttng/notification/channel-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/notification/channel.h b/include/lttng/notification/channel.h index dad62b0b3..8b8b93cf1 100644 --- a/include/lttng/notification/channel.h +++ b/include/lttng/notification/channel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/notification/notification-internal.hpp b/include/lttng/notification/notification-internal.hpp index 36b3d7f38..f5df3e12a 100644 --- a/include/lttng/notification/notification-internal.hpp +++ b/include/lttng/notification/notification-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/notification/notification.h b/include/lttng/notification/notification.h index c434f1132..063b447ef 100644 --- a/include/lttng/notification/notification.h +++ b/include/lttng/notification/notification.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/rotate-internal.hpp b/include/lttng/rotate-internal.hpp index dbc66f345..eaf802425 100644 --- a/include/lttng/rotate-internal.hpp +++ b/include/lttng/rotate-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2017 Julien Desfossez * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/rotation.h b/include/lttng/rotation.h index e5b14e8b7..b275f5079 100644 --- a/include/lttng/rotation.h +++ b/include/lttng/rotation.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017 Julien Desfossez - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/save-internal.hpp b/include/lttng/save-internal.hpp index 4b8343bdb..e880a4048 100644 --- a/include/lttng/save-internal.hpp +++ b/include/lttng/save-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/save.h b/include/lttng/save.h index 6120467a7..ef691402b 100644 --- a/include/lttng/save.h +++ b/include/lttng/save.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/session-descriptor-internal.hpp b/include/lttng/session-descriptor-internal.hpp index a2dd70d57..1d0adc92e 100644 --- a/include/lttng/session-descriptor-internal.hpp +++ b/include/lttng/session-descriptor-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/session-descriptor.h b/include/lttng/session-descriptor.h index f4151b3a8..1a5bb43c0 100644 --- a/include/lttng/session-descriptor.h +++ b/include/lttng/session-descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/session-internal.hpp b/include/lttng/session-internal.hpp index 6d701389f..5bf15c510 100644 --- a/include/lttng/session-internal.hpp +++ b/include/lttng/session-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/session.h b/include/lttng/session.h index a614ab494..54569470d 100644 --- a/include/lttng/session.h +++ b/include/lttng/session.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2014 David Goulet - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 David Goulet + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/snapshot-internal.hpp b/include/lttng/snapshot-internal.hpp index 706bf6ebf..744e7902c 100644 --- a/include/lttng/snapshot-internal.hpp +++ b/include/lttng/snapshot-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/snapshot.h b/include/lttng/snapshot.h index 4c1049b4d..532a17384 100644 --- a/include/lttng/snapshot.h +++ b/include/lttng/snapshot.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/tracker.h b/include/lttng/tracker.h index f8f493e66..14fce295a 100644 --- a/include/lttng/tracker.h +++ b/include/lttng/tracker.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2019 Jonathan Rajotte - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/trigger/trigger-internal.hpp b/include/lttng/trigger/trigger-internal.hpp index c0aa3506a..da5b3c5a4 100644 --- a/include/lttng/trigger/trigger-internal.hpp +++ b/include/lttng/trigger/trigger-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/trigger/trigger.h b/include/lttng/trigger/trigger.h index 18ab06e50..240bbb494 100644 --- a/include/lttng/trigger/trigger.h +++ b/include/lttng/trigger/trigger.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/userspace-probe-internal.hpp b/include/lttng/userspace-probe-internal.hpp index 016aeb1c6..72205d71c 100644 --- a/include/lttng/userspace-probe-internal.hpp +++ b/include/lttng/userspace-probe-internal.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017 Jérémie Galarneau - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/include/lttng/userspace-probe.h b/include/lttng/userspace-probe.h index 7de667efc..9d0d53808 100644 --- a/include/lttng/userspace-probe.h +++ b/include/lttng/userspace-probe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng-consumerd/health-consumerd.cpp b/src/bin/lttng-consumerd/health-consumerd.cpp index 16e9a19de..3fe30d39d 100644 --- a/src/bin/lttng-consumerd/health-consumerd.cpp +++ b/src/bin/lttng-consumerd/health-consumerd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-consumerd/health-consumerd.hpp b/src/bin/lttng-consumerd/health-consumerd.hpp index 109ccb4c4..79a706dd5 100644 --- a/src/bin/lttng-consumerd/health-consumerd.hpp +++ b/src/bin/lttng-consumerd/health-consumerd.hpp @@ -2,8 +2,8 @@ #define HEALTH_CONSUMERD_H /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only */ diff --git a/src/bin/lttng-consumerd/lttng-consumerd.cpp b/src/bin/lttng-consumerd/lttng-consumerd.cpp index 0ab1940a2..7d9fd946c 100644 --- a/src/bin/lttng-consumerd/lttng-consumerd.cpp +++ b/src/bin/lttng-consumerd/lttng-consumerd.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-consumerd/lttng-consumerd.hpp b/src/bin/lttng-consumerd/lttng-consumerd.hpp index f21d5abba..ce46a06d0 100644 --- a/src/bin/lttng-consumerd/lttng-consumerd.hpp +++ b/src/bin/lttng-consumerd/lttng-consumerd.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-consumerd/testpoint.hpp b/src/bin/lttng-consumerd/testpoint.hpp index da7eed5f3..227fea594 100644 --- a/src/bin/lttng-consumerd/testpoint.hpp +++ b/src/bin/lttng-consumerd/testpoint.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-crash/lttng-crash.cpp b/src/bin/lttng-crash/lttng-crash.cpp index 23d8f0213..2a408b1cf 100644 --- a/src/bin/lttng-crash/lttng-crash.cpp +++ b/src/bin/lttng-crash/lttng-crash.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/backward-compatibility-group-by.cpp b/src/bin/lttng-relayd/backward-compatibility-group-by.cpp index a14a33acc..521678ca3 100644 --- a/src/bin/lttng-relayd/backward-compatibility-group-by.cpp +++ b/src/bin/lttng-relayd/backward-compatibility-group-by.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/backward-compatibility-group-by.hpp b/src/bin/lttng-relayd/backward-compatibility-group-by.hpp index fef6bd0ab..7503a49d7 100644 --- a/src/bin/lttng-relayd/backward-compatibility-group-by.hpp +++ b/src/bin/lttng-relayd/backward-compatibility-group-by.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd-2-1.cpp b/src/bin/lttng-relayd/cmd-2-1.cpp index 27a800c7d..ca4a4853b 100644 --- a/src/bin/lttng-relayd/cmd-2-1.cpp +++ b/src/bin/lttng-relayd/cmd-2-1.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd-2-1.hpp b/src/bin/lttng-relayd/cmd-2-1.hpp index 5dc0bd370..cafd37669 100644 --- a/src/bin/lttng-relayd/cmd-2-1.hpp +++ b/src/bin/lttng-relayd/cmd-2-1.hpp @@ -2,9 +2,9 @@ #define RELAYD_CMD_2_1_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd-2-11.cpp b/src/bin/lttng-relayd/cmd-2-11.cpp index cc004555f..6321d5345 100644 --- a/src/bin/lttng-relayd/cmd-2-11.cpp +++ b/src/bin/lttng-relayd/cmd-2-11.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jonathan Rajotte + * SPDX-FileCopyrightText: 2018 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd-2-11.hpp b/src/bin/lttng-relayd/cmd-2-11.hpp index 97565df5b..74838b85e 100644 --- a/src/bin/lttng-relayd/cmd-2-11.hpp +++ b/src/bin/lttng-relayd/cmd-2-11.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jonathan Rajotte + * SPDX-FileCopyrightText: 2018 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd-2-2.cpp b/src/bin/lttng-relayd/cmd-2-2.cpp index dcdd1bac1..673c6d11b 100644 --- a/src/bin/lttng-relayd/cmd-2-2.cpp +++ b/src/bin/lttng-relayd/cmd-2-2.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd-2-2.hpp b/src/bin/lttng-relayd/cmd-2-2.hpp index 4686949be..aa3436341 100644 --- a/src/bin/lttng-relayd/cmd-2-2.hpp +++ b/src/bin/lttng-relayd/cmd-2-2.hpp @@ -2,9 +2,9 @@ #define RELAYD_CMD_2_2_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd-2-4.cpp b/src/bin/lttng-relayd/cmd-2-4.cpp index f67c05b89..3f2668a1e 100644 --- a/src/bin/lttng-relayd/cmd-2-4.cpp +++ b/src/bin/lttng-relayd/cmd-2-4.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd-2-4.hpp b/src/bin/lttng-relayd/cmd-2-4.hpp index 98a6dabcc..febbf3b11 100644 --- a/src/bin/lttng-relayd/cmd-2-4.hpp +++ b/src/bin/lttng-relayd/cmd-2-4.hpp @@ -2,9 +2,9 @@ #define RELAYD_CMD_2_4_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/cmd.hpp b/src/bin/lttng-relayd/cmd.hpp index 351527c09..013c5c42b 100644 --- a/src/bin/lttng-relayd/cmd.hpp +++ b/src/bin/lttng-relayd/cmd.hpp @@ -2,9 +2,9 @@ #define RELAYD_CMD_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/connection.cpp b/src/bin/lttng-relayd/connection.cpp index 9a3dc1dc8..4a332e97f 100644 --- a/src/bin/lttng-relayd/connection.cpp +++ b/src/bin/lttng-relayd/connection.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/connection.hpp b/src/bin/lttng-relayd/connection.hpp index 917c2ef60..0e733591d 100644 --- a/src/bin/lttng-relayd/connection.hpp +++ b/src/bin/lttng-relayd/connection.hpp @@ -2,9 +2,9 @@ #define _CONNECTION_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/ctf-trace.cpp b/src/bin/lttng-relayd/ctf-trace.cpp index 86fee71c7..bb1784a34 100644 --- a/src/bin/lttng-relayd/ctf-trace.cpp +++ b/src/bin/lttng-relayd/ctf-trace.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/ctf-trace.hpp b/src/bin/lttng-relayd/ctf-trace.hpp index 3d9026da8..1e3c08768 100644 --- a/src/bin/lttng-relayd/ctf-trace.hpp +++ b/src/bin/lttng-relayd/ctf-trace.hpp @@ -2,9 +2,9 @@ #define _CTF_TRACE_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/health-relayd.cpp b/src/bin/lttng-relayd/health-relayd.cpp index 1c357d50c..3b43117d9 100644 --- a/src/bin/lttng-relayd/health-relayd.cpp +++ b/src/bin/lttng-relayd/health-relayd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/health-relayd.hpp b/src/bin/lttng-relayd/health-relayd.hpp index 2e4170848..067376d93 100644 --- a/src/bin/lttng-relayd/health-relayd.hpp +++ b/src/bin/lttng-relayd/health-relayd.hpp @@ -2,8 +2,8 @@ #define HEALTH_RELAYD_H /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/index.cpp b/src/bin/lttng-relayd/index.cpp index cb27441c1..c780e26d4 100644 --- a/src/bin/lttng-relayd/index.cpp +++ b/src/bin/lttng-relayd/index.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/index.hpp b/src/bin/lttng-relayd/index.hpp index 8ba88c992..4cc7f1a55 100644 --- a/src/bin/lttng-relayd/index.hpp +++ b/src/bin/lttng-relayd/index.hpp @@ -2,9 +2,9 @@ #define _RELAY_INDEX_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/live.cpp b/src/bin/lttng-relayd/live.cpp index 1fb4a25a6..f87687bf0 100644 --- a/src/bin/lttng-relayd/live.cpp +++ b/src/bin/lttng-relayd/live.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/live.hpp b/src/bin/lttng-relayd/live.hpp index 47926d2ab..fffb644be 100644 --- a/src/bin/lttng-relayd/live.hpp +++ b/src/bin/lttng-relayd/live.hpp @@ -2,9 +2,9 @@ #define LTTNG_RELAYD_LIVE_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/lttng-relayd.hpp b/src/bin/lttng-relayd/lttng-relayd.hpp index 052209b47..67a275413 100644 --- a/src/bin/lttng-relayd/lttng-relayd.hpp +++ b/src/bin/lttng-relayd/lttng-relayd.hpp @@ -2,9 +2,9 @@ #define LTTNG_RELAYD_H /* - * Copyright (C) 2012 Julien Desfossez - * Copyright (C) 2012 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Julien Desfossez + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/lttng-viewer-abi.hpp b/src/bin/lttng-relayd/lttng-viewer-abi.hpp index 393fb6f28..1ea750065 100644 --- a/src/bin/lttng-relayd/lttng-viewer-abi.hpp +++ b/src/bin/lttng-relayd/lttng-viewer-abi.hpp @@ -2,9 +2,9 @@ #define LTTNG_VIEWER_ABI_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 Mathieu Desnoyers - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: MIT * diff --git a/src/bin/lttng-relayd/main.cpp b/src/bin/lttng-relayd/main.cpp index 7a29290b0..b0ef24c79 100644 --- a/src/bin/lttng-relayd/main.cpp +++ b/src/bin/lttng-relayd/main.cpp @@ -1,8 +1,8 @@ /* - * Copyright (C) 2012 Julien Desfossez - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Jérémie Galarneau - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Julien Desfossez + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/session.cpp b/src/bin/lttng-relayd/session.cpp index e05482f15..8b81bc855 100644 --- a/src/bin/lttng-relayd/session.cpp +++ b/src/bin/lttng-relayd/session.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/session.hpp b/src/bin/lttng-relayd/session.hpp index 2a6c130dd..62c112010 100644 --- a/src/bin/lttng-relayd/session.hpp +++ b/src/bin/lttng-relayd/session.hpp @@ -2,9 +2,9 @@ #define _SESSION_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/sessiond-trace-chunks.cpp b/src/bin/lttng-relayd/sessiond-trace-chunks.cpp index cf2cfe601..f433fe385 100644 --- a/src/bin/lttng-relayd/sessiond-trace-chunks.cpp +++ b/src/bin/lttng-relayd/sessiond-trace-chunks.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/sessiond-trace-chunks.hpp b/src/bin/lttng-relayd/sessiond-trace-chunks.hpp index 5b9f00a7e..6e4cb4af2 100644 --- a/src/bin/lttng-relayd/sessiond-trace-chunks.hpp +++ b/src/bin/lttng-relayd/sessiond-trace-chunks.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/stream.cpp b/src/bin/lttng-relayd/stream.cpp index 866162895..750a24789 100644 --- a/src/bin/lttng-relayd/stream.cpp +++ b/src/bin/lttng-relayd/stream.cpp @@ -1,8 +1,8 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/stream.hpp b/src/bin/lttng-relayd/stream.hpp index 40d840398..ab92000ae 100644 --- a/src/bin/lttng-relayd/stream.hpp +++ b/src/bin/lttng-relayd/stream.hpp @@ -2,9 +2,9 @@ #define _STREAM_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/tcp_keep_alive.cpp b/src/bin/lttng-relayd/tcp_keep_alive.cpp index 93bc0b396..ff43d9e87 100644 --- a/src/bin/lttng-relayd/tcp_keep_alive.cpp +++ b/src/bin/lttng-relayd/tcp_keep_alive.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jonathan Rajotte + * SPDX-FileCopyrightText: 2017 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/tcp_keep_alive.hpp b/src/bin/lttng-relayd/tcp_keep_alive.hpp index 840730f60..6f6b2b4a3 100644 --- a/src/bin/lttng-relayd/tcp_keep_alive.hpp +++ b/src/bin/lttng-relayd/tcp_keep_alive.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jonathan Rajotte + * SPDX-FileCopyrightText: 2017 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/testpoint.hpp b/src/bin/lttng-relayd/testpoint.hpp index 84fb4a868..756db95a4 100644 --- a/src/bin/lttng-relayd/testpoint.hpp +++ b/src/bin/lttng-relayd/testpoint.hpp @@ -2,8 +2,8 @@ #define RELAYD_TESTPOINT_H /* - * Copyright (C) 2012 Christian Babeux - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Christian Babeux + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/thread-utils.cpp b/src/bin/lttng-relayd/thread-utils.cpp index 8e09f6c54..0021096b0 100644 --- a/src/bin/lttng-relayd/thread-utils.cpp +++ b/src/bin/lttng-relayd/thread-utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 EfficiOS Inc. + * SPDX-FileCopyrightText: 2022 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/tracefile-array.cpp b/src/bin/lttng-relayd/tracefile-array.cpp index 91baa74aa..4fb6eacc7 100644 --- a/src/bin/lttng-relayd/tracefile-array.cpp +++ b/src/bin/lttng-relayd/tracefile-array.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/tracefile-array.hpp b/src/bin/lttng-relayd/tracefile-array.hpp index 25b228016..56975d4cf 100644 --- a/src/bin/lttng-relayd/tracefile-array.hpp +++ b/src/bin/lttng-relayd/tracefile-array.hpp @@ -2,7 +2,7 @@ #define _TRACEFILE_ARRAY_H /* - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/utils.cpp b/src/bin/lttng-relayd/utils.cpp index fc968ecd1..97f353d4a 100644 --- a/src/bin/lttng-relayd/utils.cpp +++ b/src/bin/lttng-relayd/utils.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/utils.hpp b/src/bin/lttng-relayd/utils.hpp index c5ed07d48..ce18120e4 100644 --- a/src/bin/lttng-relayd/utils.hpp +++ b/src/bin/lttng-relayd/utils.hpp @@ -2,9 +2,9 @@ #define RELAYD_UTILS_H /* - * Copyright (C) 2012 Julien Desfossez - * Copyright (C) 2012 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Julien Desfossez + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/viewer-session.cpp b/src/bin/lttng-relayd/viewer-session.cpp index 0c501eea3..386bbd365 100644 --- a/src/bin/lttng-relayd/viewer-session.cpp +++ b/src/bin/lttng-relayd/viewer-session.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/viewer-session.hpp b/src/bin/lttng-relayd/viewer-session.hpp index 728676b95..14fa8421c 100644 --- a/src/bin/lttng-relayd/viewer-session.hpp +++ b/src/bin/lttng-relayd/viewer-session.hpp @@ -2,9 +2,9 @@ #define _VIEWER_SESSION_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/viewer-stream.cpp b/src/bin/lttng-relayd/viewer-stream.cpp index ef0dfbdd3..9a4054f0b 100644 --- a/src/bin/lttng-relayd/viewer-stream.cpp +++ b/src/bin/lttng-relayd/viewer-stream.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-relayd/viewer-stream.hpp b/src/bin/lttng-relayd/viewer-stream.hpp index 977a7cfa9..95e7b25cc 100644 --- a/src/bin/lttng-relayd/viewer-stream.hpp +++ b/src/bin/lttng-relayd/viewer-stream.hpp @@ -2,9 +2,9 @@ #define _VIEWER_STREAM_H /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/action-executor.cpp b/src/bin/lttng-sessiond/action-executor.cpp index 395aa9a13..054dd2d65 100644 --- a/src/bin/lttng-sessiond/action-executor.cpp +++ b/src/bin/lttng-sessiond/action-executor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/action-executor.hpp b/src/bin/lttng-sessiond/action-executor.hpp index 4fc874f15..e56b35835 100644 --- a/src/bin/lttng-sessiond/action-executor.hpp +++ b/src/bin/lttng-sessiond/action-executor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/agent-thread.cpp b/src/bin/lttng-sessiond/agent-thread.cpp index 9b5a5b569..8e0b710b1 100644 --- a/src/bin/lttng-sessiond/agent-thread.cpp +++ b/src/bin/lttng-sessiond/agent-thread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/agent-thread.hpp b/src/bin/lttng-sessiond/agent-thread.hpp index 0d56588ea..b69e8be2c 100644 --- a/src/bin/lttng-sessiond/agent-thread.hpp +++ b/src/bin/lttng-sessiond/agent-thread.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/agent.cpp b/src/bin/lttng-sessiond/agent.cpp index 2beb7e9aa..131e7fde9 100644 --- a/src/bin/lttng-sessiond/agent.cpp +++ b/src/bin/lttng-sessiond/agent.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 David Goulet - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/agent.hpp b/src/bin/lttng-sessiond/agent.hpp index f9d3cb656..eb938ac17 100644 --- a/src/bin/lttng-sessiond/agent.hpp +++ b/src/bin/lttng-sessiond/agent.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 David Goulet - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/buffer-registry.cpp b/src/bin/lttng-sessiond/buffer-registry.cpp index 1b83f4097..79ad4434b 100644 --- a/src/bin/lttng-sessiond/buffer-registry.cpp +++ b/src/bin/lttng-sessiond/buffer-registry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/buffer-registry.hpp b/src/bin/lttng-sessiond/buffer-registry.hpp index f266fbce2..fe993a9b1 100644 --- a/src/bin/lttng-sessiond/buffer-registry.hpp +++ b/src/bin/lttng-sessiond/buffer-registry.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/channel.cpp b/src/bin/lttng-sessiond/channel.cpp index 542ad6987..32cfd18aa 100644 --- a/src/bin/lttng-sessiond/channel.cpp +++ b/src/bin/lttng-sessiond/channel.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/channel.hpp b/src/bin/lttng-sessiond/channel.hpp index f7156c632..ddaab0338 100644 --- a/src/bin/lttng-sessiond/channel.hpp +++ b/src/bin/lttng-sessiond/channel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/clear.cpp b/src/bin/lttng-sessiond/clear.cpp index 2e26c880a..8de677973 100644 --- a/src/bin/lttng-sessiond/clear.cpp +++ b/src/bin/lttng-sessiond/clear.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/clear.hpp b/src/bin/lttng-sessiond/clear.hpp index b3618bfde..872b679ff 100644 --- a/src/bin/lttng-sessiond/clear.hpp +++ b/src/bin/lttng-sessiond/clear.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/client.cpp b/src/bin/lttng-sessiond/client.cpp index f26480b91..12ccdb0fa 100644 --- a/src/bin/lttng-sessiond/client.cpp +++ b/src/bin/lttng-sessiond/client.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/client.hpp b/src/bin/lttng-sessiond/client.hpp index a8d0adc12..e012c2490 100644 --- a/src/bin/lttng-sessiond/client.hpp +++ b/src/bin/lttng-sessiond/client.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/clock-class.cpp b/src/bin/lttng-sessiond/clock-class.cpp index bca451ba1..49ca77bba 100644 --- a/src/bin/lttng-sessiond/clock-class.cpp +++ b/src/bin/lttng-sessiond/clock-class.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/clock-class.hpp b/src/bin/lttng-sessiond/clock-class.hpp index 8fc1cb4cd..c65e89aa6 100644 --- a/src/bin/lttng-sessiond/clock-class.hpp +++ b/src/bin/lttng-sessiond/clock-class.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/cmd.cpp b/src/bin/lttng-sessiond/cmd.cpp index 2151883fc..32e35096c 100644 --- a/src/bin/lttng-sessiond/cmd.cpp +++ b/src/bin/lttng-sessiond/cmd.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/cmd.hpp b/src/bin/lttng-sessiond/cmd.hpp index 73b25aa2a..69a8bfdac 100644 --- a/src/bin/lttng-sessiond/cmd.hpp +++ b/src/bin/lttng-sessiond/cmd.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/condition-internal.cpp b/src/bin/lttng-sessiond/condition-internal.cpp index 5cae8677b..15f0cf623 100644 --- a/src/bin/lttng-sessiond/condition-internal.cpp +++ b/src/bin/lttng-sessiond/condition-internal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng-sessiond/condition-internal.hpp b/src/bin/lttng-sessiond/condition-internal.hpp index 23d2c229e..7961f2caf 100644 --- a/src/bin/lttng-sessiond/condition-internal.hpp +++ b/src/bin/lttng-sessiond/condition-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng-sessiond/consumer-destination-type.hpp b/src/bin/lttng-sessiond/consumer-destination-type.hpp index 3b020e19c..8e42ddb01 100644 --- a/src/bin/lttng-sessiond/consumer-destination-type.hpp +++ b/src/bin/lttng-sessiond/consumer-destination-type.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng-sessiond/consumer-output.hpp b/src/bin/lttng-sessiond/consumer-output.hpp index 1e1cbcb17..3cbb7069b 100644 --- a/src/bin/lttng-sessiond/consumer-output.hpp +++ b/src/bin/lttng-sessiond/consumer-output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng-sessiond/consumer.cpp b/src/bin/lttng-sessiond/consumer.cpp index 8ab6eb0f3..3049be41a 100644 --- a/src/bin/lttng-sessiond/consumer.cpp +++ b/src/bin/lttng-sessiond/consumer.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/consumer.hpp b/src/bin/lttng-sessiond/consumer.hpp index 54365aa64..66f4dfe20 100644 --- a/src/bin/lttng-sessiond/consumer.hpp +++ b/src/bin/lttng-sessiond/consumer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/context.cpp b/src/bin/lttng-sessiond/context.cpp index 6409f5c1a..007435e0f 100644 --- a/src/bin/lttng-sessiond/context.cpp +++ b/src/bin/lttng-sessiond/context.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/context.hpp b/src/bin/lttng-sessiond/context.hpp index 4a9653333..fe34b84cd 100644 --- a/src/bin/lttng-sessiond/context.hpp +++ b/src/bin/lttng-sessiond/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ctf2-trace-class-visitor.cpp b/src/bin/lttng-sessiond/ctf2-trace-class-visitor.cpp index 07fa0eab2..0c6204562 100644 --- a/src/bin/lttng-sessiond/ctf2-trace-class-visitor.cpp +++ b/src/bin/lttng-sessiond/ctf2-trace-class-visitor.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2022 Jérémie Galarneau - * Copyright (C) 2022 Simon Marchi + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Simon Marchi * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ctf2-trace-class-visitor.hpp b/src/bin/lttng-sessiond/ctf2-trace-class-visitor.hpp index d48442360..c76839310 100644 --- a/src/bin/lttng-sessiond/ctf2-trace-class-visitor.hpp +++ b/src/bin/lttng-sessiond/ctf2-trace-class-visitor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ctl-utils.hpp b/src/bin/lttng-sessiond/ctl-utils.hpp index be694cfa9..cbc7ef251 100644 --- a/src/bin/lttng-sessiond/ctl-utils.hpp +++ b/src/bin/lttng-sessiond/ctl-utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/dispatch.cpp b/src/bin/lttng-sessiond/dispatch.cpp index 058582ec3..df4a2341e 100644 --- a/src/bin/lttng-sessiond/dispatch.cpp +++ b/src/bin/lttng-sessiond/dispatch.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/dispatch.hpp b/src/bin/lttng-sessiond/dispatch.hpp index d3e57368a..8b8fecdb7 100644 --- a/src/bin/lttng-sessiond/dispatch.hpp +++ b/src/bin/lttng-sessiond/dispatch.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/domain.cpp b/src/bin/lttng-sessiond/domain.cpp index 29647877f..615e9d9c4 100644 --- a/src/bin/lttng-sessiond/domain.cpp +++ b/src/bin/lttng-sessiond/domain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/domain.hpp b/src/bin/lttng-sessiond/domain.hpp index e88be8596..9f4f23825 100644 --- a/src/bin/lttng-sessiond/domain.hpp +++ b/src/bin/lttng-sessiond/domain.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/event-class.cpp b/src/bin/lttng-sessiond/event-class.cpp index 19dceb4ad..c6f911fc8 100644 --- a/src/bin/lttng-sessiond/event-class.cpp +++ b/src/bin/lttng-sessiond/event-class.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/event-class.hpp b/src/bin/lttng-sessiond/event-class.hpp index 81b27f8d0..93ea1a6d9 100644 --- a/src/bin/lttng-sessiond/event-class.hpp +++ b/src/bin/lttng-sessiond/event-class.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/event-notifier-error-accounting.cpp b/src/bin/lttng-sessiond/event-notifier-error-accounting.cpp index 34f10f0a5..8fef844d6 100644 --- a/src/bin/lttng-sessiond/event-notifier-error-accounting.cpp +++ b/src/bin/lttng-sessiond/event-notifier-error-accounting.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/event-notifier-error-accounting.hpp b/src/bin/lttng-sessiond/event-notifier-error-accounting.hpp index 79a9f515c..344aac0ac 100644 --- a/src/bin/lttng-sessiond/event-notifier-error-accounting.hpp +++ b/src/bin/lttng-sessiond/event-notifier-error-accounting.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/event-rule-configuration.cpp b/src/bin/lttng-sessiond/event-rule-configuration.cpp index 75f0281f0..ac6128646 100644 --- a/src/bin/lttng-sessiond/event-rule-configuration.cpp +++ b/src/bin/lttng-sessiond/event-rule-configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/event-rule-configuration.hpp b/src/bin/lttng-sessiond/event-rule-configuration.hpp index 2164b45ef..b47d21c93 100644 --- a/src/bin/lttng-sessiond/event-rule-configuration.hpp +++ b/src/bin/lttng-sessiond/event-rule-configuration.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/event.cpp b/src/bin/lttng-sessiond/event.cpp index 0371b27b5..35f3fe1c3 100644 --- a/src/bin/lttng-sessiond/event.cpp +++ b/src/bin/lttng-sessiond/event.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/event.hpp b/src/bin/lttng-sessiond/event.hpp index efd72f4cc..0cd2a5968 100644 --- a/src/bin/lttng-sessiond/event.hpp +++ b/src/bin/lttng-sessiond/event.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/fd-limit.cpp b/src/bin/lttng-sessiond/fd-limit.cpp index ae63ccc06..12edb9d69 100644 --- a/src/bin/lttng-sessiond/fd-limit.cpp +++ b/src/bin/lttng-sessiond/fd-limit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/fd-limit.hpp b/src/bin/lttng-sessiond/fd-limit.hpp index 516129962..4030d1c13 100644 --- a/src/bin/lttng-sessiond/fd-limit.hpp +++ b/src/bin/lttng-sessiond/fd-limit.hpp @@ -2,7 +2,7 @@ #define _LTTNG_FD_LIMIT_H /* - * Copyright (C) 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/field.cpp b/src/bin/lttng-sessiond/field.cpp index 94d002167..06166f5d8 100644 --- a/src/bin/lttng-sessiond/field.cpp +++ b/src/bin/lttng-sessiond/field.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/field.hpp b/src/bin/lttng-sessiond/field.hpp index e61d68036..b574e912e 100644 --- a/src/bin/lttng-sessiond/field.hpp +++ b/src/bin/lttng-sessiond/field.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/globals.cpp b/src/bin/lttng-sessiond/globals.cpp index ad9a8bf85..b89399f4d 100644 --- a/src/bin/lttng-sessiond/globals.cpp +++ b/src/bin/lttng-sessiond/globals.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/health-sessiond.hpp b/src/bin/lttng-sessiond/health-sessiond.hpp index 453b87e5b..7ff492057 100644 --- a/src/bin/lttng-sessiond/health-sessiond.hpp +++ b/src/bin/lttng-sessiond/health-sessiond.hpp @@ -2,7 +2,7 @@ #define HEALTH_SESSIOND_H /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/health.cpp b/src/bin/lttng-sessiond/health.cpp index 4aa427562..83c3a306a 100644 --- a/src/bin/lttng-sessiond/health.cpp +++ b/src/bin/lttng-sessiond/health.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/kern-modules.hpp b/src/bin/lttng-sessiond/kern-modules.hpp index 54a642b74..263ac6406 100644 --- a/src/bin/lttng-sessiond/kern-modules.hpp +++ b/src/bin/lttng-sessiond/kern-modules.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * SPDX-FileCopyrightText: 2011 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/kernel-consumer.cpp b/src/bin/lttng-sessiond/kernel-consumer.cpp index f0b1ae4f7..486cb1635 100644 --- a/src/bin/lttng-sessiond/kernel-consumer.cpp +++ b/src/bin/lttng-sessiond/kernel-consumer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/kernel-consumer.hpp b/src/bin/lttng-sessiond/kernel-consumer.hpp index 916408567..82be01320 100644 --- a/src/bin/lttng-sessiond/kernel-consumer.hpp +++ b/src/bin/lttng-sessiond/kernel-consumer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/kernel.cpp b/src/bin/lttng-sessiond/kernel.cpp index 5d6a349ea..3df7dba9a 100644 --- a/src/bin/lttng-sessiond/kernel.cpp +++ b/src/bin/lttng-sessiond/kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/kernel.hpp b/src/bin/lttng-sessiond/kernel.hpp index 65b3c7896..0c9e5cd6d 100644 --- a/src/bin/lttng-sessiond/kernel.hpp +++ b/src/bin/lttng-sessiond/kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/lttng-sessiond.hpp b/src/bin/lttng-sessiond/lttng-sessiond.hpp index ac455230a..8a63278a8 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.hpp +++ b/src/bin/lttng-sessiond/lttng-sessiond.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2013 Raphaël Beamonte + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2013 Raphaël Beamonte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/lttng-syscall.cpp b/src/bin/lttng-sessiond/lttng-syscall.cpp index a89a3bff4..d0b5164f2 100644 --- a/src/bin/lttng-sessiond/lttng-syscall.cpp +++ b/src/bin/lttng-sessiond/lttng-syscall.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/lttng-syscall.hpp b/src/bin/lttng-sessiond/lttng-syscall.hpp index 877f59390..1703b4689 100644 --- a/src/bin/lttng-sessiond/lttng-syscall.hpp +++ b/src/bin/lttng-sessiond/lttng-syscall.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/lttng-ust-abi.hpp b/src/bin/lttng-sessiond/lttng-ust-abi.hpp index faf232190..7900397ea 100644 --- a/src/bin/lttng-sessiond/lttng-ust-abi.hpp +++ b/src/bin/lttng-sessiond/lttng-ust-abi.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/lttng-ust-ctl.hpp b/src/bin/lttng-sessiond/lttng-ust-ctl.hpp index dcd6bf640..0c702ddda 100644 --- a/src/bin/lttng-sessiond/lttng-ust-ctl.hpp +++ b/src/bin/lttng-sessiond/lttng-ust-ctl.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/lttng-ust-error.hpp b/src/bin/lttng-sessiond/lttng-ust-error.hpp index 173908e4d..07e0390b4 100644 --- a/src/bin/lttng-sessiond/lttng-ust-error.hpp +++ b/src/bin/lttng-sessiond/lttng-ust-error.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/main.cpp b/src/bin/lttng-sessiond/main.cpp index ac53c6b29..97c652e47 100644 --- a/src/bin/lttng-sessiond/main.cpp +++ b/src/bin/lttng-sessiond/main.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/manage-apps.cpp b/src/bin/lttng-sessiond/manage-apps.cpp index ef55b452e..9ca2a8fb2 100644 --- a/src/bin/lttng-sessiond/manage-apps.cpp +++ b/src/bin/lttng-sessiond/manage-apps.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/manage-apps.hpp b/src/bin/lttng-sessiond/manage-apps.hpp index 6d4c7a625..9107d980d 100644 --- a/src/bin/lttng-sessiond/manage-apps.hpp +++ b/src/bin/lttng-sessiond/manage-apps.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/manage-consumer.cpp b/src/bin/lttng-sessiond/manage-consumer.cpp index 27a368e7f..6189eb154 100644 --- a/src/bin/lttng-sessiond/manage-consumer.cpp +++ b/src/bin/lttng-sessiond/manage-consumer.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/manage-consumer.hpp b/src/bin/lttng-sessiond/manage-consumer.hpp index e2b29cc5b..e5f27e7d4 100644 --- a/src/bin/lttng-sessiond/manage-consumer.hpp +++ b/src/bin/lttng-sessiond/manage-consumer.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/manage-kernel.cpp b/src/bin/lttng-sessiond/manage-kernel.cpp index ddd935f27..d20bc3dfa 100644 --- a/src/bin/lttng-sessiond/manage-kernel.cpp +++ b/src/bin/lttng-sessiond/manage-kernel.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/manage-kernel.hpp b/src/bin/lttng-sessiond/manage-kernel.hpp index c514d6042..466ad786e 100644 --- a/src/bin/lttng-sessiond/manage-kernel.hpp +++ b/src/bin/lttng-sessiond/manage-kernel.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/modprobe.cpp b/src/bin/lttng-sessiond/modprobe.cpp index 046a15616..a36b06a5a 100644 --- a/src/bin/lttng-sessiond/modprobe.cpp +++ b/src/bin/lttng-sessiond/modprobe.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 David Goulet - * Copyright (C) 2014 Jan Glauber + * SPDX-FileCopyrightText: 2011 David Goulet + * SPDX-FileCopyrightText: 2014 Jan Glauber * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/modprobe.hpp b/src/bin/lttng-sessiond/modprobe.hpp index a006d009f..a7aba4ce9 100644 --- a/src/bin/lttng-sessiond/modprobe.hpp +++ b/src/bin/lttng-sessiond/modprobe.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * SPDX-FileCopyrightText: 2011 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notification-thread-commands.cpp b/src/bin/lttng-sessiond/notification-thread-commands.cpp index 2f275477b..99caaaab6 100644 --- a/src/bin/lttng-sessiond/notification-thread-commands.cpp +++ b/src/bin/lttng-sessiond/notification-thread-commands.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notification-thread-commands.hpp b/src/bin/lttng-sessiond/notification-thread-commands.hpp index 8a3150ae3..ebff4a684 100644 --- a/src/bin/lttng-sessiond/notification-thread-commands.hpp +++ b/src/bin/lttng-sessiond/notification-thread-commands.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notification-thread-events.cpp b/src/bin/lttng-sessiond/notification-thread-events.cpp index 683edca62..401179478 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.cpp +++ b/src/bin/lttng-sessiond/notification-thread-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notification-thread-events.hpp b/src/bin/lttng-sessiond/notification-thread-events.hpp index 68082cbb5..25fbbd30e 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.hpp +++ b/src/bin/lttng-sessiond/notification-thread-events.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notification-thread-internal.hpp b/src/bin/lttng-sessiond/notification-thread-internal.hpp index 864593cef..4e21cc0b9 100644 --- a/src/bin/lttng-sessiond/notification-thread-internal.hpp +++ b/src/bin/lttng-sessiond/notification-thread-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notification-thread.cpp b/src/bin/lttng-sessiond/notification-thread.cpp index 76165a96e..9d46fb137 100644 --- a/src/bin/lttng-sessiond/notification-thread.cpp +++ b/src/bin/lttng-sessiond/notification-thread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notification-thread.hpp b/src/bin/lttng-sessiond/notification-thread.hpp index 884149c56..8f35b7694 100644 --- a/src/bin/lttng-sessiond/notification-thread.hpp +++ b/src/bin/lttng-sessiond/notification-thread.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notify-apps.cpp b/src/bin/lttng-sessiond/notify-apps.cpp index 03ac5866c..9a9965d6e 100644 --- a/src/bin/lttng-sessiond/notify-apps.cpp +++ b/src/bin/lttng-sessiond/notify-apps.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/notify-apps.hpp b/src/bin/lttng-sessiond/notify-apps.hpp index 75301e202..96368fc3b 100644 --- a/src/bin/lttng-sessiond/notify-apps.hpp +++ b/src/bin/lttng-sessiond/notify-apps.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/process-utils.cpp b/src/bin/lttng-sessiond/process-utils.cpp index ebc8bb548..4f5613fc0 100644 --- a/src/bin/lttng-sessiond/process-utils.cpp +++ b/src/bin/lttng-sessiond/process-utils.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/recording-channel-configuration.cpp b/src/bin/lttng-sessiond/recording-channel-configuration.cpp index 6a927f0e9..0b82c3cd1 100644 --- a/src/bin/lttng-sessiond/recording-channel-configuration.cpp +++ b/src/bin/lttng-sessiond/recording-channel-configuration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/recording-channel-configuration.hpp b/src/bin/lttng-sessiond/recording-channel-configuration.hpp index 6c9946516..d421bb002 100644 --- a/src/bin/lttng-sessiond/recording-channel-configuration.hpp +++ b/src/bin/lttng-sessiond/recording-channel-configuration.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/register.cpp b/src/bin/lttng-sessiond/register.cpp index 80cd830f0..9dc638f38 100644 --- a/src/bin/lttng-sessiond/register.cpp +++ b/src/bin/lttng-sessiond/register.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/register.hpp b/src/bin/lttng-sessiond/register.hpp index 2071475de..5c941f93b 100644 --- a/src/bin/lttng-sessiond/register.hpp +++ b/src/bin/lttng-sessiond/register.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/rotation-thread.cpp b/src/bin/lttng-sessiond/rotation-thread.cpp index 187f5bec1..7a6237043 100644 --- a/src/bin/lttng-sessiond/rotation-thread.cpp +++ b/src/bin/lttng-sessiond/rotation-thread.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017 Julien Desfossez - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/rotation-thread.hpp b/src/bin/lttng-sessiond/rotation-thread.hpp index 5e9b9d75e..01cbb1e2b 100644 --- a/src/bin/lttng-sessiond/rotation-thread.hpp +++ b/src/bin/lttng-sessiond/rotation-thread.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017 Julien Desfossez - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/save.cpp b/src/bin/lttng-sessiond/save.cpp index 6c6339c36..57a177bb7 100644 --- a/src/bin/lttng-sessiond/save.cpp +++ b/src/bin/lttng-sessiond/save.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/save.hpp b/src/bin/lttng-sessiond/save.hpp index ec2af8d50..73e23d0e7 100644 --- a/src/bin/lttng-sessiond/save.hpp +++ b/src/bin/lttng-sessiond/save.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/session.cpp b/src/bin/lttng-sessiond/session.cpp index 298b887c7..0ac811ada 100644 --- a/src/bin/lttng-sessiond/session.cpp +++ b/src/bin/lttng-sessiond/session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/session.hpp b/src/bin/lttng-sessiond/session.hpp index 58e2bd9a6..be05ed81d 100644 --- a/src/bin/lttng-sessiond/session.hpp +++ b/src/bin/lttng-sessiond/session.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/sessiond-config.cpp b/src/bin/lttng-sessiond/sessiond-config.cpp index 7923dbf23..22b8b5789 100644 --- a/src/bin/lttng-sessiond/sessiond-config.cpp +++ b/src/bin/lttng-sessiond/sessiond-config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/sessiond-config.hpp b/src/bin/lttng-sessiond/sessiond-config.hpp index ed009bd44..3a1361549 100644 --- a/src/bin/lttng-sessiond/sessiond-config.hpp +++ b/src/bin/lttng-sessiond/sessiond-config.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/snapshot-output.hpp b/src/bin/lttng-sessiond/snapshot-output.hpp index 6d580e4ed..93fbbd117 100644 --- a/src/bin/lttng-sessiond/snapshot-output.hpp +++ b/src/bin/lttng-sessiond/snapshot-output.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng-sessiond/snapshot.cpp b/src/bin/lttng-sessiond/snapshot.cpp index 69e4ff79d..0136c49b0 100644 --- a/src/bin/lttng-sessiond/snapshot.cpp +++ b/src/bin/lttng-sessiond/snapshot.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/snapshot.hpp b/src/bin/lttng-sessiond/snapshot.hpp index 4933d190c..83a25f1be 100644 --- a/src/bin/lttng-sessiond/snapshot.hpp +++ b/src/bin/lttng-sessiond/snapshot.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/stream-class.cpp b/src/bin/lttng-sessiond/stream-class.cpp index 856b98e8a..4e0ca700a 100644 --- a/src/bin/lttng-sessiond/stream-class.cpp +++ b/src/bin/lttng-sessiond/stream-class.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/stream-class.hpp b/src/bin/lttng-sessiond/stream-class.hpp index 5faecd5e1..beb0f5b4a 100644 --- a/src/bin/lttng-sessiond/stream-class.hpp +++ b/src/bin/lttng-sessiond/stream-class.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/testpoint.hpp b/src/bin/lttng-sessiond/testpoint.hpp index f50d9f82b..ce0775e62 100644 --- a/src/bin/lttng-sessiond/testpoint.hpp +++ b/src/bin/lttng-sessiond/testpoint.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Christian Babeux + * SPDX-FileCopyrightText: 2012 Christian Babeux * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/thread-utils.cpp b/src/bin/lttng-sessiond/thread-utils.cpp index c861e0f52..86ce9e1c2 100644 --- a/src/bin/lttng-sessiond/thread-utils.cpp +++ b/src/bin/lttng-sessiond/thread-utils.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/thread.cpp b/src/bin/lttng-sessiond/thread.cpp index 4077f460e..1d1193b9c 100644 --- a/src/bin/lttng-sessiond/thread.cpp +++ b/src/bin/lttng-sessiond/thread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/thread.hpp b/src/bin/lttng-sessiond/thread.hpp index a1e390a09..cb9843784 100644 --- a/src/bin/lttng-sessiond/thread.hpp +++ b/src/bin/lttng-sessiond/thread.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/timer.cpp b/src/bin/lttng-sessiond/timer.cpp index b70d64849..0494af82f 100644 --- a/src/bin/lttng-sessiond/timer.cpp +++ b/src/bin/lttng-sessiond/timer.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017 Julien Desfossez - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/timer.hpp b/src/bin/lttng-sessiond/timer.hpp index 7a5cc0232..1c8824d15 100644 --- a/src/bin/lttng-sessiond/timer.hpp +++ b/src/bin/lttng-sessiond/timer.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017 Julien Desfossez - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/trace-class.cpp b/src/bin/lttng-sessiond/trace-class.cpp index e5d4b5405..56f06878d 100644 --- a/src/bin/lttng-sessiond/trace-class.cpp +++ b/src/bin/lttng-sessiond/trace-class.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/trace-class.hpp b/src/bin/lttng-sessiond/trace-class.hpp index afd99ffb7..baa9f5121 100644 --- a/src/bin/lttng-sessiond/trace-class.hpp +++ b/src/bin/lttng-sessiond/trace-class.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/trace-kernel.cpp b/src/bin/lttng-sessiond/trace-kernel.cpp index e5d185223..611102aeb 100644 --- a/src/bin/lttng-sessiond/trace-kernel.cpp +++ b/src/bin/lttng-sessiond/trace-kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/trace-kernel.hpp b/src/bin/lttng-sessiond/trace-kernel.hpp index 265613ba8..e2ea9179d 100644 --- a/src/bin/lttng-sessiond/trace-kernel.hpp +++ b/src/bin/lttng-sessiond/trace-kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/trace-ust.cpp b/src/bin/lttng-sessiond/trace-ust.cpp index fe0f2f2df..8943ad482 100644 --- a/src/bin/lttng-sessiond/trace-ust.cpp +++ b/src/bin/lttng-sessiond/trace-ust.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/trace-ust.hpp b/src/bin/lttng-sessiond/trace-ust.hpp index 3ae9c09aa..1497c6756 100644 --- a/src/bin/lttng-sessiond/trace-ust.hpp +++ b/src/bin/lttng-sessiond/trace-ust.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/tracker.cpp b/src/bin/lttng-sessiond/tracker.cpp index 196656258..1c1517b4e 100644 --- a/src/bin/lttng-sessiond/tracker.cpp +++ b/src/bin/lttng-sessiond/tracker.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2018 Mathieu Desnoyers - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/tracker.hpp b/src/bin/lttng-sessiond/tracker.hpp index 2996113c5..eb8777324 100644 --- a/src/bin/lttng-sessiond/tracker.hpp +++ b/src/bin/lttng-sessiond/tracker.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2018 Mathieu Desnoyers - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/trigger-error-query.cpp b/src/bin/lttng-sessiond/trigger-error-query.cpp index a50951f7b..2975c9daf 100644 --- a/src/bin/lttng-sessiond/trigger-error-query.cpp +++ b/src/bin/lttng-sessiond/trigger-error-query.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/tsdl-trace-class-visitor.cpp b/src/bin/lttng-sessiond/tsdl-trace-class-visitor.cpp index 4129333c1..d5e710ada 100644 --- a/src/bin/lttng-sessiond/tsdl-trace-class-visitor.cpp +++ b/src/bin/lttng-sessiond/tsdl-trace-class-visitor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/tsdl-trace-class-visitor.hpp b/src/bin/lttng-sessiond/tsdl-trace-class-visitor.hpp index c15ee8f45..0794f98da 100644 --- a/src/bin/lttng-sessiond/tsdl-trace-class-visitor.hpp +++ b/src/bin/lttng-sessiond/tsdl-trace-class-visitor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-app.cpp b/src/bin/lttng-sessiond/ust-app.cpp index 0a5fda52f..23be3e760 100644 --- a/src/bin/lttng-sessiond/ust-app.cpp +++ b/src/bin/lttng-sessiond/ust-app.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-app.hpp b/src/bin/lttng-sessiond/ust-app.hpp index 44ccb6185..5b4436d44 100644 --- a/src/bin/lttng-sessiond/ust-app.hpp +++ b/src/bin/lttng-sessiond/ust-app.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-clock-class.cpp b/src/bin/lttng-sessiond/ust-clock-class.cpp index cdb3b50a5..b8321a6a7 100644 --- a/src/bin/lttng-sessiond/ust-clock-class.cpp +++ b/src/bin/lttng-sessiond/ust-clock-class.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2010 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2010 Pierre-Marc Fournier + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-clock-class.hpp b/src/bin/lttng-sessiond/ust-clock-class.hpp index 70160a8c1..620455776 100644 --- a/src/bin/lttng-sessiond/ust-clock-class.hpp +++ b/src/bin/lttng-sessiond/ust-clock-class.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-consumer.cpp b/src/bin/lttng-sessiond/ust-consumer.cpp index a4de848cb..3189b2fe1 100644 --- a/src/bin/lttng-sessiond/ust-consumer.cpp +++ b/src/bin/lttng-sessiond/ust-consumer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-consumer.hpp b/src/bin/lttng-sessiond/ust-consumer.hpp index 212dd8248..e81ebda9e 100644 --- a/src/bin/lttng-sessiond/ust-consumer.hpp +++ b/src/bin/lttng-sessiond/ust-consumer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-ctl-internal.hpp b/src/bin/lttng-sessiond/ust-ctl-internal.hpp index 8485cd5ef..e165a9d31 100644 --- a/src/bin/lttng-sessiond/ust-ctl-internal.hpp +++ b/src/bin/lttng-sessiond/ust-ctl-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * Copyright (C) 2011-2013 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only diff --git a/src/bin/lttng-sessiond/ust-error-internal.hpp b/src/bin/lttng-sessiond/ust-error-internal.hpp index 7e59d0754..7967da6da 100644 --- a/src/bin/lttng-sessiond/ust-error-internal.hpp +++ b/src/bin/lttng-sessiond/ust-error-internal.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng-sessiond/ust-field-convert.cpp b/src/bin/lttng-sessiond/ust-field-convert.cpp index 888fe058c..8249409c8 100644 --- a/src/bin/lttng-sessiond/ust-field-convert.cpp +++ b/src/bin/lttng-sessiond/ust-field-convert.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-field-quirks.hpp b/src/bin/lttng-sessiond/ust-field-quirks.hpp index 82ce0fc86..ee4315ca9 100644 --- a/src/bin/lttng-sessiond/ust-field-quirks.hpp +++ b/src/bin/lttng-sessiond/ust-field-quirks.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-channel.cpp b/src/bin/lttng-sessiond/ust-registry-channel.cpp index a153eac6e..0e8436d7c 100644 --- a/src/bin/lttng-sessiond/ust-registry-channel.cpp +++ b/src/bin/lttng-sessiond/ust-registry-channel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-channel.hpp b/src/bin/lttng-sessiond/ust-registry-channel.hpp index f0a5350a0..e5ee0f69f 100644 --- a/src/bin/lttng-sessiond/ust-registry-channel.hpp +++ b/src/bin/lttng-sessiond/ust-registry-channel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-event.cpp b/src/bin/lttng-sessiond/ust-registry-event.cpp index fec7fb548..7e11926ef 100644 --- a/src/bin/lttng-sessiond/ust-registry-event.cpp +++ b/src/bin/lttng-sessiond/ust-registry-event.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-event.hpp b/src/bin/lttng-sessiond/ust-registry-event.hpp index 52e86ccf8..71ba5b160 100644 --- a/src/bin/lttng-sessiond/ust-registry-event.hpp +++ b/src/bin/lttng-sessiond/ust-registry-event.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-session-pid.cpp b/src/bin/lttng-sessiond/ust-registry-session-pid.cpp index 4463e78e9..5b436cbc0 100644 --- a/src/bin/lttng-sessiond/ust-registry-session-pid.cpp +++ b/src/bin/lttng-sessiond/ust-registry-session-pid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-session-pid.hpp b/src/bin/lttng-sessiond/ust-registry-session-pid.hpp index 4bdbe4a73..be64c1715 100644 --- a/src/bin/lttng-sessiond/ust-registry-session-pid.hpp +++ b/src/bin/lttng-sessiond/ust-registry-session-pid.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-session-uid.cpp b/src/bin/lttng-sessiond/ust-registry-session-uid.cpp index 3959d0394..d58493b97 100644 --- a/src/bin/lttng-sessiond/ust-registry-session-uid.cpp +++ b/src/bin/lttng-sessiond/ust-registry-session-uid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-session-uid.hpp b/src/bin/lttng-sessiond/ust-registry-session-uid.hpp index d7de5ebfb..eed4940ad 100644 --- a/src/bin/lttng-sessiond/ust-registry-session-uid.hpp +++ b/src/bin/lttng-sessiond/ust-registry-session-uid.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-session.cpp b/src/bin/lttng-sessiond/ust-registry-session.cpp index ff002811f..be4b48045 100644 --- a/src/bin/lttng-sessiond/ust-registry-session.cpp +++ b/src/bin/lttng-sessiond/ust-registry-session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry-session.hpp b/src/bin/lttng-sessiond/ust-registry-session.hpp index 48efd8848..f29e6d337 100644 --- a/src/bin/lttng-sessiond/ust-registry-session.hpp +++ b/src/bin/lttng-sessiond/ust-registry-session.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry.cpp b/src/bin/lttng-sessiond/ust-registry.cpp index 57aa2236f..e70c98e3b 100644 --- a/src/bin/lttng-sessiond/ust-registry.cpp +++ b/src/bin/lttng-sessiond/ust-registry.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-registry.hpp b/src/bin/lttng-sessiond/ust-registry.hpp index c0a8ce374..4ee9d861b 100644 --- a/src/bin/lttng-sessiond/ust-registry.hpp +++ b/src/bin/lttng-sessiond/ust-registry.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 David Goulet - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-sigbus.cpp b/src/bin/lttng-sessiond/ust-sigbus.cpp index 988c78657..eaca95a10 100644 --- a/src/bin/lttng-sessiond/ust-sigbus.cpp +++ b/src/bin/lttng-sessiond/ust-sigbus.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2021 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/ust-sigbus.hpp b/src/bin/lttng-sessiond/ust-sigbus.hpp index f87a4aced..8bff287b1 100644 --- a/src/bin/lttng-sessiond/ust-sigbus.hpp +++ b/src/bin/lttng-sessiond/ust-sigbus.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2021 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/utils.cpp b/src/bin/lttng-sessiond/utils.cpp index 6960e6066..eb9f63433 100644 --- a/src/bin/lttng-sessiond/utils.cpp +++ b/src/bin/lttng-sessiond/utils.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng-sessiond/utils.hpp b/src/bin/lttng-sessiond/utils.hpp index d2c621a70..c82d8c1a3 100644 --- a/src/bin/lttng-sessiond/utils.hpp +++ b/src/bin/lttng-sessiond/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/command.hpp b/src/bin/lttng/command.hpp index 2545104ed..b625d0c81 100644 --- a/src/bin/lttng/command.hpp +++ b/src/bin/lttng/command.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/add_context.cpp b/src/bin/lttng/commands/add_context.cpp index 497a12065..308f2ee28 100644 --- a/src/bin/lttng/commands/add_context.cpp +++ b/src/bin/lttng/commands/add_context.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/add_trigger.cpp b/src/bin/lttng/commands/add_trigger.cpp index 18e91513b..321b3f1e3 100644 --- a/src/bin/lttng/commands/add_trigger.cpp +++ b/src/bin/lttng/commands/add_trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Simon Marchi + * SPDX-FileCopyrightText: 2021 Simon Marchi * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/clear.cpp b/src/bin/lttng/commands/clear.cpp index 1637cf240..0760a2c3d 100644 --- a/src/bin/lttng/commands/clear.cpp +++ b/src/bin/lttng/commands/clear.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/create.cpp b/src/bin/lttng/commands/create.cpp index 189d7c2a0..1fce6f7be 100644 --- a/src/bin/lttng/commands/create.cpp +++ b/src/bin/lttng/commands/create.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/destroy.cpp b/src/bin/lttng/commands/destroy.cpp index b39d70527..6629b6fff 100644 --- a/src/bin/lttng/commands/destroy.cpp +++ b/src/bin/lttng/commands/destroy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/disable_channels.cpp b/src/bin/lttng/commands/disable_channels.cpp index 2c006552c..7b8f183dd 100644 --- a/src/bin/lttng/commands/disable_channels.cpp +++ b/src/bin/lttng/commands/disable_channels.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/disable_events.cpp b/src/bin/lttng/commands/disable_events.cpp index db0b9aaba..f34aec7e6 100644 --- a/src/bin/lttng/commands/disable_events.cpp +++ b/src/bin/lttng/commands/disable_events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/disable_rotation.cpp b/src/bin/lttng/commands/disable_rotation.cpp index a75af66ba..ad2c693e7 100644 --- a/src/bin/lttng/commands/disable_rotation.cpp +++ b/src/bin/lttng/commands/disable_rotation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2017 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/enable_channels.cpp b/src/bin/lttng/commands/enable_channels.cpp index 13553e68c..6c6dab1e2 100644 --- a/src/bin/lttng/commands/enable_channels.cpp +++ b/src/bin/lttng/commands/enable_channels.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/enable_events.cpp b/src/bin/lttng/commands/enable_events.cpp index 1f1c8b459..29f8221a5 100644 --- a/src/bin/lttng/commands/enable_events.cpp +++ b/src/bin/lttng/commands/enable_events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/enable_rotation.cpp b/src/bin/lttng/commands/enable_rotation.cpp index 77879d0af..4058a1b00 100644 --- a/src/bin/lttng/commands/enable_rotation.cpp +++ b/src/bin/lttng/commands/enable_rotation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2017 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/help.cpp b/src/bin/lttng/commands/help.cpp index 57b73a6b0..350a8887a 100644 --- a/src/bin/lttng/commands/help.cpp +++ b/src/bin/lttng/commands/help.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Philippe Proulx + * SPDX-FileCopyrightText: 2015 Philippe Proulx * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/list.cpp b/src/bin/lttng/commands/list.cpp index cea3c6b27..cc4dccb63 100644 --- a/src/bin/lttng/commands/list.cpp +++ b/src/bin/lttng/commands/list.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/list_triggers.cpp b/src/bin/lttng/commands/list_triggers.cpp index 58262a9e3..e482962a0 100644 --- a/src/bin/lttng/commands/list_triggers.cpp +++ b/src/bin/lttng/commands/list_triggers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Simon Marchi + * SPDX-FileCopyrightText: 2021 Simon Marchi * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/load.cpp b/src/bin/lttng/commands/load.cpp index 4a60db2d1..b3390a4c1 100644 --- a/src/bin/lttng/commands/load.cpp +++ b/src/bin/lttng/commands/load.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/metadata.cpp b/src/bin/lttng/commands/metadata.cpp index d9b86f2ff..ebedf2e16 100644 --- a/src/bin/lttng/commands/metadata.cpp +++ b/src/bin/lttng/commands/metadata.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Julien Desfossez + * SPDX-FileCopyrightText: 2015 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/regenerate.cpp b/src/bin/lttng/commands/regenerate.cpp index fb4157393..07b8ea7ec 100644 --- a/src/bin/lttng/commands/regenerate.cpp +++ b/src/bin/lttng/commands/regenerate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Julien Desfossez + * SPDX-FileCopyrightText: 2015 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/remove_trigger.cpp b/src/bin/lttng/commands/remove_trigger.cpp index 81d9a7382..3fcbe1dde 100644 --- a/src/bin/lttng/commands/remove_trigger.cpp +++ b/src/bin/lttng/commands/remove_trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Simon Marchi + * SPDX-FileCopyrightText: 2021 Simon Marchi * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/rotate.cpp b/src/bin/lttng/commands/rotate.cpp index 9c4347e43..6d4f1c3e1 100644 --- a/src/bin/lttng/commands/rotate.cpp +++ b/src/bin/lttng/commands/rotate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2017 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/save.cpp b/src/bin/lttng/commands/save.cpp index 3ee71c088..e3d5182d4 100644 --- a/src/bin/lttng/commands/save.cpp +++ b/src/bin/lttng/commands/save.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/set_session.cpp b/src/bin/lttng/commands/set_session.cpp index 627ba3040..3fe95d6b8 100644 --- a/src/bin/lttng/commands/set_session.cpp +++ b/src/bin/lttng/commands/set_session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/snapshot.cpp b/src/bin/lttng/commands/snapshot.cpp index 93307ca5e..2bb31928d 100644 --- a/src/bin/lttng/commands/snapshot.cpp +++ b/src/bin/lttng/commands/snapshot.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/start.cpp b/src/bin/lttng/commands/start.cpp index 897a11292..3e86e1fdc 100644 --- a/src/bin/lttng/commands/start.cpp +++ b/src/bin/lttng/commands/start.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/status.cpp b/src/bin/lttng/commands/status.cpp index 82a26c5b2..65f64d0cc 100644 --- a/src/bin/lttng/commands/status.cpp +++ b/src/bin/lttng/commands/status.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Philippe Proulx + * SPDX-FileCopyrightText: 2015 Philippe Proulx * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/stop.cpp b/src/bin/lttng/commands/stop.cpp index 9d5533a21..1e9ec8532 100644 --- a/src/bin/lttng/commands/stop.cpp +++ b/src/bin/lttng/commands/stop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/track-untrack.cpp b/src/bin/lttng/commands/track-untrack.cpp index 99f411afb..1033a822c 100644 --- a/src/bin/lttng/commands/track-untrack.cpp +++ b/src/bin/lttng/commands/track-untrack.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2015 Mathieu Desnoyers - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/version.cpp b/src/bin/lttng/commands/version.cpp index 836e8f489..16c947d97 100644 --- a/src/bin/lttng/commands/version.cpp +++ b/src/bin/lttng/commands/version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/commands/view.cpp b/src/bin/lttng/commands/view.cpp index 9a7557e40..dd92a0dd5 100644 --- a/src/bin/lttng/commands/view.cpp +++ b/src/bin/lttng/commands/view.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * SPDX-FileCopyrightText: 2011 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/conf.cpp b/src/bin/lttng/conf.cpp index 0b521fc32..74843735b 100644 --- a/src/bin/lttng/conf.cpp +++ b/src/bin/lttng/conf.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/conf.hpp b/src/bin/lttng/conf.hpp index cda2763a3..d5959e994 100644 --- a/src/bin/lttng/conf.hpp +++ b/src/bin/lttng/conf.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/exception.cpp b/src/bin/lttng/exception.cpp index 799e9be22..b7dd81e28 100644 --- a/src/bin/lttng/exception.cpp +++ b/src/bin/lttng/exception.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng/exception.hpp b/src/bin/lttng/exception.hpp index f384e3d28..394a77b8e 100644 --- a/src/bin/lttng/exception.hpp +++ b/src/bin/lttng/exception.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/bin/lttng/loglevel.cpp b/src/bin/lttng/loglevel.cpp index 0f41e20e4..35a50132b 100644 --- a/src/bin/lttng/loglevel.cpp +++ b/src/bin/lttng/loglevel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/loglevel.hpp b/src/bin/lttng/loglevel.hpp index 308c069bd..45ee291e6 100644 --- a/src/bin/lttng/loglevel.hpp +++ b/src/bin/lttng/loglevel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/lttng.cpp b/src/bin/lttng/lttng.cpp index 610e58a7b..bcbf395f7 100644 --- a/src/bin/lttng/lttng.cpp +++ b/src/bin/lttng/lttng.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/uprobe.cpp b/src/bin/lttng/uprobe.cpp index 60fd5f619..a0796321b 100644 --- a/src/bin/lttng/uprobe.cpp +++ b/src/bin/lttng/uprobe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 EfficiOS, Inc. + * SPDX-FileCopyrightText: 2020 EfficiOS, Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/uprobe.hpp b/src/bin/lttng/uprobe.hpp index 413dd02ab..3fcbce0b0 100644 --- a/src/bin/lttng/uprobe.hpp +++ b/src/bin/lttng/uprobe.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 EfficiOS, Inc. + * SPDX-FileCopyrightText: 2020 EfficiOS, Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/utils.cpp b/src/bin/lttng/utils.cpp index e57bd1b55..22e031e0d 100644 --- a/src/bin/lttng/utils.cpp +++ b/src/bin/lttng/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/bin/lttng/utils.hpp b/src/bin/lttng/utils.hpp index 15842b8bd..04318c7ea 100644 --- a/src/bin/lttng/utils.hpp +++ b/src/bin/lttng/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/actions/action.cpp b/src/common/actions/action.cpp index af277b3e2..5f186efab 100644 --- a/src/common/actions/action.cpp +++ b/src/common/actions/action.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/actions/list.cpp b/src/common/actions/list.cpp index b56b8eda0..fa27c80b9 100644 --- a/src/common/actions/list.cpp +++ b/src/common/actions/list.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/actions/notify.cpp b/src/common/actions/notify.cpp index cae5ecdc3..b38f54d02 100644 --- a/src/common/actions/notify.cpp +++ b/src/common/actions/notify.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/actions/path.cpp b/src/common/actions/path.cpp index 383c64839..e5977da55 100644 --- a/src/common/actions/path.cpp +++ b/src/common/actions/path.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/actions/rate-policy.cpp b/src/common/actions/rate-policy.cpp index 60def0d9d..f06befa6c 100644 --- a/src/common/actions/rate-policy.cpp +++ b/src/common/actions/rate-policy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/actions/rotate-session.cpp b/src/common/actions/rotate-session.cpp index 8997542e9..e503acae4 100644 --- a/src/common/actions/rotate-session.cpp +++ b/src/common/actions/rotate-session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/actions/snapshot-session.cpp b/src/common/actions/snapshot-session.cpp index 015a834dd..0bb54cf46 100644 --- a/src/common/actions/snapshot-session.cpp +++ b/src/common/actions/snapshot-session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/actions/start-session.cpp b/src/common/actions/start-session.cpp index 1004290fe..703da9c64 100644 --- a/src/common/actions/start-session.cpp +++ b/src/common/actions/start-session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/actions/stop-session.cpp b/src/common/actions/stop-session.cpp index be8fd0aae..0e82931b9 100644 --- a/src/common/actions/stop-session.cpp +++ b/src/common/actions/stop-session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Simon Marchi + * SPDX-FileCopyrightText: 2019 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/argpar-utils/argpar-utils.cpp b/src/common/argpar-utils/argpar-utils.cpp index 27e08c7ee..8b60b1df3 100644 --- a/src/common/argpar-utils/argpar-utils.cpp +++ b/src/common/argpar-utils/argpar-utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Simon Marchi + * SPDX-FileCopyrightText: 2021 Simon Marchi * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/argpar-utils/argpar-utils.hpp b/src/common/argpar-utils/argpar-utils.hpp index 00a387f57..f59c679bd 100644 --- a/src/common/argpar-utils/argpar-utils.hpp +++ b/src/common/argpar-utils/argpar-utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Simon Marchi + * SPDX-FileCopyrightText: 2021 Simon Marchi * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/buffer-view.cpp b/src/common/buffer-view.cpp index 0b3de73b0..4702da013 100644 --- a/src/common/buffer-view.cpp +++ b/src/common/buffer-view.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/buffer-view.hpp b/src/common/buffer-view.hpp index ba9211c9d..f37ef1fdf 100644 --- a/src/common/buffer-view.hpp +++ b/src/common/buffer-view.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/bytecode/bytecode.cpp b/src/common/bytecode/bytecode.cpp index e66f03bd3..f2eedf4cf 100644 --- a/src/common/bytecode/bytecode.cpp +++ b/src/common/bytecode/bytecode.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 EfficiOS, Inc. + * SPDX-FileCopyrightText: 2020 EfficiOS, Inc. * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/bytecode/bytecode.hpp b/src/common/bytecode/bytecode.hpp index 306a7ff76..b50f932e5 100644 --- a/src/common/bytecode/bytecode.hpp +++ b/src/common/bytecode/bytecode.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 EfficiOS, Inc. + * SPDX-FileCopyrightText: 2020 EfficiOS, Inc. * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/channel.cpp b/src/common/channel.cpp index efdc38dcc..add048b51 100644 --- a/src/common/channel.cpp +++ b/src/common/channel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Jonathan Rajotte + * SPDX-FileCopyrightText: 2021 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/common.hpp b/src/common/common.hpp index b784e5c0c..6ad925e9d 100644 --- a/src/common/common.hpp +++ b/src/common/common.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/compat/directory-handle.cpp b/src/common/compat/directory-handle.cpp index afa6c9f09..4e9ce11b0 100644 --- a/src/common/compat/directory-handle.cpp +++ b/src/common/compat/directory-handle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/directory-handle.hpp b/src/common/compat/directory-handle.hpp index 108ec4c86..cd611c412 100644 --- a/src/common/compat/directory-handle.hpp +++ b/src/common/compat/directory-handle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/dirent.hpp b/src/common/compat/dirent.hpp index d2dc5ed60..5ca1e0358 100644 --- a/src/common/compat/dirent.hpp +++ b/src/common/compat/dirent.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Michael Jeanson + * SPDX-FileCopyrightText: 2015 Michael Jeanson * * SPDX-License-Identifier: MIT * diff --git a/src/common/compat/endian.hpp b/src/common/compat/endian.hpp index 642e23b0c..48397e46f 100644 --- a/src/common/compat/endian.hpp +++ b/src/common/compat/endian.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * SPDX-FileCopyrightText: 2011 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/errno.hpp b/src/common/compat/errno.hpp index 204443988..4d0987fd3 100644 --- a/src/common/compat/errno.hpp +++ b/src/common/compat/errno.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Michael Jeanson + * SPDX-FileCopyrightText: 2020 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/getenv.hpp b/src/common/compat/getenv.hpp index d37db05fc..8a1ecccdf 100644 --- a/src/common/compat/getenv.hpp +++ b/src/common/compat/getenv.hpp @@ -2,7 +2,7 @@ #define _COMPAT_GETENV_H /* - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/mman.hpp b/src/common/compat/mman.hpp index 61d27b8b0..3404b2f1c 100644 --- a/src/common/compat/mman.hpp +++ b/src/common/compat/mman.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * SPDX-FileCopyrightText: 2011 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/netdb.hpp b/src/common/compat/netdb.hpp index 4d5f4f98f..6e6fdafa1 100644 --- a/src/common/compat/netdb.hpp +++ b/src/common/compat/netdb.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Michael Jeanson + * SPDX-FileCopyrightText: 2015 Michael Jeanson * * SPDX-License-Identifier: MIT * diff --git a/src/common/compat/path.hpp b/src/common/compat/path.hpp index 8c3d1ded1..143c0c99f 100644 --- a/src/common/compat/path.hpp +++ b/src/common/compat/path.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/paths.hpp b/src/common/compat/paths.hpp index 235538b42..3135dbb20 100644 --- a/src/common/compat/paths.hpp +++ b/src/common/compat/paths.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Michael Jeanson + * SPDX-FileCopyrightText: 2015 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/poll.cpp b/src/common/compat/poll.cpp index 52ff04676..8280e1f53 100644 --- a/src/common/compat/poll.cpp +++ b/src/common/compat/poll.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2019 Yannick Lamarre + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2019 Yannick Lamarre * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/poll.hpp b/src/common/compat/poll.hpp index da3391106..403476bbf 100644 --- a/src/common/compat/poll.hpp +++ b/src/common/compat/poll.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/pthread.hpp b/src/common/compat/pthread.hpp index f89089924..cc3afac31 100644 --- a/src/common/compat/pthread.hpp +++ b/src/common/compat/pthread.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Michael Jeanson + * SPDX-FileCopyrightText: 2020 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/socket.hpp b/src/common/compat/socket.hpp index dadd1fe8d..4aab47968 100644 --- a/src/common/compat/socket.hpp +++ b/src/common/compat/socket.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * SPDX-FileCopyrightText: 2011 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/compat/string.hpp b/src/common/compat/string.hpp index c34c7aa49..753f4f786 100644 --- a/src/common/compat/string.hpp +++ b/src/common/compat/string.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2015 Michael Jeanson - * Copyright (C) 2015 Jérémie Galarneau + * SPDX-FileCopyrightText: 2015 Michael Jeanson + * SPDX-FileCopyrightText: 2015 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/src/common/compat/tid.hpp b/src/common/compat/tid.hpp index adf048e98..cfed62333 100644 --- a/src/common/compat/tid.hpp +++ b/src/common/compat/tid.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2012 (C) Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 (C) Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/src/common/compat/time.hpp b/src/common/compat/time.hpp index aed37ceed..7e8c25732 100644 --- a/src/common/compat/time.hpp +++ b/src/common/compat/time.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Michael Jeanson + * SPDX-FileCopyrightText: 2016 Michael Jeanson * * SPDX-License-Identifier: MIT * diff --git a/src/common/compiler.hpp b/src/common/compiler.hpp index bb080ad50..230ad3529 100644 --- a/src/common/compiler.hpp +++ b/src/common/compiler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/conditions/buffer-usage.cpp b/src/common/conditions/buffer-usage.cpp index 692d605c9..7cdcc632b 100644 --- a/src/common/conditions/buffer-usage.cpp +++ b/src/common/conditions/buffer-usage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/conditions/condition.cpp b/src/common/conditions/condition.cpp index 598a84dc8..36378f8fd 100644 --- a/src/common/conditions/condition.cpp +++ b/src/common/conditions/condition.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/conditions/event-rule-matches.cpp b/src/common/conditions/event-rule-matches.cpp index af850b5c7..68fb658ec 100644 --- a/src/common/conditions/event-rule-matches.cpp +++ b/src/common/conditions/event-rule-matches.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/conditions/session-consumed-size.cpp b/src/common/conditions/session-consumed-size.cpp index b6f2bbfa5..9a1ebea04 100644 --- a/src/common/conditions/session-consumed-size.cpp +++ b/src/common/conditions/session-consumed-size.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/conditions/session-rotation.cpp b/src/common/conditions/session-rotation.cpp index 9bc085831..ad9ace248 100644 --- a/src/common/conditions/session-rotation.cpp +++ b/src/common/conditions/session-rotation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/config/config-internal.hpp b/src/common/config/config-internal.hpp index 30f7226df..fcbda88b5 100644 --- a/src/common/config/config-internal.hpp +++ b/src/common/config/config-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/config/session-config.cpp b/src/common/config/session-config.cpp index de491e66f..3bfb47148 100644 --- a/src/common/config/session-config.cpp +++ b/src/common/config/session-config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/config/session-config.hpp b/src/common/config/session-config.hpp index 472ec8140..22ad3384b 100644 --- a/src/common/config/session-config.hpp +++ b/src/common/config/session-config.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/consumer/consumer-metadata-cache.cpp b/src/common/consumer/consumer-metadata-cache.cpp index 9daf48a8c..787406c89 100644 --- a/src/common/consumer/consumer-metadata-cache.cpp +++ b/src/common/consumer/consumer-metadata-cache.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/consumer-metadata-cache.hpp b/src/common/consumer/consumer-metadata-cache.hpp index 529b9f075..c29dea1da 100644 --- a/src/common/consumer/consumer-metadata-cache.hpp +++ b/src/common/consumer/consumer-metadata-cache.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/consumer-stream.cpp b/src/common/consumer/consumer-stream.cpp index 0fa4fb214..b6be08ae6 100644 --- a/src/common/consumer/consumer-stream.cpp +++ b/src/common/consumer/consumer-stream.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/consumer-stream.hpp b/src/common/consumer/consumer-stream.hpp index 97fbd145b..c55af8929 100644 --- a/src/common/consumer/consumer-stream.hpp +++ b/src/common/consumer/consumer-stream.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/consumer-testpoint.hpp b/src/common/consumer/consumer-testpoint.hpp index 90b66a965..41b0cca1d 100644 --- a/src/common/consumer/consumer-testpoint.hpp +++ b/src/common/consumer/consumer-testpoint.hpp @@ -2,8 +2,8 @@ #define CONSUMERD_TESTPOINT_H /* - * Copyright (C) 2012 Christian Babeux - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Christian Babeux + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/consumer-timer.cpp b/src/common/consumer/consumer-timer.cpp index f79a8061b..1b08666b4 100644 --- a/src/common/consumer/consumer-timer.cpp +++ b/src/common/consumer/consumer-timer.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 Julien Desfossez - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 Julien Desfossez + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/consumer-timer.hpp b/src/common/consumer/consumer-timer.hpp index 50025d727..db68b28bb 100644 --- a/src/common/consumer/consumer-timer.hpp +++ b/src/common/consumer/consumer-timer.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/consumer.cpp b/src/common/consumer/consumer.cpp index a98af6a7b..79541d005 100644 --- a/src/common/consumer/consumer.cpp +++ b/src/common/consumer/consumer.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/consumer.hpp b/src/common/consumer/consumer.hpp index 8a5d307be..816dcb86a 100644 --- a/src/common/consumer/consumer.hpp +++ b/src/common/consumer/consumer.hpp @@ -1,8 +1,8 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2012 David Goulet - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/metadata-bucket.cpp b/src/common/consumer/metadata-bucket.cpp index dbcc76acb..5014fb9b7 100644 --- a/src/common/consumer/metadata-bucket.cpp +++ b/src/common/consumer/metadata-bucket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/consumer/metadata-bucket.hpp b/src/common/consumer/metadata-bucket.hpp index ca9ee28c5..5e6d04448 100644 --- a/src/common/consumer/metadata-bucket.hpp +++ b/src/common/consumer/metadata-bucket.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/container-wrapper.hpp b/src/common/container-wrapper.hpp index 25385fc43..be84794da 100644 --- a/src/common/container-wrapper.hpp +++ b/src/common/container-wrapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/context.cpp b/src/common/context.cpp index 14763c00d..6b81db7e0 100644 --- a/src/common/context.cpp +++ b/src/common/context.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/context.hpp b/src/common/context.hpp index bcf34cd2d..6f5bba89b 100644 --- a/src/common/context.hpp +++ b/src/common/context.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/credentials.cpp b/src/common/credentials.cpp index 6c9d258ae..7dfd67652 100644 --- a/src/common/credentials.cpp +++ b/src/common/credentials.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/credentials.hpp b/src/common/credentials.hpp index 70eaa77b4..5fa9bdcd8 100644 --- a/src/common/credentials.hpp +++ b/src/common/credentials.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/ctl/format.hpp b/src/common/ctl/format.hpp index e9fc65d13..60b16a869 100644 --- a/src/common/ctl/format.hpp +++ b/src/common/ctl/format.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/ctl/memory.hpp b/src/common/ctl/memory.hpp index 100365dfe..f20cc9a08 100644 --- a/src/common/ctl/memory.hpp +++ b/src/common/ctl/memory.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/daemonize.cpp b/src/common/daemonize.cpp index 489f0144c..73b53f363 100644 --- a/src/common/daemonize.cpp +++ b/src/common/daemonize.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 David Goulet - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/daemonize.hpp b/src/common/daemonize.hpp index 9e39e2b19..c58827e23 100644 --- a/src/common/daemonize.hpp +++ b/src/common/daemonize.hpp @@ -2,8 +2,8 @@ #define LTTNG_DAEMONIZE_H /* - * Copyright (C) 2013 David Goulet - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/defaults.cpp b/src/common/defaults.cpp index e5d70b9e6..9be0d1705 100644 --- a/src/common/defaults.cpp +++ b/src/common/defaults.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 EfficiOS Inc. + * SPDX-FileCopyrightText: 2012 EfficiOS Inc. * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/defaults.hpp b/src/common/defaults.hpp index 6e4ef94ea..58b302ae7 100644 --- a/src/common/defaults.hpp +++ b/src/common/defaults.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2015 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2015 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/domain.cpp b/src/common/domain.cpp index 0ae57d9d0..392cd199f 100644 --- a/src/common/domain.cpp +++ b/src/common/domain.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Simon Marchi + * SPDX-FileCopyrightText: 2020 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/dynamic-array.cpp b/src/common/dynamic-array.cpp index c18a48471..1b444b6a6 100644 --- a/src/common/dynamic-array.cpp +++ b/src/common/dynamic-array.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/dynamic-array.hpp b/src/common/dynamic-array.hpp index a50fac10b..7e6c77e34 100644 --- a/src/common/dynamic-array.hpp +++ b/src/common/dynamic-array.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/dynamic-buffer.cpp b/src/common/dynamic-buffer.cpp index 1fbb5e6cd..a15ce086b 100644 --- a/src/common/dynamic-buffer.cpp +++ b/src/common/dynamic-buffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/dynamic-buffer.hpp b/src/common/dynamic-buffer.hpp index 228b0c5ea..959d7ae57 100644 --- a/src/common/dynamic-buffer.hpp +++ b/src/common/dynamic-buffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/endpoint.cpp b/src/common/endpoint.cpp index 8724c1569..fadce1748 100644 --- a/src/common/endpoint.cpp +++ b/src/common/endpoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/error-query.cpp b/src/common/error-query.cpp index 4b5f27e57..2b48e65ed 100644 --- a/src/common/error-query.cpp +++ b/src/common/error-query.cpp @@ -1,7 +1,7 @@ /* * error-query.c * - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/error.cpp b/src/common/error.cpp index 32704548c..e1887cbb0 100644 --- a/src/common/error.cpp +++ b/src/common/error.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/error.hpp b/src/common/error.hpp index c78c492b8..105a946b7 100644 --- a/src/common/error.hpp +++ b/src/common/error.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/evaluation.cpp b/src/common/evaluation.cpp index 25c366f46..b049c933a 100644 --- a/src/common/evaluation.cpp +++ b/src/common/evaluation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-expr/event-expr.cpp b/src/common/event-expr/event-expr.cpp index 221d8e6cb..b9daa1f9f 100644 --- a/src/common/event-expr/event-expr.cpp +++ b/src/common/event-expr/event-expr.cpp @@ -1,7 +1,7 @@ /* * event-expr.c * - * Copyright (C) 2020 Philippe Proulx + * SPDX-FileCopyrightText: 2020 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-field-value.cpp b/src/common/event-field-value.cpp index a52f19268..459cdf8d4 100644 --- a/src/common/event-field-value.cpp +++ b/src/common/event-field-value.cpp @@ -3,7 +3,7 @@ * * Linux Trace Toolkit Control Library * - * Copyright (C) 2020 Philippe Proulx + * SPDX-FileCopyrightText: 2020 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/event-rule.cpp b/src/common/event-rule/event-rule.cpp index 220a99a23..8077004f6 100644 --- a/src/common/event-rule/event-rule.cpp +++ b/src/common/event-rule/event-rule.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * * SPDX-License-Identifier: LGPL-2.1-only diff --git a/src/common/event-rule/jul-logging.cpp b/src/common/event-rule/jul-logging.cpp index 289349ca6..c003fda62 100644 --- a/src/common/event-rule/jul-logging.cpp +++ b/src/common/event-rule/jul-logging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/kernel-kprobe.cpp b/src/common/event-rule/kernel-kprobe.cpp index badfa4e79..936d3f0e1 100644 --- a/src/common/event-rule/kernel-kprobe.cpp +++ b/src/common/event-rule/kernel-kprobe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/kernel-syscall.cpp b/src/common/event-rule/kernel-syscall.cpp index 933c3543f..25252ed67 100644 --- a/src/common/event-rule/kernel-syscall.cpp +++ b/src/common/event-rule/kernel-syscall.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/kernel-tracepoint.cpp b/src/common/event-rule/kernel-tracepoint.cpp index 50dda01b7..34ac2ac0c 100644 --- a/src/common/event-rule/kernel-tracepoint.cpp +++ b/src/common/event-rule/kernel-tracepoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/kernel-uprobe.cpp b/src/common/event-rule/kernel-uprobe.cpp index 0e078211d..05298e125 100644 --- a/src/common/event-rule/kernel-uprobe.cpp +++ b/src/common/event-rule/kernel-uprobe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/log4j-logging.cpp b/src/common/event-rule/log4j-logging.cpp index dc0c9f2df..9d7744aff 100644 --- a/src/common/event-rule/log4j-logging.cpp +++ b/src/common/event-rule/log4j-logging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/log4j2-logging.cpp b/src/common/event-rule/log4j2-logging.cpp index 884963907..9268d74e1 100644 --- a/src/common/event-rule/log4j2-logging.cpp +++ b/src/common/event-rule/log4j2-logging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Michael Jeanson + * SPDX-FileCopyrightText: 2024 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/python-logging.cpp b/src/common/event-rule/python-logging.cpp index 9fcfaba9c..cc05f10ca 100644 --- a/src/common/event-rule/python-logging.cpp +++ b/src/common/event-rule/python-logging.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event-rule/user-tracepoint.cpp b/src/common/event-rule/user-tracepoint.cpp index e892b0ce8..20eb1e639 100644 --- a/src/common/event-rule/user-tracepoint.cpp +++ b/src/common/event-rule/user-tracepoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/event.cpp b/src/common/event.cpp index e4b41b729..c27c3e888 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/eventfd.cpp b/src/common/eventfd.cpp index cb12a51ab..fe5b549b2 100644 --- a/src/common/eventfd.cpp +++ b/src/common/eventfd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/eventfd.hpp b/src/common/eventfd.hpp index 5bcd2d349..da9812f9a 100644 --- a/src/common/eventfd.hpp +++ b/src/common/eventfd.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/exception.cpp b/src/common/exception.cpp index a41aea16d..a5629ff21 100644 --- a/src/common/exception.cpp +++ b/src/common/exception.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/exception.hpp b/src/common/exception.hpp index 08afbb920..abc331d26 100644 --- a/src/common/exception.hpp +++ b/src/common/exception.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/fd-handle.cpp b/src/common/fd-handle.cpp index 6cf382757..df1f63c05 100644 --- a/src/common/fd-handle.cpp +++ b/src/common/fd-handle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/fd-handle.hpp b/src/common/fd-handle.hpp index 877e88af8..a62f8c4f4 100644 --- a/src/common/fd-handle.hpp +++ b/src/common/fd-handle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/fd-tracker/fd-tracker.hpp b/src/common/fd-tracker/fd-tracker.hpp index 06e9b1d14..20f0dca59 100644 --- a/src/common/fd-tracker/fd-tracker.hpp +++ b/src/common/fd-tracker/fd-tracker.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/fd-tracker/inode.cpp b/src/common/fd-tracker/inode.cpp index 5d0dd2020..48ce2139c 100644 --- a/src/common/fd-tracker/inode.cpp +++ b/src/common/fd-tracker/inode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/fd-tracker/inode.hpp b/src/common/fd-tracker/inode.hpp index 4206117d8..4e7d9ca9a 100644 --- a/src/common/fd-tracker/inode.hpp +++ b/src/common/fd-tracker/inode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/fd-tracker/utils-poll.cpp b/src/common/fd-tracker/utils-poll.cpp index 20e4ae872..328362ef4 100644 --- a/src/common/fd-tracker/utils-poll.cpp +++ b/src/common/fd-tracker/utils-poll.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/fd-tracker/utils.cpp b/src/common/fd-tracker/utils.cpp index 408c5afc6..08375151d 100644 --- a/src/common/fd-tracker/utils.cpp +++ b/src/common/fd-tracker/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/fd-tracker/utils.hpp b/src/common/fd-tracker/utils.hpp index 0dfdb29f9..1002ffab7 100644 --- a/src/common/fd-tracker/utils.hpp +++ b/src/common/fd-tracker/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/file-descriptor.cpp b/src/common/file-descriptor.cpp index 93d7b699f..7383028fc 100644 --- a/src/common/file-descriptor.cpp +++ b/src/common/file-descriptor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/file-descriptor.hpp b/src/common/file-descriptor.hpp index b467e2e38..5087cab1e 100644 --- a/src/common/file-descriptor.hpp +++ b/src/common/file-descriptor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter-grammar-test.cpp b/src/common/filter-grammar-test.cpp index e45bfa0eb..bf00a6b6b 100644 --- a/src/common/filter-grammar-test.cpp +++ b/src/common/filter-grammar-test.cpp @@ -3,7 +3,7 @@ * * LTTng filter grammar test * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter.cpp b/src/common/filter.cpp index 39e403dfb..fcc8c4779 100644 --- a/src/common/filter.cpp +++ b/src/common/filter.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter.hpp b/src/common/filter.hpp index ae061fd93..ffb44c47f 100644 --- a/src/common/filter.hpp +++ b/src/common/filter.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/filter/filter-ast.hpp b/src/common/filter/filter-ast.hpp index 8448717d6..5741de58b 100644 --- a/src/common/filter/filter-ast.hpp +++ b/src/common/filter/filter-ast.hpp @@ -6,7 +6,7 @@ * * LTTng filter AST * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-ir.hpp b/src/common/filter/filter-ir.hpp index 715f78eaa..01dcb1394 100644 --- a/src/common/filter/filter-ir.hpp +++ b/src/common/filter/filter-ir.hpp @@ -6,7 +6,7 @@ * * LTTng filter ir * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-symbols.hpp b/src/common/filter/filter-symbols.hpp index acae7aafb..f12940dbd 100644 --- a/src/common/filter/filter-symbols.hpp +++ b/src/common/filter/filter-symbols.hpp @@ -6,7 +6,7 @@ * * LTTng filter flex/bison symbol prefixes * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-visitor-generate-bytecode.cpp b/src/common/filter/filter-visitor-generate-bytecode.cpp index 1b8f5166a..2eab275de 100644 --- a/src/common/filter/filter-visitor-generate-bytecode.cpp +++ b/src/common/filter/filter-visitor-generate-bytecode.cpp @@ -3,7 +3,7 @@ * * LTTng filter bytecode generation * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-visitor-generate-ir.cpp b/src/common/filter/filter-visitor-generate-ir.cpp index 055ab5fbf..da06b194c 100644 --- a/src/common/filter/filter-visitor-generate-ir.cpp +++ b/src/common/filter/filter-visitor-generate-ir.cpp @@ -3,7 +3,7 @@ * * LTTng filter generate intermediate representation * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-visitor-ir-check-binary-comparator.cpp b/src/common/filter/filter-visitor-ir-check-binary-comparator.cpp index 1384ff551..83d17276c 100644 --- a/src/common/filter/filter-visitor-ir-check-binary-comparator.cpp +++ b/src/common/filter/filter-visitor-ir-check-binary-comparator.cpp @@ -3,7 +3,7 @@ * * LTTng filter IR check binary comparator * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-visitor-ir-check-binary-op-nesting.cpp b/src/common/filter/filter-visitor-ir-check-binary-op-nesting.cpp index 5ebbc43ee..abaecee6c 100644 --- a/src/common/filter/filter-visitor-ir-check-binary-op-nesting.cpp +++ b/src/common/filter/filter-visitor-ir-check-binary-op-nesting.cpp @@ -3,7 +3,7 @@ * * LTTng filter IR check binary op nesting * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-visitor-ir-normalize-glob-patterns.cpp b/src/common/filter/filter-visitor-ir-normalize-glob-patterns.cpp index beccd2f7f..9e1012f8c 100644 --- a/src/common/filter/filter-visitor-ir-normalize-glob-patterns.cpp +++ b/src/common/filter/filter-visitor-ir-normalize-glob-patterns.cpp @@ -3,7 +3,7 @@ * * LTTng filter IR normalize string * - * Copyright 2017 Philippe Proulx + * SPDX-FileCopyrightText: 2017 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-visitor-ir-validate-globbing.cpp b/src/common/filter/filter-visitor-ir-validate-globbing.cpp index f0a236345..81a53ea1d 100644 --- a/src/common/filter/filter-visitor-ir-validate-globbing.cpp +++ b/src/common/filter/filter-visitor-ir-validate-globbing.cpp @@ -3,7 +3,7 @@ * * LTTng filter IR validate globbing * - * Copyright 2017 Philippe Proulx + * SPDX-FileCopyrightText: 2017 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-visitor-ir-validate-string.cpp b/src/common/filter/filter-visitor-ir-validate-string.cpp index d976a15e5..edf4b921d 100644 --- a/src/common/filter/filter-visitor-ir-validate-string.cpp +++ b/src/common/filter/filter-visitor-ir-validate-string.cpp @@ -3,7 +3,7 @@ * * LTTng filter IR validate string * - * Copyright 2014 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/filter-visitor-xml.cpp b/src/common/filter/filter-visitor-xml.cpp index 5d1bdb9d3..b169e5eeb 100644 --- a/src/common/filter/filter-visitor-xml.cpp +++ b/src/common/filter/filter-visitor-xml.cpp @@ -3,7 +3,7 @@ * * LTTng filter XML pretty printer visitor * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/filter/memstream.hpp b/src/common/filter/memstream.hpp index 4fbdc02fe..b1a33a527 100644 --- a/src/common/filter/memstream.hpp +++ b/src/common/filter/memstream.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2012 (C) Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 (C) Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/src/common/format.hpp b/src/common/format.hpp index d7baa1bea..074e93f1b 100644 --- a/src/common/format.hpp +++ b/src/common/format.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/fs-handle-internal.hpp b/src/common/fs-handle-internal.hpp index 5d1e13409..9fa5576f9 100644 --- a/src/common/fs-handle-internal.hpp +++ b/src/common/fs-handle-internal.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/fs-handle.cpp b/src/common/fs-handle.cpp index ffdb883bd..b7fc93a11 100644 --- a/src/common/fs-handle.cpp +++ b/src/common/fs-handle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/fs-handle.hpp b/src/common/fs-handle.hpp index 491db0a13..954de1565 100644 --- a/src/common/fs-handle.hpp +++ b/src/common/fs-handle.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/futex.cpp b/src/common/futex.cpp index b0e01fc73..41475233a 100644 --- a/src/common/futex.cpp +++ b/src/common/futex.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/futex.hpp b/src/common/futex.hpp index 7b961caf9..448e71241 100644 --- a/src/common/futex.hpp +++ b/src/common/futex.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/hashtable/hashtable-symbols.hpp b/src/common/hashtable/hashtable-symbols.hpp index 5fd1cbe2b..56d3fc893 100644 --- a/src/common/hashtable/hashtable-symbols.hpp +++ b/src/common/hashtable/hashtable-symbols.hpp @@ -6,7 +6,7 @@ * * LTTng hash table symbol prefixing * - * Copyright 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/hashtable/hashtable.cpp b/src/common/hashtable/hashtable.cpp index a4ae7542d..07a00654d 100644 --- a/src/common/hashtable/hashtable.cpp +++ b/src/common/hashtable/hashtable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/hashtable/hashtable.hpp b/src/common/hashtable/hashtable.hpp index 515286385..da35d41cb 100644 --- a/src/common/hashtable/hashtable.hpp +++ b/src/common/hashtable/hashtable.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/hashtable/seed.cpp b/src/common/hashtable/seed.cpp index b541c71cf..80e49997e 100644 --- a/src/common/hashtable/seed.cpp +++ b/src/common/hashtable/seed.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2021 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/src/common/hashtable/utils.cpp b/src/common/hashtable/utils.cpp index 5b9344b15..87883f6fe 100644 --- a/src/common/hashtable/utils.cpp +++ b/src/common/hashtable/utils.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2006 Bob Jenkins - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2006 Bob Jenkins + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/hashtable/utils.hpp b/src/common/hashtable/utils.hpp index a8c8de20f..dccf24c78 100644 --- a/src/common/hashtable/utils.hpp +++ b/src/common/hashtable/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/health/health.cpp b/src/common/health/health.cpp index 444621f3a..2149af7e3 100644 --- a/src/common/health/health.cpp +++ b/src/common/health/health.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/index-allocator.cpp b/src/common/index-allocator.cpp index c0bb8a1c4..d7b772617 100644 --- a/src/common/index-allocator.cpp +++ b/src/common/index-allocator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/index-allocator.hpp b/src/common/index-allocator.hpp index 2fa340412..3bdf884af 100644 --- a/src/common/index-allocator.hpp +++ b/src/common/index-allocator.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/index/ctf-index.hpp b/src/common/index/ctf-index.hpp index 1d7839122..20426debc 100644 --- a/src/common/index/ctf-index.hpp +++ b/src/common/index/ctf-index.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 Mathieu Desnoyers - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: MIT * diff --git a/src/common/index/index.cpp b/src/common/index/index.cpp index e24c48a47..1291fb0ff 100644 --- a/src/common/index/index.cpp +++ b/src/common/index/index.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2016 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2016 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/index/index.hpp b/src/common/index/index.hpp index 8a6d4b3a0..e26285715 100644 --- a/src/common/index/index.hpp +++ b/src/common/index/index.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2013 Julien Desfossez - * Copyright (C) 2013 David Goulet - * Copyright (C) 2016 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2016 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/ini-config/ini-config.cpp b/src/common/ini-config/ini-config.cpp index c019e8509..2b5563991 100644 --- a/src/common/ini-config/ini-config.cpp +++ b/src/common/ini-config/ini-config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/ini-config/ini-config.hpp b/src/common/ini-config/ini-config.hpp index 1e7cc82fd..7b9de6f98 100644 --- a/src/common/ini-config/ini-config.hpp +++ b/src/common/ini-config/ini-config.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/ini-config/ini.cpp b/src/common/ini-config/ini.cpp index e6fba384e..d39da628c 100644 --- a/src/common/ini-config/ini.cpp +++ b/src/common/ini-config/ini.cpp @@ -3,7 +3,7 @@ * * The "inih" library is distributed under the New BSD license: * - * Copyright (C) 2009 Brush Technology - All rights reserved. + * SPDX-FileCopyrightText: 2009 Brush Technology - All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/src/common/ini-config/ini.hpp b/src/common/ini-config/ini.hpp index c91f68676..1574e6b35 100644 --- a/src/common/ini-config/ini.hpp +++ b/src/common/ini-config/ini.hpp @@ -3,7 +3,7 @@ * * The "inih" library is distributed under the New BSD license: * - * Copyright (C) 2009 Brush Technology - All rights reserved. + * SPDX-FileCopyrightText: 2009 Brush Technology - All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/src/common/io-hint.cpp b/src/common/io-hint.cpp index 2bb924674..d81e11e15 100644 --- a/src/common/io-hint.cpp +++ b/src/common/io-hint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Michael Jeanson + * SPDX-FileCopyrightText: 2023 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/io-hint.hpp b/src/common/io-hint.hpp index a9efb6562..49290f042 100644 --- a/src/common/io-hint.hpp +++ b/src/common/io-hint.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Michael Jeanson + * SPDX-FileCopyrightText: 2023 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/kernel-consumer/kernel-consumer.cpp b/src/common/kernel-consumer/kernel-consumer.cpp index f02380fbc..b55ddcfa6 100644 --- a/src/common/kernel-consumer/kernel-consumer.cpp +++ b/src/common/kernel-consumer/kernel-consumer.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/kernel-consumer/kernel-consumer.hpp b/src/common/kernel-consumer/kernel-consumer.hpp index 14e0140b3..edddb6b98 100644 --- a/src/common/kernel-consumer/kernel-consumer.hpp +++ b/src/common/kernel-consumer/kernel-consumer.hpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/kernel-ctl/kernel-ctl.cpp b/src/common/kernel-ctl/kernel-ctl.cpp index 8623e341c..4bd6bce79 100644 --- a/src/common/kernel-ctl/kernel-ctl.cpp +++ b/src/common/kernel-ctl/kernel-ctl.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/kernel-ctl/kernel-ctl.hpp b/src/common/kernel-ctl/kernel-ctl.hpp index f3cfe38ce..6e0e94226 100644 --- a/src/common/kernel-ctl/kernel-ctl.hpp +++ b/src/common/kernel-ctl/kernel-ctl.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/kernel-ctl/kernel-ioctl.hpp b/src/common/kernel-ctl/kernel-ioctl.hpp index b2df4ff4c..7f59457a4 100644 --- a/src/common/kernel-ctl/kernel-ioctl.hpp +++ b/src/common/kernel-ctl/kernel-ioctl.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/kernel-probe.cpp b/src/common/kernel-probe.cpp index d1b6744d9..3c505c623 100644 --- a/src/common/kernel-probe.cpp +++ b/src/common/kernel-probe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/location.cpp b/src/common/location.cpp index cd4b03a47..b297ea1c8 100644 --- a/src/common/location.cpp +++ b/src/common/location.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/locked-reference.hpp b/src/common/locked-reference.hpp index 6ccfad70d..f2bcae84f 100644 --- a/src/common/locked-reference.hpp +++ b/src/common/locked-reference.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/lockfile.cpp b/src/common/lockfile.cpp index f589f65f2..0c9eb349e 100644 --- a/src/common/lockfile.cpp +++ b/src/common/lockfile.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/lockfile.hpp b/src/common/lockfile.hpp index 1f8e01ddb..ea0f6c79e 100644 --- a/src/common/lockfile.hpp +++ b/src/common/lockfile.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/log-level-rule.cpp b/src/common/log-level-rule.cpp index 2962b7f8c..b849946ed 100644 --- a/src/common/log-level-rule.cpp +++ b/src/common/log-level-rule.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/logging-utils.cpp b/src/common/logging-utils.cpp index a0f307ad3..e0d37241a 100644 --- a/src/common/logging-utils.cpp +++ b/src/common/logging-utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/logging-utils.hpp b/src/common/logging-utils.hpp index 1bd6c1552..4fda21284 100644 --- a/src/common/logging-utils.hpp +++ b/src/common/logging-utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/lttng-elf.cpp b/src/common/lttng-elf.cpp index 8094b4967..c97fb8e28 100644 --- a/src/common/lttng-elf.cpp +++ b/src/common/lttng-elf.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2015 Antoine Busque - * Copyright (C) 2017 Francis Deslauriers - * Copyright (C) 2017 Erica Bugden + * SPDX-FileCopyrightText: 2015 Antoine Busque + * SPDX-FileCopyrightText: 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Erica Bugden * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/src/common/lttng-elf.hpp b/src/common/lttng-elf.hpp index baaea22a6..7637f3d98 100644 --- a/src/common/lttng-elf.hpp +++ b/src/common/lttng-elf.hpp @@ -1,8 +1,8 @@ #ifndef _LTTNG_ELF_H #define _LTTNG_ELF_H /* - * Copyright (C) 2017 Francis Deslauriers - * Copyright (C) 2017 Erica Bugden + * SPDX-FileCopyrightText: 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Erica Bugden * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/src/common/lttng-kernel-old.hpp b/src/common/lttng-kernel-old.hpp index f746c3475..dc7594627 100644 --- a/src/common/lttng-kernel-old.hpp +++ b/src/common/lttng-kernel-old.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/lttng-kernel.hpp b/src/common/lttng-kernel.hpp index ad8d03acf..07830114b 100644 --- a/src/common/lttng-kernel.hpp +++ b/src/common/lttng-kernel.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/macros.hpp b/src/common/macros.hpp index 31190f2ba..51f532ae1 100644 --- a/src/common/macros.hpp +++ b/src/common/macros.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/make-unique-wrapper.hpp b/src/common/make-unique-wrapper.hpp index bfb5d6bb2..f9d52caae 100644 --- a/src/common/make-unique-wrapper.hpp +++ b/src/common/make-unique-wrapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/make-unique.hpp b/src/common/make-unique.hpp index 244cd9e7b..4e307fc06 100644 --- a/src/common/make-unique.hpp +++ b/src/common/make-unique.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/math.hpp b/src/common/math.hpp index 0a775f721..8351edab4 100644 --- a/src/common/math.hpp +++ b/src/common/math.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/meta-helpers.hpp b/src/common/meta-helpers.hpp index 20000a104..0d50713cd 100644 --- a/src/common/meta-helpers.hpp +++ b/src/common/meta-helpers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/mi-lttng.cpp b/src/common/mi-lttng.cpp index 3b7f716c6..2fb021ee3 100644 --- a/src/common/mi-lttng.cpp +++ b/src/common/mi-lttng.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2014 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/mi-lttng.hpp b/src/common/mi-lttng.hpp index 0ab5abc1b..20bb8a099 100644 --- a/src/common/mi-lttng.hpp +++ b/src/common/mi-lttng.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2014 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2014 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/notification.cpp b/src/common/notification.cpp index b024a0c09..8265d8780 100644 --- a/src/common/notification.cpp +++ b/src/common/notification.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/optional.hpp b/src/common/optional.hpp index 69bba5be5..88a0678b6 100644 --- a/src/common/optional.hpp +++ b/src/common/optional.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/path.cpp b/src/common/path.cpp index 46a333b45..3df00ad86 100644 --- a/src/common/path.cpp +++ b/src/common/path.cpp @@ -1,8 +1,8 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Raphaël Beamonte - * Copyright (C) 2013 Jérémie Galarneau - * Copyright (C) 2021 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Raphaël Beamonte + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only */ diff --git a/src/common/path.hpp b/src/common/path.hpp index 19d9e0563..49ecf4059 100644 --- a/src/common/path.hpp +++ b/src/common/path.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2021 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only */ diff --git a/src/common/payload-view.cpp b/src/common/payload-view.cpp index 0f41027bd..92ee4a4cf 100644 --- a/src/common/payload-view.cpp +++ b/src/common/payload-view.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/payload-view.hpp b/src/common/payload-view.hpp index b05233523..ad53f0e53 100644 --- a/src/common/payload-view.hpp +++ b/src/common/payload-view.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/payload.cpp b/src/common/payload.cpp index ef0955545..6f4c74161 100644 --- a/src/common/payload.cpp +++ b/src/common/payload.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/payload.hpp b/src/common/payload.hpp index a6f1dd593..52c98fb79 100644 --- a/src/common/payload.hpp +++ b/src/common/payload.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/pipe.cpp b/src/common/pipe.cpp index 63a20512d..b22608b1c 100644 --- a/src/common/pipe.cpp +++ b/src/common/pipe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/pipe.hpp b/src/common/pipe.hpp index 5249061f8..a94a8b530 100644 --- a/src/common/pipe.hpp +++ b/src/common/pipe.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/pthread-lock.hpp b/src/common/pthread-lock.hpp index 5a57b9715..1e4b392c5 100644 --- a/src/common/pthread-lock.hpp +++ b/src/common/pthread-lock.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/random.cpp b/src/common/random.cpp index 178a228c9..56f798755 100644 --- a/src/common/random.cpp +++ b/src/common/random.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/random.hpp b/src/common/random.hpp index 2dac4d3af..50b57d05c 100644 --- a/src/common/random.hpp +++ b/src/common/random.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Jérémie Galarneau + * SPDX-FileCopyrightText: 2023 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/readwrite.cpp b/src/common/readwrite.cpp index a9671a5d9..533bab17a 100644 --- a/src/common/readwrite.cpp +++ b/src/common/readwrite.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/readwrite.hpp b/src/common/readwrite.hpp index d3f80929d..4f746e8da 100644 --- a/src/common/readwrite.hpp +++ b/src/common/readwrite.hpp @@ -2,7 +2,7 @@ #define LTTNG_COMMON_READWRITE_H /* - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/reference.hpp b/src/common/reference.hpp index f8ba33fed..401a11b44 100644 --- a/src/common/reference.hpp +++ b/src/common/reference.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/relayd/relayd.cpp b/src/common/relayd/relayd.cpp index 59b90b4ea..3bdffac0f 100644 --- a/src/common/relayd/relayd.cpp +++ b/src/common/relayd/relayd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/relayd/relayd.hpp b/src/common/relayd/relayd.hpp index f7b162298..a07980849 100644 --- a/src/common/relayd/relayd.hpp +++ b/src/common/relayd/relayd.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/runas.cpp b/src/common/runas.cpp index ffbc02d35..4c9510e9f 100644 --- a/src/common/runas.cpp +++ b/src/common/runas.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/runas.hpp b/src/common/runas.hpp index db3ba5042..a471c1c1d 100644 --- a/src/common/runas.hpp +++ b/src/common/runas.hpp @@ -2,8 +2,8 @@ #define _RUNAS_H /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/scope-exit.hpp b/src/common/scope-exit.hpp index 693d116c5..921611367 100644 --- a/src/common/scope-exit.hpp +++ b/src/common/scope-exit.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/session-descriptor.cpp b/src/common/session-descriptor.cpp index 55db55e5c..834b16135 100644 --- a/src/common/session-descriptor.cpp +++ b/src/common/session-descriptor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/src/common/sessiond-comm/agent.hpp b/src/common/sessiond-comm/agent.hpp index 2d2d0fa4a..37eb0365c 100644 --- a/src/common/sessiond-comm/agent.hpp +++ b/src/common/sessiond-comm/agent.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2013 David Goulet - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 David Goulet + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/sessiond-comm/inet.cpp b/src/common/sessiond-comm/inet.cpp index 1fbc01fb9..11668df54 100644 --- a/src/common/sessiond-comm/inet.cpp +++ b/src/common/sessiond-comm/inet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/sessiond-comm/inet.hpp b/src/common/sessiond-comm/inet.hpp index f1fc4c069..985445941 100644 --- a/src/common/sessiond-comm/inet.hpp +++ b/src/common/sessiond-comm/inet.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/sessiond-comm/inet6.cpp b/src/common/sessiond-comm/inet6.cpp index 4d80e92f0..ec5436df6 100644 --- a/src/common/sessiond-comm/inet6.cpp +++ b/src/common/sessiond-comm/inet6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/sessiond-comm/inet6.hpp b/src/common/sessiond-comm/inet6.hpp index 674751e55..2febd501b 100644 --- a/src/common/sessiond-comm/inet6.hpp +++ b/src/common/sessiond-comm/inet6.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/sessiond-comm/relayd.hpp b/src/common/sessiond-comm/relayd.hpp index 6a0a79201..f23299f45 100644 --- a/src/common/sessiond-comm/relayd.hpp +++ b/src/common/sessiond-comm/relayd.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2012 Julien Desfossez + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2012 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/sessiond-comm/sessiond-comm.cpp b/src/common/sessiond-comm/sessiond-comm.cpp index c7d03217f..be7f81e32 100644 --- a/src/common/sessiond-comm/sessiond-comm.cpp +++ b/src/common/sessiond-comm/sessiond-comm.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/sessiond-comm/sessiond-comm.hpp b/src/common/sessiond-comm/sessiond-comm.hpp index c8ac0cf41..9521e7882 100644 --- a/src/common/sessiond-comm/sessiond-comm.hpp +++ b/src/common/sessiond-comm/sessiond-comm.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/shm.cpp b/src/common/shm.cpp index e55e4a7ed..56027cf80 100644 --- a/src/common/shm.cpp +++ b/src/common/shm.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/shm.hpp b/src/common/shm.hpp index ee71b60f4..bb8b64540 100644 --- a/src/common/shm.hpp +++ b/src/common/shm.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/snapshot.cpp b/src/common/snapshot.cpp index 765c11cb4..31eda41b3 100644 --- a/src/common/snapshot.cpp +++ b/src/common/snapshot.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Simon Marchi + * SPDX-FileCopyrightText: 2020 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/snapshot.hpp b/src/common/snapshot.hpp index 1465fbd4d..f4e48d9cf 100644 --- a/src/common/snapshot.hpp +++ b/src/common/snapshot.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Simon Marchi + * SPDX-FileCopyrightText: 2020 Simon Marchi * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/spawn-viewer.cpp b/src/common/spawn-viewer.cpp index 150fa4e94..fd5694d2e 100644 --- a/src/common/spawn-viewer.cpp +++ b/src/common/spawn-viewer.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2014 Mathieu Desnoyers - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/spawn-viewer.hpp b/src/common/spawn-viewer.hpp index f7c7a82b5..bb8079f3a 100644 --- a/src/common/spawn-viewer.hpp +++ b/src/common/spawn-viewer.hpp @@ -2,7 +2,7 @@ #define LTTNG_SPAWN_VIEWER_H /* - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/string-utils/format.hpp b/src/common/string-utils/format.hpp index 2cc9ed66e..46bc1baab 100644 --- a/src/common/string-utils/format.hpp +++ b/src/common/string-utils/format.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/string-utils/string-utils.cpp b/src/common/string-utils/string-utils.cpp index 13302f134..94309d303 100644 --- a/src/common/string-utils/string-utils.cpp +++ b/src/common/string-utils/string-utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Philippe Proulx + * SPDX-FileCopyrightText: 2017 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/string-utils/string-utils.hpp b/src/common/string-utils/string-utils.hpp index f6c9b8f82..134877438 100644 --- a/src/common/string-utils/string-utils.hpp +++ b/src/common/string-utils/string-utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Philippe Proulx + * SPDX-FileCopyrightText: 2017 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/testpoint/testpoint.cpp b/src/common/testpoint/testpoint.cpp index 7d41fae5f..08df51709 100644 --- a/src/common/testpoint/testpoint.cpp +++ b/src/common/testpoint/testpoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Christian Babeux + * SPDX-FileCopyrightText: 2012 Christian Babeux * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/testpoint/testpoint.hpp b/src/common/testpoint/testpoint.hpp index 3682493ea..6209be974 100644 --- a/src/common/testpoint/testpoint.hpp +++ b/src/common/testpoint/testpoint.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Christian Babeux + * SPDX-FileCopyrightText: 2012 Christian Babeux * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/thread.cpp b/src/common/thread.cpp index b46a55852..2b9d3d316 100644 --- a/src/common/thread.cpp +++ b/src/common/thread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Michael Jeanson + * SPDX-FileCopyrightText: 2020 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/thread.hpp b/src/common/thread.hpp index 3d4e7bd29..21bbf3fec 100644 --- a/src/common/thread.hpp +++ b/src/common/thread.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Michael Jeanson + * SPDX-FileCopyrightText: 2020 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/time.cpp b/src/common/time.cpp index 6caaf27ba..4e51293b5 100644 --- a/src/common/time.cpp +++ b/src/common/time.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/time.hpp b/src/common/time.hpp index d07152c18..e7e8692c7 100644 --- a/src/common/time.hpp +++ b/src/common/time.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/src/common/trace-chunk-registry.hpp b/src/common/trace-chunk-registry.hpp index 89125ca50..a97fd1297 100644 --- a/src/common/trace-chunk-registry.hpp +++ b/src/common/trace-chunk-registry.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/trace-chunk.cpp b/src/common/trace-chunk.cpp index 9c30ef5b3..8c6fd94c0 100644 --- a/src/common/trace-chunk.cpp +++ b/src/common/trace-chunk.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/trace-chunk.hpp b/src/common/trace-chunk.hpp index 5364f5cd6..75dd9b074 100644 --- a/src/common/trace-chunk.hpp +++ b/src/common/trace-chunk.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/tracker.cpp b/src/common/tracker.cpp index dba84293d..083263af2 100644 --- a/src/common/tracker.cpp +++ b/src/common/tracker.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2019 Jonathan Rajotte - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/tracker.hpp b/src/common/tracker.hpp index 3d6c20c3f..77f0cbda4 100644 --- a/src/common/tracker.hpp +++ b/src/common/tracker.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2019 Jonathan Rajotte - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/trigger.cpp b/src/common/trigger.cpp index 75892542c..1595fda36 100644 --- a/src/common/trigger.cpp +++ b/src/common/trigger.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/unix.cpp b/src/common/unix.cpp index ea81e1d13..392cc0f22 100644 --- a/src/common/unix.cpp +++ b/src/common/unix.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/unix.hpp b/src/common/unix.hpp index 5a4984b71..e8680ef10 100644 --- a/src/common/unix.hpp +++ b/src/common/unix.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/urcu.hpp b/src/common/urcu.hpp index c5b4c13c0..88a5cf802 100644 --- a/src/common/urcu.hpp +++ b/src/common/urcu.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Jérémie Galarneau + * SPDX-FileCopyrightText: 2022 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/uri.cpp b/src/common/uri.cpp index e1b24432a..a8e22c17d 100644 --- a/src/common/uri.cpp +++ b/src/common/uri.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/uri.hpp b/src/common/uri.hpp index 7cc352943..5091e4773 100644 --- a/src/common/uri.hpp +++ b/src/common/uri.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/userspace-probe.cpp b/src/common/userspace-probe.cpp index cc5615f22..d56dda8cf 100644 --- a/src/common/userspace-probe.cpp +++ b/src/common/userspace-probe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/ust-consumer/ust-consumer.cpp b/src/common/ust-consumer/ust-consumer.cpp index eca03b820..cef469978 100644 --- a/src/common/ust-consumer/ust-consumer.cpp +++ b/src/common/ust-consumer/ust-consumer.cpp @@ -1,7 +1,7 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/ust-consumer/ust-consumer.hpp b/src/common/ust-consumer/ust-consumer.hpp index 13de36f1f..9d2f3b318 100644 --- a/src/common/ust-consumer/ust-consumer.hpp +++ b/src/common/ust-consumer/ust-consumer.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/common/utils.cpp b/src/common/utils.cpp index c3c8b5874..92652087b 100644 --- a/src/common/utils.cpp +++ b/src/common/utils.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/utils.hpp b/src/common/utils.hpp index 68bef24b0..03da0b4f9 100644 --- a/src/common/utils.hpp +++ b/src/common/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/uuid.cpp b/src/common/uuid.cpp index 4c64c08ac..68fceca58 100644 --- a/src/common/uuid.cpp +++ b/src/common/uuid.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2018 Jérémie Galarneau - * Copyright (C) 2019 Michael Jeanson + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/uuid.hpp b/src/common/uuid.hpp index 9bec2d55a..8d1db3c02 100644 --- a/src/common/uuid.hpp +++ b/src/common/uuid.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/src/common/waiter.cpp b/src/common/waiter.cpp index 8d2ba4d69..c607bc699 100644 --- a/src/common/waiter.cpp +++ b/src/common/waiter.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 Mathieu Desnoyers - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/common/waiter.hpp b/src/common/waiter.hpp index cdd0913cc..21a3dd51f 100644 --- a/src/common/waiter.hpp +++ b/src/common/waiter.hpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 Mathieu Desnoyers - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/channel.cpp b/src/lib/lttng-ctl/channel.cpp index 5838ac2bb..d59294214 100644 --- a/src/lib/lttng-ctl/channel.cpp +++ b/src/lib/lttng-ctl/channel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/clear.cpp b/src/lib/lttng-ctl/clear.cpp index 49ab6cdf1..ffac1df5b 100644 --- a/src/lib/lttng-ctl/clear.cpp +++ b/src/lib/lttng-ctl/clear.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2019 Jérémie Galarneau - * Copyright (C) 2019 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/deprecated-symbols.cpp b/src/lib/lttng-ctl/deprecated-symbols.cpp index 703ea898b..518f29a4b 100644 --- a/src/lib/lttng-ctl/deprecated-symbols.cpp +++ b/src/lib/lttng-ctl/deprecated-symbols.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/destruction-handle.cpp b/src/lib/lttng-ctl/destruction-handle.cpp index e97364587..0700fae49 100644 --- a/src/lib/lttng-ctl/destruction-handle.cpp +++ b/src/lib/lttng-ctl/destruction-handle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/event-rule-convert.cpp b/src/lib/lttng-ctl/event-rule-convert.cpp index a4c543649..b83dcba38 100644 --- a/src/lib/lttng-ctl/event-rule-convert.cpp +++ b/src/lib/lttng-ctl/event-rule-convert.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/lib/lttng-ctl/event-rule-convert.hpp b/src/lib/lttng-ctl/event-rule-convert.hpp index 151fde4e0..9d2fe97e2 100644 --- a/src/lib/lttng-ctl/event-rule-convert.hpp +++ b/src/lib/lttng-ctl/event-rule-convert.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/src/lib/lttng-ctl/event.cpp b/src/lib/lttng-ctl/event.cpp index b136640df..6500f0d69 100644 --- a/src/lib/lttng-ctl/event.cpp +++ b/src/lib/lttng-ctl/event.cpp @@ -3,7 +3,7 @@ * * Linux Trace Toolkit Control Library * - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/load.cpp b/src/lib/lttng-ctl/load.cpp index 4c04a71f3..9f84a1d3b 100644 --- a/src/lib/lttng-ctl/load.cpp +++ b/src/lib/lttng-ctl/load.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 David Goulet + * SPDX-FileCopyrightText: 2014 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/lttng-ctl-health.cpp b/src/lib/lttng-ctl/lttng-ctl-health.cpp index 41c2cf3ee..59d9e0b4f 100644 --- a/src/lib/lttng-ctl/lttng-ctl-health.cpp +++ b/src/lib/lttng-ctl/lttng-ctl-health.cpp @@ -3,8 +3,8 @@ * * Linux Trace Toolkit Health Control Library * - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2013 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2013 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/lttng-ctl-helper.hpp b/src/lib/lttng-ctl/lttng-ctl-helper.hpp index b725dd06f..39fd4a5c7 100644 --- a/src/lib/lttng-ctl/lttng-ctl-helper.hpp +++ b/src/lib/lttng-ctl/lttng-ctl-helper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/lttng-ctl.cpp b/src/lib/lttng-ctl/lttng-ctl.cpp index 905a1750c..0960e4ee2 100644 --- a/src/lib/lttng-ctl/lttng-ctl.cpp +++ b/src/lib/lttng-ctl/lttng-ctl.cpp @@ -3,8 +3,8 @@ * * Linux Trace Toolkit Control Library * - * Copyright (C) 2011 EfficiOS Inc. - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/rotate.cpp b/src/lib/lttng-ctl/rotate.cpp index 60ac8669d..29fd7af5d 100644 --- a/src/lib/lttng-ctl/rotate.cpp +++ b/src/lib/lttng-ctl/rotate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Julien Desfossez + * SPDX-FileCopyrightText: 2017 Julien Desfossez * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/save.cpp b/src/lib/lttng-ctl/save.cpp index 4cc2f8014..9407bd1d0 100644 --- a/src/lib/lttng-ctl/save.cpp +++ b/src/lib/lttng-ctl/save.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/snapshot.cpp b/src/lib/lttng-ctl/snapshot.cpp index 4e7df2db3..7f11a204a 100644 --- a/src/lib/lttng-ctl/snapshot.cpp +++ b/src/lib/lttng-ctl/snapshot.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 David Goulet + * SPDX-FileCopyrightText: 2013 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/src/lib/lttng-ctl/tracker.cpp b/src/lib/lttng-ctl/tracker.cpp index a31b5a189..1902b34c7 100644 --- a/src/lib/lttng-ctl/tracker.cpp +++ b/src/lib/lttng-ctl/tracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/perf/find_event.c b/tests/perf/find_event.c index 7a8b549f1..955e880e6 100644 --- a/tests/perf/find_event.c +++ b/tests/perf/find_event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Julien Desfossez + * SPDX-FileCopyrightText: 2016 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/kernel/select_poll_epoll.cpp b/tests/regression/kernel/select_poll_epoll.cpp index 83f13567a..e5d70d12c 100644 --- a/tests/regression/kernel/select_poll_epoll.cpp +++ b/tests/regression/kernel/select_poll_epoll.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Julien Desfossez + * SPDX-FileCopyrightText: 2016 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/kernel/validate_select_poll_epoll.py b/tests/regression/kernel/validate_select_poll_epoll.py index 0ca0ba67c..b4f9239d8 100755 --- a/tests/regression/kernel/validate_select_poll_epoll.py +++ b/tests/regression/kernel/validate_select_poll_epoll.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2016 Julien Desfossez +# SPDX-FileCopyrightText: 2016 Julien Desfossez # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/tests/regression/tools/clear/test_live_hang.py b/tests/regression/tools/clear/test_live_hang.py index 45773a374..88d6e3a7e 100755 --- a/tests/regression/tools/clear/test_live_hang.py +++ b/tests/regression/tools/clear/test_live_hang.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2024 Kienan Stewart +# SPDX-FileCopyrightText: 2024 Kienan Stewart # SPDX-License-Identifier: GPL-2.0-only # diff --git a/tests/regression/tools/client/test_event_rule_listing.py b/tests/regression/tools/client/test_event_rule_listing.py index e06deeea2..865773344 100755 --- a/tests/regression/tools/client/test_event_rule_listing.py +++ b/tests/regression/tools/client/test_event_rule_listing.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2023 Jérémie Galarneau +# SPDX-FileCopyrightText: 2023 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/tools/client/test_session_commands.py b/tests/regression/tools/client/test_session_commands.py index 8666c3a75..2d22a6943 100755 --- a/tests/regression/tools/client/test_session_commands.py +++ b/tests/regression/tools/client/test_session_commands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2023 Jérémie Galarneau +# SPDX-FileCopyrightText: 2023 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/tools/context/test_ust.py b/tests/regression/tools/context/test_ust.py index fac8ca15a..64f5dc45f 100755 --- a/tests/regression/tools/context/test_ust.py +++ b/tests/regression/tools/context/test_ust.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 Jérémie Galarneau +# SPDX-FileCopyrightText: 2022 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/tools/filtering/gen-ust-events.c b/tests/regression/tools/filtering/gen-ust-events.c index 681d19178..c07868a23 100644 --- a/tests/regression/tools/filtering/gen-ust-events.c +++ b/tests/regression/tools/filtering/gen-ust-events.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/tools/filtering/tp.c b/tests/regression/tools/filtering/tp.c index 40f56373d..7147e7b15 100644 --- a/tests/regression/tools/filtering/tp.c +++ b/tests/regression/tools/filtering/tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/filtering/tp.h b/tests/regression/tools/filtering/tp.h index 44ca83573..720e88ac6 100644 --- a/tests/regression/tools/filtering/tp.h +++ b/tests/regression/tools/filtering/tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/health/health_check.c b/tests/regression/tools/health/health_check.c index 805eff884..6989a9196 100644 --- a/tests/regression/tools/health/health_check.c +++ b/tests/regression/tools/health/health_check.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 Christian Babeux - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Christian Babeux + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/tools/health/health_fail.c b/tests/regression/tools/health/health_fail.c index 2994694fd..8926b81c6 100644 --- a/tests/regression/tools/health/health_fail.c +++ b/tests/regression/tools/health/health_fail.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 Christian Babeux - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Christian Babeux + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/tools/health/health_stall.c b/tests/regression/tools/health/health_stall.c index c88e5742a..2e7693d01 100644 --- a/tests/regression/tools/health/health_stall.c +++ b/tests/regression/tools/health/health_stall.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 Christian Babeux - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Christian Babeux + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/tools/health/test_health.sh b/tests/regression/tools/health/test_health.sh index 23cb05075..f4dfb8b52 100644 --- a/tests/regression/tools/health/test_health.sh +++ b/tests/regression/tools/health/test_health.sh @@ -1,5 +1,5 @@ -# Copyright (C) 2012 Christian Babeux -# Copyright (C) 2014 Mathieu Desnoyers +# SPDX-FileCopyrightText: 2012 Christian Babeux +# SPDX-FileCopyrightText: 2014 Mathieu Desnoyers # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/tools/live/live_test.cpp b/tests/regression/tools/live/live_test.cpp index eb4f2ea7b..8623c2c05 100644 --- a/tests/regression/tools/live/live_test.cpp +++ b/tests/regression/tools/live/live_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Julien Desfossez + * SPDX-FileCopyrightText: 2013 Julien Desfossez * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/tools/metadata/utils.sh b/tests/regression/tools/metadata/utils.sh index a355936c6..9d2d4bb2a 100644 --- a/tests/regression/tools/metadata/utils.sh +++ b/tests/regression/tools/metadata/utils.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2019 Jonathan Rajotte +# SPDX-FileCopyrightText: 2019 Jonathan Rajotte # # SPDX-License-Identifier: LGPL-2.1-only diff --git a/tests/regression/tools/notification/base_client.c b/tests/regression/tools/notification/base_client.c index 1f7158aea..9a4d89302 100644 --- a/tests/regression/tools/notification/base_client.c +++ b/tests/regression/tools/notification/base_client.c @@ -3,7 +3,7 @@ * * Base client application for testing of LTTng notification API * - * Copyright 2017 Jonathan Rajotte + * SPDX-FileCopyrightText: 2017 Jonathan Rajotte * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/notification/consumer_testpoints.cpp b/tests/regression/tools/notification/consumer_testpoints.cpp index d7dc4c21e..834fff165 100644 --- a/tests/regression/tools/notification/consumer_testpoints.cpp +++ b/tests/regression/tools/notification/consumer_testpoints.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/tools/notification/notification.cpp b/tests/regression/tools/notification/notification.cpp index 8eae08460..620b287a3 100644 --- a/tests/regression/tools/notification/notification.cpp +++ b/tests/regression/tools/notification/notification.cpp @@ -3,7 +3,7 @@ * * Tests suite for LTTng notification API * - * Copyright (C) 2017 Jonathan Rajotte + * SPDX-FileCopyrightText: 2017 Jonathan Rajotte * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/notification/rotation.c b/tests/regression/tools/notification/rotation.c index 1007de44e..a44fabdc6 100644 --- a/tests/regression/tools/notification/rotation.c +++ b/tests/regression/tools/notification/rotation.c @@ -3,7 +3,7 @@ * * Tests suite for LTTng notification API (rotation notifications) * - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/notification/sessiond_testpoints.cpp b/tests/regression/tools/notification/sessiond_testpoints.cpp index 44e6b6e7b..5718f71c0 100644 --- a/tests/regression/tools/notification/sessiond_testpoints.cpp +++ b/tests/regression/tools/notification/sessiond_testpoints.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017 Jérémie Galarneau - * Copyright (C) 2020 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Francis Deslauriers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/tools/notification/util_event_generator.sh b/tests/regression/tools/notification/util_event_generator.sh index bac089086..38a186d7d 100644 --- a/tests/regression/tools/notification/util_event_generator.sh +++ b/tests/regression/tools/notification/util_event_generator.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2020 Jonathan Rajotte-Julien +# SPDX-FileCopyrightText: 2020 Jonathan Rajotte-Julien # # SPDX-License-Identifier: LGPL-2.1-only diff --git a/tests/regression/tools/rotation/rotate_utils.sh b/tests/regression/tools/rotation/rotate_utils.sh index 146f7e25c..0a885b777 100644 --- a/tests/regression/tools/rotation/rotate_utils.sh +++ b/tests/regression/tools/rotation/rotate_utils.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2017 Julien Desfossez +# SPDX-FileCopyrightText: 2017 Julien Desfossez # # SPDX-License-Identifier: LGPL-2.1-only diff --git a/tests/regression/tools/rotation/schedule_api.c b/tests/regression/tools/rotation/schedule_api.c index 3a195c12b..6dd5460d1 100644 --- a/tests/regression/tools/rotation/schedule_api.c +++ b/tests/regression/tools/rotation/schedule_api.c @@ -3,7 +3,7 @@ * * Unit tests for the session rotation schedule API * - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/trigger/hidden/hidden_trigger.cpp b/tests/regression/tools/trigger/hidden/hidden_trigger.cpp index a7d0d149d..6b9023263 100644 --- a/tests/regression/tools/trigger/hidden/hidden_trigger.cpp +++ b/tests/regression/tools/trigger/hidden/hidden_trigger.cpp @@ -3,7 +3,7 @@ * * Test that hidden triggers are not visible to liblttng-ctl. * - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/trigger/name/trigger_name.cpp b/tests/regression/tools/trigger/name/trigger_name.cpp index 025387f72..c864641a8 100644 --- a/tests/regression/tools/trigger/name/trigger_name.cpp +++ b/tests/regression/tools/trigger/name/trigger_name.cpp @@ -3,7 +3,7 @@ * * Tests suite for anonymous, named, and automatic name triggers. * - * Copyright (C) 2021 Jérémie Galarneau + * SPDX-FileCopyrightText: 2021 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/trigger/utils/notification-client.cpp b/tests/regression/tools/trigger/utils/notification-client.cpp index 5c9f6885b..ac44d6054 100644 --- a/tests/regression/tools/trigger/utils/notification-client.cpp +++ b/tests/regression/tools/trigger/utils/notification-client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/tools/trigger/utils/register-some-triggers.cpp b/tests/regression/tools/trigger/utils/register-some-triggers.cpp index 97257cf12..542394102 100644 --- a/tests/regression/tools/trigger/utils/register-some-triggers.cpp +++ b/tests/regression/tools/trigger/utils/register-some-triggers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Simon Marchi + * SPDX-FileCopyrightText: 2021 Simon Marchi * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/baddr-statedump/prog.c b/tests/regression/ust/baddr-statedump/prog.c index 7b82c1bdb..3ecd477e4 100644 --- a/tests/regression/ust/baddr-statedump/prog.c +++ b/tests/regression/ust/baddr-statedump/prog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Antoine Busque + * SPDX-FileCopyrightText: 2015 Antoine Busque * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/baddr-statedump/test_baddr-statedump.py b/tests/regression/ust/baddr-statedump/test_baddr-statedump.py index f785289a7..78093b16f 100644 --- a/tests/regression/ust/baddr-statedump/test_baddr-statedump.py +++ b/tests/regression/ust/baddr-statedump/test_baddr-statedump.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013 Jérémie Galarneau -# Copyright (C) 2015 Antoine Busque +# SPDX-FileCopyrightText: 2013 Jérémie Galarneau +# SPDX-FileCopyrightText: 2015 Antoine Busque # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/ust/baddr-statedump/tp.c b/tests/regression/ust/baddr-statedump/tp.c index 8ed28fe42..f22e6d34a 100644 --- a/tests/regression/ust/baddr-statedump/tp.c +++ b/tests/regression/ust/baddr-statedump/tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Antoine Busque + * SPDX-FileCopyrightText: 2015 Antoine Busque * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/baddr-statedump/tp.h b/tests/regression/ust/baddr-statedump/tp.h index d1dcec434..638483339 100644 --- a/tests/regression/ust/baddr-statedump/tp.h +++ b/tests/regression/ust/baddr-statedump/tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Antoine Busque + * SPDX-FileCopyrightText: 2015 Antoine Busque * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/clock-override/lttng-ust-clock-override-test.c b/tests/regression/ust/clock-override/lttng-ust-clock-override-test.c index 180712ee8..f909b32f0 100644 --- a/tests/regression/ust/clock-override/lttng-ust-clock-override-test.c +++ b/tests/regression/ust/clock-override/lttng-ust-clock-override-test.c @@ -1,8 +1,8 @@ /* * lttng-clock-override-test.c * - * Copyright (C) 2014 Mathieu Desnoyers - * Copyright (C) 2015 Jonthan Rajotte + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2015 Jonthan Rajotte * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/daemon/daemon.c b/tests/regression/ust/daemon/daemon.c index 1ce1b50df..cdcc21225 100644 --- a/tests/regression/ust/daemon/daemon.c +++ b/tests/regression/ust/daemon/daemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier + * SPDX-FileCopyrightText: 2009 Pierre-Marc Fournier * Copyright (C) 2011-2012 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only diff --git a/tests/regression/ust/daemon/test_daemon.py b/tests/regression/ust/daemon/test_daemon.py index 058821ca3..38640a368 100644 --- a/tests/regression/ust/daemon/test_daemon.py +++ b/tests/regression/ust/daemon/test_daemon.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013 Jérémie Galarneau +# SPDX-FileCopyrightText: 2013 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/ust/daemon/ust_tests_daemon.h b/tests/regression/ust/daemon/ust_tests_daemon.h index 4dea6aa6c..144d3d706 100644 --- a/tests/regression/ust/daemon/ust_tests_daemon.h +++ b/tests/regression/ust/daemon/ust_tests_daemon.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/exit-fast/exit-fast.c b/tests/regression/ust/exit-fast/exit-fast.c index 37581f5e7..a496b64ff 100644 --- a/tests/regression/ust/exit-fast/exit-fast.c +++ b/tests/regression/ust/exit-fast/exit-fast.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Nils Carlson + * SPDX-FileCopyrightText: 2011 Nils Carlson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/exit-fast/test_exit-fast.py b/tests/regression/ust/exit-fast/test_exit-fast.py index 9d6612680..5cfba8937 100644 --- a/tests/regression/ust/exit-fast/test_exit-fast.py +++ b/tests/regression/ust/exit-fast/test_exit-fast.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013 Jérémie Galarneau +# SPDX-FileCopyrightText: 2013 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/ust/fork/fork.c b/tests/regression/ust/fork/fork.c index 2387f245e..7262ea5cb 100644 --- a/tests/regression/ust/fork/fork.c +++ b/tests/regression/ust/fork/fork.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2009 Pierre-Marc Fournier + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/fork/fork2.c b/tests/regression/ust/fork/fork2.c index 48d716401..0acdcbbdc 100644 --- a/tests/regression/ust/fork/fork2.c +++ b/tests/regression/ust/fork/fork2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier + * SPDX-FileCopyrightText: 2009 Pierre-Marc Fournier * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/fork/test_fork.py b/tests/regression/ust/fork/test_fork.py index 40f0b4073..a0ac50c01 100644 --- a/tests/regression/ust/fork/test_fork.py +++ b/tests/regression/ust/fork/test_fork.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013 Jérémie Galarneau +# SPDX-FileCopyrightText: 2013 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/ust/fork/ust_tests_fork.h b/tests/regression/ust/fork/ust_tests_fork.h index fb417717f..042ff6a1a 100644 --- a/tests/regression/ust/fork/ust_tests_fork.h +++ b/tests/regression/ust/fork/ust_tests_fork.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/getcpu-override/lttng-ust-getcpu-override-test.c b/tests/regression/ust/getcpu-override/lttng-ust-getcpu-override-test.c index c98d70700..99feaf76d 100644 --- a/tests/regression/ust/getcpu-override/lttng-ust-getcpu-override-test.c +++ b/tests/regression/ust/getcpu-override/lttng-ust-getcpu-override-test.c @@ -2,8 +2,8 @@ * lttng-ust-getcpu-override-test.c * Based on lttng-getcpu-override-example.c from LTTng-ust exemple * - * Copyright (C) 2014 Mathieu Desnoyers - * Copyright (C) 2015 Jonathan Rajotte + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2015 Jonathan Rajotte * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/high-throughput/main.c b/tests/regression/ust/high-throughput/main.c index 2306c2da1..5f35b62d5 100644 --- a/tests/regression/ust/high-throughput/main.c +++ b/tests/regression/ust/high-throughput/main.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2009 Pierre-Marc Fournier + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/high-throughput/tp.c b/tests/regression/ust/high-throughput/tp.c index d31c0bd1d..65878bc6a 100644 --- a/tests/regression/ust/high-throughput/tp.c +++ b/tests/regression/ust/high-throughput/tp.c @@ -1,7 +1,7 @@ /* * tp.c * - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/high-throughput/tp.h b/tests/regression/ust/high-throughput/tp.h index 79fcfe57a..8692fa9cf 100644 --- a/tests/regression/ust/high-throughput/tp.h +++ b/tests/regression/ust/high-throughput/tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/java-jul/test_ust_app_ctl_path_separators.sh b/tests/regression/ust/java-jul/test_ust_app_ctl_path_separators.sh index 754a481e4..1b6ae6336 100755 --- a/tests/regression/ust/java-jul/test_ust_app_ctl_path_separators.sh +++ b/tests/regression/ust/java-jul/test_ust_app_ctl_path_separators.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2024 Kienan Stewart +# SPDX-FileCopyrightText: 2024 Kienan Stewart # # SPDX-License-Identifier: LGPL-2.1-only # diff --git a/tests/regression/ust/libc-wrapper/prog.c b/tests/regression/ust/libc-wrapper/prog.c index 882dbb82f..752fc0e7d 100644 --- a/tests/regression/ust/libc-wrapper/prog.c +++ b/tests/regression/ust/libc-wrapper/prog.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Pierre-Marc Fournier +/* SPDX-FileCopyrightText: 2009 Pierre-Marc Fournier * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/libc-wrapper/test_libc-wrapper.py b/tests/regression/ust/libc-wrapper/test_libc-wrapper.py index 37e6acb41..946fa4ccb 100644 --- a/tests/regression/ust/libc-wrapper/test_libc-wrapper.py +++ b/tests/regression/ust/libc-wrapper/test_libc-wrapper.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013 Jérémie Galarneau +# SPDX-FileCopyrightText: 2013 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/ust/linking/demo.c b/tests/regression/ust/linking/demo.c index 43b0f641c..f133d6586 100644 --- a/tests/regression/ust/linking/demo.c +++ b/tests/regression/ust/linking/demo.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2009 Pierre-Marc Fournier + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/linking/test_linking.py b/tests/regression/ust/linking/test_linking.py index 38ae4ed4b..43ff08747 100644 --- a/tests/regression/ust/linking/test_linking.py +++ b/tests/regression/ust/linking/test_linking.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013 Jérémie Galarneau +# SPDX-FileCopyrightText: 2013 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/ust/linking/tp.c b/tests/regression/ust/linking/tp.c index 7526638bb..ac0f13f4c 100644 --- a/tests/regression/ust/linking/tp.c +++ b/tests/regression/ust/linking/tp.c @@ -1,7 +1,7 @@ /* * tp.c * - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/linking/tp2.c b/tests/regression/ust/linking/tp2.c index 597c69463..ac28f06db 100644 --- a/tests/regression/ust/linking/tp2.c +++ b/tests/regression/ust/linking/tp2.c @@ -1,7 +1,7 @@ /* * tp2.c * - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/linking/tp3.c b/tests/regression/ust/linking/tp3.c index bdcac20d4..508e29c8b 100644 --- a/tests/regression/ust/linking/tp3.c +++ b/tests/regression/ust/linking/tp3.c @@ -1,7 +1,7 @@ /* * tp3.c * - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/linking/ust_tests_demo.h b/tests/regression/ust/linking/ust_tests_demo.h index f08c40786..8f0772e83 100644 --- a/tests/regression/ust/linking/ust_tests_demo.h +++ b/tests/regression/ust/linking/ust_tests_demo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/linking/ust_tests_demo2.h b/tests/regression/ust/linking/ust_tests_demo2.h index 6df9e1c4e..de5ca446f 100644 --- a/tests/regression/ust/linking/ust_tests_demo2.h +++ b/tests/regression/ust/linking/ust_tests_demo2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/linking/ust_tests_demo3.h b/tests/regression/ust/linking/ust_tests_demo3.h index 7d4ca287a..da7515034 100644 --- a/tests/regression/ust/linking/ust_tests_demo3.h +++ b/tests/regression/ust/linking/ust_tests_demo3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/low-throughput/main.c b/tests/regression/ust/low-throughput/main.c index b419d1f5b..18b06cb2c 100644 --- a/tests/regression/ust/low-throughput/main.c +++ b/tests/regression/ust/low-throughput/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/low-throughput/tp.c b/tests/regression/ust/low-throughput/tp.c index d31c0bd1d..65878bc6a 100644 --- a/tests/regression/ust/low-throughput/tp.c +++ b/tests/regression/ust/low-throughput/tp.c @@ -1,7 +1,7 @@ /* * tp.c * - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/low-throughput/tp.h b/tests/regression/ust/low-throughput/tp.h index d17d2bae0..6a7eeb006 100644 --- a/tests/regression/ust/low-throughput/tp.h +++ b/tests/regression/ust/low-throughput/tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/multi-lib/callsites.h b/tests/regression/ust/multi-lib/callsites.h index 117aae8d3..44aa95652 100644 --- a/tests/regression/ust/multi-lib/callsites.h +++ b/tests/regression/ust/multi-lib/callsites.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/multi-lib/multi-lib-test.c b/tests/regression/ust/multi-lib/multi-lib-test.c index 155ef81ae..03172ef59 100644 --- a/tests/regression/ust/multi-lib/multi-lib-test.c +++ b/tests/regression/ust/multi-lib/multi-lib-test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/multi-lib/probes.c b/tests/regression/ust/multi-lib/probes.c index 91277da2e..17d91f2d6 100644 --- a/tests/regression/ust/multi-lib/probes.c +++ b/tests/regression/ust/multi-lib/probes.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/multi-lib/probes.h b/tests/regression/ust/multi-lib/probes.h index d58fa2684..2ccfaf6e0 100644 --- a/tests/regression/ust/multi-lib/probes.h +++ b/tests/regression/ust/multi-lib/probes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/multi-session/gen-nevents.c b/tests/regression/ust/multi-session/gen-nevents.c index 405684c32..b24e71c3a 100644 --- a/tests/regression/ust/multi-session/gen-nevents.c +++ b/tests/regression/ust/multi-session/gen-nevents.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2009 Pierre-Marc Fournier + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/multi-session/tp.c b/tests/regression/ust/multi-session/tp.c index e614e5613..646da00ce 100644 --- a/tests/regression/ust/multi-session/tp.c +++ b/tests/regression/ust/multi-session/tp.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: MIT */ diff --git a/tests/regression/ust/multi-session/ust_gen_nevents.h b/tests/regression/ust/multi-session/ust_gen_nevents.h index 09a4683be..2050df24e 100644 --- a/tests/regression/ust/multi-session/ust_gen_nevents.h +++ b/tests/regression/ust/multi-session/ust_gen_nevents.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/overlap/demo/demo.c b/tests/regression/ust/overlap/demo/demo.c index 12286293f..960dd953c 100644 --- a/tests/regression/ust/overlap/demo/demo.c +++ b/tests/regression/ust/overlap/demo/demo.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2009 Pierre-Marc Fournier + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/overlap/demo/tp.c b/tests/regression/ust/overlap/demo/tp.c index 7526638bb..ac0f13f4c 100644 --- a/tests/regression/ust/overlap/demo/tp.c +++ b/tests/regression/ust/overlap/demo/tp.c @@ -1,7 +1,7 @@ /* * tp.c * - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/overlap/demo/tp2.c b/tests/regression/ust/overlap/demo/tp2.c index 597c69463..ac28f06db 100644 --- a/tests/regression/ust/overlap/demo/tp2.c +++ b/tests/regression/ust/overlap/demo/tp2.c @@ -1,7 +1,7 @@ /* * tp2.c * - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/overlap/demo/tp3.c b/tests/regression/ust/overlap/demo/tp3.c index bdcac20d4..508e29c8b 100644 --- a/tests/regression/ust/overlap/demo/tp3.c +++ b/tests/regression/ust/overlap/demo/tp3.c @@ -1,7 +1,7 @@ /* * tp3.c * - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/overlap/demo/ust_tests_demo.h b/tests/regression/ust/overlap/demo/ust_tests_demo.h index c9d12eaed..20ae21b96 100644 --- a/tests/regression/ust/overlap/demo/ust_tests_demo.h +++ b/tests/regression/ust/overlap/demo/ust_tests_demo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/overlap/demo/ust_tests_demo2.h b/tests/regression/ust/overlap/demo/ust_tests_demo2.h index 0c39786b6..bc102904c 100644 --- a/tests/regression/ust/overlap/demo/ust_tests_demo2.h +++ b/tests/regression/ust/overlap/demo/ust_tests_demo2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT */ diff --git a/tests/regression/ust/overlap/demo/ust_tests_demo3.h b/tests/regression/ust/overlap/demo/ust_tests_demo3.h index 8018f22ac..da7515034 100644 --- a/tests/regression/ust/overlap/demo/ust_tests_demo3.h +++ b/tests/regression/ust/overlap/demo/ust_tests_demo3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/type-declarations/test_type_declarations.py b/tests/regression/ust/type-declarations/test_type_declarations.py index 0d74dee0e..84e9cd4ac 100644 --- a/tests/regression/ust/type-declarations/test_type_declarations.py +++ b/tests/regression/ust/type-declarations/test_type_declarations.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2014 Geneviève Bastien +# SPDX-FileCopyrightText: 2014 Geneviève Bastien # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/ust/type-declarations/type-declarations.c b/tests/regression/ust/type-declarations/type-declarations.c index 7ac8981ca..a8da01467 100644 --- a/tests/regression/ust/type-declarations/type-declarations.c +++ b/tests/regression/ust/type-declarations/type-declarations.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Geneviève Bastien + * SPDX-FileCopyrightText: 2014 Geneviève Bastien * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/regression/ust/type-declarations/ust_tests_td.h b/tests/regression/ust/type-declarations/ust_tests_td.h index 8551b328d..f82c21310 100644 --- a/tests/regression/ust/type-declarations/ust_tests_td.h +++ b/tests/regression/ust/type-declarations/ust_tests_td.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Geneviève Bastien + * SPDX-FileCopyrightText: 2014 Geneviève Bastien * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/ust-constructor/test_ust_constructor_cpp_static.py b/tests/regression/ust/ust-constructor/test_ust_constructor_cpp_static.py index db1570df4..a8c488e8c 100755 --- a/tests/regression/ust/ust-constructor/test_ust_constructor_cpp_static.py +++ b/tests/regression/ust/ust-constructor/test_ust_constructor_cpp_static.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 Jérémie Galarneau -# Copyright (C) 2023 Mathieu Desnoyers +# SPDX-FileCopyrightText: 2022 Jérémie Galarneau +# SPDX-FileCopyrightText: 2023 Mathieu Desnoyers # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/regression/ust/ust-dl/libbar-tp.c b/tests/regression/ust/ust-dl/libbar-tp.c index a6af9a318..05d9aaaa0 100644 --- a/tests/regression/ust/ust-dl/libbar-tp.c +++ b/tests/regression/ust/ust-dl/libbar-tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/ust-dl/libbar-tp.h b/tests/regression/ust/ust-dl/libbar-tp.h index ef7c68d7d..edd351113 100644 --- a/tests/regression/ust/ust-dl/libbar-tp.h +++ b/tests/regression/ust/ust-dl/libbar-tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/ust-dl/libbar.c b/tests/regression/ust/ust-dl/libbar.c index 55c2e55c0..8a10dd255 100644 --- a/tests/regression/ust/ust-dl/libbar.c +++ b/tests/regression/ust/ust-dl/libbar.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2016 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/ust-dl/libbar.h b/tests/regression/ust/ust-dl/libbar.h index 7248e5d6f..32f455bdb 100644 --- a/tests/regression/ust/ust-dl/libbar.h +++ b/tests/regression/ust/ust-dl/libbar.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2016 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/ust-dl/libfoo-tp.c b/tests/regression/ust/ust-dl/libfoo-tp.c index 4ea7a7f33..c0ea82bf3 100644 --- a/tests/regression/ust/ust-dl/libfoo-tp.c +++ b/tests/regression/ust/ust-dl/libfoo-tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/ust-dl/libfoo-tp.h b/tests/regression/ust/ust-dl/libfoo-tp.h index 5dcc2507c..c55d1c7ad 100644 --- a/tests/regression/ust/ust-dl/libfoo-tp.h +++ b/tests/regression/ust/ust-dl/libfoo-tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/ust-dl/libfoo.c b/tests/regression/ust/ust-dl/libfoo.c index 908eb1f80..45aa65bd8 100644 --- a/tests/regression/ust/ust-dl/libfoo.c +++ b/tests/regression/ust/ust-dl/libfoo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Antoine Busque + * SPDX-FileCopyrightText: 2016 Antoine Busque * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/ust-dl/libfoo.h b/tests/regression/ust/ust-dl/libfoo.h index 30e94a086..cb2d97848 100644 --- a/tests/regression/ust/ust-dl/libfoo.h +++ b/tests/regression/ust/ust-dl/libfoo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Antoine Busque + * SPDX-FileCopyrightText: 2016 Antoine Busque * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/ust-dl/libzzz-tp.c b/tests/regression/ust/ust-dl/libzzz-tp.c index d67df5c1e..8d3ffb574 100644 --- a/tests/regression/ust/ust-dl/libzzz-tp.c +++ b/tests/regression/ust/ust-dl/libzzz-tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/ust-dl/libzzz-tp.h b/tests/regression/ust/ust-dl/libzzz-tp.h index 17761a422..edc714bc6 100644 --- a/tests/regression/ust/ust-dl/libzzz-tp.h +++ b/tests/regression/ust/ust-dl/libzzz-tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Jérémie Galarneau + * SPDX-FileCopyrightText: 2016 Jérémie Galarneau * * SPDX-License-Identifier: MIT * diff --git a/tests/regression/ust/ust-dl/libzzz.c b/tests/regression/ust/ust-dl/libzzz.c index c1d0762cd..224fb037a 100644 --- a/tests/regression/ust/ust-dl/libzzz.c +++ b/tests/regression/ust/ust-dl/libzzz.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/ust-dl/libzzz.h b/tests/regression/ust/ust-dl/libzzz.h index ba7d84c86..db1cd4286 100644 --- a/tests/regression/ust/ust-dl/libzzz.h +++ b/tests/regression/ust/ust-dl/libzzz.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2015 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/ust-dl/prog.c b/tests/regression/ust/ust-dl/prog.c index 60fb0d1dc..676c5bf30 100644 --- a/tests/regression/ust/ust-dl/prog.c +++ b/tests/regression/ust/ust-dl/prog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Antoine Busque + * SPDX-FileCopyrightText: 2016 Antoine Busque * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/regression/ust/ust-dl/test_ust-dl.py b/tests/regression/ust/ust-dl/test_ust-dl.py index 660fb7b19..a92470791 100644 --- a/tests/regression/ust/ust-dl/test_ust-dl.py +++ b/tests/regression/ust/ust-dl/test_ust-dl.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013 Jérémie Galarneau -# Copyright (C) 2015 Antoine Busque +# SPDX-FileCopyrightText: 2013 Jérémie Galarneau +# SPDX-FileCopyrightText: 2015 Antoine Busque # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/run.sh b/tests/run.sh index 9eb1bb315..5ae7d3ffe 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013 Christian Babeux +# SPDX-FileCopyrightText: 2013 Christian Babeux # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/tests/unit/ini_config/ini_config.cpp b/tests/unit/ini_config/ini_config.cpp index 4cc22119b..4b231b277 100644 --- a/tests/unit/ini_config/ini_config.cpp +++ b/tests/unit/ini_config/ini_config.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Jérémie Galarneau + * SPDX-FileCopyrightText: 2013 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_action.cpp b/tests/unit/test_action.cpp index d45dfb799..9031faea3 100644 --- a/tests/unit/test_action.cpp +++ b/tests/unit/test_action.cpp @@ -3,7 +3,7 @@ * * Unit tests for the notification API. * - * Copyright (C) 2017 Jonathan Rajotte + * SPDX-FileCopyrightText: 2017 Jonathan Rajotte * * SPDX-License-Identifier: MIT * diff --git a/tests/unit/test_buffer_view.cpp b/tests/unit/test_buffer_view.cpp index 703b1c3c1..4e33e5afe 100644 --- a/tests/unit/test_buffer_view.cpp +++ b/tests/unit/test_buffer_view.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 EfficiOS, inc. + * SPDX-FileCopyrightText: 2020 EfficiOS, inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_condition.cpp b/tests/unit/test_condition.cpp index 45dbe2acb..4d4989cf5 100644 --- a/tests/unit/test_condition.cpp +++ b/tests/unit/test_condition.cpp @@ -3,7 +3,7 @@ * * Unit tests for the condition API. * - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_directory_handle.cpp b/tests/unit/test_directory_handle.cpp index 05a276db0..fdfd7ba54 100644 --- a/tests/unit/test_directory_handle.cpp +++ b/tests/unit/test_directory_handle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jérémie Galarneau + * SPDX-FileCopyrightText: 2019 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_event_expr_to_bytecode.cpp b/tests/unit/test_event_expr_to_bytecode.cpp index a0d04357d..6e05f3765 100644 --- a/tests/unit/test_event_expr_to_bytecode.cpp +++ b/tests/unit/test_event_expr_to_bytecode.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 EfficiOS, Inc. + * SPDX-FileCopyrightText: 2020 EfficiOS, Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_event_rule.cpp b/tests/unit/test_event_rule.cpp index 9cfc6c53a..e5a1b1751 100644 --- a/tests/unit/test_event_rule.cpp +++ b/tests/unit/test_event_rule.cpp @@ -1,7 +1,7 @@ /* * Unit tests for the notification API. * - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/unit/test_fd_tracker.cpp b/tests/unit/test_fd_tracker.cpp index b9924e3bc..d422b9243 100644 --- a/tests/unit/test_fd_tracker.cpp +++ b/tests/unit/test_fd_tracker.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_kernel_data.cpp b/tests/unit/test_kernel_data.cpp index 2deaef720..d7eb24cea 100644 --- a/tests/unit/test_kernel_data.cpp +++ b/tests/unit/test_kernel_data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_kernel_probe.cpp b/tests/unit/test_kernel_probe.cpp index bec28825b..cdc7cdda7 100644 --- a/tests/unit/test_kernel_probe.cpp +++ b/tests/unit/test_kernel_probe.cpp @@ -1,7 +1,7 @@ /* * Unit tests for the kernel probe location API. * - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/unit/test_log_level_rule.cpp b/tests/unit/test_log_level_rule.cpp index 4cd270411..ecf0180d5 100644 --- a/tests/unit/test_log_level_rule.cpp +++ b/tests/unit/test_log_level_rule.cpp @@ -1,7 +1,7 @@ /* * Unit tests for the log level rule API. * - * Copyright (C) 2020 Jonathan Rajotte + * SPDX-FileCopyrightText: 2020 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/unit/test_notification.cpp b/tests/unit/test_notification.cpp index 5dfc83c1a..6a88969cb 100644 --- a/tests/unit/test_notification.cpp +++ b/tests/unit/test_notification.cpp @@ -3,7 +3,7 @@ * * Unit tests for the notification API. * - * Copyright (C) 2017 Jonathan Rajotte + * SPDX-FileCopyrightText: 2017 Jonathan Rajotte * * SPDX-License-Identifier: MIT * diff --git a/tests/unit/test_payload.cpp b/tests/unit/test_payload.cpp index 9b9f77046..be59831e7 100644 --- a/tests/unit/test_payload.cpp +++ b/tests/unit/test_payload.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/unit/test_rate_policy.cpp b/tests/unit/test_rate_policy.cpp index 6a12d3422..40b9d5a3d 100644 --- a/tests/unit/test_rate_policy.cpp +++ b/tests/unit/test_rate_policy.cpp @@ -1,7 +1,7 @@ /* * Unit tests for the rate policy object API. * - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/unit/test_relayd_backward_compat_group_by_session.cpp b/tests/unit/test_relayd_backward_compat_group_by_session.cpp index 7c63da872..cc6a01e84 100644 --- a/tests/unit/test_relayd_backward_compat_group_by_session.cpp +++ b/tests/unit/test_relayd_backward_compat_group_by_session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Jonathan Rajotte + * SPDX-FileCopyrightText: 2019 Jonathan Rajotte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_session.cpp b/tests/unit/test_session.cpp index eef160101..2b6d0f9b0 100644 --- a/tests/unit/test_session.cpp +++ b/tests/unit/test_session.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_string_utils.cpp b/tests/unit/test_string_utils.cpp index ca0f607ba..57132d632 100644 --- a/tests/unit/test_string_utils.cpp +++ b/tests/unit/test_string_utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Philippe Proulx + * SPDX-FileCopyrightText: 2017 Philippe Proulx * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_unix_socket.cpp b/tests/unit/test_unix_socket.cpp index 95a6173b8..4b17b4875 100644 --- a/tests/unit/test_unix_socket.cpp +++ b/tests/unit/test_unix_socket.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Jérémie Galarneau + * SPDX-FileCopyrightText: 2020 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/unit/test_uri.cpp b/tests/unit/test_uri.cpp index 41c74203d..c1e6ba64d 100644 --- a/tests/unit/test_uri.cpp +++ b/tests/unit/test_uri.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_ust_data.cpp b/tests/unit/test_ust_data.cpp index ec945a036..824c2e5c1 100644 --- a/tests/unit/test_ust_data.cpp +++ b/tests/unit/test_ust_data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 EfficiOS Inc. + * SPDX-FileCopyrightText: 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_utils_compat_poll.cpp b/tests/unit/test_utils_compat_poll.cpp index 6c865b298..d4099b757 100644 --- a/tests/unit/test_utils_compat_poll.cpp +++ b/tests/unit/test_utils_compat_poll.cpp @@ -3,7 +3,7 @@ * * Unit tests for the compatibility layer of poll/epoll API. * - * Copyright (C) 2019 Yannick Lamarre + * SPDX-FileCopyrightText: 2019 Yannick Lamarre * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_utils_compat_pthread.cpp b/tests/unit/test_utils_compat_pthread.cpp index db39d49b7..385b2fb65 100644 --- a/tests/unit/test_utils_compat_pthread.cpp +++ b/tests/unit/test_utils_compat_pthread.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 Michael Jeanson + * SPDX-FileCopyrightText: 2020 Michael Jeanson * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_utils_expand_path.cpp b/tests/unit/test_utils_expand_path.cpp index 4f460963f..1814d6915 100644 --- a/tests/unit/test_utils_expand_path.cpp +++ b/tests/unit/test_utils_expand_path.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Raphaël Beamonte + * SPDX-FileCopyrightText: 2013 Raphaël Beamonte * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_utils_parse_size_suffix.cpp b/tests/unit/test_utils_parse_size_suffix.cpp index 4af3bc90d..7a06d4a6e 100644 --- a/tests/unit/test_utils_parse_size_suffix.cpp +++ b/tests/unit/test_utils_parse_size_suffix.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 EfficiOS Inc. + * SPDX-FileCopyrightText: 2013 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_utils_parse_time_suffix.cpp b/tests/unit/test_utils_parse_time_suffix.cpp index 12185830f..8b7857616 100644 --- a/tests/unit/test_utils_parse_time_suffix.cpp +++ b/tests/unit/test_utils_parse_time_suffix.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 EfficiOS Inc. + * SPDX-FileCopyrightText: 2015 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/test_uuid.cpp b/tests/unit/test_uuid.cpp index 6db6d54b3..4015eb59f 100644 --- a/tests/unit/test_uuid.cpp +++ b/tests/unit/test_uuid.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Michael Jeanson + * SPDX-FileCopyrightText: 2019 Michael Jeanson * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/unit/ust-sigbus.cpp b/tests/unit/ust-sigbus.cpp index 3b9dd771d..ec9e89a77 100644 --- a/tests/unit/ust-sigbus.cpp +++ b/tests/unit/ust-sigbus.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2021 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/utils/bt2_plugins/event_name/event_name.cpp b/tests/utils/bt2_plugins/event_name/event_name.cpp index cd3567b30..4ca5cea83 100644 --- a/tests/utils/bt2_plugins/event_name/event_name.cpp +++ b/tests/utils/bt2_plugins/event_name/event_name.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Kienan Stewart + * SPDX-FileCopyrightText: 2023 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/bt2_plugins/event_name/event_name.hpp b/tests/utils/bt2_plugins/event_name/event_name.hpp index 9798b66f5..e2366d383 100644 --- a/tests/utils/bt2_plugins/event_name/event_name.hpp +++ b/tests/utils/bt2_plugins/event_name/event_name.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Kienan Stewart + * SPDX-FileCopyrightText: 2023 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/bt2_plugins/field_stats/field_stats.cpp b/tests/utils/bt2_plugins/field_stats/field_stats.cpp index c4e9b6904..d944da9fc 100644 --- a/tests/utils/bt2_plugins/field_stats/field_stats.cpp +++ b/tests/utils/bt2_plugins/field_stats/field_stats.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Kienan Stewart + * SPDX-FileCopyrightText: 2023 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/bt2_plugins/field_stats/field_stats.hpp b/tests/utils/bt2_plugins/field_stats/field_stats.hpp index a1fb19517..1bf2786c6 100644 --- a/tests/utils/bt2_plugins/field_stats/field_stats.hpp +++ b/tests/utils/bt2_plugins/field_stats/field_stats.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Kienan Stewart + * SPDX-FileCopyrightText: 2023 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/bt2_plugins/fmt.hpp b/tests/utils/bt2_plugins/fmt.hpp index c92c41525..bf13ac886 100644 --- a/tests/utils/bt2_plugins/fmt.hpp +++ b/tests/utils/bt2_plugins/fmt.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/bt2_plugins/lttngtest-plugin.cpp b/tests/utils/bt2_plugins/lttngtest-plugin.cpp index ef6d6d216..aab5c75a1 100644 --- a/tests/utils/bt2_plugins/lttngtest-plugin.cpp +++ b/tests/utils/bt2_plugins/lttngtest-plugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Kienan Stewart + * SPDX-FileCopyrightText: 2023 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/bt2_plugins/utils.hpp b/tests/utils/bt2_plugins/utils.hpp index 1d306fd1b..f717438fc 100644 --- a/tests/utils/bt2_plugins/utils.hpp +++ b/tests/utils/bt2_plugins/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Jérémie Galarneau + * SPDX-FileCopyrightText: 2024 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/lttngtest/__init__.py b/tests/utils/lttngtest/__init__.py index 3676667fc..befd8548d 100644 --- a/tests/utils/lttngtest/__init__.py +++ b/tests/utils/lttngtest/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 Jérémie Galarneau +# SPDX-FileCopyrightText: 2022 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/tests/utils/lttngtest/environment.py b/tests/utils/lttngtest/environment.py index feee83b52..1122d4ba6 100644 --- a/tests/utils/lttngtest/environment.py +++ b/tests/utils/lttngtest/environment.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 Jérémie Galarneau +# SPDX-FileCopyrightText: 2022 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/tests/utils/lttngtest/logger.py b/tests/utils/lttngtest/logger.py index b0363d1ab..0d3289ca9 100644 --- a/tests/utils/lttngtest/logger.py +++ b/tests/utils/lttngtest/logger.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 Jérémie Galarneau +# SPDX-FileCopyrightText: 2022 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/utils/lttngtest/lttng.py b/tests/utils/lttngtest/lttng.py index b447c22b8..4d8489f87 100644 --- a/tests/utils/lttngtest/lttng.py +++ b/tests/utils/lttngtest/lttng.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 Jérémie Galarneau +# SPDX-FileCopyrightText: 2022 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/utils/lttngtest/lttngctl.py b/tests/utils/lttngtest/lttngctl.py index 6b8f6a969..f4deb2249 100644 --- a/tests/utils/lttngtest/lttngctl.py +++ b/tests/utils/lttngtest/lttngctl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 Jérémie Galarneau +# SPDX-FileCopyrightText: 2022 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only diff --git a/tests/utils/lttngtest/tap_generator.py b/tests/utils/lttngtest/tap_generator.py index 89bec1cb0..f0183ad49 100644 --- a/tests/utils/lttngtest/tap_generator.py +++ b/tests/utils/lttngtest/tap_generator.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2022 Jérémie Galarneau +# SPDX-FileCopyrightText: 2022 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/tests/utils/parse-callstack.py b/tests/utils/parse-callstack.py index f16ab8e40..69aa9e2ee 100755 --- a/tests/utils/parse-callstack.py +++ b/tests/utils/parse-callstack.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2017 Francis Deslauriers +# SPDX-FileCopyrightText: 2017 Francis Deslauriers # # SPDX-License-Identifier: LGPL-2.1-only # diff --git a/tests/utils/tap/clock.cpp b/tests/utils/tap/clock.cpp index bc4f2f2fe..58c01b8d0 100644 --- a/tests/utils/tap/clock.cpp +++ b/tests/utils/tap/clock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Kienan Stewart + * SPDX-FileCopyrightText: 2023 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/tap/tap.c b/tests/utils/tap/tap.c index 687ea22f2..be2bb90e6 100644 --- a/tests/utils/tap/tap.c +++ b/tests/utils/tap/tap.c @@ -1,8 +1,8 @@ /* * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (C) 2004 Nik Clayton - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2004 Nik Clayton + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau */ #include "../utils.h" diff --git a/tests/utils/tap/tap.h b/tests/utils/tap/tap.h index d4419181a..f913ac471 100644 --- a/tests/utils/tap/tap.h +++ b/tests/utils/tap/tap.h @@ -1,8 +1,8 @@ /* * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (C) 2004 Nik Clayton - * Copyright (C) 2017 Jérémie Galarneau + * SPDX-FileCopyrightText: 2004 Nik Clayton + * SPDX-FileCopyrightText: 2017 Jérémie Galarneau */ #ifdef __cplusplus diff --git a/tests/utils/tap/tap.sh b/tests/utils/tap/tap.sh index eae7c3a2c..5e4504659 100755 --- a/tests/utils/tap/tap.sh +++ b/tests/utils/tap/tap.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2010 Patrick LeBoutillier +# SPDX-FileCopyrightText: 2010 Patrick LeBoutillier # # SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/tests/utils/test_utils.py b/tests/utils/test_utils.py index 2cae263c4..cb53458f7 100644 --- a/tests/utils/test_utils.py +++ b/tests/utils/test_utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2013 Jérémie Galarneau +# SPDX-FileCopyrightText: 2013 Jérémie Galarneau # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/tests/utils/testapp/gen-kernel-test-events/gen-kernel-test-events.c b/tests/utils/testapp/gen-kernel-test-events/gen-kernel-test-events.c index af8b76a17..14e7e5cff 100644 --- a/tests/utils/testapp/gen-kernel-test-events/gen-kernel-test-events.c +++ b/tests/utils/testapp/gen-kernel-test-events/gen-kernel-test-events.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017 Francis Deslauriers - * Copyright (C) 2018 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ns-events/gen-ns-events.cpp b/tests/utils/testapp/gen-ns-events/gen-ns-events.cpp index fef6b02f5..48e653dc2 100644 --- a/tests/utils/testapp/gen-ns-events/gen-ns-events.cpp +++ b/tests/utils/testapp/gen-ns-events/gen-ns-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Michael Jeanson + * SPDX-FileCopyrightText: 2019 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-py-events/gen-py-events.py b/tests/utils/testapp/gen-py-events/gen-py-events.py index f48fca807..0466b0e58 100644 --- a/tests/utils/testapp/gen-py-events/gen-py-events.py +++ b/tests/utils/testapp/gen-py-events/gen-py-events.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015 Philippe Proulx -# Copyright (C) 2014 David Goulet +# SPDX-FileCopyrightText: 2015 Philippe Proulx +# SPDX-FileCopyrightText: 2014 David Goulet # # SPDX-License-Identifier: LGPL-2.1-only diff --git a/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack.c b/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack.c index deb035a3b..990609476 100644 --- a/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack.c +++ b/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-syscall-events/gen-syscall-events.cpp b/tests/utils/testapp/gen-syscall-events/gen-syscall-events.cpp index 726fbc8ed..c090382c5 100644 --- a/tests/utils/testapp/gen-syscall-events/gen-syscall-events.cpp +++ b/tests/utils/testapp/gen-syscall-events/gen-syscall-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ust-events-constructor/01-c-tp-before-define.c b/tests/utils/testapp/gen-ust-events-constructor/01-c-tp-before-define.c index 6b1d9edad..7c1acc20e 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/01-c-tp-before-define.c +++ b/tests/utils/testapp/gen-ust-events-constructor/01-c-tp-before-define.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/01-tp-before-define.cpp b/tests/utils/testapp/gen-ust-events-constructor/01-tp-before-define.cpp index 6e0eaa3df..317a981dd 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/01-tp-before-define.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/01-tp-before-define.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/02-c-define-tp.c b/tests/utils/testapp/gen-ust-events-constructor/02-c-define-tp.c index 117ffbad3..269a58d2b 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/02-c-define-tp.c +++ b/tests/utils/testapp/gen-ust-events-constructor/02-c-define-tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/02-define-tp.cpp b/tests/utils/testapp/gen-ust-events-constructor/02-define-tp.cpp index 777df2d95..b53010f53 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/02-define-tp.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/02-define-tp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/03-c-tp-after-define.c b/tests/utils/testapp/gen-ust-events-constructor/03-c-tp-after-define.c index 2be0b7701..01d511d99 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/03-c-tp-after-define.c +++ b/tests/utils/testapp/gen-ust-events-constructor/03-c-tp-after-define.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/03-tp-after-define.cpp b/tests/utils/testapp/gen-ust-events-constructor/03-tp-after-define.cpp index e39cd3903..7ffb3428f 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/03-tp-after-define.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/03-tp-after-define.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/04-c-tp-provider.c b/tests/utils/testapp/gen-ust-events-constructor/04-c-tp-provider.c index 51b47e13a..ca9219dfc 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/04-c-tp-provider.c +++ b/tests/utils/testapp/gen-ust-events-constructor/04-c-tp-provider.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/04-tp-provider.cpp b/tests/utils/testapp/gen-ust-events-constructor/04-tp-provider.cpp index 631700dfc..384ff9b44 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/04-tp-provider.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/04-tp-provider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/05-c-tp-after-provider.c b/tests/utils/testapp/gen-ust-events-constructor/05-c-tp-after-provider.c index 4bc566d96..ecfa3af40 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/05-c-tp-after-provider.c +++ b/tests/utils/testapp/gen-ust-events-constructor/05-c-tp-after-provider.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/05-tp-after-provider.cpp b/tests/utils/testapp/gen-ust-events-constructor/05-tp-after-provider.cpp index 338304b43..d9b625f49 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/05-tp-after-provider.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/05-tp-after-provider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/main-a.cpp b/tests/utils/testapp/gen-ust-events-constructor/main-a.cpp index 542d99dce..f485ddadb 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/main-a.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/main-a.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/main.cpp b/tests/utils/testapp/gen-ust-events-constructor/main.cpp index 7b1015b5b..f77f20648 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/main.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/main_c-a.c b/tests/utils/testapp/gen-ust-events-constructor/main_c-a.c index 0a7d1f0b6..08018d632 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/main_c-a.c +++ b/tests/utils/testapp/gen-ust-events-constructor/main_c-a.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/main_c-so.c b/tests/utils/testapp/gen-ust-events-constructor/main_c-so.c index 70ee49b19..0d7a04e60 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/main_c-so.c +++ b/tests/utils/testapp/gen-ust-events-constructor/main_c-so.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-LIcense-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/obj-a.h b/tests/utils/testapp/gen-ust-events-constructor/obj-a.h index 85eccde8f..38897512d 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/obj-a.h +++ b/tests/utils/testapp/gen-ust-events-constructor/obj-a.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ust-events-constructor/obj.cpp b/tests/utils/testapp/gen-ust-events-constructor/obj.cpp index 430cfe334..7653af2de 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/obj.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/obj.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-events-constructor/obj.h b/tests/utils/testapp/gen-ust-events-constructor/obj.h index a906fb071..ce0640565 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/obj.h +++ b/tests/utils/testapp/gen-ust-events-constructor/obj.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-a-define.cpp b/tests/utils/testapp/gen-ust-events-constructor/tp-a-define.cpp index 1d01015f7..81bfe2b44 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-a-define.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-a-define.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-a-provider.cpp b/tests/utils/testapp/gen-ust-events-constructor/tp-a-provider.cpp index 75ae70fca..4dc9d1cf6 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-a-provider.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-a-provider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-a.h b/tests/utils/testapp/gen-ust-events-constructor/tp-a.h index 2e161b242..77b2e6b76 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-a.h +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-a.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-a_c-define.c b/tests/utils/testapp/gen-ust-events-constructor/tp-a_c-define.c index c3496eb06..782d4cddb 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-a_c-define.c +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-a_c-define.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-a_c-provider.c b/tests/utils/testapp/gen-ust-events-constructor/tp-a_c-provider.c index 8d4c18407..8d0ff84d4 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-a_c-provider.c +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-a_c-provider.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-a_c.h b/tests/utils/testapp/gen-ust-events-constructor/tp-a_c.h index f2ab443dd..30e31c7d8 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-a_c.h +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-a_c.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-so-define.cpp b/tests/utils/testapp/gen-ust-events-constructor/tp-so-define.cpp index 5ff4395bb..22eaac64c 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-so-define.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-so-define.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-so-provider.cpp b/tests/utils/testapp/gen-ust-events-constructor/tp-so-provider.cpp index d4844ea0a..303e37ab2 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-so-provider.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-so-provider.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2023 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-so.h b/tests/utils/testapp/gen-ust-events-constructor/tp-so.h index 41faec7d7..aad479760 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-so.h +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-so.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-so_c-define.c b/tests/utils/testapp/gen-ust-events-constructor/tp-so_c-define.c index e16bce082..6d1b08895 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-so_c-define.c +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-so_c-define.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-so_c-provider.c b/tests/utils/testapp/gen-ust-events-constructor/tp-so_c-provider.c index aae3196df..f5e90bbc9 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-so_c-provider.c +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-so_c-provider.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp-so_c.h b/tests/utils/testapp/gen-ust-events-constructor/tp-so_c.h index 58d77cdcf..aa146ab4e 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp-so_c.h +++ b/tests/utils/testapp/gen-ust-events-constructor/tp-so_c.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-constructor/tp.h b/tests/utils/testapp/gen-ust-events-constructor/tp.h index 934ca7db8..7db74dcd5 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/tp.h +++ b/tests/utils/testapp/gen-ust-events-constructor/tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-events-constructor/uses_heap.cpp b/tests/utils/testapp/gen-ust-events-constructor/uses_heap.cpp index 35933deb0..a78ac94bb 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/uses_heap.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/uses_heap.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2024 Kienan Stewart + * SPDX-FileCopyrightText: 2024 Kienan Stewart * * SPDX-License-Identifier: LGPL-2.1-only */ diff --git a/tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns.cpp b/tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns.cpp index c6b40f53d..23b686453 100644 --- a/tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns.cpp +++ b/tests/utils/testapp/gen-ust-events-ns/gen-ust-events-ns.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Michael Jeanson + * SPDX-FileCopyrightText: 2019 Michael Jeanson * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ust-events-ns/tp.c b/tests/utils/testapp/gen-ust-events-ns/tp.c index 197278d50..a8171a7f3 100644 --- a/tests/utils/testapp/gen-ust-events-ns/tp.c +++ b/tests/utils/testapp/gen-ust-events-ns/tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-events-ns/tp.h b/tests/utils/testapp/gen-ust-events-ns/tp.h index 624bb5c07..7be24f746 100644 --- a/tests/utils/testapp/gen-ust-events-ns/tp.h +++ b/tests/utils/testapp/gen-ust-events-ns/tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-events/gen-ust-events.cpp b/tests/utils/testapp/gen-ust-events/gen-ust-events.cpp index 0e6b4812a..38bbcd91e 100644 --- a/tests/utils/testapp/gen-ust-events/gen-ust-events.cpp +++ b/tests/utils/testapp/gen-ust-events/gen-ust-events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ust-events/tp.c b/tests/utils/testapp/gen-ust-events/tp.c index 197278d50..a8171a7f3 100644 --- a/tests/utils/testapp/gen-ust-events/tp.c +++ b/tests/utils/testapp/gen-ust-events/tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-events/tp.h b/tests/utils/testapp/gen-ust-events/tp.h index 08c5f92de..60060c0f5 100644 --- a/tests/utils/testapp/gen-ust-events/tp.h +++ b/tests/utils/testapp/gen-ust-events/tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.cpp b/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.cpp index b6270c60e..7f0876d20 100644 --- a/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.cpp +++ b/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Philippe Proulx + * SPDX-FileCopyrightText: 2017 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ust-nevents-str/tp.c b/tests/utils/testapp/gen-ust-nevents-str/tp.c index 7e03b2d25..478b2243c 100644 --- a/tests/utils/testapp/gen-ust-nevents-str/tp.c +++ b/tests/utils/testapp/gen-ust-nevents-str/tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Philippe Proulx + * SPDX-FileCopyrightText: 2017 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ust-nevents-str/tp.h b/tests/utils/testapp/gen-ust-nevents-str/tp.h index 3a4054a84..9c80f9d48 100644 --- a/tests/utils/testapp/gen-ust-nevents-str/tp.h +++ b/tests/utils/testapp/gen-ust-nevents-str/tp.h @@ -5,7 +5,7 @@ #define _TRACEPOINT_TP_H /* - * Copyright (C) 2017 Philippe Proulx + * SPDX-FileCopyrightText: 2017 Philippe Proulx * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.cpp b/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.cpp index 791aa6754..2a8caf7f3 100644 --- a/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.cpp +++ b/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/gen-ust-nevents/tp.c b/tests/utils/testapp/gen-ust-nevents/tp.c index 197278d50..a8171a7f3 100644 --- a/tests/utils/testapp/gen-ust-nevents/tp.c +++ b/tests/utils/testapp/gen-ust-nevents/tp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 David Goulet + * SPDX-FileCopyrightText: 2012 David Goulet * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-nevents/tp.h b/tests/utils/testapp/gen-ust-nevents/tp.h index c9f214ea4..223df38dd 100644 --- a/tests/utils/testapp/gen-ust-nevents/tp.h +++ b/tests/utils/testapp/gen-ust-nevents/tp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2011 Mathieu Desnoyers * * SPDX-License-Identifier: MIT * diff --git a/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.cpp b/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.cpp index 8389b3f76..7f5f01a64 100644 --- a/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.cpp +++ b/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef.cpp @@ -1,6 +1,6 @@ /* - * Copyright (C) 2012 David Goulet - * Copyright (C) 2014 Mathieu Desnoyers + * SPDX-FileCopyrightText: 2012 David Goulet + * SPDX-FileCopyrightText: 2014 Mathieu Desnoyers * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/signal-helper.hpp b/tests/utils/testapp/signal-helper.hpp index 26272e37e..ee450c403 100644 --- a/tests/utils/testapp/signal-helper.hpp +++ b/tests/utils/testapp/signal-helper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Jérémie Galarneau + * SPDX-FileCopyrightText: 2018 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/testapp/userspace-probe-elf-binary/foo.c b/tests/utils/testapp/userspace-probe-elf-binary/foo.c index e0663c55c..11a64b7c3 100644 --- a/tests/utils/testapp/userspace-probe-elf-binary/foo.c +++ b/tests/utils/testapp/userspace-probe-elf-binary/foo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-elf-binary/foo.h b/tests/utils/testapp/userspace-probe-elf-binary/foo.h index fb1f19de3..745062b80 100644 --- a/tests/utils/testapp/userspace-probe-elf-binary/foo.h +++ b/tests/utils/testapp/userspace-probe-elf-binary/foo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary.c b/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary.c index 7a5040051..a9f0cda98 100644 --- a/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary.c +++ b/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp index 7dd53df39..cbe467f53 100644 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp index 05babd4ce..1effdf4df 100644 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp b/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp index e13541636..4755adf9c 100644 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Francis Deslauriers + * SPDX-FileCopyrightText: 2018 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/libbar.c b/tests/utils/testapp/userspace-probe-sdt-binary/libbar.c index 0a0edfb81..0ad6c3b50 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/libbar.c +++ b/tests/utils/testapp/userspace-probe-sdt-binary/libbar.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/libbar.h b/tests/utils/testapp/userspace-probe-sdt-binary/libbar.h index 22477ff44..4a8b5beba 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/libbar.h +++ b/tests/utils/testapp/userspace-probe-sdt-binary/libbar.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/libfoo.c b/tests/utils/testapp/userspace-probe-sdt-binary/libfoo.c index 283dac24e..b9e196d49 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/libfoo.c +++ b/tests/utils/testapp/userspace-probe-sdt-binary/libfoo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/libfoo.h b/tests/utils/testapp/userspace-probe-sdt-binary/libfoo.h index 1357bd1fd..6961f33ef 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/libfoo.h +++ b/tests/utils/testapp/userspace-probe-sdt-binary/libfoo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c b/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c index 8b3a0b208..d825c3e24 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c +++ b/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.h b/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.h index 9317cc27d..0e5b7dc93 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.h +++ b/tests/utils/testapp/userspace-probe-sdt-binary/libzzz.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/sema.c b/tests/utils/testapp/userspace-probe-sdt-binary/sema.c index ef8ed2629..92ffc9a55 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/sema.c +++ b/tests/utils/testapp/userspace-probe-sdt-binary/sema.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/sema.h b/tests/utils/testapp/userspace-probe-sdt-binary/sema.h index 96b79385d..f9907b972 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/sema.h +++ b/tests/utils/testapp/userspace-probe-sdt-binary/sema.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary.c b/tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary.c index 551b42b5a..fa7144403 100644 --- a/tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary.c +++ b/tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Francis Deslauriers + * SPDX-FileCopyrightText: 2017 Francis Deslauriers * * SPDX-License-Identifier: LGPL-2.1-or-later * diff --git a/tests/utils/utils.cpp b/tests/utils/utils.cpp index fbf0019cb..c0c70ce5a 100644 --- a/tests/utils/utils.cpp +++ b/tests/utils/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Jérémie Galarneau + * SPDX-FileCopyrightText: 2015 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/utils.h b/tests/utils/utils.h index 802743ec1..2d9cb902e 100644 --- a/tests/utils/utils.h +++ b/tests/utils/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Jérémie Galarneau + * SPDX-FileCopyrightText: 2015 Jérémie Galarneau * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index d1b51b18d..190199a9f 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012 David Goulet +# SPDX-FileCopyrightText: 2012 David Goulet # # SPDX-License-Identifier: LGPL-2.1-only # diff --git a/tests/utils/warn_processes.sh b/tests/utils/warn_processes.sh index 2b7fe3fca..71e9db712 100755 --- a/tests/utils/warn_processes.sh +++ b/tests/utils/warn_processes.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2016 Michael Jeanson +# SPDX-FileCopyrightText: 2016 Michael Jeanson # # SPDX-License-Identifier: GPL-2.0-only # diff --git a/tests/utils/xml-utils/common.hpp b/tests/utils/xml-utils/common.hpp index 01a9b5207..59faadac0 100644 --- a/tests/utils/xml-utils/common.hpp +++ b/tests/utils/xml-utils/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 EfficiOS Inc. + * SPDX-FileCopyrightText: 2024 EfficiOS Inc. * * SPDX-License-Identifier: LGPL-2.1-only * diff --git a/tests/utils/xml-utils/extract_xml.cpp b/tests/utils/xml-utils/extract_xml.cpp index 850ed8ccb..623d858b2 100644 --- a/tests/utils/xml-utils/extract_xml.cpp +++ b/tests/utils/xml-utils/extract_xml.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 EfficiOS Inc. + * SPDX-FileCopyrightText: 2014 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/utils/xml-utils/pretty_xml.cpp b/tests/utils/xml-utils/pretty_xml.cpp index 8a6e967a7..60dca8ba7 100644 --- a/tests/utils/xml-utils/pretty_xml.cpp +++ b/tests/utils/xml-utils/pretty_xml.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 EfficiOS Inc. + * SPDX-FileCopyrightText: 2021 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * diff --git a/tests/utils/xml-utils/validate_xml.cpp b/tests/utils/xml-utils/validate_xml.cpp index ee1e552f8..294965665 100644 --- a/tests/utils/xml-utils/validate_xml.cpp +++ b/tests/utils/xml-utils/validate_xml.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 EfficiOS Inc. + * SPDX-FileCopyrightText: 2014 EfficiOS Inc. * * SPDX-License-Identifier: LGPL-2.1-only * -- 2.39.5