summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-03-28 16:13:18 -0400
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-04-05 22:10:03 +0200
commit14d5e1c21b69975a8d30aba059e1012595d48bba (patch)
treee3d154f26d278fcc91b5d7bb62cf8bb6f99f29fd /lib
parentae82f88e51d9ec14d28b6e0d73675767af6aff75 (diff)
downloaddevtools32-14d5e1c21b69975a8d30aba059e1012595d48bba.tar.xz
Add a "License:" tag to all code files.
In cases where there is no license specified, the file is tagged as "License: Unspecified". Obviously, that is not ideal, but it highlights the fact, and I hope that it encourages whoever has the authority to specify the license to do so. On that note, to anyone who may have the authority to specify the license of files in devtools: the current licence of many files is GPLv2 with no option for later versions; I impore you to re-license them to have the "or any later version" option.
Diffstat (limited to 'lib')
-rw-r--r--lib/archroot.sh1
-rw-r--r--lib/common.sh2
-rw-r--r--lib/valid-tags.sh1
3 files changed, 4 insertions, 0 deletions
diff --git a/lib/archroot.sh b/lib/archroot.sh
index d8d4a2e..46d4963 100644
--- a/lib/archroot.sh
+++ b/lib/archroot.sh
@@ -1,4 +1,5 @@
#!/hint/bash
+# License: Unspecified
CHROOT_VERSION='v4'
diff --git a/lib/common.sh b/lib/common.sh
index e64553b..9303e2e 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -1,5 +1,7 @@
#!/hint/bash
+# License: Unspecified
+
# Avoid any encoding problems
export LANG=C
diff --git a/lib/valid-tags.sh b/lib/valid-tags.sh
index 9491b0a..e0a3b7c 100644
--- a/lib/valid-tags.sh
+++ b/lib/valid-tags.sh
@@ -1,4 +1,5 @@
#!/hint/bash
+# License: Unspecified
_arch=(
i686