+2021-06-04 Bruno Haible <bruno@clisp.org>
+
+ gnupload, git-merge-changelog: Fix module description.
+ * gnulib-tool (func_import, func_create_testdir): Treat
+ 'GPLv2+ build tool' like 'GPLed build tool'.
+ * pygnulib/GLImport.py (prepare): Likewise.
+ * modules/gnupload (License): Change to 'GPLv2+ build tool'.
+ * modules/git-merge-changelog (License): Change to GPLv2+.
+
2021-06-04 Bruno Haible <bruno@clisp.org>
New directory with license notices.
for module in $main_modules; do
license=`func_get_license $module`
case $license in
- 'GPLed build tool') ;;
+ 'GPLv2+ build tool' | 'GPLed build tool') ;;
'public domain' | 'unlimited' | 'unmodifiable license text') ;;
*)
case "$lgpl" in
for module in $modules; do
license=`func_get_license "$module"`
case "$license" in
- 'GPLed build tool') ;;
+ 'GPLv2+ build tool' | 'GPLed build tool') ;;
'public domain' | 'unlimited' | 'unmodifiable license text') ;;
*)
case "$requested_license" in
Include:
License:
-GPL
+GPLv2+
Maintainer:
all
Include:
License:
-GPLed build tool
+GPLv2+ build tool
Maintainer:
coreutils
listing = list()
compatibilities = dict()
incompatibilities = string()
- compatibilities['all'] = ['GPLed build tool', 'public domain', 'unlimited',
+ compatibilities['all'] = ['GPLv2+ build tool', 'GPLed build tool',
+ 'public domain', 'unlimited',
'unmodifiable license text']
compatibilities[3] = ['LGPL', 'LGPLv2+', 'LGPLv3+']
compatibilities[2] = ['LGPLv2+']