From 2b9b078ca85eb586f8bb3c3f9c13da691090e035 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 14 Nov 2023 11:10:30 -0500 Subject: [PATCH] Fix REUSE licensing/copyright issues in `tests/utils` This patch makes `reuse lint` happy for the files in `tests/utils`. Signed-off-by: Philippe Proulx Change-Id: I472089852d8840653c0a4a2350a4d4981329f43e Reviewed-on: https://review.lttng.org/c/babeltrace/+/11385 Tested-by: jenkins CI-Build: Michael Jeanson Reviewed-by: Michael Jeanson --- tests/utils/Makefile.am | 1 + tests/utils/env.sh.in | 2 +- tests/utils/tap/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index 4efae05a..63ad1087 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -1,3 +1,4 @@ +# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc. # SPDX-License-Identifier: MIT SUBDIRS = tap diff --git a/tests/utils/env.sh.in b/tests/utils/env.sh.in index 03d4440c..78964537 100644 --- a/tests/utils/env.sh.in +++ b/tests/utils/env.sh.in @@ -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 diff --git a/tests/utils/tap/Makefile.am b/tests/utils/tap/Makefile.am index 5a78e1ac..a88393d9 100644 --- a/tests/utils/tap/Makefile.am +++ b/tests/utils/tap/Makefile.am @@ -1,3 +1,4 @@ +# SPDX-FileCopyrightText: 2013-2020 EfficiOS, Inc. # SPDX-License-Identifier: MIT noinst_LTLIBRARIES = libtap.la -- 2.34.1