summaryrefslogtreecommitdiffstats
path: root/makeself
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 /makeself
parent5e4b4417c2444331146378333103bc4abd047186 (diff)
fix spdx (#4327)
Diffstat (limited to 'makeself')
-rw-r--r--makeself/Makefile.am2
-rwxr-xr-xmakeself/build-x86_64-static.sh2
-rwxr-xr-xmakeself/build.sh2
-rwxr-xr-xmakeself/functions.sh2
-rwxr-xr-xmakeself/install-alpine-packages.sh2
-rwxr-xr-xmakeself/install-or-update.sh2
-rwxr-xr-xmakeself/jobs/10-prepare-destination.install.sh2
-rwxr-xr-xmakeself/jobs/50-bash-4.4.18.install.sh2
-rwxr-xr-xmakeself/jobs/50-curl-7.60.0.install.sh2
-rwxr-xr-xmakeself/jobs/50-fping-4.0.install.sh2
-rwxr-xr-xmakeself/jobs/70-netdata-git.install.sh2
-rwxr-xr-xmakeself/jobs/99-makeself.install.sh2
-rwxr-xr-xmakeself/makeself-header.sh2
-rwxr-xr-xmakeself/makeself.sh2
-rwxr-xr-xmakeself/post-installer.sh2
-rwxr-xr-xmakeself/run-all-jobs.sh2
16 files changed, 16 insertions, 16 deletions
diff --git a/makeself/Makefile.am b/makeself/Makefile.am
index 22e2d0298f..f6f9167a08 100644
--- a/makeself/Makefile.am
+++ b/makeself/Makefile.am
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
diff --git a/makeself/build-x86_64-static.sh b/makeself/build-x86_64-static.sh
index 0220a27466..b0902512c6 100755
--- a/makeself/build-x86_64-static.sh
+++ b/makeself/build-x86_64-static.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
. $(dirname "$0")/../installer/functions.sh || exit 1
diff --git a/makeself/build.sh b/makeself/build.sh
index c306cf29f5..e8c1c9ddc7 100755
--- a/makeself/build.sh
+++ b/makeself/build.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# -----------------------------------------------------------------------------
# parse command line arguments
diff --git a/makeself/functions.sh b/makeself/functions.sh
index 6c589351fd..10b324deb8 100755
--- a/makeself/functions.sh
+++ b/makeself/functions.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# -----------------------------------------------------------------------------
diff --git a/makeself/install-alpine-packages.sh b/makeself/install-alpine-packages.sh
index 225f1d6d20..695be4d4f5 100755
--- a/makeself/install-alpine-packages.sh
+++ b/makeself/install-alpine-packages.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# this script should be running in alpine linux
# install the required packages
diff --git a/makeself/install-or-update.sh b/makeself/install-or-update.sh
index ce9ca62023..bfcbe720aa 100755
--- a/makeself/install-or-update.sh
+++ b/makeself/install-or-update.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
. $(dirname "${0}")/functions.sh
diff --git a/makeself/jobs/10-prepare-destination.install.sh b/makeself/jobs/10-prepare-destination.install.sh
index 815c48bca9..019732636b 100755
--- a/makeself/jobs/10-prepare-destination.install.sh
+++ b/makeself/jobs/10-prepare-destination.install.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
diff --git a/makeself/jobs/50-bash-4.4.18.install.sh b/makeself/jobs/50-bash-4.4.18.install.sh
index 9a85d3672a..0007658257 100755
--- a/makeself/jobs/50-bash-4.4.18.install.sh
+++ b/makeself/jobs/50-bash-4.4.18.install.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
diff --git a/makeself/jobs/50-curl-7.60.0.install.sh b/makeself/jobs/50-curl-7.60.0.install.sh
index 9c720560c7..2b5c8f1394 100755
--- a/makeself/jobs/50-curl-7.60.0.install.sh
+++ b/makeself/jobs/50-curl-7.60.0.install.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
diff --git a/makeself/jobs/50-fping-4.0.install.sh b/makeself/jobs/50-fping-4.0.install.sh
index bb4073a27d..7928f1aa41 100755
--- a/makeself/jobs/50-fping-4.0.install.sh
+++ b/makeself/jobs/50-fping-4.0.install.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
diff --git a/makeself/jobs/70-netdata-git.install.sh b/makeself/jobs/70-netdata-git.install.sh
index cb28dd080f..71ea0f63a5 100755
--- a/makeself/jobs/70-netdata-git.install.sh
+++ b/makeself/jobs/70-netdata-git.install.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
. ${NETDATA_MAKESELF_PATH}/functions.sh "${@}" || exit 1
diff --git a/makeself/jobs/99-makeself.install.sh b/makeself/jobs/99-makeself.install.sh
index 0b828257d5..0e0d5c9da6 100755
--- a/makeself/jobs/99-makeself.install.sh
+++ b/makeself/jobs/99-makeself.install.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
diff --git a/makeself/makeself-header.sh b/makeself/makeself-header.sh
index bf222f6c8e..19c1c3f994 100755
--- a/makeself/makeself-header.sh
+++ b/makeself/makeself-header.sh
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
cat << EOF > "$archname"
#!/bin/sh
# This script was generated using Makeself $MS_VERSION
diff --git a/makeself/makeself.sh b/makeself/makeself.sh
index 39cc1aad2e..ee89df9a45 100755
--- a/makeself/makeself.sh
+++ b/makeself/makeself.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
#
# Makeself version 2.3.x
# by Stephane Peter <megastep@megastep.org>
diff --git a/makeself/post-installer.sh b/makeself/post-installer.sh
index fd50f0f824..38cc41ef79 100755
--- a/makeself/post-installer.sh
+++ b/makeself/post-installer.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
# This script is started using the shell of the system
# and executes our 'install-or-update.sh' script
diff --git a/makeself/run-all-jobs.sh b/makeself/run-all-jobs.sh
index 88a23ee0ab..7a35fe6486 100755
--- a/makeself/run-all-jobs.sh
+++ b/makeself/run-all-jobs.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# SPDX-License-Identifier: GPL-3.0+
+# SPDX-License-Identifier: GPL-3.0-or-later
LC_ALL=C
umask 002