From 88726d48af1392f9e014efa15eda6b2ee6c5c361 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 1 Jan 2014 21:45:02 +1000 Subject: Update remaining copyright dates Update copyright years that are not handled by scripts/update-copyright. --- ChangeLog | 26 ++++++++++++++++++++++++++ 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.ksh | 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 +- manual/libc.texinfo | 2 +- nscd/nscd.c | 2 +- nss/getent.c | 2 +- nss/makedb.c | 2 +- posix/getconf.c | 2 +- scripts/test-installation.pl | 2 +- 26 files changed, 51 insertions(+), 25 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6b1a2a788..d4740806c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,31 @@ 2014-01-01 Allan McRae + * 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 2dbd610121..94bcd3aaf0 100644 --- 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 diff --git a/catgets/gencat.c b/catgets/gencat.c index bc402cc1a1..57b405f862 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\ -"), "2013"); +"), "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/csu/version.c b/csu/version.c index 362c3d89ad..b117b0266b 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", 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\ diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index b479985a53..a7bb5ea633 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) 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.' diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index 87d8cb4b4d..c7c749fa5e 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\ -"), "2013"); +"), "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 608af3088a..1e7635cbe4 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. -" "2013" +" "2014" printf $"Written by %s. " "Ulrich Drepper" exit 0 diff --git a/elf/ldconfig.c b/elf/ldconfig.c index f042d9e060..46d295064f 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -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"); } diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index baf951e623..4ff140d302 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. -" "2013" +" "2014" printf $"Written by %s and %s. " "Roland McGrath" "Ulrich Drepper" exit 0 diff --git a/elf/pldd.c b/elf/pldd.c index f4f24f5857..684aff4dba 100644 --- a/elf/pldd.c +++ b/elf/pldd.c @@ -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"); } diff --git a/elf/sotruss.ksh b/elf/sotruss.ksh index cd878d12ad..371a70b3e1 100755 --- a/elf/sotruss.ksh +++ b/elf/sotruss.ksh @@ -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 ;; diff --git a/elf/sprof.c b/elf/sprof.c index 5cc6882adc..7b47fd765c 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\ "), - "2013"); + "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 4a9d1c7e4c..563d4ea0eb 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -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"); } diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index b9b0d9fc62..94de7dd24f 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\ -"), "2013"); +"), "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/locale/programs/locale.c b/locale/programs/locale.c index 6659e6ac59..4b3d15a3fd 100644 --- a/locale/programs/locale.c +++ b/locale/programs/locale.c @@ -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"); } diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index a275769b9b..97af5e77c3 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -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"); } diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c index fcaa8af7a0..f33f603adf 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\ -"), "2013"); +"), "2014"); } static char * diff --git a/malloc/memusage.sh b/malloc/memusage.sh index 66cfbb2685..6bc21f7b7c 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. -" "2013" +" "2014" printf $"Written by %s. " "Ulrich Drepper" exit 0 diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index e9939080c3..01af517fd2 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -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"); } diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index 1235b728d0..ee5f22ba3e 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) 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 \n"; diff --git a/manual/libc.texinfo b/manual/libc.texinfo index 96cd380ce3..b29e990681 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -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 diff --git a/nscd/nscd.c b/nscd/nscd.c index c7e5cd43a5..e7f04f808c 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -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"); } diff --git a/nss/getent.c b/nss/getent.c index 555957b95a..1209f8e7cd 100644 --- a/nss/getent.c +++ b/nss/getent.c @@ -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"); } diff --git a/nss/makedb.c b/nss/makedb.c index 41217a8427..7c1a766bdf 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\ -"), "2013"); +"), "2014"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/posix/getconf.c b/posix/getconf.c index ecf085b1fb..db6acc4c45 100644 --- a/posix/getconf.c +++ b/posix/getconf.c @@ -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; } diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index 55fa81337c..a674a7fe0b 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) 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 \n"; -- cgit 1.4.1