diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/archroot.sh | 1 | ||||
-rw-r--r-- | lib/common.sh | 2 | ||||
-rw-r--r-- | lib/valid-tags.sh | 1 |
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 |