From: Bruno Haible Date: Fri, 14 Jun 2024 00:35:40 +0000 (+0200) Subject: Improve bug reporting address for some programs. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2f5973bdc76ea3a5989af3ffb2eb1de520ac2169;p=gnulib.git Improve bug reporting address for some programs. * build-aux/declared.sh (func_usage): Change bug reporting address to bug-gnulib. (func_version): Bump year. Improve "Written by" line. * build-aux/libtool-next-version (func_usage): Change bug reporting address to bug-gnulib. * build-aux/run-test (func_usage): Change bug reporting address to bug-gnulib. (func_version): Bump year. Improve "Written by" line. --- diff --git a/ChangeLog b/ChangeLog index a46eb4f1e5..5a7cd4b13b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2024-06-14 Bruno Haible + + Improve bug reporting address for some programs. + * build-aux/declared.sh (func_usage): Change bug reporting address to + bug-gnulib. + (func_version): Bump year. + * build-aux/libtool-next-version (func_usage): Change bug reporting + address to bug-gnulib. + * build-aux/run-test (func_usage): Change bug reporting address to + bug-gnulib. + (func_version): Bump year. + 2024-06-13 Bruno Haible Assume wchar_t. diff --git a/build-aux/declared.sh b/build-aux/declared.sh index 3886197bc3..4efdcec8bb 100755 --- a/build-aux/declared.sh +++ b/build-aux/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 diff --git a/build-aux/libtool-next-version b/build-aux/libtool-next-version index 74602b22f0..ce87bc8b4a 100755 --- a/build-aux/libtool-next-version +++ b/build-aux/libtool-next-version @@ -42,7 +42,7 @@ # - It does not enforce that applying the third or fourth rule is only # possible after applying the second rule. -scriptversion=2022-01-27 +scriptversion=2024-06-13 # func_usage # outputs to stdout the --help usage message. @@ -63,7 +63,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 diff --git a/build-aux/run-test b/build-aux/run-test index 56d4a3a4df..94ef7fd912 100755 --- a/build-aux/run-test +++ b/build-aux/run-test @@ -39,7 +39,7 @@ configured with wrapper scripts, and CFLAGS=\"-g\" so that valgrind shows line numbers. -Report bugs to Bruno Haible." +Send patches and bug reports to ." } # func_version @@ -48,12 +48,12 @@ func_version () { echo "\ run-test (GNU gnulib) -Copyright (C) 2019 Free Software Foundation, Inc. +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. - -Written by" "Bruno Haible" +There is NO WARRANTY, to the extent permitted by law." + echo + printf 'Written by %s.\n' "Bruno Haible" } # func_fatal_error message