include: implement REUSE with SPDX identifiers
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 6 Jul 2023 18:40:39 +0000 (14:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Jan 2024 17:19:55 +0000 (12:19 -0500)
The SPDX identifiers [1] are a legally binding shorthand, which can be
used instead of the full boiler plate text. This is the first step
towards implementing the full REUSE spec [2] to help with copyright and
licensing audits and compliance.

This will reduce a lot a manual work required for the licensing audit
required in Debian on each update.

For files that lacked copyright and licensing information, I used the
following guidelines. If a clear author could be determined from the git
history use it, otherwise use 'EfficiOS Inc.'. For build system files,
use 'MIT', for documentation 'CC-BY-4.0' and for data files 'CC0-1.0'.

Freeform text files were converted to Markdown to allow licensing
comments.

[1] https://spdx.org/ids-how
[2] https://reuse.software/tutorial/

Change-Id: Ie6e7d801e879f78ee34361c2327338ac8b60c92b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
37 files changed:
include/lttng/tp/lttng-ust-tracef.h
include/lttng/tp/lttng-ust-tracelog.h
include/lttng/tracef.h
include/lttng/tracelog.h
include/lttng/tracepoint-event.h
include/lttng/tracepoint-rcu.h
include/lttng/tracepoint-types.h
include/lttng/tracepoint.h
include/lttng/urcu/pointer.h
include/lttng/urcu/static/pointer.h
include/lttng/urcu/static/urcu-ust.h
include/lttng/urcu/urcu-ust.h
include/lttng/ust-abi.h
include/lttng/ust-api-compat.h
include/lttng/ust-arch.h
include/lttng/ust-cancelstate.h
include/lttng/ust-clock.h
include/lttng/ust-common.h
include/lttng/ust-compiler.h
include/lttng/ust-config.h.in
include/lttng/ust-ctl.h
include/lttng/ust-endian.h
include/lttng/ust-error.h
include/lttng/ust-events.h
include/lttng/ust-fork.h
include/lttng/ust-getcpu.h
include/lttng/ust-libc-wrapper.h
include/lttng/ust-ringbuffer-context.h
include/lttng/ust-sigbus.h
include/lttng/ust-thread.h
include/lttng/ust-tracepoint-event-nowrite.h
include/lttng/ust-tracepoint-event-reset.h
include/lttng/ust-tracepoint-event-write.h
include/lttng/ust-tracepoint-event.h
include/lttng/ust-tracer.h
include/lttng/ust-utils.h
include/lttng/ust-version.h.in

index 5bce593e38982093e527c1ef2db80a07dc25b1e2..90731a52f4992cc8290e9712aa29f79caa8cc0e2 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #include <lttng/tracepoint.h>
 #include <stdarg.h>
index 673c9abc35df4cc50d3250a413192c7cc433a0ae..c3a48bb5a4b1f3f86210ef3c7b7b7851ba3f490f 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #include <lttng/tracepoint.h>
 #include <stdarg.h>
index 08dca5ba1864c214980f6994c1ea8dbe32e455fc..a9f53cf87fd3bbfca714a432f960de7dcd0b58f5 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2013-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2013-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_TRACEF_H
 #define _LTTNG_UST_TRACEF_H
index 837971f107e9a38676b0e911dc414dd36b016bb2..63977fc158dc0d9ee02b622a5973821d903eed04 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2013-2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2013-2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_TRACELOG_H
 #define _LTTNG_UST_TRACELOG_H
index 4c072ca2718754bf1781f766a943ef1d9bc3bb78..20d8280ae1c00c6c2b6019c44d02e3c8bc9d2c27 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #include <lttng/ust-api-compat.h>
 
index 3a543ce748e81022a6787c886826ae161f9973cd..58de697be88ebb660103be47b3e06dfa8ab35942 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_TRACEPOINT_RCU_H
 #define _LTTNG_UST_TRACEPOINT_RCU_H
index 42fe948657613d61c7df9db596abb023662287ad..f05fa4553e4d83f6e5ed09c2248055c48d57a8a7 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_TRACEPOINT_TYPES_H
 #define _LTTNG_UST_TRACEPOINT_TYPES_H
index 38cd86c0030e5012090869175fef93dd938351c9..9342c5c1f5a09e1c2db375b285f4679c5e81c22a 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_TRACEPOINT_H
 #define _LTTNG_UST_TRACEPOINT_H
index e9b346a984efbc6dfc6f5eeae7992be037f030d4..deb6b7727d2c8913efa9ec224a4d03689deb4389 100644 (file)
@@ -1,9 +1,9 @@
+// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+// SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
 /*
- * SPDX-License-Identifier: LGPL-2.1-or-later
- *
- * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- * Copyright (c) 2009 Paul E. McKenney, IBM Corporation.
- *
  * Userspace RCU header. Operations on pointers.
  */
 
index 4ddfc3258bbb4dbfdbab1086ae905640ab2fa71b..66f55ffa982c62354c9479fbb90b1d874296b327 100644 (file)
@@ -1,9 +1,9 @@
+// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+// SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
 /*
- * SPDX-License-Identifier: LGPL-2.1-or-later
- *
- * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- * Copyright (c) 2009 Paul E. McKenney, IBM Corporation.
- *
  * Userspace RCU header. Operations on pointers.
  *
  * TO BE INCLUDED ONLY IN CODE THAT IS TO BE RECOMPILED ON EACH LIBURCU
index 3c5815528a8bf544e98b74321221fe2bce465e27..1a50f4864883a59c92e2322e8a2c4df85fe9d148 100644 (file)
@@ -1,9 +1,9 @@
+// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+// SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
 /*
- * SPDX-License-Identifier: LGPL-2.1-or-later
- *
- * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- * Copyright (c) 2009 Paul E. McKenney, IBM Corporation.
- *
  * Userspace RCU header.
  *
  * TO BE INCLUDED ONLY IN CODE THAT IS TO BE RECOMPILED ON EACH LIBURCU
index 2f0638d429c0ec06ccfb1b483636206c79eef04e..afbed48eea1e3eea4c36fb224b7ed245727e88d7 100644 (file)
@@ -1,9 +1,9 @@
+// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+// SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
 /*
- * SPDX-License-Identifier: LGPL-2.1-or-later
- *
- * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- * Copyright (c) 2009 Paul E. McKenney, IBM Corporation.
- *
  * Userspace RCU header for LTTng-UST. Derived from liburcu
  * "bulletproof" flavor.
  *
index 1342ca168e74aa6552cf877496436dde4d9836fd..1fb8d8810788e84e41aeef6a69f2d912016be6ba 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
  * LTTng-UST ABI header
  */
 
index c0f520111d476898480df57f63fcb1a355e0668d..1f4e7bf9546a00f1e48950279a2ecedd1d80f2d7 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
  * LTTng-UST API compatibility header
  */
 
index b2c7fe92573cac889037597bca260285a8f8a9bc..32de6a8bbbb520e9e6d2febb3d9dfb12b59cff16 100644 (file)
@@ -1,9 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2021 Michael Jeanson <michael.jeanson@efficios.com>
- *
- */
+// SPDX-FileCopyrightText: 2021 Michael Jeanson <mjeanson@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_ARCH_H
 #define _LTTNG_UST_ARCH_H
index efca9ac6c06a6a0a0aad25a4dcda563afe1e2ddd..250c8609ed539e8d0cc5b5831224f278393d6256 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: LGPL-2.1-only
- *
- * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: LGPL-2.1-only
 
 #ifndef _LTTNG_UST_UST_CANCELSTATE_H
 #define _LTTNG_UST_UST_CANCELSTATE_H
index a5b7176d4828dd50e43f07c025dc0b24953dc543..b32f2b106afc6d8beadf91214bd9fba471e835f7 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: LGPL-2.1-only
- *
- * Copyright (C) 2014  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: LGPL-2.1-only
 
 #ifndef LTTNG_UST_CLOCK_H
 #define LTTNG_UST_CLOCK_H
index a59a02359e7a89bd36375d044967eab594b05918..d55084c96205bb0731a4557326a1357dcfa4ea6a 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2021 Michael Jeanson <mjeanson@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2021 Michael Jeanson <mjeanson@efficios.com>
- *
  * Public symbols of liblttng-ust-common.so
  */
 
index c0aae11e6c3fb1fe377685f4ea1f3c6cf99131e3..e610f98272ff91a366ce10cc15f99d827276a9a8 100644 (file)
@@ -1,9 +1,7 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- * Copyright (C) 2011-2012 Paul Woegerer <paul_woegerer@mentor.com>
- */
+// SPDX-FileCopyrightText: 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+// SPDX-FileCopyrightText: 2011-2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_COMPILER_H
 #define _LTTNG_UST_COMPILER_H
index fb6e371c5235f16c526a4b0b46c4ca7137c3e0ff..6ca7066553b7c8127e22508065795c50880ad9a0 100644 (file)
@@ -1,6 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- */
+// SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_CONFIG_H
 #define _LTTNG_UST_CONFIG_H
index 42b30ea9f06ae5565801d26b87ad7785ec4b6203..86aa6ef7c6b9f49bd7f6f719cb4d6596d279f8bc 100644 (file)
@@ -1,9 +1,7 @@
-/*
- * SPDX-License-Identifier: GPL-2.0-only
- *
- * Copyright (C) 2011 EfficiOS Inc.
- * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011 EfficiOS Inc.
+// SPDX-FileCopyrightText: 2011-2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
 
 #ifndef _LTTNG_UST_CTL_H
 #define _LTTNG_UST_CTL_H
index 8bdb8a7f8fd0b6109ba2e3666cb1c893b7afef52..5a6085f9e5a0acbd41c25db5cf8e20d95e6c6107 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 /*
  * This header defines the following endian macros based on the current
index 49045babc5402bd1851fc340a27ce7ad12a6e9d7..838c5daa00171c1f302c77ea3fac3162cd79cfab 100644 (file)
@@ -1,9 +1,7 @@
-/*
- * SPDX-License-Identifier: LGPL-2.1-only
- *
- * Copyright (C) 2011 EfficiOS Inc.
- * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011 EfficiOS Inc.
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: LGPL-2.1-only
 
 #ifndef _LTTNG_UST_ERROR_H
 #define _LTTNG_UST_ERROR_H
index 6a918f4d2b98a9b1bf6f34d3cb2887c94f8a8a95..4088157f956e8fe87e89f0aa80fd89e41336d5d3 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
  * Holds LTTng per-session event registry.
  */
 
index 7210f17bbf2a2ff1fc57b0940cc19a10a2fe11e2..d7d57cfca97cd559b9a4ad2ae93861d9d93687d5 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_FORK_H
 #define _LTTNG_UST_FORK_H
index f5f08c6b7d844e81c14273876444a1abc72d2456..39bf4249ecdd615e60d507ca1a3f67c76ce7efa0 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: LGPL-2.1-only
- *
- * Copyright (C) 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: LGPL-2.1-only
 
 #ifndef LTTNG_UST_GETCPU_H
 #define LTTNG_UST_GETCPU_H
index 0853997bd838f79b277cb7681dd4a34b6c5f897b..3989ec04c50ac92c6c2e69bc8bae7a4ef90352a7 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2020 Michael Jeanson <mjeanson@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2020 Michael Jeanson <mjeanson@efficios.com>
- *
  * Public symbols of liblttng-ust-libc-wrapper.so
  */
 
index 70ec24409f610857b613522a2cd4051b24e570ba..9822a4f2d7837bfa897121c82ca3f455db5401c5 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2010-2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2010-2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
  * Ring buffer context header.
  */
 
index 7cdc1c1f7e4541cbef2709b5bc14e4f124af4d17..0128ea6a4e8dc61298b2231d7136cb3a29669878 100644 (file)
@@ -1,19 +1,6 @@
-/*
- * Copyright (C) 2020 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License only.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+// SPDX-FileCopyrightText: 2020 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
 
 #ifndef _LTTNG_UST_SIGBUS_H
 #define _LTTNG_UST_SIGBUS_H
index 2c84ae76ca9dfe6c81d6c1c75f8e8313c9ae2140..e156178a98f409562108bc433b8fe6bbc1fe038d 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_THREAD_H
 #define _LTTNG_UST_THREAD_H
index 552955b66f787d682f5e26b44d17411338f2c189..1bbc8e75b7ace13b90729313107298d16a180f26 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #undef lttng_ust_field_integer_nowrite
 #define lttng_ust_field_integer_nowrite(_type, _item, _src)                    \
index 10c288fe576699fa85eb3fa176217ebbf74094a4..4bd5a5cda09378d0b20f442fc24994515966cf10 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 /* Define to "nothing" all macros used for LTTNG_UST_TRACEPOINT_EVENT */
 
index f43fd4c3573b6ce6122f9be9d666e2abad234a30..69ad87e548c0d86076bf2c9b196d1bcf9fe38856 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #undef lttng_ust_field_integer
 #define lttng_ust_field_integer(_type, _item, _src)                            \
index 951c0f4ec3c9c431709b7a1f2b566c276708d3de..baf9879371898289ff5d9cef25763403f9448be1 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #include <stdint.h>
 #include <stdio.h>
index 7e6a25139593de9918f5b4f6df01336403461ab2..0094477ea635d9ba11879a88e08b43a1e0830890 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2005-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2005-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
  * This contains the core definitions for the Linux Trace Toolkit.
  */
 
index e60cdbe3b1a490934945d2c74ae93f86a0934384..575034faa5bae82fa3a5f890bb16b1702e70e86e 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_UTILS_H
 #define _LTTNG_UST_UTILS_H
index cac1a1827c2af34da0f420e263400648dd6070fc..f7e90778d578475ab5c6d5d37290136692c8a1b0 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
  * Contains the LTTng-UST versions.
  */
 
This page took 0.036637 seconds and 4 git commands to generate.