aboutgitcodelistschat:MatrixIRC
path: root/tests/integration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/README.md6
-rw-r--r--tests/integration/requirements.txt2
-rwxr-xr-xtests/integration/seitan_containers.py2
3 files changed, 9 insertions, 1 deletions
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 @@
+<!---
+SPDX-License-Identifier: GPL-2.0-or-later
+Copyright (c) 2023 Red Hat GmbH
+Author: Alice Frosi <afrosi@redhat.com>
+-->
+
# 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 <afrosi@redhat.com>
+# 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
#