Add SPDX copyright header to all Makefiles
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 24 Jul 2024 17:24:00 +0000 (13:24 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 4 Nov 2024 16:17:44 +0000 (11:17 -0500)
Change-Id: I5c26c6a6cd899e71d3a97da3b3d18b99b96f8244
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/13013
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
CI-Build: Simon Marchi <simon.marchi@efficios.com>

27 files changed:
Makefile.am
bootstrap
doc/Makefile.am
doc/api/libbabeltrace2/Makefile.am
doc/bindings/python/Makefile.am
doc/man/Makefile.am
include/Makefile.am
src/Makefile.am
src/bindings/python/bt2/Makefile.am
src/cli/Makefile.am
tests/Makefile.am
tests/bitfield/Makefile.am
tests/ctf-writer/Makefile.am
tests/lib/Makefile.am
tests/param-validation/Makefile.am
tests/plugins/Makefile.am
tests/plugins/flt.lttng-utils.debug-info/Makefile.am
tests/plugins/flt.utils.muxer/Makefile.am
tests/plugins/flt.utils.muxer/succeed/Makefile.am
tests/plugins/flt.utils.trimmer/Makefile.am
tests/plugins/sink.ctf.fs/Makefile.am
tests/plugins/sink.ctf.fs/succeed/Makefile.am
tests/plugins/sink.text.pretty/Makefile.am
tests/plugins/src.ctf.fs/Makefile.am
tests/plugins/src.ctf.fs/succeed/Makefile.am
tests/utils/Makefile.am
tests/utils/tap/Makefile.am

index 54bbc10df6bf2c49d19cc10b5a2a44eecf6d1c16..51c6fcc218923bd3f97146a28d0466327675c2ee 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 ACLOCAL_AMFLAGS = -I m4
@@ -17,6 +19,7 @@ dist_doc_DATA = \
 dist_noinst_DATA = CodingStyle
 
 EXTRA_DIST = \
+       .reuse/dep5 \
        LICENSES/BSD-2-Clause.txt \
        LICENSES/BSD-4-Clause.txt \
        LICENSES/BSL-1.0.txt \
index 452813a46b4b4d7456f304a20d074b455a9051be..22c8babb32e96d3345453f61ee6855c5cf51e66f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,7 @@
 #!/bin/sh
+
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 set -x
index 160cd5a9ca9893452c7629b8d67c53bc235fdaab..ebb99a9302e3c578a7d23cd789c795c2cdf47a8e 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 SUBDIRS = man
index c8ae04f6bd9c83c945c7bf78b807a5e5965531a2..3d6db2807ecf9a6e70bacdbb41f062abd2c4158a 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 API_DOC_INSTALL_DIR = "$(DESTDIR)$(docdir)/api"
index a552196782808ee1bb9b6909dc58b6e32e007c54..4760104eac97289cd0a2d8db7990d7acd603af75 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 SPHINX_SOURCE_DIR = $(srcdir)/source
index 989d92ba0eab720a1730e6e1673a56b11f7263ed..b0b8127e5fc82f2e74605751f1d16e2669b95eb0 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 # Man pages are only built if they are enabled at configure time.
index 1b996433d5bd8e2887a31d40b87ba5e8b7dc8171..ed0f82f41c46ee2bbe8ae85e5b5d6260221d9f57 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 # Core API
index 8bd81ddda805f2d3f220fd1dbbcafbaa94fa0e67..0528e56aa868ddc0168aa0c729a37f9f70f876b7 100644 (file)
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2019-2023 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2019-2024 EfficiOS, Inc.
+#
 # SPDX-License-Identifier: MIT
 
 # Build the current dir containing the library and plugins before the cli and
index 77b3bec5d48af470a452216194ed07229db31b5d..af203041e94b0047359f50a1a0eb0db6e7f8f6da 100644 (file)
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2019-2023 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2019-2024 EfficiOS, Inc.
+#
 # SPDX-License-Identifier: MIT
 
 # Since the shared object used by the python bindings is not built with
index 4525487809ef4f7fc8643708d8c52a5a1aef6c3e..c43c13bebfa6c2dde7ffa33ea4ea5f44df7906bb 100644 (file)
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2019-2023 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2019-2024 EfficiOS, Inc.
+#
 # SPDX-License-Identifier: MIT
 
 include $(top_srcdir)/src/Makefile.common.inc
index 0b63ad9dd58079523ab890a0eb2f7c995c9381c7..95e0caebf6206afa1ec8fa5e25ec229e2ac42d57 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 include $(top_srcdir)/src/Makefile.common.inc
index f9f3d9e5d5d485eec091be3470afe6323d58f33f..a1ae9d3a5df93b38eb3798832bb00eb9848bff5b 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
index 4bd97d2612952cb87e1c6113d7a315e5c0a743e2..75f0229cceb024576cbdcfb0cbb687c88a45e54f 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
index f58d4f419b8c6fd34a0b9581670f0dd9e662f6f1..fe63bf5c1bc9ceee0f45f5ba03f64cf3176625ff 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 include $(top_srcdir)/src/Makefile.common.inc
index 14cf3d63006726988cda803bc71aadecea06ae33..8f3cd7b137e0f30b75875ff96ead8fdaf9826cda 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
index 2cf409efbe2f4b7c1b67e9e75cd73fe4dfbcd5eb..c103d77fefaf4616e2db9b453b2f04e1e1018be0 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 SUBDIRS = \
index 1bd548ddc80f8c211e4a1f8b2dc90cc55641ec83..4a58bfcac929d3ca4cae9eabfe96c754ef359558 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/src/plugins
index 6654b8e32bdfafb9d755f1448d0b729bdb285605..05988e58c24dc44cd6d6f67d7d3d7c8b99a2e670 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 SUBDIRS = succeed
index 0996598806120428cc8656482afa8d1be1ed8ff6..cb3afcaf28f16ea1a006e1674c3d82383032f7e9 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 dist_check_SCRIPTS = \
index 5c369a4339fd8fefb7fa79bbdb60620f71af6850..cad02ffd9e42e67bbf8a71f2d29b61891b3fd604 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 dist_check_SCRIPTS = \
index 557a355e3f5167d1bdf499dbae43b6c6038b6588..3f3c19f7334c01293b9090c009866ecca420c4d4 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 SUBDIRS = succeed
index b4332093fb32b32a3a47cf94dc5ed80776d1be6f..be0bcbdf4aef75098ade556165da1e3390e3891f 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 dist_check_SCRIPTS = test-succeed.sh
index 4760ef5e5e19456998cee0f9735448eec9d1393a..af0130eadfba5b1f83c01124ea6b64f8aa74bbc6 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
+# SPDX-License-Identifier: MIT
+
 dist_check_SCRIPTS = \
        test-pretty-python.sh \
        test-enum.sh
index 8c3673534a9e782e16b826a713adc8d9a229a130..d08b852e89534a34b86ac39e23b01ceeefc8bd35 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 SUBDIRS = succeed
index f424a93d389c9c084a4e0f93d35b34b41080db93..cb86c8e9f63d7078cf3ab6901db74b9713948c60 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
 # SPDX-License-Identifier: MIT
 
 dist_check_SCRIPTS = test-succeed.sh
index 8863b6cf0868ae644631287d14bc8532dc02a6ca..7b9f6084d43fc98f62f09cb056a9c990c06d4b2c 100644 (file)
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2013-2024 EfficiOS, Inc.
+#
 # SPDX-License-Identifier: MIT
 
 SUBDIRS = tap
index a88393d91a172e2f04de0952d9f653929a2baffd..a715675ecd7ea455c4ca40f193f4402752f5f6dc 100644 (file)
@@ -1,4 +1,5 @@
-# SPDX-FileCopyrightText: 2013-2020 EfficiOS, Inc.
+# SPDX-FileCopyrightText: 2013-2024 EfficiOS, Inc.
+#
 # SPDX-License-Identifier: MIT
 
 noinst_LTLIBRARIES = libtap.la
This page took 0.032562 seconds and 4 git commands to generate.