From 7368e0f79a1b47c420b470b206e03c7c10561b94 Mon Sep 17 00:00:00 2001 From: Albert Esteve Date: Wed, 7 Sep 2022 16:52:22 +0200 Subject: [PATCH] reuse: addheader GPL ci folder Add GPL copyright header to the files in the ci folder. Signed-off-by: Albert Esteve --- ci/README | 5 +++++ ci/lint.sh | 3 +++ ci/rpm.sh | 3 +++ ci/tests-storage.sh | 3 +++ ci/tests.sh | 3 +++ 5 files changed, 17 insertions(+) diff --git a/ci/README b/ci/README index bedf7a309a..94de7185d8 100644 --- a/ci/README +++ b/ci/README @@ -1,3 +1,8 @@ + + Take a look to the [wiki] page on the details of what is in this directory and how it's used. diff --git a/ci/lint.sh b/ci/lint.sh index fefc89d6be..1237ffff95 100755 --- a/ci/lint.sh +++ b/ci/lint.sh @@ -1,5 +1,8 @@ #!/bin/bash -xe +# SPDX-FileCopyrightText: Red Hat, Inc. +# SPDX-License-Identifier: GPL-2.0-or-later + ./autogen.sh --system make make lint diff --git a/ci/rpm.sh b/ci/rpm.sh index 4696b63780..1a0bd0fffb 100755 --- a/ci/rpm.sh +++ b/ci/rpm.sh @@ -1,5 +1,8 @@ #!/bin/bash -xe +# SPDX-FileCopyrightText: Red Hat, Inc. +# SPDX-License-Identifier: GPL-2.0-or-later + export EXPORT_DIR="${EXPORT_DIR:-exported-artifacts}" if [ "$GITHUB_EVENT_NAME" = "push" ]; then diff --git a/ci/tests-storage.sh b/ci/tests-storage.sh index 795bf225a4..c2de43ce65 100755 --- a/ci/tests-storage.sh +++ b/ci/tests-storage.sh @@ -1,5 +1,8 @@ #!/bin/sh -e +# SPDX-FileCopyrightText: Red Hat, Inc. +# SPDX-License-Identifier: GPL-2.0-or-later + print_help() { echo "Usage: $0 USER" echo "" diff --git a/ci/tests.sh b/ci/tests.sh index ddaf671d90..6b68babf3a 100755 --- a/ci/tests.sh +++ b/ci/tests.sh @@ -1,5 +1,8 @@ #!/bin/bash -xe +# SPDX-FileCopyrightText: Red Hat, Inc. +# SPDX-License-Identifier: GPL-2.0-or-later + # Enable IPv6 echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6 # Load bonding module