From 634b5ebac6213d2361555318c75a21f96881b3f2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 1 Jan 2022 11:05:05 -0800 Subject: Update copyright dates not handled by scripts/update-copyrights. I've updated copyright dates in glibc for 2022. This is the patch for the changes not generated by scripts/update-copyrights and subsequent build / regeneration of generated files. As well as the usual annual updates, mainly dates in --version output (minus csu/version.c which previously had to be handled manually but is now successfully updated by update-copyrights), there is a small change to the copyright notice in NEWS which should let NEWS get updated automatically next year. Please remember to include 2022 in the dates for any new files added in future (which means updating any existing uncommitted patches you have that add new files to use the new copyright dates in them). --- debug/catchsegv.sh | 2 +- debug/pcprofiledump.c | 2 +- debug/xtrace.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debug') diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index e9bf4df4b7..f8328eee69 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.sh @@ -39,7 +39,7 @@ EOF ;; --v | --ve | --ver | --vers | --versi | --versio | --version) echo 'catchsegv @PKGVERSION@@VERSION@' - echo 'Copyright (C) 2021 Free Software Foundation, Inc. + echo 'Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Ulrich Drepper.' diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index c57ac810a3..b2258f864f 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.c @@ -225,6 +225,6 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2021"); +"), "2022"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 08e5d57b94..8c56e01449 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -63,7 +63,7 @@ do_version() { printf $"Copyright (C) %s Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -" "2021" +" "2022" printf $"Written by %s. " "Ulrich Drepper" exit 0 -- cgit 1.4.1