summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
Diffstat (limited to 'makeself')
-rw-r--r--makeself/Makefile.am1
-rwxr-xr-xmakeself/build-x86_64-static.sh1
-rwxr-xr-xmakeself/build.sh1
-rwxr-xr-xmakeself/functions.sh1
-rwxr-xr-xmakeself/install-alpine-packages.sh1
-rwxr-xr-xmakeself/install-or-update.sh1
-rwxr-xr-xmakeself/jobs/10-prepare-destination.install.sh1
-rwxr-xr-xmakeself/jobs/50-bash-4.4.18.install.sh1
-rwxr-xr-xmakeself/jobs/50-curl-7.60.0.install.sh1
-rwxr-xr-xmakeself/jobs/50-fping-4.0.install.sh1
-rwxr-xr-xmakeself/jobs/70-netdata-git.install.sh1
-rwxr-xr-xmakeself/jobs/99-makeself.install.sh1
-rwxr-xr-xmakeself/makeself-header.sh1
-rwxr-xr-xmakeself/makeself.sh1
-rwxr-xr-xmakeself/post-installer.sh1
-rwxr-xr-xmakeself/run-all-jobs.sh1
16 files changed, 16 insertions, 0 deletions
diff --git a/makeself/Makefile.am b/makeself/Makefile.am
index 1c3bc7bcea..22e2d0298f 100644
--- a/makeself/Makefile.am
+++ b/makeself/Makefile.am
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-3.0+
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
diff --git a/makeself/build-x86_64-static.sh b/makeself/build-x86_64-static.sh
index 3576660935..0220a27466 100755
--- a/makeself/build-x86_64-static.sh
+++ b/makeself/build-x86_64-static.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
. $(dirname "$0")/../installer/functions.sh || exit 1
diff --git a/makeself/build.sh b/makeself/build.sh
index afa4f545e5..1337b72a1c 100755
--- a/makeself/build.sh
+++ b/makeself/build.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
+# SPDX-License-Identifier: GPL-3.0+
# -----------------------------------------------------------------------------
# parse command line arguments
diff --git a/makeself/functions.sh b/makeself/functions.sh
index 839fc3226c..139738501e 100755
--- a/makeself/functions.sh
+++ b/makeself/functions.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
# -----------------------------------------------------------------------------
diff --git a/makeself/install-alpine-packages.sh b/makeself/install-alpine-packages.sh
index 87cd29669d..225f1d6d20 100755
--- a/makeself/install-alpine-packages.sh
+++ b/makeself/install-alpine-packages.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
+# SPDX-License-Identifier: GPL-3.0+
# 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 eed2bc3010..6ff03acc09 100755
--- a/makeself/install-or-update.sh
+++ b/makeself/install-or-update.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
. $(dirname "${0}")/functions.sh
diff --git a/makeself/jobs/10-prepare-destination.install.sh b/makeself/jobs/10-prepare-destination.install.sh
index 58c8c25fd6..815c48bca9 100755
--- a/makeself/jobs/10-prepare-destination.install.sh
+++ b/makeself/jobs/10-prepare-destination.install.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
. $(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 9a8d253019..9a85d3672a 100755
--- a/makeself/jobs/50-bash-4.4.18.install.sh
+++ b/makeself/jobs/50-bash-4.4.18.install.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
. $(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 ad5465065e..9c720560c7 100755
--- a/makeself/jobs/50-curl-7.60.0.install.sh
+++ b/makeself/jobs/50-curl-7.60.0.install.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
. $(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 2e22ebf8d4..bb4073a27d 100755
--- a/makeself/jobs/50-fping-4.0.install.sh
+++ b/makeself/jobs/50-fping-4.0.install.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
. $(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 fea3a88bd6..ca1143045e 100755
--- a/makeself/jobs/70-netdata-git.install.sh
+++ b/makeself/jobs/70-netdata-git.install.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
. ${NETDATA_MAKESELF_PATH}/functions.sh "${@}" || exit 1
diff --git a/makeself/jobs/99-makeself.install.sh b/makeself/jobs/99-makeself.install.sh
index 00a3b2a1af..e32f19fd0b 100755
--- a/makeself/jobs/99-makeself.install.sh
+++ b/makeself/jobs/99-makeself.install.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
diff --git a/makeself/makeself-header.sh b/makeself/makeself-header.sh
index 83131a17c2..bf222f6c8e 100755
--- a/makeself/makeself-header.sh
+++ b/makeself/makeself-header.sh
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-3.0+
cat << EOF > "$archname"
#!/bin/sh
# This script was generated using Makeself $MS_VERSION
diff --git a/makeself/makeself.sh b/makeself/makeself.sh
index 2ce37a24f3..39cc1aad2e 100755
--- a/makeself/makeself.sh
+++ b/makeself/makeself.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# SPDX-License-Identifier: GPL-3.0+
#
# Makeself version 2.3.x
# by Stephane Peter <megastep@megastep.org>
diff --git a/makeself/post-installer.sh b/makeself/post-installer.sh
index 10f9863b9a..fd50f0f824 100755
--- a/makeself/post-installer.sh
+++ b/makeself/post-installer.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# SPDX-License-Identifier: GPL-3.0+
# 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 2ad594380e..88a23ee0ab 100755
--- a/makeself/run-all-jobs.sh
+++ b/makeself/run-all-jobs.sh
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: GPL-3.0+
LC_ALL=C
umask 002