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

Please remember to include 2018 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 a5a1aaf269c35db564be8b4a6abd833631ae4a43..636b5758ee3c7b1fddd466c3f9d289a8ee85edb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
 2018-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 65175286c932ffd4fc4ef6ede82cd36883f65f81..f0f4d8bcdd6e13d605cd774fd3133d03f7f8cd7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4324,7 +4324,7 @@ Version 1.04
 ----------------------------------------------------------------------
 Copyright information:
 
-Copyright (C) 1992-2017 Free Software Foundation, Inc.
+Copyright (C) 1992-2018 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 7e9682e83af2f1d0522f2433790ae1e99755e51d..3dd6858b318cd23c0ba9687755a054af6953290b 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 5e4413fdb7430d4c18c7204647d6a382d030ed78..287838d065377e6937d59402052b9bc3e3c06433 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) 2017 Free Software Foundation, Inc.\n\
+Copyright (C) 2018 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 498981df89045693c0c4b85942a7b0742677aeb8..d1f60c4532e5e94e8264a8deb590ad6377c81643 100755 (executable)
@@ -40,7 +40,7 @@ EOF
       ;;
     --v | --ve | --ver | --vers | --versi | --versio | --version)
       echo 'catchsegv @PKGVERSION@@VERSION@'
-      echo 'Copyright (C) 2017 Free Software Foundation, Inc.
+      echo 'Copyright (C) 2018 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 f2bfc3a564141b48734d25990531baee6989a489..1e1af31eec585e1673bfd52239f38907d3023f23 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
index c6adf1a00eec4758a910b9fd6cae2561ce4b56e1..877ec319cbf585fd10efd656436856e9613234e0 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.
-" "2017"
+" "2018"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
index ed574fdf57df3b871b86c0e13fb91f0d00a6c49d..fbdd814edf59bc7725412c7548998e8435539e79 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"),
           "Andreas Jaeger");
 }
index 6c2cbdf69c55bd7084518cdb957ef5dd80878ef9..14f9787d1a817a3eedf6e83e94c445d955aea930 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.
-" "2017"
+" "2018"
     printf $"Written by %s and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
index af8d2c0ff07dd1c6600fed86e9a1a5f7a48fe42b..b8106fdc336864e4adcae0959a32ee76d79fddc7 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 8320ff676893659962a66dececf54de61240f942..0231dc9935b93a355460bf5e034e1e8cec1404ad 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.
-" "2017"
+" "2018"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
index 97d6352970502bac76d57be535e474e7e4ecc5cf..ebd39cb581cdefe2503ab046ca1d2a768b25ea71 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\
 "),
-          "2017");
+          "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index fc4bca266e9f7ed4067e8be3bf42eedaf9a03fea..52e9d3f3ddec3b2e764c20d1d05a1cbc8db81d3c 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index bb277f157b5d1fe463559a5f31b1babc2f6fd85e..d5e8e714233f78d8fc9f9060c47348b67272a0df 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 8914dfef5ee5e81b17e9f3bd9171779cd0411b29..86941e4ef6e67d78817f2ae0a10c919fb0ed0cb4 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 83bb01edaeec4cc29a72482c50ac8e68e848452e..d718d2e9f47382bc0743da62bd5b0134042ac7ef 100644 (file)
@@ -454,7 +454,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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 966c61fbd977f005dbd1c7481883455a2f53696f..10fee0627b8e7961b58c16bf2e6453aff5cf8641 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\
-"), "2017");
+"), "2018");
 }
 
 static char *
index 4319daa85d322eedfd2d035a3c8df6da9836aecb..bc478e89fea8cfad86eb4bf20f601c2775f833a2 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.
-" "2017"
+" "2018"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
index 569174a329604f2424c1948995730aa4481dd35e..d9b48e615dcbf343ee9d771573532abc11832f80 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
index 5b1747d1247b4d036a00e97d7738ecedcda3af30..fe9f54600005e7ae6de4926bcbb391b653dc9045 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) 2017 Free Software Foundation, Inc.\n";
+       print "Copyright (C) 2018 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 9c6a5d51521eb2e5fbd4f79f515978e2d6b18336..23dd3acf9e9834c7cfb80e87756d4e0f30191be8 100644 (file)
@@ -53,7 +53,7 @@ This is
 @value{VERSION} @value{PKGVERSION}.
 @end ifclear
 
-Copyright @copyright{} 1993--2017 Free Software Foundation, Inc.
+Copyright @copyright{} 1993--2018 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 1d8b14a13d68f2f2de1f5ae45fe32fa80e87c0e9..42206f6391ad5b51bae0fc9f620531e6574e54e6 100644 (file)
@@ -23,7 +23,7 @@
 
 static const char banner[] =
 "Native POSIX Threads Library\n\
-Copyright (C) 2017 Free Software Foundation, Inc.\n\
+Copyright (C) 2018 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 5695da0befba5e570ed5895edd085c5eb55fb33e..67e2a336c412a0461679a556aefde4beaec7b7f3 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"),
           "Thorsten Kukuk and Ulrich Drepper");
 }
index 17c4b3fa61259a7a2b1b05b029ca60e965c0b2ec..e609e5f9bb62a70ff1a1a4c0d29480f7e1cf12b1 100644 (file)
@@ -87,7 +87,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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
 }
 
index 7c3aa8992f8519b015c995ff6da6d81be76ed455..65af1ce49ee0e0a6d3f2de40c79bc200c5b3b380 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\
-"), "2017");
+"), "2018");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index da554ccf93c4d9d7a8f40a63ec59615be672b9d9..9f4d6af602f8863d01d44015b5f21de82b86ae03 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\
-"), "2017");
+"), "2018");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
index 602cfea04a57568b5bae28d2d6c90b55fa0f197c..067da472b2a749277c56a46bffbd3f12d9c16e6f 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) 2017 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2018 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 308415b3f13936af5a367f68cc113b550b8fcb5e..e4e4ebf14ec215af002c71900610f606b477e23a 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\
-"), "2017");
+"), "2018");
       return 0;
     }