Browse Source

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.
release/2.37/master
Joseph Myers 3 years ago
parent
commit
ae612c45ef
  1. 2
      catgets/gencat.c
  2. 2
      debug/pcprofiledump.c
  3. 2
      debug/xtrace.sh
  4. 2
      elf/ldconfig.c
  5. 2
      elf/ldd.bash.in
  6. 2
      elf/pldd.c
  7. 2
      elf/sotruss.sh
  8. 2
      elf/sprof.c
  9. 2
      iconv/iconv_prog.c
  10. 2
      iconv/iconvconfig.c
  11. 2
      locale/programs/locale.c
  12. 2
      locale/programs/localedef.c
  13. 2
      login/programs/pt_chown.c
  14. 2
      malloc/memusage.sh
  15. 2
      malloc/memusagestat.c
  16. 2
      malloc/mtrace.pl
  17. 2
      nscd/nscd.c
  18. 2
      nss/getent.c
  19. 2
      nss/makedb.c
  20. 2
      posix/getconf.c
  21. 2
      scripts/test-installation.pl

2
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");
}

2
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");
}

2
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

2
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");
}

2
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

2
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");
}

2
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
;;

2
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");
}

2
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");
}

2
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");
}

2
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");
}

2
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");
}

2
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 *

2
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

2
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");
}

2
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";

2
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");
}

2
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");
}

2
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");
}

2
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;
}

2
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";

Loading…
Cancel
Save