public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Joseph Myers <jsm28@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Update copyright dates not handled by scripts/update-copyrights
Date: Fri,  6 Jan 2023 21:45:51 +0000 (GMT)	[thread overview]
Message-ID: <20230106214551.3AC873858CDA@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ae612c45efb5e34713859a5facf92368307efb6e

commit ae612c45efb5e34713859a5facf92368307efb6e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jan 6 21:45:36 2023 +0000

    Update copyright dates not handled by scripts/update-copyrights
    
    I've updated copyright dates in glibc for 2023.  This is the patch for
    the changes not generated by scripts/update-copyrights and subsequent
    build / regeneration of generated files.

Diff:
---
 catgets/gencat.c             | 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 +-
 nscd/nscd.c                  | 2 +-
 nss/getent.c                 | 2 +-
 nss/makedb.c                 | 2 +-
 posix/getconf.c              | 2 +-
 scripts/test-installation.pl | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/catgets/gencat.c b/catgets/gencat.c
index f296451fae..61ac797349 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -245,7 +245,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c
index 71341e45b4..9f98aa8218 100644
--- a/debug/pcprofiledump.c
+++ b/debug/pcprofiledump.c
@@ -225,6 +225,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/debug/xtrace.sh b/debug/xtrace.sh
index 37b5743723..3d1f2af43a 100755
--- a/debug/xtrace.sh
+++ b/debug/xtrace.sh
@@ -63,7 +63,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.
-" "2022"
+" "2023"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 7ac57be01c..166dccb528 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -233,7 +233,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Andreas Jaeger");
 }
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in
index 7519527ba9..e45dec5894 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.
-" "2022"
+" "2023"
     printf $"Written by %s and %s.
 " "Roland McGrath" "Ulrich Drepper"
     exit 0
diff --git a/elf/pldd.c b/elf/pldd.c
index e08481c165..454805dc17 100644
--- a/elf/pldd.c
+++ b/elf/pldd.c
@@ -263,7 +263,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/elf/sotruss.sh b/elf/sotruss.sh
index 6201beccbb..874a6bed3f 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.
-" "2022"
+" "2023"
     printf $"Written by %s.\n" "Ulrich Drepper"
     exit 0
     ;;
diff --git a/elf/sprof.c b/elf/sprof.c
index c655564ca5..dfca16b7a6 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -390,7 +390,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\
 "),
-	   "2022");
+	   "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c
index dc43101856..1d90938d71 100644
--- a/iconv/iconv_prog.c
+++ b/iconv/iconv_prog.c
@@ -405,7 +405,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c
index 9b2530de55..a319e2f762 100644
--- a/iconv/iconvconfig.c
+++ b/iconv/iconvconfig.c
@@ -398,7 +398,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index 376184a993..1d1a9b2f00 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 58baad4a23..1b751bb7be 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -460,7 +460,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c
index 30f28e9497..aa352bcaf8 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\
-"), "2022");
+"), "2023");
 }
 
 static char *
diff --git a/malloc/memusage.sh b/malloc/memusage.sh
index 058661a43e..b1f5848b74 100755
--- a/malloc/memusage.sh
+++ b/malloc/memusage.sh
@@ -70,7 +70,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.
-" "2022"
+" "2023"
   printf $"Written by %s.
 " "Ulrich Drepper"
   exit 0
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index ea7162b972..67c5131f79 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -581,6 +581,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl
index 9e294d278b..872b4f17b5 100644
--- a/malloc/mtrace.pl
+++ b/malloc/mtrace.pl
@@ -44,7 +44,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) 2022 Free Software Foundation, Inc.\n";
+	print "Copyright (C) 2023 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";
diff --git a/nscd/nscd.c b/nscd/nscd.c
index 8935f00503..424106421f 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -522,7 +522,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"),
 	   "Thorsten Kukuk and Ulrich Drepper");
 }
diff --git a/nss/getent.c b/nss/getent.c
index b417418486..ad9c782866 100644
--- a/nss/getent.c
+++ b/nss/getent.c
@@ -93,7 +93,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
 }
 
diff --git a/nss/makedb.c b/nss/makedb.c
index cb1fc00888..48c8fe1333 100644
--- a/nss/makedb.c
+++ b/nss/makedb.c
@@ -387,7 +387,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\
-"), "2022");
+"), "2023");
   fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
 }
 
diff --git a/posix/getconf.c b/posix/getconf.c
index 78456ed55d..60248f856e 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\
-"), "2022");
+"), "2023");
       printf (gettext ("Written by %s.\n"), "Roland McGrath");
       return 0;
     }
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index 687c40a0ba..95971a1524 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -58,7 +58,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) 2022 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2023 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";

             reply	other threads:[~2023-01-06 21:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-06 21:45 Joseph Myers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-01 18:56 Paul Eggert
2022-01-01 19:44 Paul Eggert
2021-01-02 20:20 Paul Eggert
2020-01-01  0:21 Joseph Myers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230106214551.3AC873858CDA@sourceware.org \
    --to=jsm28@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).