From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- lib/declared.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/declared.sh') diff --git a/lib/declared.sh b/lib/declared.sh index 3886197b..4efdcec8 100755 --- a/lib/declared.sh +++ b/lib/declared.sh @@ -39,7 +39,7 @@ Options: --help print this help and exit --version print version information and exit -Report bugs to ." +Send patches and bug reports to ." } # func_version @@ -47,11 +47,12 @@ Report bugs to ." func_version () { echo "declared.sh (GNU gnulib)" - echo "Copyright (C) 2022 Free Software Foundation, Inc. + echo "Copyright (C) 2024 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." - echo "Written by" "Bruno Haible" + echo + printf 'Written by %s.\n' "Bruno Haible" } # func_fatal_error message -- cgit v1.2.3