Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/common.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 14:19:09 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-03-25 18:00:18 -0400
commit65df23f2c8176a526cd1702b2e2a4d5a7b17c720 (patch)
treee3d154f26d278fcc91b5d7bb62cf8bb6f99f29fd /lib/common.sh
parent1c452bb755e339273c18d9fafe7652efc90c3b8f (diff)
Add a "License:" tag to all code files.lukeshu/to-upstream/license-20170328
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/common.sh')
-rw-r--r--lib/common.sh2
1 files changed, 2 insertions, 0 deletions
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