]> Savannah Git Hosting - gnulib.git/commitdiff
declared.sh: Fix --version output.
authorBruno Haible <bruno@clisp.org>
Mon, 4 Feb 2019 20:37:28 +0000 (21:37 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 4 Feb 2019 20:37:28 +0000 (21:37 +0100)
* build-aux/declared.sh (func_version): Update package name.

ChangeLog
build-aux/declared.sh

index e1be2f70838dc11938223374b1f78a6df72e1f9f..92a7e5a63ec21c2db014b57a6279d63f5436e081 100644 (file)
--- 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.
index 324e544e740525d4b1db53faacbb100a081ad004..f3279571b7f848e9933ee5a1f7d9f0fdb16c8acf 100755 (executable)
@@ -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."