summaryrefslogtreecommitdiff
path: root/gnulib-tool.py.TODO
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-03 16:49:15 +0200
committerBruno Haible <bruno@clisp.org>2022-08-03 16:50:03 +0200
commite2d15e5c893e42b32a840a6641d5fa8cef7b4f7c (patch)
tree1c11d2131d4dec895679058fd729ec8d6f8856e3 /gnulib-tool.py.TODO
parent65301e0739f8c86cf96403d6426551df3c3f3ac3 (diff)
downloadgnulib-e2d15e5c893e42b32a840a6641d5fa8cef7b4f7c.tar.gz
gnulib-tool.py: Follow gnulib-tool changes, part 23.
Follow gnulib-tool changes 2016-11-11 Bruno Haible <bruno@clisp.org> gnulib-tool: Support for the dual "LGPLv3+ or GPLv2" license. 2016-12-02 Nikos Mavrogiannopoulos <nmav@gnutls.org> gnulib-tool (func_import): Adhere to the license guideline ... 2016-12-02 Daiki Ueno <ueno@gnu.org> gnulib-tool (func_import): Relax the regex ... * gnulib-tool.py: For --lgpl, accept value 3orGPLv2. * pygnulib/GLInfo.py (GLInfo.usage): Update. * pygnulib/GLConfig.py (GLConfig.setLGPL): Update argument check. * pygnulib/GLImport.py (GLImport.__init__, GLImport.gnulib_cache): Update gl_LGPL handling. (GLImport.prepare): Update license compatibility checks and license header rewriting. * pygnulib/GLTestDir.py (GLTestDir.execute): Update license compatibility checks. Handle also the licenses GPLv3+, GPL, LGPLv3+.
Diffstat (limited to 'gnulib-tool.py.TODO')
-rw-r--r--gnulib-tool.py.TODO41
1 files changed, 0 insertions, 41 deletions
diff --git a/gnulib-tool.py.TODO b/gnulib-tool.py.TODO
index d5030c8231..d6ba01657e 100644
--- a/gnulib-tool.py.TODO
+++ b/gnulib-tool.py.TODO
@@ -1015,47 +1015,6 @@ Date: Sun Feb 19 15:15:11 2017 +0100
--------------------------------------------------------------------------------
-commit 31a08abd323ebffea3d4fb2d5a66f801fe8b3031
-Author: Daiki Ueno <ueno@gnu.org>
-Date: Fri Dec 2 17:16:50 2016 +0100
-
- gnulib-tool: fix the previous change
-
- * gnulib-tool (func_import): Relax the regex used for "LGPLv3+ or
- GPLv2" rewriting.
-
-commit 27d1d32a202b6b2115d5c2e287e3f5f1090032e5
-Author: Daiki Ueno <ueno@gnu.org>
-Date: Fri Dec 2 16:56:11 2016 +0100
-
- gnulib-tool: fix the previous change
-
- * gnulib-tool (func_import): Relax the regex for the end marker of
- original license text.
-
-commit 1aa6e23bd2487a7c3bd07cf693e6d968f74d951a
-Author: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-Date: Mon Nov 21 21:15:25 2016 +0100
-
- gnulib-tool: properly list the LGPL3orGPLv2 license
-
- * gnulib-tool (func_import): Adhere to the license guideline when
- rewriting the license text to "LGPLv3+ or GPLv2":
- https://www.gnu.org/prep/maintain/maintain.html#Licensing-of-GNU-Packages
-
-commit 567bbf7b7b14b31385801b1fee47acfc5b6d2b01
-Author: Bruno Haible <bruno@clisp.org>
-Date: Sun Nov 13 04:12:26 2016 +0100
-
- gnulib-tool: Support for the dual "LGPLv3+ or GPLv2" license.
-
- * gnulib-tool (--lgpl): Accept value 3orGPLv2.
- (func_import): Extend determination of license_incompatibilities.
- (func_create_testdir): Extend table of license compatibility. Handle
- also the licenses GPLv3+, GPL, LGPLv3+.
-
---------------------------------------------------------------------------------
-
commit 9bdf6c8a0cdeb13c12e4b65dee9538c5468dbe1d
Author: Bruno Haible <bruno@clisp.org>
Date: Sun Aug 19 14:06:50 2012 +0200