public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Update copyright dates not handled by scripts/update-copyrights
@ 2023-01-06 21:45 Joseph Myers
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Myers @ 2023-01-06 21:45 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ae612c45efb5e34713859a5facf92368307efb6e

commit ae612c45efb5e34713859a5facf92368307efb6e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jan 6 21:45:36 2023 +0000

    Update copyright dates not handled by scripts/update-copyrights
    
    I've updated copyright dates in glibc for 2023.  This is the patch for
    the changes not generated by scripts/update-copyrights and subsequent
    build / regeneration of generated files.

Diff:
---
 catgets/gencat.c             | 2 +-
 debug/pcprofiledump.c        | 2 +-
 debug/xtrace.sh              | 2 +-
 elf/ldconfig.c               | 2 +-
 elf/ldd.bash.in              | 2 +-
 elf/pldd.c                   | 2 +-
 elf/sotruss.sh               | 2 +-
 elf/sprof.c                  | 2 +-
 iconv/iconv_prog.c           | 2 +-
 iconv/iconvconfig.c          | 2 +-
 locale/programs/locale.c     | 2 +-
 locale/programs/localedef.c  | 2 +-
 login/programs/pt_chown.c    | 2 +-
 malloc/memusage.sh           | 2 +-
 malloc/memusagestat.c        | 2 +-
 malloc/mtrace.pl             | 2 +-
 nscd/nscd.c                  | 2 +-
 nss/getent.c                 | 2 +-
 nss/makedb.c                 | 2 +-
 posix/getconf.c              | 2 +-
 scripts/test-installation.pl | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/catgets/gencat.c b/catgets/gencat.c
index f296451fae..61ac797349 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -245,7 +245,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c
index 71341e45b4..9f98aa8218 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/debug/xtrace.sh b/debug/xtrace.sh
index 37b5743723..3d1f2af43a 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.
-" "2022"
+" "2023"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 7ac57be01c..166dccb528 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -233,7 +233,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Andreas Jaeger");
 }
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index 7519527ba9..e45dec5894 100644
--- a/elf/ldd.bash.in
+++ b/elf/ldd.bash.in
@@ -38,7 +38,7 @@ while test $# -gt 0; do
     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.
-" "2022"
+" "2023"
     printf $"Written by %s and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
diff --git a/elf/pldd.c b/elf/pldd.c
index e08481c165..454805dc17 100644
--- a/elf/pldd.c
+++ b/elf/pldd.c
@@ -263,7 +263,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/elf/sotruss.sh b/elf/sotruss.sh
index 6201beccbb..874a6bed3f 100755
--- a/elf/sotruss.sh
+++ b/elf/sotruss.sh
@@ -75,7 +75,7 @@ while test $# -gt 0; do
     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.
-" "2022"
+" "2023"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
diff --git a/elf/sprof.c b/elf/sprof.c
index c655564ca5..dfca16b7a6 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -390,7 +390,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\
 "),
-	   "2022");
+	   "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c
index dc43101856..1d90938d71 100644
--- a/iconv/iconv_prog.c
+++ b/iconv/iconv_prog.c
@@ -405,7 +405,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c
index 9b2530de55..a319e2f762 100644
--- a/iconv/iconvconfig.c
+++ b/iconv/iconvconfig.c
@@ -398,7 +398,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index 376184a993..1d1a9b2f00 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -293,7 +293,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 58baad4a23..1b751bb7be 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -460,7 +460,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c
index 30f28e9497..aa352bcaf8 100644
--- a/login/programs/pt_chown.c
+++ b/login/programs/pt_chown.c
@@ -63,7 +63,7 @@ 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\
-"), "2022");
+"), "2023");
 }
 
 static char *
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index 058661a43e..b1f5848b74 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.
-" "2022"
+" "2023"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index ea7162b972..67c5131f79 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl
index 9e294d278b..872b4f17b5 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) 2022 Free Software Foundation, Inc.\n";
+	print "Copyright (C) 2023 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";
diff --git a/nscd/nscd.c b/nscd/nscd.c
index 8935f00503..424106421f 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -522,7 +522,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Thorsten Kukuk and Ulrich Drepper");
 }
diff --git a/nss/getent.c b/nss/getent.c
index b417418486..ad9c782866 100644
--- a/nss/getent.c
+++ b/nss/getent.c
@@ -93,7 +93,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
 }
 
