Add a "License:" tag to all code files.

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.
This commit is contained in:
Luke Shumaker 2017-03-28 16:13:18 -04:00 committed by Jan Alexander Steffens (heftig)
parent ae82f88e51
commit 14d5e1c21b
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
19 changed files with 24 additions and 0 deletions

View File

@ -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.

View File

@ -1,4 +1,5 @@
#!/bin/bash
# License: Unspecified
m4_include(lib/common.sh)
m4_include(lib/archroot.sh)

View File

@ -1,4 +1,5 @@
#!/bin/bash
# License: Unspecified
m4_include(lib/common.sh)

View File

@ -1,4 +1,5 @@
#!/bin/bash
# License: Unspecified
m4_include(lib/common.sh)
m4_include(lib/valid-tags.sh)

View File

@ -1,4 +1,5 @@
#!/bin/bash
# License: Unspecified
m4_include(lib/common.sh)

View File

@ -1,4 +1,5 @@
#!/hint/bash
# License: Unspecified
_devtools_compgen() {
local i r

View File

@ -1,4 +1,5 @@
#!/bin/bash
# License: Unspecified
shopt -s extglob

View File

@ -1,4 +1,5 @@
#!/bin/bash
# License: Unspecified
m4_include(lib/common.sh)

View File

@ -1,4 +1,5 @@
#!/bin/bash
# License: Unspecified
m4_include(lib/common.sh)

View File

@ -1,4 +1,5 @@
#!/bin/bash
# License: Unspecified
m4_include(lib/common.sh)

View File

@ -2,6 +2,7 @@
#
# finddeps - find packages that depend on a given depname
#
# License: Unspecified
m4_include(lib/common.sh)

View File

@ -2,6 +2,7 @@
#
# lddd - find broken library links on your machine
#
# License: Unspecified
m4_include(lib/common.sh)

View File

@ -1,4 +1,5 @@
#!/hint/bash
# License: Unspecified
CHROOT_VERSION='v4'

View File

@ -1,5 +1,7 @@
#!/hint/bash
# License: Unspecified
# Avoid any encoding problems
export LANG=C

View File

@ -1,4 +1,5 @@
#!/hint/bash
# License: Unspecified
_arch=(
i686

View File

@ -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.

View File

@ -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.

View File

@ -1,4 +1,6 @@
#!/bin/bash
# License: Unspecified
#
# This script rebuilds a list of packages in order
# and reports anything that fails
#

View File

@ -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)