From dbb15bde4bd1542bdc7da7a1a93a9fc420091be8 Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Thu, 29 Aug 2024 17:49:33 +0200
Subject: [PATCH] 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.
---
 ChangeLog          | 7 +++++++
 gnulib-tool.sh     | 1 -
 pygnulib/GLInfo.py | 1 -
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 07d6bf73d9..40e42cc0d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
 2024-08-29  Bruno Haible  <bruno@clisp.org>
 
 	obstack-printf-gnu: Fix mistake (reported by check-AC_LIBOBJ).
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 @@ 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
-- 
2.39.5