From: Philippe Proulx Date: Tue, 14 Nov 2023 16:10:30 +0000 (-0500) Subject: Fix REUSE licensing/copyright issues in `tests/utils` X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=2b9b078ca85eb586f8bb3c3f9c13da691090e035 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 --- 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