* build-aux/declared.sh (func_version): Update package name.
+2019-02-04 Bruno Haible <bruno@clisp.org>
+
+ declared.sh: Fix --version output.
+ * build-aux/declared.sh (func_version): Update package name.
+
2019-02-03 Bruno Haible <bruno@clisp.org>
Add script for determining the set of symbols to export from a library.
# outputs to stdout the --version message.
func_version ()
{
- echo "declared.sh (GNU libunistring)"
- echo "Copyright (C) 2006-2018 Free Software Foundation, Inc.
+ echo "declared.sh (GNU gnulib)"
+ echo "Copyright (C) 2006-2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."