+2024-06-14 Bruno Haible <bruno@clisp.org>
+
+ 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 <bruno@clisp.org>
Assume wchar_t.
--help print this help and exit
--version print version information and exit
-Report bugs to <bruno@clisp.org>."
+Send patches and bug reports to <bug-gnulib@gnu.org>."
}
# func_version
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 <https://gnu.org/licenses/gpl.html>
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
# - 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.
--help print this help and exit
--version print version information and exit
-Report bugs to <bruno@clisp.org>."
+Send patches and bug reports to <bug-gnulib@gnu.org>."
}
# func_version
wrapper scripts, and
CFLAGS=\"-g\" so that valgrind shows line numbers.
-Report bugs to Bruno Haible."
+Send patches and bug reports to <bug-gnulib@gnu.org>."
}
# 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 <https://gnu.org/licenses/gpl.html>
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