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 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.
;;
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.