[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnulib-tool: Fix description of --lgpl option (missed on 2021-06-04)
From: |
Bruno Haible |
Subject: |
gnulib-tool: Fix description of --lgpl option (missed on 2021-06-04) |
Date: |
Thu, 29 Aug 2024 17:49:45 +0200 |
On 2021-06-04, gnulib-tool stopped doing license template replacements in the
source files. gnulib-tool's --help message was not updated at that time. This
patch does it now.
2024-08-29 Bruno Haible <bruno@clisp.org>
gnulib-tool: Fix description of --lgpl option (missed on 2021-06-04).
* gnulib-tool.sh (func_usage): Remove "Also modify license template"
sentence.
* pygnulib/GLInfo.py (GLInfo.usage): Likewise.
diff --git a/gnulib-tool.sh b/gnulib-tool.sh
index de9e3c4b50..d4f8792898 100755
--- a/gnulib-tool.sh
+++ b/gnulib-tool.sh
@@ -297,7 +297,6 @@ Options for --import, --add/remove-import:
Automake
--lgpl[=2|=3orGPLv2|=3]
Abort if modules aren't available under the LGPL.
- Also modify license template from GPL to LGPL.
The version number of the LGPL can be specified;
the default is currently LGPLv3.
--makefile-name=NAME Name of makefile in the source-base and tests-base
diff --git a/pygnulib/GLInfo.py b/pygnulib/GLInfo.py
index 83659b1c1f..a8277f2471 100644
--- a/pygnulib/GLInfo.py
+++ b/pygnulib/GLInfo.py
@@ -274,7 +274,6 @@ def usage(self) -> str:
Automake
--lgpl[=2|=3orGPLv2|=3]
Abort if modules aren't available under the LGPL.
- Also modify license template from GPL to LGPL.
The version number of the LGPL can be specified;
the default is currently LGPLv3.
--makefile-name=NAME Name of makefile in the source-base and tests-base
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnulib-tool: Fix description of --lgpl option (missed on 2021-06-04),
Bruno Haible <=