Signed-off-by: Michael Jeanson <mjean...@efficios.com> --- probes/lttng-uprobes.c | 3 ++- wrapper/uprobes.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/probes/lttng-uprobes.c b/probes/lttng-uprobes.c index bcdbbd8..76023fb 100644 --- a/probes/lttng-uprobes.c +++ b/probes/lttng-uprobes.c @@ -1,4 +1,5 @@ -/* +/* SPDX-License-Identifier: (GPL-2.0 OR LGPL-2.1) + * * probes/lttng-uprobes.c * * LTTng uprobes integration module. diff --git a/wrapper/uprobes.h b/wrapper/uprobes.h index e38a541..28da640 100644 --- a/wrapper/uprobes.h +++ b/wrapper/uprobes.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: (GPL-2.0 OR LGPL-2.1) */ #ifndef _LTTNG_WRAPPER_UPROBES_H #define _LTTNG_WRAPPER_UPROBES_H -- 2.17.1 _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev