]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update remaining copyright dates
authorAllan McRae <allan@archlinux.org>
Wed, 1 Jan 2014 11:45:02 +0000 (21:45 +1000)
committerAllan McRae <allan@archlinux.org>
Wed, 1 Jan 2014 12:02:55 +0000 (22:02 +1000)
Update copyright years that are not handled by scripts/update-copyright.

26 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.ksh
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
nscd/nscd.c
nss/getent.c
nss/makedb.c
posix/getconf.c
scripts/test-installation.pl

index c6b1a2a788e4d5c7b1db639f14baf4721b7ce5fb..d4740806c76e676354e39c65bc5c52a4499c53f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
 2014-01-01  Allan McRae  <allan@archlinux.org>
 
+       * NEWS: Update copyright year.
+       * catgets/gencat.c: Likewise.
+       * csu/version.c: Likewise.
+       * debug/catchsegv.sh: Likewise.
+       * debug/pcprofiledump.c: Likewise.
+       * debug/xtrace.sh: Likewise.
+       * elf/ldconfig.c: Likewise.
+       * elf/ldd.bash.in: Likewise.
+       * elf/pldd.c: Likewise.
+       * elf/sotruss.ksh: Likewise.
+       * elf/sprof.c: Likewise.
+       * iconv/iconv_prog.c: Likewise.
+       * iconv/iconvconfig.c: Likewise.
+       * locale/programs/locale.c: Likewise.
+       * locale/programs/localedef.c: Likewise.
+       * login/programs/pt_chown.c: Likewise.
+       * malloc/memusage.sh: Likewise.
+       * malloc/memusagestat.c: Likewise.
+       * malloc/mtrace.pl: Likewise.
+       * manual/libc.texinfo: Likewise.
+       * nscd/nscd.c: Likewise.
+       * nss/getent.c: Likewise.
+       * nss/makedb.c: Likewise.
+       * posix/getconf.c: Likewise.
+       * scripts/test-installation.pl: Likewise.
+
        * All files with FSF copyright notices: Update copyright dates
        using scripts/update-copyrights.
        * intl/plural.c: Regenerated.
diff --git a/NEWS b/NEWS
index 2dbd610121a6f8372b8439e0879799ac0373671c..94bcd3aaf010a62e2b4f76cc130c48e89fd5c498 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2379,7 +2379,7 @@ Version 1.04
 ----------------------------------------------------------------------
 Copyright information:
 
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-2014 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 bc402cc1a1d2691a08297278f544fbb6bb37ae16..57b405f86210094d30b6ceae0b29f807cc01a1c9 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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 362c3d89adeb469860aa7e11375bd31575f8465a..b117b0266b1b9c938153777d68b061b65b5beda8 100644 (file)
@@ -25,7 +25,7 @@ static const char __libc_version[] = VERSION;
 
 static const char banner[] =
 "GNU C Library "PKGVERSION RELEASE" release version "VERSION", by Roland McGrath et al.\n\
-Copyright (C) 2013 Free Software Foundation, Inc.\n\
+Copyright (C) 2014 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 b479985a533c3818b030b91a4ecb70923b2d5b5e..a7bb5ea6338a749ab8e3067aad1396d615de1d03 100755 (executable)
@@ -40,7 +40,7 @@ EOF
       ;;
     --v | --ve | --ver | --vers | --versi | --versio | --version)
       echo 'catchsegv @PKGVERSION@@VERSION@'
-      echo 'Copyright (C) 2013 Free Software Foundation, Inc.
+      echo 'Copyright (C) 2014 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 87d8cb4b4dac0b481bda24cb0e0fb9a88debd295..c7c749fa5ea95101d84bce83b986f85b5fc4490b 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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
index 608af3088af84666370b9bd456102783c0013593..1e7635cbe49f9ed546d4ce19388ce08bb64701b0 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.
-" "2013"
+" "2014"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
index f042d9e0609f8fdfc11dba099e8de7afc1b3ab97..46d295064f4b3d01052732174c73e8910d8c1d87 100644 (file)
@@ -324,7 +324,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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"),
           "Andreas Jaeger");
 }
