summaryrefslogtreecommitdiff
path: root/pygnulib/GLImport.py
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 /pygnulib/GLImport.py
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 'pygnulib/GLImport.py')
-rw-r--r--pygnulib/GLImport.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py
index 27a01be432..4fa00259e7 100644
--- a/pygnulib/GLImport.py
+++ b/pygnulib/GLImport.py
@@ -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+']