From: Michael Jeanson Date: Mon, 21 Nov 2022 22:10:48 +0000 (-0500) Subject: Cleanup: use SPDX v3.0 identifiers X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=2b68f3103f426e9996aa06f1f9824fbc161eb7d9;p=lttng-modules.git Cleanup: use SPDX v3.0 identifiers The short form of GPL-2.0 and LGPL-2.1 were deprecated in favour of the clearer GPL-2.0-only and GPL-2.0-or-later in the SPDX license list v3.0. Change-Id: I8b59b3689aa38fb5f5a114f9d02f22274a5bff57 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/include/lttng/utils.h b/include/lttng/utils.h index c01b6488..b93ad7b5 100644 --- a/include/lttng/utils.h +++ b/include/lttng/utils.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) */ +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */ #ifndef _LTTNG_UTILS_H #define _LTTNG_UTILS_H diff --git a/src/lttng-ring-buffer-event-notifier-client.c b/src/lttng-ring-buffer-event-notifier-client.c index c8dcc1d2..6963d562 100644 --- a/src/lttng-ring-buffer-event-notifier-client.c +++ b/src/lttng-ring-buffer-event-notifier-client.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) * * lttng-ring-buffer-event-notifier-client.c * diff --git a/src/lttng-ring-buffer-event-notifier-client.h b/src/lttng-ring-buffer-event-notifier-client.h index fa7bbf57..6f450eb3 100644 --- a/src/lttng-ring-buffer-event-notifier-client.h +++ b/src/lttng-ring-buffer-event-notifier-client.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) * * lttng-ring-buffer-event-notifier-client.h *