diff --git a/nss/makedb.c b/nss/makedb.c
index cb1fc00888..48c8fe1333 100644
--- a/nss/makedb.c
+++ b/nss/makedb.c
@@ -387,7 +387,7 @@ 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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/posix/getconf.c b/posix/getconf.c
index 78456ed55d..60248f856e 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -486,7 +486,7 @@ main (int argc, char *argv[])
 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\
-"), "2022");
+"), "2023");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index 687c40a0ba..95971a1524 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -58,7 +58,7 @@ arglist: while (@ARGV) {
       $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
       $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
     print "test-installation (GNU $PACKAGE)\n";
-    print "Copyright (C) 2022 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2023 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 Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [glibc] Update copyright dates not handled by scripts/update-copyrights
@ 2024-01-01 18:56 Paul Eggert
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2024-01-01 18:56 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1059defeee95e28c65b266a55eba6d47d852026b

commit 1059defeee95e28c65b266a55eba6d47d852026b
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Mon Jan 1 10:35:28 2024 -0800

    Update copyright dates not handled by scripts/update-copyrights
    
    I've updated copyright dates in glibc for 2024.  This is the patch for
    the changes not generated by scripts/update-copyrights and subsequent
    build / regeneration of generated files.

Diff:
---
 catgets/gencat.c             | 2 +-
 debug/pcprofiledump.c        | 2 +-
 debug/xtrace.sh              | 2 +-
 elf/ldconfig.c               | 2 +-
 elf/ldd.bash.in              | 2 +-
 elf/pldd.c                   | 2 +-
 elf/sotruss.sh               | 2 +-
 elf/sprof.c                  | 2 +-
 iconv/iconv_prog.c           | 2 +-
 iconv/iconvconfig.c          | 2 +-
 locale/programs/locale.c     | 2 +-
 locale/programs/localedef.c  | 2 +-
 login/programs/pt_chown.c    | 2 +-
 malloc/memusage.sh           | 2 +-
 malloc/memusagestat.c        | 2 +-
 malloc/mtrace.pl             | 2 +-
 nscd/nscd.c                  | 2 +-
 nss/getent.c                 | 2 +-
 nss/makedb.c                 | 2 +-
 posix/getconf.c              | 2 +-
 scripts/test-installation.pl | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/catgets/gencat.c b/catgets/gencat.c
index 32a7dd19bc..7110970bd5 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -247,7 +247,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c
index a44522d428..049a9c2744 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/debug/xtrace.sh b/debug/xtrace.sh
index 28f0fa70ed..77ec1d84df 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.
-" "2023"
+" "2024"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 6be8a81a95..b64c54b53e 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -233,7 +233,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Andreas Jaeger");
 }
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index b6f5e83c53..d6b640df66 100644
--- a/elf/ldd.bash.in
+++ b/elf/ldd.bash.in
@@ -38,7 +38,7 @@ while test $# -gt 0; do
     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.
-" "2023"
+" "2024"
     printf $"Written by %s and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
diff --git a/elf/pldd.c b/elf/pldd.c
index c323856980..1333a87487 100644
--- a/elf/pldd.c
+++ b/elf/pldd.c
@@ -263,7 +263,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/elf/sotruss.sh b/elf/sotruss.sh
index 7454cd1f14..ac1a83984e 100755
--- a/elf/sotruss.sh
+++ b/elf/sotruss.sh
@@ -75,7 +75,7 @@ while test $# -gt 0; do
     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.
-" "2023"
+" "2024"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
diff --git a/elf/sprof.c b/elf/sprof.c
index 1c4831a238..b19aca3292 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -390,7 +390,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\
 "),
-	   "2023");
+	   "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c
index d4762badcc..a765b1af21 100644
--- a/iconv/iconv_prog.c
+++ b/iconv/iconv_prog.c
@@ -405,7 +405,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c
index 65b0f8adde..97d33784c2 100644
--- a/iconv/iconvconfig.c
+++ b/iconv/iconvconfig.c
@@ -398,7 +398,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index 5f413da0ca..c7ee1874e8 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -293,7 +293,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 10bef0afc6..907bb5fb25 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -460,7 +460,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c
index 5ed8ce6d87..dbdf08a4f9 100644
--- a/login/programs/pt_chown.c
+++ b/login/programs/pt_chown.c
@@ -63,7 +63,7 @@ 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\
-"), "2023");
+"), "2024");
 }
 
 static char *
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index adc23236db..d2d9d17ea8 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.
-" "2023"
+" "2024"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index 12e0a8c6b6..60fba6e6c2 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -583,6 +583,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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl
index 66da6a686d..075da0d9f1 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) 2023 Free Software Foundation, Inc.\n";
+	print "Copyright (C) 2024 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";
diff --git a/nscd/nscd.c b/nscd/nscd.c
index 012641eb66..13c0c8985f 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -522,7 +522,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Thorsten Kukuk and Ulrich Drepper");
 }
