summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-02-04 21:37:28 +0100
committerBruno Haible <bruno@clisp.org>2019-02-04 21:37:28 +0100
commitddba03e406f52cdcc7b0c3bf90c47e12286819aa (patch)
tree71cbbf5ab601f636b1474299a67a81fab3575222
parent10d0e6a7df36819e9a9697eb09834cb173e53f35 (diff)
downloadgnulib-ddba03e406f52cdcc7b0c3bf90c47e12286819aa.tar.gz
declared.sh: Fix --version output.
* build-aux/declared.sh (func_version): Update package name.
-rw-r--r--ChangeLog5
-rwxr-xr-xbuild-aux/declared.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e1be2f7083..92a7e5a63e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/build-aux/declared.sh b/build-aux/declared.sh
index 324e544e74..f3279571b7 100755
--- a/build-aux/declared.sh
+++ b/build-aux/declared.sh
@@ -46,8 +46,8 @@ Report bugs to <bruno@clisp.org>."
# 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."