[lttng-dev] [PATCH lttng-modules] Add missing SPDX license identifiers to uprobes

Michael Jeanson mjeanson at efficios.com
Thu Nov 8 17:18:28 EST 2018


Signed-off-by: Michael Jeanson <mjeanson at 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



More information about the lttng-dev mailing list