diff --git a/nss/getent.c b/nss/getent.c
index 2da0f2e1ac..34877fdaf9 100644
--- a/nss/getent.c
+++ b/nss/getent.c
@@ -93,7 +93,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
 }
 
diff --git a/nss/makedb.c b/nss/makedb.c
index aa1ec2c574..5cc37da799 100644
--- a/nss/makedb.c
+++ b/nss/makedb.c
@@ -388,7 +388,7 @@ 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\
-"), "2023");
+"), "2024");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/posix/getconf.c b/posix/getconf.c
index f9c3383745..6a2127b3ee 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -486,7 +486,7 @@ main (int argc, char *argv[])
 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\
-"), "2023");
+"), "2024");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index 91a9d22644..f56dab935b 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -58,7 +58,7 @@ arglist: while (@ARGV) {
       $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
       $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
     print "test-installation (GNU $PACKAGE)\n";
-    print "Copyright (C) 2023 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2024 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 Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [glibc] Update copyright dates not handled by scripts/update-copyrights.
@ 2022-01-01 19:44 Paul Eggert
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2022-01-01 19:44 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=634b5ebac6213d2361555318c75a21f96881b3f2

commit 634b5ebac6213d2361555318c75a21f96881b3f2
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Jan 1 11:05:05 2022 -0800

    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).

Diff:
---
 catgets/gencat.c                   | 2 +-
 debug/catchsegv.sh                 | 2 +-
 debug/pcprofiledump.c              | 2 +-
 debug/xtrace.sh                    | 2 +-
 elf/ldconfig.c                     | 2 +-
 elf/ldd.bash.in                    | 2 +-
 elf/pldd.c                         | 2 +-
 elf/sotruss.sh                     | 2 +-
 elf/sprof.c                        | 2 +-
 iconv/iconv_prog.c                 | 2 +-
 iconv/iconvconfig.c                | 2 +-
 locale/programs/locale.c           | 2 +-
 locale/programs/localedef.c        | 2 +-
 login/programs/pt_chown.c          | 2 +-
 malloc/memusage.sh                 | 2 +-
 malloc/memusagestat.c              | 2 +-
 malloc/mtrace.pl                   | 2 +-
 nscd/nscd.c                        | 2 +-
 nss/getent.c                       | 2 +-
 nss/makedb.c                       | 2 +-
 posix/getconf.c                    | 2 +-
 scripts/test-installation.pl       | 2 +-
 sysdeps/unix/sysv/linux/lddlibc4.c | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/catgets/gencat.c b/catgets/gencat.c
index 911d24249b..cebf1fd435 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -245,7 +245,7 @@ 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/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
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index c363a9596b..057c3dd666 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -328,7 +328,7 @@ 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"),
 	   "Andreas Jaeger");
 }
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index d52414336c..3253b32ef8 100644
--- a/elf/ldd.bash.in
+++ b/elf/ldd.bash.in
@@ -38,7 +38,7 @@ while test $# -gt 0; do
     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 and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
diff --git a/elf/pldd.c b/elf/pldd.c
index 81ff7ac638..f720b2c515 100644
--- a/elf/pldd.c
+++ b/elf/pldd.c
@@ -263,7 +263,7 @@ 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/elf/sotruss.sh b/elf/sotruss.sh
index df0bdfdb44..22327eac5c 100755
--- a/elf/sotruss.sh
+++ b/elf/sotruss.sh
@@ -75,7 +75,7 @@ while test $# -gt 0; do
     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.\n" "Ulrich Drepper"
     exit 0
     ;;
diff --git a/elf/sprof.c b/elf/sprof.c
index 44be8b43ba..405fbcbf38 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -390,7 +390,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\
 "),
