Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-02-15 14:19:09 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2017-02-15 14:19:09 -0500
commitaa11acaf52dfd101cb6fe6f7137d2cbd5c8e0d9b (patch)
tree8aa5fc91dfd71f3f976565be2c1855e2f739c203 /lib
parentca57df0221baa2eddb01d53d45e3f9f5f6420d3b (diff)
Add a "License:" tag to all code files.
Diffstat (limited to 'lib')
-rw-r--r--lib/common.sh2
-rw-r--r--lib/valid-tags.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/common.sh b/lib/common.sh
index b1e7d6e..62f4e72 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -1,3 +1,5 @@
+# License: Unspecified
+
# Avoid any encoding problems
export LANG=C
diff --git a/lib/valid-tags.sh b/lib/valid-tags.sh
index 36918fe..0543ab2 100644
--- a/lib/valid-tags.sh
+++ b/lib/valid-tags.sh
@@ -1,3 +1,5 @@
+# License: Unspecified
+
_arch=(
i686
x86_64