All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH lttng-modules] Add missing SPDX license identifiers to uprobes
@ 2018-11-08 22:18 Michael Jeanson
  0 siblings, 0 replies; only message in thread
From: Michael Jeanson @ 2018-11-08 22:18 UTC (permalink / raw)
  To: lttng-dev

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-08 22:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-08 22:18 [PATCH lttng-modules] Add missing SPDX license identifiers to uprobes Michael Jeanson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.