From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97778 invoked by alias); 1 Jan 2020 00:21:44 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 97726 invoked by uid 9119); 1 Jan 2020 00:21:44 -0000 Date: Wed, 01 Jan 2020 00:21:00 -0000 Message-ID: <20200101002144.97724.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joseph Myers To: glibc-cvs@sourceware.org Subject: [glibc] Update copyright dates not handled by scripts/update-copyrights. X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: d614a7539657941a9201c236b2f15afac18e1213 X-Git-Newrev: 5f72f9800b250410cad3abfeeb09469ef12b2438 X-SW-Source: 2020-q1/txt/msg00001.txt https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5f72f9800b250410cad3abfeeb09469ef12b2438 commit 5f72f9800b250410cad3abfeeb09469ef12b2438 Author: Joseph Myers Date: Wed Jan 1 00:21:22 2020 +0000 Update copyright dates not handled by scripts/update-copyrights. I've updated copyright dates in glibc for 2020. 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 libc.texinfo which previously had to be handled manually but is now successfully updated by update-copyrights), there is a fix to sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h where a typo in the copyright notice meant it failed to be updated automatically. Please remember to include 2020 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). Diff: --- 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.sh | 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 +- nptl/version.c | 2 +- nscd/nscd.c | 2 +- nss/getent.c | 2 +- nss/makedb.c | 2 +- posix/getconf.c | 2 +- scripts/test-installation.pl | 2 +- sysdeps/unix/sysv/linux/lddlibc4.c | 2 +- sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/NEWS b/NEWS index c0bbd39..7249fca 100644 --- a/NEWS +++ b/NEWS @@ -5733,7 +5733,7 @@ Version 1.04 ---------------------------------------------------------------------- Copyright information: -Copyright (C) 1992-2019 Free Software Foundation, Inc. +Copyright (C) 1992-2020 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 8f1ea4c..f8bc7ad 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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/csu/version.c b/csu/version.c index cc677cb..57b49df 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".\n\ -Copyright (C) 2019 Free Software Foundation, Inc.\n\ +Copyright (C) 2020 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 0e78f7e..dcf5948 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) 2019 Free Software Foundation, Inc. + echo 'Copyright (C) 2020 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 deefcbb..0c9c6c1 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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/debug/xtrace.sh b/debug/xtrace.sh index a22badf..e52bf35 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. -" "2019" +" "2020" printf $"Written by %s. " "Ulrich Drepper" exit 0 diff --git a/elf/ldconfig.c b/elf/ldconfig.c index 8b3e6a6..681ed78 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Andreas Jaeger"); } diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index 95c6605..467cbf4 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. -" "2019" +" "2020" printf $"Written by %s and %s. " "Roland McGrath" "Ulrich Drepper" exit 0 diff --git a/elf/pldd.c b/elf/pldd.c index 5b1ccd5..dcf621d 100644 --- a/elf/pldd.c +++ b/elf/pldd.c @@ -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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/elf/sotruss.sh b/elf/sotruss.sh index 16cf24d..bfce293 100755 --- a/elf/sotruss.sh +++ b/elf/sotruss.sh @@ -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. -" "2019" +" "2020" printf $"Written by %s.\n" "Ulrich Drepper" exit 0 ;; diff --git a/elf/sprof.c b/elf/sprof.c index 21521a3..364d706 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\ "), - "2019"); + "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 19f4487..9709e4a 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index da6855f..18c1ef3 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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/locale/programs/locale.c b/locale/programs/locale.c index 995f9f3..e2e309c 100644 --- a/locale/programs/locale.c +++ b/locale/programs/locale.c @@ -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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index 7e4e2fb..dbbb014 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c index 20c68f1..b7df9c5 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.c @@ -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\ -"), "2019"); +"), "2020"); } static char * diff --git a/malloc/memusage.sh b/malloc/memusage.sh index 08b0ad0..14fbd5d 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. -" "2019" +" "2020" printf $"Written by %s. " "Ulrich Drepper" exit 0 diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index ebf15b6..9f28d2a 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index ef44a39..40389ac 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) 2019 Free Software Foundation, Inc.\n"; + print "Copyright (C) 2020 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/nptl/version.c b/nptl/version.c index 403d7c1..ce10b9c 100644 --- a/nptl/version.c +++ b/nptl/version.c @@ -23,7 +23,7 @@ static const char banner[] = "Native POSIX Threads Library\n\ -Copyright (C) 2019 Free Software Foundation, Inc.\n\ +Copyright (C) 2020 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/nscd/nscd.c b/nscd/nscd.c index fa3bf07..310111a 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk and Ulrich Drepper"); } diff --git a/nss/getent.c b/nss/getent.c index 1b1af68..897f445 100644 --- a/nss/getent.c +++ b/nss/getent.c @@ -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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk"); } diff --git a/nss/makedb.c b/nss/makedb.c index 7e1ff29..8e389a1 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\ -"), "2019"); +"), "2020"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } diff --git a/posix/getconf.c b/posix/getconf.c index 0537cc8..a8ba876 100644 --- a/posix/getconf.c +++ b/posix/getconf.c @@ -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\ -"), "2019"); +"), "2020"); printf (gettext ("Written by %s.\n"), "Roland McGrath"); return 0; } diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index ec1771e..d16e321 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) 2019 Free Software Foundation, Inc.\n"; + print "Copyright (C) 2020 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"; diff --git a/sysdeps/unix/sysv/linux/lddlibc4.c b/sysdeps/unix/sysv/linux/lddlibc4.c index 459c9e9..128ebf2 100644 --- a/sysdeps/unix/sysv/linux/lddlibc4.c +++ b/sysdeps/unix/sysv/linux/lddlibc4.c @@ -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\ -"), "2019"); +"), "2020"); return 0; } diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h b/sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h index 4334130..2832a14 100644 --- a/sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h +++ b/sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h @@ -1,5 +1,5 @@ /* termios local mode definitions. Linux/powerpc version. - Copyright (C) 2019i Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or