]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update copyright dates not handled by scripts/update-copyrights.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 1 Jan 2019 00:15:13 +0000 (00:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 1 Jan 2019 00:15:13 +0000 (00:15 +0000)
I've updated copyright dates in glibc for 2019.  This is the patch for
the changes not generated by scripts/update-copyrights and subsequent
build / regeneration of generated files.

Please remember to include 2019 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).

* NEWS: Update copyright dates.
* catgets/gencat.c (print_version): Likewise.
* csu/version.c (banner): Likewise.
* debug/catchsegv.sh: Likewise.
* debug/pcprofiledump.c (print_version): Likewise.
* debug/xtrace.sh (do_version): Likewise.
* elf/ldconfig.c (print_version): Likewise.
* elf/ldd.bash.in: Likewise.
* elf/pldd.c (print_version): Likewise.
* elf/sotruss.sh: Likewise.
* elf/sprof.c (print_version): Likewise.
* iconv/iconv_prog.c (print_version): Likewise.
* iconv/iconvconfig.c (print_version): Likewise.
* locale/programs/locale.c (print_version): Likewise.
* locale/programs/localedef.c (print_version): Likewise.
* login/programs/pt_chown.c (print_version): Likewise.
* malloc/memusage.sh (do_version): Likewise.
* malloc/memusagestat.c (print_version): Likewise.
* malloc/mtrace.pl: Likewise.
* manual/libc.texinfo: Likewise.
* nptl/version.c (banner): Likewise.
* nscd/nscd.c (print_version): Likewise.
* nss/getent.c (print_version): Likewise.
* nss/makedb.c (print_version): Likewise.
* posix/getconf.c (main): Likewise.
* scripts/test-installation.pl: Likewise.
* sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.

28 files changed:
ChangeLog
NEWS
catgets/gencat.c
csu/version.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
manual/libc.texinfo
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

index 628522f8290e51baed459462c64b20bdb37878a8..d25766ead41a125cf701fec30686e919f6736f3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
 2019-01-01  Joseph Myers  <joseph@codesourcery.com>
 
+       * NEWS: Update copyright dates.
+       * catgets/gencat.c (print_version): Likewise.
+       * csu/version.c (banner): Likewise.
+       * debug/catchsegv.sh: Likewise.
+       * debug/pcprofiledump.c (print_version): Likewise.
+       * debug/xtrace.sh (do_version): Likewise.
+       * elf/ldconfig.c (print_version): Likewise.
+       * elf/ldd.bash.in: Likewise.
+       * elf/pldd.c (print_version): Likewise.
+       * elf/sotruss.sh: Likewise.
+       * elf/sprof.c (print_version): Likewise.
+       * iconv/iconv_prog.c (print_version): Likewise.
+       * iconv/iconvconfig.c (print_version): Likewise.
+       * locale/programs/locale.c (print_version): Likewise.
+       * locale/programs/localedef.c (print_version): Likewise.
+       * login/programs/pt_chown.c (print_version): Likewise.
+       * malloc/memusage.sh (do_version): Likewise.
+       * malloc/memusagestat.c (print_version): Likewise.
+       * malloc/mtrace.pl: Likewise.
+       * manual/libc.texinfo: Likewise.
+       * nptl/version.c (banner): Likewise.
+       * nscd/nscd.c (print_version): Likewise.
+       * nss/getent.c (print_version): Likewise.
+       * nss/makedb.c (print_version): Likewise.
+       * posix/getconf.c (main): Likewise.
+       * scripts/test-installation.pl: Likewise.
+       * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
+
        * All files with FSF copyright notices: Update copyright dates
        using scripts/update-copyrights.
        * locale/programs/charmap-kw.h: Regenerated.
diff --git a/NEWS b/NEWS
index a30f89d352e022160a82c4a2711a62cc261b1675..4c8bc924ce3293af63a50aee7ebb04d6847b9fdd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5236,7 +5236,7 @@ Version 1.04
 ----------------------------------------------------------------------
 Copyright information:
 
-Copyright (C) 1992-2018 Free Software Foundation, Inc.
+Copyright (C) 1992-2019 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
index 46e33ac4cc633e2440aee4f8d9213f419c84f30c..9d6db7017e9c2a514003dac60856a5a86cd257f3 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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index b084a48d6985d083af89e0fa2f50f0093f17d7d4..5d2ae15510fe779b94d6d4c560a72b343c61f80a 100644 (file)
@@ -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) 2018 Free Software Foundation, Inc.\n\
+Copyright (C) 2019 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 222f59a318af976123f8dd0fd5d4d850909aba14..245c100f5687d7e2af67b61583274e1fd03dce58 100755 (executable)
@@ -40,7 +40,7 @@ EOF
       ;;
     --v | --ve | --ver | --vers | --versi | --versio | --version)
       echo 'catchsegv @PKGVERSION@@VERSION@'
