summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-06-10 21:41:54 +0300
committerGitHub <noreply@github.com>2018-06-10 21:41:54 +0300
commit3f2575cfea9dc18f9009dbead2bbbbe3c43d73b6 (patch)
treeba89d33349d8dc64482467946f98a2a90d2daa55 /installer
parentd37211062df4b277f2ff0947113e7d124fb8e5b2 (diff)
parent9b385e2f037053d65a02efc9c0ab404826eea788 (diff)
Merge pull request #3772 from Ferroin/licensing-cleanup
Licensing cleanup.
Diffstat (limited to 'installer')
-rw-r--r--installer/functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/functions.sh b/installer/functions.sh
index 47f3614993..50c16013cf 100644
--- a/installer/functions.sh
+++ b/installer/functions.sh
@@ -1,4 +1,5 @@
# no shebang necessary - this is a library to be sourced
+# SPDX-License-Identifier: GPL-3.0+
# make sure we have a UID
[ -z "${UID}" ] && UID="$(id -u)"