From 748f9d528f94ab2050e89c3e2722869d89596777 Mon Sep 17 00:00:00 2001 From: Bruno Haible 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 (func_usage): Remove "Also modify license template" sentence. * pygnulib/GLInfo.py (GLInfo.usage): Likewise. --- ChangeLog | 7 +++++++ gnulib-tool | 1 - pygnulib/GLInfo.py | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76f45e3ff1..4c090b5786 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-08-29 Bruno Haible + + gnulib-tool: Fix description of --lgpl option (missed on 2021-06-04). + * gnulib-tool (func_usage): Remove "Also modify license template" + sentence. + * pygnulib/GLInfo.py (GLInfo.usage): Likewise. + 2024-08-29 Bruno Haible obstack-printf-gnu: Fix mistake (reported by check-AC_LIBOBJ). diff --git a/gnulib-tool b/gnulib-tool index 150898ed05..b145c09175 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -299,7 +299,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 69d3e4a7f8..1fb53f2823 100644 --- a/pygnulib/GLInfo.py +++ b/pygnulib/GLInfo.py @@ -267,7 +267,6 @@ Options for --import, --add/remove-import: tools are placed (default comes from configure.ac). --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 automake syntax in the -- 2.39.5