From aa11acaf52dfd101cb6fe6f7137d2cbd5c8e0d9b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Feb 2017 14:19:09 -0500 Subject: Add a "License:" tag to all code files. --- lib/common.sh | 2 ++ lib/valid-tags.sh | 2 ++ 2 files changed, 4 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3-54-g00ecf