aboutsummaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-01 11:05:05 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-01 11:42:26 -0800
commit634b5ebac6213d2361555318c75a21f96881b3f2 (patch)
treef23265a0878ca9a3d900974e892b5d18db01ebf3 /malloc
parent581c785bf31bc74430320c7856bbfa3875d025fe (diff)
downloadglibc-634b5ebac6213d2361555318c75a21f96881b3f2.zip
glibc-634b5ebac6213d2361555318c75a21f96881b3f2.tar.gz
glibc-634b5ebac6213d2361555318c75a21f96881b3f2.tar.bz2
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).
Diffstat (limited to 'malloc')
-rwxr-xr-xmalloc/memusage.sh2
-rw-r--r--malloc/memusagestat.c2
-rw-r--r--malloc/mtrace.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index 2bb8101..f447160 100755
--- a/malloc/memusage.sh
+++ b/malloc/memusage.sh
@@ -70,7 +70,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
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index 0c7a9dc..a1ee5cf 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -581,6 +581,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/malloc/mtrace.pl b/malloc/mtrace.pl
index 142e2a1..042df72 100644
--- a/malloc/mtrace.pl
+++ b/malloc/mtrace.pl
@@ -44,7 +44,7 @@ arglist: while (@ARGV) {
$ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
$ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
print "mtrace $PKGVERSION$VERSION\n";
- print "Copyright (C) 2021 Free Software Foundation, Inc.\n";
+ print "Copyright (C) 2022 Free Software Foundation, Inc.\n";
print "This is free software; see the source for copying conditions. There is NO\n";
print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
print "Written by Ulrich Drepper <drepper\@gnu.org>\n";