]> Savannah Git Hosting - gnulib.git/commitdiff
gnupload, git-merge-changelog: Fix module description.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Jun 2021 18:42:44 +0000 (20:42 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 4 Jun 2021 18:42:44 +0000 (20:42 +0200)
* 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+.

ChangeLog
gnulib-tool
modules/git-merge-changelog
modules/gnupload
pygnulib/GLImport.py

index 0e2bb842072fa58776f750c81c5a9a464b600702..07045ebd884158c90d5a93f512630377f52fee27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
index 205503a84564895a4e750f810cef27d58378c3eb..ad71f6e9e6eefe43983bb90a5ce59f17ee22b3f2 100755 (executable)
@@ -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
index c58ddc7bd9d2619940b05619ed419b56af61f83b..a88573cf597c0b7cb1a913039150cba5897ac438 100644 (file)
@@ -35,7 +35,7 @@ git_merge_changelog_LDADD = libgnu.a @LIBINTL@ $(LIBTHREAD)
 Include:
 
 License:
-GPL
+GPLv2+
 
 Maintainer:
 all
index acb4f0eecc3a0061b1b8f5cb9207c56dd8562c4d..37179c28ceb4e0566a53f96a40cd3756da5f38b3 100644 (file)
@@ -15,7 +15,7 @@ Makefile.am:
 Include:
 
 License:
-GPLed build tool
+GPLv2+ build tool
 
 Maintainer:
 coreutils
index 27a01be432636e60984b6631c9f1db98cd711f2d..4fa00259e7b4c628ac63094dfe04683dc643eb1a 100644 (file)
@@ -837,7 +837,8 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix
         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+']