Fix REUSE licensing/copyright issues in `tests/utils`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 14 Nov 2023 16:10:30 +0000 (11:10 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 20 Nov 2023 21:52:15 +0000 (16:52 -0500)
This patch makes `reuse lint` happy for the files in `tests/utils`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I472089852d8840653c0a4a2350a4d4981329f43e
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11385
Tested-by: jenkins <jenkins@lttng.org>
CI-Build: Michael Jeanson <mjeanson@efficios.com>
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
tests/utils/Makefile.am
tests/utils/env.sh.in
tests/utils/tap/Makefile.am

index 4efae05a84e006de693f2dfd966367d4527788ee..63ad1087ec53e3b981a72d8a0c718471d7cb5b8b 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc.
 # SPDX-License-Identifier: MIT
 
 SUBDIRS = tap
index 03d4440cf43ac54cb129959bc912d7f115bb9445..78964537a560e3f531181ee31f954d34a7221fbd 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
+# SPDX-FileCopyrightText: 2021-2022 EfficiOS, Inc.
 # SPDX-License-Identifier: GPL-2.0-only
-#
 
 ### Base paths to test suite ###
 if [ -z "${BT_TESTS_SRCDIR:-}" ]; then
index 5a78e1acde4410ba9bfed4c9ff795098b0d2cafb..a88393d91a172e2f04de0952d9f653929a2baffd 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-FileCopyrightText: 2013-2020 EfficiOS, Inc.
 # SPDX-License-Identifier: MIT
 
 noinst_LTLIBRARIES = libtap.la
This page took 0.026282 seconds and 4 git commands to generate.