-	   "2021");
+	   "2022");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c
index e176c89560..9a2e4ff23f 100644
--- a/iconv/iconv_prog.c
+++ b/iconv/iconv_prog.c
@@ -405,7 +405,7 @@ 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/iconv/iconvconfig.c b/iconv/iconvconfig.c
index 6296b0dc9a..24a167b5d9 100644
--- a/iconv/iconvconfig.c
+++ b/iconv/iconvconfig.c
@@ -398,7 +398,7 @@ 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/locale/programs/locale.c b/locale/programs/locale.c
index 24ac0c95ff..1b51b50d68 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -293,7 +293,7 @@ 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/locale/programs/localedef.c b/locale/programs/localedef.c
index 3d39daaad1..35a092a111 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -460,7 +460,7 @@ 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/login/programs/pt_chown.c b/login/programs/pt_chown.c
index 90c677c358..8447caf0d6 100644
--- a/login/programs/pt_chown.c
+++ b/login/programs/pt_chown.c
@@ -63,7 +63,7 @@ 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");
 }
 
 static char *
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index 2bb81013bd..f447160b7d 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 0c7a9dc724..a1ee5cfacd 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 142e2a11ee..042df725eb 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";
diff --git a/nscd/nscd.c b/nscd/nscd.c
index 41c047c60b..1897cae671 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -522,7 +522,7 @@ 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"),
 	   "Thorsten Kukuk and Ulrich Drepper");
 }
diff --git a/nss/getent.c b/nss/getent.c
index 6265455a9f..8178b4b470 100644
--- a/nss/getent.c
+++ b/nss/getent.c
@@ -88,7 +88,7 @@ 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"), "Thorsten Kukuk");
 }
 
diff --git a/nss/makedb.c b/nss/makedb.c
index afd35b22d3..d3fc1c5af9 100644
--- a/nss/makedb.c
+++ b/nss/makedb.c
@@ -386,7 +386,7 @@ 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/posix/getconf.c b/posix/getconf.c
index 0bdbb5fd8e..a1adbc4b50 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -486,7 +486,7 @@ main (int argc, char *argv[])
 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");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index 261a5f96c9..98c825332f 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -58,7 +58,7 @@ arglist: while (@ARGV) {
       $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
       $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
     print "test-installation (GNU $PACKAGE)\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 Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";
diff --git a/sysdeps/unix/sysv/linux/lddlibc4.c b/sysdeps/unix/sysv/linux/lddlibc4.c
index 3c7f8978de..153d2ad183 100644
--- a/sysdeps/unix/sysv/linux/lddlibc4.c
+++ b/sysdeps/unix/sysv/linux/lddlibc4.c
@@ -68,7 +68,7 @@ main (int argc, char *argv[])
 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");
       return 0;
     }


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [glibc] Update copyright dates not handled by scripts/update-copyrights.
@ 2021-01-02 20:20 Paul Eggert
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2021-01-02 20:20 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9fcdec73862b887dbd7991ffe5f161528fc79395

commit 9fcdec73862b887dbd7991ffe5f161528fc79395
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Jan 2 11:47:54 2021 -0800

    Update copyright dates not handled by scripts/update-copyrights.
    
    I've updated copyright dates in glibc for 2021.  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 2021 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).

Diff:
---
 NEWS                               | 4 +---
 catgets/gencat.c                   | 2 +-
 debug/catchsegv.sh                 | 2 +-
 debug/pcprofiledump.c              | 2 +-
 debug/xtrace.sh                    | 2 +-
 elf/ldconfig.c                     | 2 +-
 elf/ldd.bash.in                    | 2 +-
 elf/pldd.c                         | 2 +-
 elf/sotruss.sh                     | 2 +-
 elf/sprof.c                        | 2 +-
 iconv/iconv_prog.c                 | 2 +-
 iconv/iconvconfig.c                | 2 +-
 locale/programs/locale.c           | 2 +-
 locale/programs/localedef.c        | 2 +-
 login/programs/pt_chown.c          | 2 +-
 malloc/memusage.sh                 | 2 +-
 malloc/memusagestat.c              | 2 +-
 malloc/mtrace.pl                   | 2 +-
 nptl/version.c                     | 2 +-
 nscd/nscd.c                        | 2 +-
 nss/getent.c                       | 2 +-
 nss/makedb.c                       | 2 +-
 posix/getconf.c                    | 2 +-
 scripts/test-installation.pl       | 2 +-
 sysdeps/unix/sysv/linux/lddlibc4.c | 2 +-
 25 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/NEWS b/NEWS
index 85640b472e..8f40026458 100644
--- a/NEWS
+++ b/NEWS
@@ -6225,9 +6225,7 @@ Version 1.04
   latest files released from Berkeley.
 \f
 ----------------------------------------------------------------------
-Copyright information:
-
-Copyright (C) 1992-2020 Free Software Foundation, Inc.
+Copying conditions:
 
    Permission is granted to anyone to make or distribute verbatim copies
    of this document as received, in any medium, provided that the
diff --git a/catgets/gencat.c b/catgets/gencat.c
index ce1801a8ca..ff94475b5c 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -246,7 +246,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh
index a3e93bee0e..0c4b819ee4 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) 2020 Free Software Foundation, Inc.
+      echo 'Copyright (C) 2021 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 0dcdf3d7b8..a213c1249e 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/debug/xtrace.sh b/debug/xtrace.sh
index 5a7769d43a..279fe59ac6 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.
-" "2020"
+" "2021"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 724b78d100..bbcf8f5c5c 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -328,7 +328,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Andreas Jaeger");
 }
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index efb5ff2851..57442bc3f2 100644
--- a/elf/ldd.bash.in
+++ b/elf/ldd.bash.in
@@ -38,7 +38,7 @@ while test $# -gt 0; do
     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.
-" "2020"
+" "2021"
     printf $"Written by %s and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
diff --git a/elf/pldd.c b/elf/pldd.c
index 61aca764eb..3d06813fee 100644
--- a/elf/pldd.c
+++ b/elf/pldd.c
@@ -264,7 +264,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/elf/sotruss.sh b/elf/sotruss.sh
index f8003490e1..fd4da80244 100755
--- a/elf/sotruss.sh
+++ b/elf/sotruss.sh
@@ -75,7 +75,7 @@ while test $# -gt 0; do
     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.
-" "2020"
+" "2021"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
diff --git a/elf/sprof.c b/elf/sprof.c
index c8f10a49c9..bc049c8f79 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\
 "),
-	   "2020");
+	   "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c
index d8c94a83e3..c5dbb18519 100644
--- a/iconv/iconv_prog.c
+++ b/iconv/iconv_prog.c
@@ -406,7 +406,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c
index c625c9ae26..e04dd8a2e1 100644
--- a/iconv/iconvconfig.c
+++ b/iconv/iconvconfig.c
@@ -397,7 +397,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index d9ffcdcf98..575b208e82 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -294,7 +294,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 5907cbad8b..832c8fd1fc 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -461,7 +461,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c
index 61154b0d07..ee2fbd5f8d 100644
--- a/login/programs/pt_chown.c
+++ b/login/programs/pt_chown.c
@@ -64,7 +64,7 @@ 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\
-"), "2020");
+"), "2021");
 }
 
 static char *
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index c108e85099..c1cd4e23b7 100755
--- a/malloc/memusage.sh
+++ b/malloc/memusage.sh
@@ -71,7 +71,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.
-" "2020"
+" "2021"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index bbcebb0143..4c823b94f6 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -582,6 +582,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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl
index f4e32fce86..6f49c8338d 100644
--- a/malloc/mtrace.pl
+++ b/malloc/mtrace.pl
@@ -45,7 +45,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) 2020 Free Software Foundation, Inc.\n";
+	print "Copyright (C) 2021 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";
diff --git a/nptl/version.c b/nptl/version.c
index edd258cce8..2d37d76d6a 100644
--- a/nptl/version.c
+++ b/nptl/version.c
@@ -23,7 +23,7 @@
 
 static const char banner[] =
 "Native POSIX Threads Library\n\
-Copyright (C) 2020 Free Software Foundation, Inc.\n\
+Copyright (C) 2021 Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.\n"
diff --git a/nscd/nscd.c b/nscd/nscd.c
index ad8484bbcb..3ca7c522c2 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -523,7 +523,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Thorsten Kukuk and Ulrich Drepper");
 }
diff --git a/nss/getent.c b/nss/getent.c
index ba91035995..ec48ba4bf1 100644
--- a/nss/getent.c
+++ b/nss/getent.c
@@ -89,7 +89,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
 }
 
diff --git a/nss/makedb.c b/nss/makedb.c
index f48983397f..74edb749cf 100644
--- a/nss/makedb.c
+++ b/nss/makedb.c
@@ -387,7 +387,7 @@ 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\
-"), "2020");
+"), "2021");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/posix/getconf.c b/posix/getconf.c
index eaf7b6e684..efc9623b3b 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -486,7 +486,7 @@ main (int argc, char *argv[])
 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\
-"), "2020");
+"), "2021");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index 50a6b82a22..66c8c23873 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -59,7 +59,7 @@ arglist: while (@ARGV) {
       $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
       $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
     print "test-installation (GNU $PACKAGE)\n";
-    print "Copyright (C) 2020 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2021 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 Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";
diff --git a/sysdeps/unix/sysv/linux/lddlibc4.c b/sysdeps/unix/sysv/linux/lddlibc4.c
index d18e8ee4b7..642379eeb4 100644
--- a/sysdeps/unix/sysv/linux/lddlibc4.c
+++ b/sysdeps/unix/sysv/linux/lddlibc4.c
@@ -69,7 +69,7 @@ main (int argc, char *argv[])
 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\
-"), "2020");
+"), "2021");
       return 0;
     }


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [glibc] Update copyright dates not handled by scripts/update-copyrights.
@ 2020-01-01  0:21 Joseph Myers
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Myers @ 2020-01-01  0:21 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5f72f9800b250410cad3abfeeb09469ef12b2438

commit 5f72f9800b250410cad3abfeeb09469ef12b2438
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jan 1 00:21:22 2020 +0000

    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).

Diff:
---
 NEWS                                                   | 2 +-
 catgets/gencat.c                                       | 2 +-
 csu/version.c                                          | 2 +-
 debug/catchsegv.sh                                     | 2 +-
 debug/pcprofiledump.c                                  | 2 +-
 debug/xtrace.sh                                        | 2 +-
 elf/ldconfig.c                                         | 2 +-
 elf/ldd.bash.in                                        | 2 +-
 elf/pldd.c                                             | 2 +-
 elf/sotruss.sh                                         | 2 +-
 elf/sprof.c                                            | 2 +-
 iconv/iconv_prog.c                                     | 2 +-
 iconv/iconvconfig.c                                    | 2 +-
 locale/programs/locale.c                               | 2 +-
 locale/programs/localedef.c                            | 2 +-
 login/programs/pt_chown.c                              | 2 +-
 malloc/memusage.sh                                     | 2 +-
 malloc/memusagestat.c                                  | 2 +-
 malloc/mtrace.pl                                       | 2 +-
 nptl/version.c                                         | 2 +-
 nscd/nscd.c                                            | 2 +-
 nss/getent.c                                           | 2 +-
 nss/makedb.c                                           | 2 +-
 posix/getconf.c                                        | 2 +-
 scripts/test-installation.pl                           | 2 +-
 sysdeps/unix/sysv/linux/lddlibc4.c                     | 2 +-
 sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/NEWS b/NEWS
index c0bbd39..7249fca 100644
--- a/NEWS
+++ b/NEWS
@@ -5733,7 +5733,7 @@ Version 1.04
 ----------------------------------------------------------------------
 Copyright information:
 
-Copyright (C) 1992-2019 Free Software Foundation, Inc.
+Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
    Permission is granted to anyone to make or distribute verbatim copies
    of this document as received, in any medium, provided that the
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 8f1ea4c..f8bc7ad 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -246,7 +246,7 @@ 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/csu/version.c b/csu/version.c
index cc677cb..57b49df 100644
--- a/csu/version.c
+++ b/csu/version.c
@@ -25,7 +25,7 @@ static const char __libc_version[] = VERSION;
 
 static const char banner[] =
 "GNU C Library "PKGVERSION RELEASE" release version "VERSION".\n\
-Copyright (C) 2019 Free Software Foundation, Inc.\n\
+Copyright (C) 2020 Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.\n\
diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh
index 0e78f7e..dcf5948 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 deefcbb..0c9c6c1 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 a22badf..e52bf35 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
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 8b3e6a6..681ed78 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -325,7 +325,7 @@ 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"),
 	   "Andreas Jaeger");
 }
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index 95c6605..467cbf4 100644
--- a/elf/ldd.bash.in
+++ b/elf/ldd.bash.in
@@ -38,7 +38,7 @@ while test $# -gt 0; do
     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 and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
diff --git a/elf/pldd.c b/elf/pldd.c
index 5b1ccd5..dcf621d 100644
--- a/elf/pldd.c
+++ b/elf/pldd.c
@@ -264,7 +264,7 @@ 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/elf/sotruss.sh b/elf/sotruss.sh
index 16cf24d..bfce293 100755
--- a/elf/sotruss.sh
+++ b/elf/sotruss.sh
@@ -75,7 +75,7 @@ while test $# -gt 0; do
     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.\n" "Ulrich Drepper"
     exit 0
     ;;
diff --git a/elf/sprof.c b/elf/sprof.c
index 21521a3..364d706 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");
 }
 
diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c
index 19f4487..9709e4a 100644
--- a/iconv/iconv_prog.c
+++ b/iconv/iconv_prog.c
@@ -423,7 +423,7 @@ 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/iconv/iconvconfig.c b/iconv/iconvconfig.c
index da6855f..18c1ef3 100644
--- a/iconv/iconvconfig.c
+++ b/iconv/iconvconfig.c
@@ -397,7 +397,7 @@ 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/locale/programs/locale.c b/locale/programs/locale.c
index 995f9f3..e2e309c 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -294,7 +294,7 @@ 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/locale/programs/localedef.c b/locale/programs/localedef.c
index 7e4e2fb..dbbb014 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -464,7 +464,7 @@ 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/login/programs/pt_chown.c b/login/programs/pt_chown.c
index 20c68f1..b7df9c5 100644
--- a/login/programs/pt_chown.c
+++ b/login/programs/pt_chown.c
@@ -64,7 +64,7 @@ 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");
 }
 
 static char *
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index 08b0ad0..14fbd5d 100755
--- a/malloc/memusage.sh
+++ b/malloc/memusage.sh
@@ -71,7 +71,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
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index ebf15b6..9f28d2a 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -582,6 +582,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/malloc/mtrace.pl b/malloc/mtrace.pl
index ef44a39..40389ac 100644
--- a/malloc/mtrace.pl
+++ b/malloc/mtrace.pl
@@ -45,7 +45,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) 2019 Free Software Foundation, Inc.\n";
+	print "Copyright (C) 2020 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";
diff --git a/nptl/version.c b/nptl/version.c
index 403d7c1..ce10b9c 100644
--- a/nptl/version.c
+++ b/nptl/version.c
@@ -23,7 +23,7 @@
 
 static const char banner[] =
 "Native POSIX Threads Library\n\
-Copyright (C) 2019 Free Software Foundation, Inc.\n\
+Copyright (C) 2020 Free Software Foundation, Inc.\n\
 This is free software; see the source for copying conditions.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.\n"
diff --git a/nscd/nscd.c b/nscd/nscd.c
index fa3bf07..310111a 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -510,7 +510,7 @@ 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"),
 	   "Thorsten Kukuk and Ulrich Drepper");
 }
diff --git a/nss/getent.c b/nss/getent.c
index 1b1af68..897f445 100644
--- a/nss/getent.c
+++ b/nss/getent.c
@@ -89,7 +89,7 @@ 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"), "Thorsten Kukuk");
 }
 
diff --git a/nss/makedb.c b/nss/makedb.c
index 7e1ff29..8e389a1 100644
--- a/nss/makedb.c
+++ b/nss/makedb.c
@@ -386,7 +386,7 @@ 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/posix/getconf.c b/posix/getconf.c
index 0537cc8..a8ba876 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -486,7 +486,7 @@ main (int argc, char *argv[])
 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");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index ec1771e..d16e321 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -59,7 +59,7 @@ arglist: while (@ARGV) {
       $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
       $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
     print "test-installation (GNU $PACKAGE)\n";
-    print "Copyright (C) 2019 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2020 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 Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";
diff --git a/sysdeps/unix/sysv/linux/lddlibc4.c b/sysdeps/unix/sysv/linux/lddlibc4.c
index 459c9e9..128ebf2 100644
--- a/sysdeps/unix/sysv/linux/lddlibc4.c
+++ b/sysdeps/unix/sysv/linux/lddlibc4.c
@@ -69,7 +69,7 @@ main (int argc, char *argv[])
 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");
       return 0;
     }
 
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h b/sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h
index 4334130..2832a14 100644
--- a/sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h
+++ b/sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h
@@ -1,5 +1,5 @@
 /* termios local mode definitions.  Linux/powerpc version.
-   Copyright (C) 2019i Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-01 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 21:45 [glibc] Update copyright dates not handled by scripts/update-copyrights Joseph Myers
  -- strict thread matches above, loose matches on Subject: below --
2024-01-01 18:56 Paul Eggert
2022-01-01 19:44 Paul Eggert
2021-01-02 20:20 Paul Eggert
2020-01-01  0:21 Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).