From 5d136eeda392f99b2224cd8cf9273bd8ae8debe1 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 24 Mar 2023 16:45:18 +0100 Subject: Add license header to the integration tests --- tests/integration/seitan_containers.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/integration/seitan_containers.py b/tests/integration/seitan_containers.py index a3cff8b..fcbf3b2 100755 --- a/tests/integration/seitan_containers.py +++ b/tests/integration/seitan_containers.py @@ -1,3 +1,10 @@ +# SPDX-License-Identifier: GPL-3.0-or-later +# +# seitan - Syscall Expressive Interpreter, Transformer and Notifier +# +# Copyright 2023 Red Hat GmbH +# Author: Alice Frosi + #!/usr/bin/env python3 from podman import PodmanClient -- cgit v1.2.3