diff --git a/arch-nspawn.in b/arch-nspawn.in index 5d5620d9266f0ffb67f9477fcf1eb7e32cd264bd..9787415b5b7e592588de5da1ef955dadb137add4 100644 --- a/arch-nspawn.in +++ b/arch-nspawn.in @@ -1,4 +1,6 @@ #!/bin/bash +# License: GNU GPLv2 +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. diff --git a/archbuild.in b/archbuild.in index 4d1b3511b798b3d5e16d2f71261e67ea0acdee58..bb2577d3c2938c738923682c0a3032b6801effd3 100644 --- a/archbuild.in +++ b/archbuild.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified m4_include(lib/common.sh) m4_include(lib/archroot.sh) diff --git a/archco.in b/archco.in index 2a5892123235d04577ccb1f265a3e0952b14681b..6088b8e213aaca3580962bb35e0456c35b8565ee 100644 --- a/archco.in +++ b/archco.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified m4_include(lib/common.sh) diff --git a/archrelease.in b/archrelease.in index 6f52dbc0b68624a09927c841b713433a00b03390..c56367f14d2423917ba364cb71b5bc8c0ce68b1a 100644 --- a/archrelease.in +++ b/archrelease.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified m4_include(lib/common.sh) m4_include(lib/valid-tags.sh) diff --git a/archrm.in b/archrm.in index 7c7139b3831026c3c73354161a5a7b23dd3abce2..3173131f3cef496977565a5b86abbd70c999723f 100644 --- a/archrm.in +++ b/archrm.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified m4_include(lib/common.sh) diff --git a/bash_completion.in b/bash_completion.in index 10dad36cd99ee306ef2d3d6f67810a9c1069f44a..f5a3077404c56996687ae0d313331b1d1067cc38 100644 --- a/bash_completion.in +++ b/bash_completion.in @@ -1,4 +1,5 @@ #!/hint/bash +# License: Unspecified _devtools_compgen() { local i r diff --git a/checkpkg.in b/checkpkg.in index 467ac74ad5af00aae84da7a1348fd2cf52e038d5..da69df23af1aa2f8efebab645dccade5c38c37f2 100644 --- a/checkpkg.in +++ b/checkpkg.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified shopt -s extglob diff --git a/commitpkg.in b/commitpkg.in index 707a81ccf297b200b5e8b75f79a687fa92a2c783..6cf562ff25933b8f2412c3ff78b568fdf23b4e36 100644 --- a/commitpkg.in +++ b/commitpkg.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified m4_include(lib/common.sh) diff --git a/crossrepomove.in b/crossrepomove.in index d0964e384ebf5458aaa4a557c1efff91da1417db..0d1945c5f14492aab3c49bc108d0be19799a7a3c 100644 --- a/crossrepomove.in +++ b/crossrepomove.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified m4_include(lib/common.sh) diff --git a/find-libdeps.in b/find-libdeps.in index b40f7941703645627b66348f04efee1fcf35c71f..5c350a986dd4a63573e8f641eb2fbca9ba4386f7 100644 --- a/find-libdeps.in +++ b/find-libdeps.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified m4_include(lib/common.sh) diff --git a/finddeps.in b/finddeps.in index 7a2a3fbf846c347abc619ea9824715d785fd9991..89ccc41d3647fc6acad40552d692a3bf81360f2f 100644 --- a/finddeps.in +++ b/finddeps.in @@ -2,6 +2,7 @@ # # finddeps - find packages that depend on a given depname # +# License: Unspecified m4_include(lib/common.sh) diff --git a/lddd.in b/lddd.in index 43aa8c1e1a8e7b724b1d5511fd70ec80e88c54b7..663d8aeb5d2c56dd91b44cbb658eb1dfd0445001 100644 --- a/lddd.in +++ b/lddd.in @@ -2,6 +2,7 @@ # # lddd - find broken library links on your machine # +# License: Unspecified m4_include(lib/common.sh) diff --git a/lib/archroot.sh b/lib/archroot.sh index d8d4a2e15217036d6782f6db1fec0e54068d5939..46d49639e1084b1313dc073ad41c23e24159c08d 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 e64553b5db7aa8e1620468640261380116a57d9f..9303e2ee1726723902f3965419511362db206282 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 9491b0a8bd2f564f63df12bc843da2eb66cd6fbc..e0a3b7c5f8ce1ce721a714041a99e4e8a9f385ab 100644 --- a/lib/valid-tags.sh +++ b/lib/valid-tags.sh @@ -1,4 +1,5 @@ #!/hint/bash +# License: Unspecified _arch=( i686 diff --git a/makechrootpkg.in b/makechrootpkg.in index ad99334e77df6075839fa095e5b3f308feaaddc4..890a3597e5ec91c94efffa890c789a791e36ba82 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -1,4 +1,6 @@ #!/bin/bash +# License: GNU GPLv2 +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. diff --git a/mkarchroot.in b/mkarchroot.in index 3d7e396d7b0d16053e34846c2f0e6f6facce412b..21a7727af71a32c27abde22a225ed5ffab2fadf2 100644 --- a/mkarchroot.in +++ b/mkarchroot.in @@ -1,4 +1,6 @@ #!/bin/bash +# License: GNU GPLv2 +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. diff --git a/rebuildpkgs.in b/rebuildpkgs.in index fb192581b4de0ecac5c5bd996e5f1ac1275e6812..75e7de096a957dbce2a39f4e22c466fba01253df 100644 --- a/rebuildpkgs.in +++ b/rebuildpkgs.in @@ -1,4 +1,6 @@ #!/bin/bash +# License: Unspecified +# # This script rebuilds a list of packages in order # and reports anything that fails # diff --git a/zsh_completion.in b/zsh_completion.in index 4c6dd99994b2edb819ed30355fbd311b2f8252b1..0f95a4c112aa12f94c3dbb2b32ed31d25662fb10 100644 --- a/zsh_completion.in +++ b/zsh_completion.in @@ -1,4 +1,5 @@ #compdef archbuild archco arch-nspawn archrelease archrm commitpkg finddeps makechrootpkg mkarchroot rebuildpkgs extrapkg=commitpkg corepkg=commitpkg testingpkg=commitpkg stagingpkg=commitpkg communitypkg=commitpkg community-testingpkg=commitpkg community-stagingpkg=commitpkg multilibpkg=commitpkg multilib-testingpkg=commitpkg extra-i686-build=archbuild extra-x86_64-build=archbuild testing-i686-build=archbuild testing-x86_64-build=archbuild staging-i686-build=archbuild staging-x86_64-build=archbuild multilib-build=archbuild multilib-testing-build=archbuild multilib-staging-build=archbuild kde-unstable-i686-build=archbuild kde-unstable-x86_64-build=archbuild gnome-unstable-i686-build=archbuild gnome-unstable-x86_64-build=archbuild communityco=archco +# License: Unspecified m4_include(lib/valid-tags.sh)