diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-03-28 16:13:18 -0400 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-04-05 22:10:03 +0200 |
commit | 14d5e1c21b69975a8d30aba059e1012595d48bba (patch) | |
tree | e3d154f26d278fcc91b5d7bb62cf8bb6f99f29fd /makechrootpkg.in | |
parent | ae82f88e51d9ec14d28b6e0d73675767af6aff75 (diff) | |
download | devtools32-14d5e1c21b69975a8d30aba059e1012595d48bba.tar.xz |
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.
Diffstat (limited to 'makechrootpkg.in')
-rw-r--r-- | makechrootpkg.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in index ad99334..890a359 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. |