summaryrefslogtreecommitdiff
path: root/pygnulib/GLImport.py
diff options
context:
space:
mode:
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+']