# HG changeset patch # User Bruno Haible # Date 1549312648 -3600 # Node ID 91dd286c2a449611e9fb325b926987b0a431ab73 # Parent 6823a10c9418d480426b1cefb089e302aeba9deb declared.sh: Fix --version output. * build-aux/declared.sh (func_version): Update package name. diff -r 6823a10c9418 -r 91dd286c2a44 ChangeLog --- a/ChangeLog Sun Feb 03 21:44:16 2019 +0100 +++ b/ChangeLog Mon Feb 04 21:37:28 2019 +0100 @@ -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 -r 6823a10c9418 -r 91dd286c2a44 build-aux/declared.sh --- a/build-aux/declared.sh Sun Feb 03 21:44:16 2019 +0100 +++ b/build-aux/declared.sh Mon Feb 04 21:37:28 2019 +0100 @@ -46,8 +46,8 @@ # 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."