-      echo 'Copyright (C) 2018 Free Software Foundation, Inc.
+      echo 'Copyright (C) 2019 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 9589f1812cd9c52b618dc7814bbfad6a27b5bb26..2270c53b9ad240d36131db06b53a68f5b2710f51 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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
index 26ff442090f69eaca25d1a49e37e1f55bb831464..dad1611375484ff839039d8b71e641d981d4d57a 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.
-" "2018"
+" "2019"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
index 329661289a98be65b4bfe489b39f8d70ad4b683d..206cd51df6406d68d8731a8edcbb04467c259251 100644 (file)
@@ -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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"),
           "Andreas Jaeger");
 }
index b947db520b22f8dc809e04848d1a1a1da982ea89..32ec62eda61c8c1f3eb247d4d06148cc99bea84e 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.
-" "2018"
+" "2019"
     printf $"Written by %s and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
index fdcc91aa406fb54cdf4aa906ef639b8c7125de7a..f3fac4e4872ce96ba7358ac99c4075b337b0842e 100644 (file)
@@ -269,7 +269,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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index b5f16b4e130406392e1acf25a13ce11c574175ca..6e06eae00cfefddcee39fc3d02ddf2d478ccdbce 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.
-" "2018"
+" "2019"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
index 718f288bb46f38c01febde76139c8f62eb94d6b8..07829c27de1d72ff3c4f3aaad02537cb2fee4dae 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\
 "),
-          "2018");
+          "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 6c0c8f3ec2cfef014123926b96f2a91f15c70a2c..2bae079d2bf279dada98195457ac302b159cd47d 100644 (file)
@@ -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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index c8196423ec5a48f03dc01b647f41d771f89c67a5..02014507426c5c0a11f400b65fde80133bd40b77 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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 6952da8f2d7acf2d4381fe31a539641a083eed1d..8af0d78a778c6e31a367e117bf3c6edefda0bc62 100644 (file)
@@ -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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 78e0f1138664ce296e21e9e188553f7b9ba56fd4..b7bcef8248a9d27a50135fc9cef4c6d7542347df 100644 (file)
@@ -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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index cec9771520262623121ab13a79514a6a5f9d51d1..d44e4bf6ed240025751dc34c51f596fa46ed0ee6 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\
-"), "2018");
+"), "2019");
 }
 
 static char *
index b3d176277dd563fce226b59d194c52f85ed0a84a..ee080a2ece584b97de11b1f9ab80d5b4ddc0e9a1 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.
-" "2018"
+" "2019"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
index 8e1c749ede40a7976c18ea66ad7a999889ca7460..99e9554a06a394e57154f86c6b4c0326d557be50 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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
index a0d7b7e650aace6c98066b71e492491e57bb62fb..aedbb0ebf259ba492c13c99e9961a49af755707d 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) 2018 Free Software Foundation, Inc.\n";
+       print "Copyright (C) 2019 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 23dd3acf9e9834c7cfb80e87756d4e0f30191be8..45b457edd91274d566ee0a3ee34c2f7195f5df1b 100644 (file)
@@ -53,7 +53,7 @@ This is
 @value{VERSION} @value{PKGVERSION}.
 @end ifclear
 
-Copyright @copyright{} 1993--2018 Free Software Foundation, Inc.
+Copyright @copyright{} 1993--2019 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version
index 7536de09e485bd0dec4cfebbe4c28786b9cdb8fc..0d992171c886c59bfb81d6c3162df3adb0c8c815 100644 (file)
@@ -23,7 +23,7 @@
 
 static const char banner[] =
 "Native POSIX Threads Library\n\
-Copyright (C) 2018 Free Software Foundation, Inc.\n\
+Copyright (C) 2019 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 ca01b23c4189978e63490609f1c990c186b4bf07..eea1db7ad500cac4a405a6eba62e0f13dbbc16ef 100644 (file)
@@ -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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"),
           "Thorsten Kukuk and Ulrich Drepper");
 }
index 9c74f572e52ea2a7ba01d41b37d435cd5e801ebb..f25de8f1fccc0fc7d2382df05ab3eaa4eb7d36b6 100644 (file)
@@ -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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
 }
 
index 378556341cdde19036275a7b7b3d0220be9aedd5..5cfe9e13d2a7880c2ee9a2826232ebb3250f2ff4 100644 (file)
@@ -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\
-"), "2018");
+"), "2019");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index f272b133b3b53fa682dd190ebae14b9209de1b81..0211fde441104709117527ee51d11aeef098cd73 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\
-"), "2018");
+"), "2019");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
index fd31a86394c6fdc81fae3e934657df830ecef49c..a1fe9add3217252e1afebed51e3cbd7e632092bd 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) 2018 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2019 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 e38503541a159c328625bde6c809b2314aad2fa6..11fa089fcab9f700905113b69d9eb5315a63947a 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\
-"), "2018");
+"), "2019");
       return 0;
     }