From a8f2dda75f0322d9c5d2e2cd8cebd6237b5249b1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Jun 2021 20:42:44 +0200 Subject: 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+. --- pygnulib/GLImport.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pygnulib/GLImport.py') 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+'] -- cgit v1.2.1