From: Paul Eggert Date: Sat, 6 Mar 2021 16:23:48 +0000 (-0800) Subject: parse-datetime2: fix licensing X-Git-Tag: v1.0~3046 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=487b9551b63ef936a6be6df38d1c9484cd97810c;p=gnulib.git parse-datetime2: fix licensing Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2021-03/msg00017.html * gnulib-tool (func_get_license): Treat parse-datetime2 (actually, anything starting with "parse-datetime") like parse-datetime, as far as licenses go. --- diff --git a/ChangeLog b/ChangeLog index 86c3e04e89..9706d78261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2021-03-06 Paul Eggert + + parse-datetime2: fix licensing + Problem reported by Bruno Haible in: + https://lists.gnu.org/r/bug-gnulib/2021-03/msg00017.html + * gnulib-tool (func_get_license): Treat parse-datetime2 + (actually, anything starting with "parse-datetime") + like parse-datetime, as far as licenses go. + 2021-03-06 Bruno Haible free-posix: Update documentation. diff --git a/gnulib-tool b/gnulib-tool index 2ba5dec65d..23b2c44565 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -2683,7 +2683,7 @@ func_get_license () ;; esac case "$1" in - parse-datetime ) + parse-datetime* ) # These modules are under a weaker license only for the purpose of some # users who hand-edit it and don't use gnulib-tool. For the regular # gnulib users they are under a stricter license.