From ddba03e406f52cdcc7b0c3bf90c47e12286819aa Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 4 Feb 2019 21:37:28 +0100 Subject: [PATCH] declared.sh: Fix --version output. * build-aux/declared.sh (func_version): Update package name. --- ChangeLog | 5 +++++ build-aux/declared.sh | 4 ++-- 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 + + 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." -- 2.11.4.GIT