From: Bruno Haible Date: Mon, 4 Feb 2019 20:37:28 +0000 (+0100) Subject: declared.sh: Fix --version output. X-Git-Tag: v1.0~5083 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ddba03e406f52cdcc7b0c3bf90c47e12286819aa;p=gnulib.git declared.sh: Fix --version output. * build-aux/declared.sh (func_version): Update package name. --- diff --git a/ChangeLog b/ChangeLog index e1be2f7083..92a7e5a63e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-02-04 Bruno Haible + + declared.sh: Fix --version output. + * build-aux/declared.sh (func_version): Update package name. + 2019-02-03 Bruno Haible 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 ." # 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 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law."