about summary refs log tree commit diff
path: root/debug
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 /debug
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 'debug')
-rwxr-xr-xdebug/catchsegv.sh2
-rw-r--r--debug/pcprofiledump.c2
-rwxr-xr-xdebug/xtrace.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh
index 0e78f7e5c0..dcf5948400 100755
--- a/debug/catchsegv.sh
+++ b/debug/catchsegv.sh
@@ -40,7 +40,7 @@ EOF
       ;;
     --v | --ve | --ver | --vers | --versi | --versio | --version)
       echo 'catchsegv @PKGVERSION@@VERSION@'
-      echo 'Copyright (C) 2019 Free Software Foundation, Inc.
+      echo 'Copyright (C) 2020 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 deefcbb2ea..0c9c6c1331 100644
--- a/debug/pcprofiledump.c
+++ b/debug/pcprofiledump.c
@@ -226,6 +226,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\
-"), "2019");
+"), "2020");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/debug/xtrace.sh b/debug/xtrace.sh
index a22badf44d..e52bf35815 100755
--- a/debug/xtrace.sh
+++ b/debug/xtrace.sh
@@ -64,7 +64,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.
-" "2019"
+" "2020"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0