summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildlive2
-rw-r--r--functions.sh3
-rwxr-xr-xlistisos.sh2
-rwxr-xr-xmkgrubcfg.sh3
4 files changed, 10 insertions, 0 deletions
diff --git a/buildlive b/buildlive
index 45ddc82..aeec242 100755
--- a/buildlive
+++ b/buildlive
@@ -1,4 +1,6 @@
#!/bin/bash
+# Copyright (C) 2016-2018 Iru Cai <mytbk920423@gmail.com>
+# SPDX-License-Identifier: GPL-3.0-or-later
set -e
diff --git a/functions.sh b/functions.sh
index e57b72f..c077231 100644
--- a/functions.sh
+++ b/functions.sh
@@ -1,3 +1,6 @@
+# Copyright (C) 2016-2018 Iru Cai <mytbk920423@gmail.com>
+# SPDX-License-Identifier: GPL-3.0-or-later
+
checksum_verify() {
local _hashtool _hashsum _cksum
if [ -n "$SHA512" ]; then
diff --git a/listisos.sh b/listisos.sh
index 1aef8f9..f7124c1 100755
--- a/listisos.sh
+++ b/listisos.sh
@@ -1,4 +1,6 @@
#!/bin/bash
+# Copyright (C) 2016-2018 Iru Cai <mytbk920423@gmail.com>
+# SPDX-License-Identifier: GPL-3.0-or-later
ISOINFOS=($(find distro -name isoinfo))
for _isoinfo in "${ISOINFOS[@]}"
diff --git a/mkgrubcfg.sh b/mkgrubcfg.sh
index 5efd759..70da1ae 100755
--- a/mkgrubcfg.sh
+++ b/mkgrubcfg.sh
@@ -1,3 +1,6 @@
+# Copyright (C) 2016-2018 Iru Cai <mytbk920423@gmail.com>
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
# generate GRUB menuentry
# usage: UUID="$UUID" ISOFILE="$ISOFILE" ./mkgrubcfg.sh <entryfile>
#