]> Savannah Git Hosting - gnulib.git/commitdiff
parse-datetime2: fix licensing
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Mar 2021 16:23:48 +0000 (08:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Mar 2021 16:24:05 +0000 (08:24 -0800)
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.

ChangeLog
gnulib-tool

index 86c3e04e8922ab5d52c20a9fe70d5aee15f60b54..9706d78261a82a14881fb3c3e5a294f2eae35af0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-03-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <bruno@clisp.org>
 
        free-posix: Update documentation.
index 2ba5dec65d2fd1b7ee218db9afca95fe9201390a..23b2c445656c69de6fea05ae5b6f29e302ff0cb1 100755 (executable)
@@ -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.