summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-04 20:42:44 +0200
committerBruno Haible <bruno@clisp.org>2021-06-04 20:42:44 +0200
commita8f2dda75f0322d9c5d2e2cd8cebd6237b5249b1 (patch)
tree1dabfc91cc9c6bae6688bd3e8ce8907ebe9e8043 /gnulib-tool
parentefe8ff4b35009076eb6186419c2a9e37f93e15cf (diff)
downloadgnulib-a8f2dda75f0322d9c5d2e2cd8cebd6237b5249b1.tar.gz
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+.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib-tool b/gnulib-tool
index 205503a845..ad71f6e9e6 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -5039,7 +5039,7 @@ func_import ()
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
@@ -6240,7 +6240,7 @@ func_create_testdir ()
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