From 37e94bd191701a08e0081b2027cfbede6d76a21c Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sun, 4 Jun 2023 08:13:23 +0200 Subject: treewide: Change to GPLv2, add LICENSES, missing headers As discussed with Alice -- 'reuse lint' passes now. Signed-off-by: Stefano Brivio --- tests/integration/README.md | 6 ++++++ tests/integration/requirements.txt | 2 ++ tests/integration/seitan_containers.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'tests/integration') diff --git a/tests/integration/README.md b/tests/integration/README.md index cc99ead..196d9f0 100644 --- a/tests/integration/README.md +++ b/tests/integration/README.md @@ -1,3 +1,9 @@ + + # Howto setup and run the integration tests The integration tests require access to podman socket activation (root) as diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 3126efe..86e85e5 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2023 Red Hat GmbH +# SPDX-License-Identifier: GPL-2.0-or-later attrs==22.2.0 certifi==2022.12.7 charset-normalizer==3.0.1 diff --git a/tests/integration/seitan_containers.py b/tests/integration/seitan_containers.py index fcbf3b2..e85b3ad 100755 --- a/tests/integration/seitan_containers.py +++ b/tests/integration/seitan_containers.py @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: GPL-2.0-or-later # # seitan - Syscall Expressive Interpreter, Transformer and Notifier # -- cgit v1.2.3