summaryrefslogtreecommitdiff
path: root/build-aux/declared.sh
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 /build-aux/declared.sh
parent10d0e6a7df36819e9a9697eb09834cb173e53f35 (diff)
downloadgnulib-ddba03e406f52cdcc7b0c3bf90c47e12286819aa.tar.gz
declared.sh: Fix --version output.
* build-aux/declared.sh (func_version): Update package name.
Diffstat (limited to 'build-aux/declared.sh')
-rwxr-xr-xbuild-aux/declared.sh4
1 files changed, 2 insertions, 2 deletions
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."