summaryrefslogtreecommitdiffstats
path: root/installer/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/functions.sh')
-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)"