about summary refs log tree commit diff
path: root/elf/sprof.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-01-01 00:21:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-01-01 00:21:22 +0000
commit5f72f9800b250410cad3abfeeb09469ef12b2438 (patch)
treed8bdee0a70ac3cbb05c07a5da9439be38990578d /elf/sprof.c
parentd614a7539657941a9201c236b2f15afac18e1213 (diff)
downloadglibc-5f72f9800b250410cad3abfeeb09469ef12b2438.tar.gz
glibc-5f72f9800b250410cad3abfeeb09469ef12b2438.tar.xz
glibc-5f72f9800b250410cad3abfeeb09469ef12b2438.zip
Update copyright dates not handled by scripts/update-copyrights.
I've updated copyright dates in glibc for 2020.  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 libc.texinfo which
previously had to be handled manually but is now successfully updated
by update-copyrights), there is a fix to
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h where a typo in
the copyright notice meant it failed to be updated automatically.

Please remember to include 2020 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 'elf/sprof.c')
-rw-r--r--elf/sprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/sprof.c b/elf/sprof.c
index 21521a3e66..364d7069ec 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -391,7 +391,7 @@ 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\
 "),
-	   "2019");
+	   "2020");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }