]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update copyright dates not handled by scripts/update-copyrights.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Jan 2021 19:47:54 +0000 (11:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Jan 2021 20:17:34 +0000 (12:17 -0800)
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).

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

diff --git a/NEWS b/NEWS
index 85640b472eb0e39162c5f01b389543ecc8751e3a..8f400264583817db2c3b361fbe169970f084da0a 100644 (file)
--- 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
index ce1801a8ca9b9d87704c660c4a503f6868d5cacf..ff94475b5c730834e688312b0f35dc7b71b5fe8d 100644 (file)
@@ -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");
 }
 
index a3e93bee0e4cdbfecb83af45c25bf0cacdc8f0cc..0c4b819ee43deaa1cb8ca0035b7f3b6c2c846878 100755 (executable)
@@ -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.'
index 0dcdf3d7b844c25c2d7dd6de3464ed6e658cf174..a213c1249e29dde8f0d896aa94d6d11af046fac0 100644 (file)
@@ -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");
 }
index 5a7769d43acb6ba9e14bfd8e862bfc57e958c3de..279fe59ac61a2cf8cf13ec883858b3de90e06afc 100755 (executable)
@@ -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
index 724b78d1000166f256e80cb9e76b79332aa11f6e..bbcf8f5c5cbdd28aaf1d61ccc8a14f33f217811b 100644 (file)
@@ -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");
 }
index efb5ff28519396f739858c2715e01633cb68454c..57442bc3f235b7f7ea8ec8e446d407e47c255820 100644 (file)
@@ -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
index 61aca764eb86b9f8dfd0210ebb13ea165f5e3718..3d06813feeaaafbf1d2b69afc8f391d91f7f0a3e 100644 (file)
@@ -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");
 }
 
index f8003490e1e213c8b7884c3e6031b1aaa1d198b3..fd4da80244014142f123c5728d1633dad7d3918a 100755 (executable)
@@ -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
     ;;
index c8f10a49c98392e3d79bcb60aba3149ff5348ef2..bc049c8f79220015d967a66106520e42d27acfd9 100644 (file)
@@ -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");
 }
 
index d8c94a83e39ccc3cc74ada85d68037ca8a35bc0c..c5dbb18519c2d4dab2667273a4e1497a4607fb3e 100644 (file)
@@ -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");
 }
 
index c625c9ae26230a92e186ffd1cf1a09c07d5302a4..e04dd8a2e16bf223496cd7018de873da27a8d880 100644 (file)
@@ -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");
 }
 
index d9ffcdcf98705ec1374bfbe62ee7d3448af3725c..575b208e82d7bff89b20fce6cd5392cdea067f2a 100644 (file)
@@ -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");
 }
 
index 5907cbad8b26b98f777fdce66fd97e285e2ae1d8..832c8fd1fc7c46ec78a79ab6920f31504e06febd 100644 (file)
@@ -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");
 }
 
index 61154b0d07c8aa340b863e97ce1ce40156d0a003..ee2fbd5f8dbb0424f93b0cbe1d40c80e8ccbdec2 100644 (file)
@@ -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 *
index c108e8509969778985433f0c99bdce54f7756170..c1cd4e23b7348d6bcfdaf07cf8558235064594a0 100755 (executable)
@@ -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
index bbcebb01431aa237ed86400bac7b1b128eb82e39..4c823b94f626656b1936b33d29af645715a3df7e 100644 (file)
@@ -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");
 }
index f4e32fce862881645730799788c21a383ef60a5d..6f49c8338dca658087838a84936de4f2268b77cf 100644 (file)
@@ -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";
index edd258cce8a093b9982d73228a4e01fb0e9dd3bf..2d37d76d6a4d9654817bcb52abf1a18868fba129 100644 (file)
@@ -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"
index ad8484bbcb2ddb7eadf4e251a9326a47f7c5d1dc..3ca7c522c215aa1249f563932e467e36fe9c3508 100644 (file)
@@ -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");
 }
index ba91035995e657a94b5f9b7208558e0f1f5f5507..ec48ba4bf1f5f788ad6bca0071150b4a736b3a1b 100644 (file)
@@ -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");
 }
 
index f48983397fa407bccacc19be6d4aa37915c66825..74edb749cf45c82291e90e1cf169a685c5caf86e 100644 (file)
@@ -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");
 }
 
index eaf7b6e6847d34afb7d7e8c62bb6473a39b9d673..efc9623b3bb0db6514e1d2321107356dc6df40e0 100644 (file)
@@ -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;
     }
index 50a6b82a222a0c7cdf4ee4b9c9145954811a6fc7..66c8c238735dd5f1ffd94388377273a750553303 100755 (executable)
@@ -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";
index d18e8ee4b7ddd58b7ac1ac9410e36bae68ded8e4..642379eeb4b101f7e237ec610fbf9b7ebd72734e 100644 (file)
@@ -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;
     }