summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-30 01:36:42 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-30 02:36:42 +0300
commitd536ba6a438b04166bd4c5337c9658e5d4c83ecb (patch)
treeeef8dc42a9938b835a3d7fe642c6d9b5c870a20c /packaging
parent5e4b4417c2444331146378333103bc4abd047186 (diff)
fix spdx (#4327)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/check-files2
-rwxr-xr-xpackaging/git-build2
-rw-r--r--packaging/packaging.functions2
-rwxr-xr-xpackaging/release-msg2
-rwxr-xr-xpackaging/tar-compare2
-rwxr-xr-xpackaging/update-tags2
6 files changed, 6 insertions, 6 deletions
diff --git a/packaging/check-files b/packaging/check-files
index 7d7175b200..4372b2364c 100755
--- a/packaging/check-files
+++ b/packaging/check-files
@@ -1,5 +1,5 @@
#!/bin/bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# check-files
diff --git a/packaging/git-build b/packaging/git-build
index f4a3778da4..645547b7fd 100755
--- a/packaging/git-build
+++ b/packaging/git-build
@@ -1,5 +1,5 @@
#!/bin/sh
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# When run from the top-level repository, performs a complete clean
# and maintainer-mode rebuild of the FireHOL package.
diff --git a/packaging/packaging.functions b/packaging/packaging.functions
index f6924c95ec..cc7b41dc07 100644
--- a/packaging/packaging.functions
+++ b/packaging/packaging.functions
@@ -1,5 +1,5 @@
#!/bin/bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
packaging_check_init() {
version_check=
diff --git a/packaging/release-msg b/packaging/release-msg
index 92678da374..f31a746bbb 100755
--- a/packaging/release-msg
+++ b/packaging/release-msg
@@ -1,5 +1,5 @@
#!/bin/bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# release-msg
diff --git a/packaging/tar-compare b/packaging/tar-compare
index d457eb2302..71e38f1060 100755
--- a/packaging/tar-compare
+++ b/packaging/tar-compare
@@ -1,5 +1,5 @@
#!/bin/sh
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# When provided with a git repo, which has been used to produce a
# distribution tar.gz (with make dist) and the resultant tar-file,
diff --git a/packaging/update-tags b/packaging/update-tags
index aa11eb2395..bfa5b580b0 100755
--- a/packaging/update-tags
+++ b/packaging/update-tags
@@ -1,5 +1,5 @@
#!/bin/bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# update-tags