index baf951e623607339222114379b0f9f48e653d5bd..4ff140d30283b099ec461f0dd3ce6728b121cfbd 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.
-" "2013"
+" "2014"
     printf $"Written by %s and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
index f4f24f58577c248df2f4133b8c18b4a95c12a138..684aff4dba26e49557a00fe84615d9bd5d396482 100644 (file)
@@ -236,7 +236,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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index cd878d12ad8b07a8571150abf365c96e466dabc9..371a70b3e1f3efe2370b9752a8c6aeb0ec6250d5 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.
-" "2013"
+" "2014"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
index 5cc6882adcf78d07768bd0ea0d46e6119401a138..7b47fd765caab62c755a22d32f72124f0fc4cec7 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\
 "),
-          "2013");
+          "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 4a9d1c7e4c772e60244331c6926175031814866e..563d4ea0eb6fd00ac6c94853112bd455f7c469c9 100644 (file)
@@ -426,7 +426,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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index b9b0d9fc62222070e5bf4420f5a50249c3812143..94de7dd24fed6f93073d0184f0cbc30f59085c8d 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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index 6659e6ac592055a72039cbd7c4a60597fea0af6f..4b3d15a3fda0499446629dc31d88e44cfd03c7bc 100644 (file)
@@ -295,7 +295,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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index a275769b9b90e1d2e47e391b330df5d34479c426..97af5e77c3396ae935afa1620c9349258a9d937f 100644 (file)
@@ -403,7 +403,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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index fcaa8af7a0300515649104e0c40db7c6ebc7b484..f33f603adfec2844c765cd1603f0958966bacca5 100644 (file)
@@ -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\
-"), "2013");
+"), "2014");
 }
 
 static char *
index 66cfbb2685947549fe44312319af4808d8c64eef..6bc21f7b7c973af04c2f898448f3f10185f6ae01 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.
-" "2013"
+" "2014"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
index e9939080c3b1bc030ad5af7192e1dd0ee87fe3c7..01af517fd26d67b44409cd4e490d4a6134862982 100644 (file)
@@ -580,6 +580,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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
index 1235b728d0dea256d25e5fbfd03b6020f56385ea..ee5f22ba3e7a1ae31ba096b3dab5f18dfbb33d5a 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) 2013 Free Software Foundation, Inc.\n";
+       print "Copyright (C) 2014 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 96cd380ce3b36fe2e3f13ae9794c1d34c2cee2e9..b29e990681bb10576cf274f9b317cd2c6d796ab5 100644 (file)
@@ -46,7 +46,7 @@ This is
 @value{VERSION} @value{PKGVERSION}.
 @end ifclear
 
-Copyright @copyright{} 1993--2013 Free Software Foundation, Inc.
+Copyright @copyright{} 1993--2014 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 c7e5cd43a5f25601aa524c2231c467230bb62503..e7f04f808c3890a068fca9f215590db4d6f7a911 100644 (file)
@@ -467,7 +467,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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"),
           "Thorsten Kukuk and Ulrich Drepper");
 }
index 555957b95a96adf348e13961e15e0f45116858a9..1209f8e7cd7cbc307bb35c9e68b04f146a44f19e 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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
 }
 
index 41217a84271dd595d5e26e458428b8cee27d1d18..7c1a766bdf3267a8b5b6a233326796b2266e46ca 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\
-"), "2013");
+"), "2014");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
index ecf085b1fbff781f06267e8826335f4169b9fc17..db6acc4c451d9ba16c0f8c5936020002eeb4dcb5 100644 (file)
@@ -1104,7 +1104,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\
-"), "2013");
+"), "2014");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
index 55fa81337c22a821c80ba764213d55ad4e5169c4..a674a7fe0bf1bdffe9a17a4bba4e06c592479431 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) 2013 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2014 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";