diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2023-06-04 08:13:23 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-06-04 08:29:05 +0200 |
commit | 37e94bd191701a08e0081b2027cfbede6d76a21c (patch) | |
tree | 873e2646f52d901c057d40c47499a3f80ba2d23f /containerfiles | |
parent | 6a8f05f9f0d10b257edce878381bf22b1249537e (diff) | |
download | seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.gz seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.bz2 seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.lz seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.xz seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.zst seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.zip |
treewide: Change to GPLv2, add LICENSES, missing headers
As discussed with Alice -- 'reuse lint' passes now.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'containerfiles')
-rw-r--r-- | containerfiles/tests/eater/Containerfile | 9 | ||||
-rw-r--r-- | containerfiles/tests/seitan/Containerfile | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/containerfiles/tests/eater/Containerfile b/containerfiles/tests/eater/Containerfile index acbc61c..61fcf48 100644 --- a/containerfiles/tests/eater/Containerfile +++ b/containerfiles/tests/eater/Containerfile @@ -1,3 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# +# seitan - Syscall Expressive Interpreter, Transformer and Notifier +# +# containerfiles/tests/eater/Containerfile - Containerfile for eater tests +# +# Copyright (c) 2022-2023 Red Hat GmbH +# Author: Alice Frosi <afrosi@redhat.com> + FROM fedora:37 RUN mkdir -p /var/run/test-filters diff --git a/containerfiles/tests/seitan/Containerfile b/containerfiles/tests/seitan/Containerfile index e185388..29e02b7 100644 --- a/containerfiles/tests/seitan/Containerfile +++ b/containerfiles/tests/seitan/Containerfile @@ -1,3 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# +# seitan - Syscall Expressive Interpreter, Transformer and Notifier +# +# containerfiles/tests/eater/Containerfile - Containerfile for seitan tests +# +# Copyright (c) 2022-2023 Red Hat GmbH +# Author: Alice Frosi <afrosi@redhat.com> + FROM fedora:37 COPY ./seitan /usr/bin/seitan |