Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update copyright dates not handled by scripts/update-copyrights.
I've updated copyright dates in glibc for 2016.  This is the patch for
the changes not generated by scripts/update-copyrights and subsequent
build / regeneration of generated files.

	* NEWS: Update copyright dates.
	* catgets/gencat.c (print_version): Likewise.
	* csu/version.c (banner): Likewise.
	* debug/catchsegv.sh: Likewise.
	* debug/pcprofiledump.c (print_version): Likewise.
	* debug/xtrace.sh (do_version): Likewise.
	* elf/ldconfig.c (print_version): Likewise.
	* elf/ldd.bash.in: Likewise.
	* elf/pldd.c (print_version): Likewise.
	* elf/sotruss.sh: Likewise.
	* elf/sprof.c (print_version): Likewise.
	* iconv/iconv_prog.c (print_version): Likewise.
	* iconv/iconvconfig.c (print_version): Likewise.
	* locale/programs/locale.c (print_version): Likewise.
	* locale/programs/localedef.c (print_version): Likewise.
	* login/programs/pt_chown.c (print_version): Likewise.
	* malloc/memusage.sh (do_version): Likewise.
	* malloc/memusagestat.c (print_version): Likewise.
	* malloc/mtrace.pl: Likewise.
	* manual/libc.texinfo: Likewise.
	* nptl/version.c (banner): Likewise.
	* nscd/nscd.c (print_version): Likewise.
	* nss/getent.c (print_version): Likewise.
	* nss/makedb.c (print_version): Likewise.
	* posix/getconf.c (main): Likewise.
	* scripts/test-installation.pl: Likewise.
	* sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
  • Loading branch information
Joseph Myers committed Jan 4, 2016
1 parent f7a9f78 commit 1979f3c
Show file tree
Hide file tree
Showing 28 changed files with 55 additions and 27 deletions.
28 changes: 28 additions & 0 deletions ChangeLog
@@ -1,5 +1,33 @@
2016-01-04 Joseph Myers <joseph@codesourcery.com>

* NEWS: Update copyright dates.
* catgets/gencat.c (print_version): Likewise.
* csu/version.c (banner): Likewise.
* debug/catchsegv.sh: Likewise.
* debug/pcprofiledump.c (print_version): Likewise.
* debug/xtrace.sh (do_version): Likewise.
* elf/ldconfig.c (print_version): Likewise.
* elf/ldd.bash.in: Likewise.
* elf/pldd.c (print_version): Likewise.
* elf/sotruss.sh: Likewise.
* elf/sprof.c (print_version): Likewise.
* iconv/iconv_prog.c (print_version): Likewise.
* iconv/iconvconfig.c (print_version): Likewise.
* locale/programs/locale.c (print_version): Likewise.
* locale/programs/localedef.c (print_version): Likewise.
* login/programs/pt_chown.c (print_version): Likewise.
* malloc/memusage.sh (do_version): Likewise.
* malloc/memusagestat.c (print_version): Likewise.
* malloc/mtrace.pl: Likewise.
* manual/libc.texinfo: Likewise.
* nptl/version.c (banner): Likewise.
* nscd/nscd.c (print_version): Likewise.
* nss/getent.c (print_version): Likewise.
* nss/makedb.c (print_version): Likewise.
* posix/getconf.c (main): Likewise.
* scripts/test-installation.pl: Likewise.
* sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.

* All files with FSF copyright notices: Update copyright dates
using scripts/update-copyrights.
* intl/plural.c: Regenerated.
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -2777,7 +2777,7 @@ Version 1.04
----------------------------------------------------------------------
Copyright information:

Copyright (C) 1992-2015 Free Software Foundation, Inc.
Copyright (C) 1992-2016 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
Expand Down
2 changes: 1 addition & 1 deletion catgets/gencat.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}

Expand Down
2 changes: 1 addition & 1 deletion csu/version.c
Expand Up @@ -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) 2015 Free Software Foundation, Inc.\n\
Copyright (C) 2016 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\
Expand Down
2 changes: 1 addition & 1 deletion debug/catchsegv.sh
Expand Up @@ -40,7 +40,7 @@ EOF
;;
--v | --ve | --ver | --vers | --versi | --versio | --version)
echo 'catchsegv @PKGVERSION@@VERSION@'
echo 'Copyright (C) 2015 Free Software Foundation, Inc.
echo 'Copyright (C) 2016 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.'
Expand Down
2 changes: 1 addition & 1 deletion debug/pcprofiledump.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
2 changes: 1 addition & 1 deletion debug/xtrace.sh
Expand Up @@ -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.
" "2015"
" "2016"
printf $"Written by %s.
" "Ulrich Drepper"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion elf/ldconfig.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"),
"Andreas Jaeger");
}
Expand Down
2 changes: 1 addition & 1 deletion elf/ldd.bash.in
Expand Up @@ -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.
" "2015"
" "2016"
printf $"Written by %s and %s.
" "Roland McGrath" "Ulrich Drepper"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion elf/pldd.c
Expand Up @@ -269,7 +269,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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}

Expand Down
2 changes: 1 addition & 1 deletion elf/sotruss.sh
Expand Up @@ -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.
" "2015"
" "2016"
printf $"Written by %s.\n" "Ulrich Drepper"
exit 0
;;
Expand Down
2 changes: 1 addition & 1 deletion elf/sprof.c
Expand Up @@ -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\
"),
"2015");
"2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}

Expand Down
2 changes: 1 addition & 1 deletion iconv/iconv_prog.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}

Expand Down
2 changes: 1 addition & 1 deletion iconv/iconvconfig.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}

Expand Down
2 changes: 1 addition & 1 deletion locale/programs/locale.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}

Expand Down
2 changes: 1 addition & 1 deletion locale/programs/localedef.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}

Expand Down
2 changes: 1 addition & 1 deletion login/programs/pt_chown.c
Expand Up @@ -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\
"), "2015");
"), "2016");
}

static char *
Expand Down
2 changes: 1 addition & 1 deletion malloc/memusage.sh
Expand Up @@ -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.
" "2015"
" "2016"
printf $"Written by %s.
" "Ulrich Drepper"
exit 0
Expand Down
2 changes: 1 addition & 1 deletion malloc/memusagestat.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}
2 changes: 1 addition & 1 deletion malloc/mtrace.pl
Expand Up @@ -45,7 +45,7 @@ sub usage {
$ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
$ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
print "mtrace $PKGVERSION$VERSION\n";
print "Copyright (C) 2015 Free Software Foundation, Inc.\n";
print "Copyright (C) 2016 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";
Expand Down
2 changes: 1 addition & 1 deletion manual/libc.texinfo
Expand Up @@ -46,7 +46,7 @@ This is
@value{VERSION} @value{PKGVERSION}.
@end ifclear

Copyright @copyright{} 1993--2015 Free Software Foundation, Inc.
Copyright @copyright{} 1993--2016 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
Expand Down
2 changes: 1 addition & 1 deletion nptl/version.c
Expand Up @@ -23,7 +23,7 @@

static const char banner[] =
#include "banner.h"
"Copyright (C) 2015 Free Software Foundation, Inc.\n\
"Copyright (C) 2016 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"
Expand Down
2 changes: 1 addition & 1 deletion nscd/nscd.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"),
"Thorsten Kukuk and Ulrich Drepper");
}
Expand Down
2 changes: 1 addition & 1 deletion nss/getent.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk");
}

Expand Down
2 changes: 1 addition & 1 deletion nss/makedb.c
Expand Up @@ -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\
"), "2015");
"), "2016");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}

Expand Down
2 changes: 1 addition & 1 deletion posix/getconf.c
Expand Up @@ -469,7 +469,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\
"), "2015");
"), "2016");
printf (gettext ("Written by %s.\n"), "Roland McGrath");
return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-installation.pl
Expand Up @@ -59,7 +59,7 @@ sub installation_problem {
$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) 2015 Free Software Foundation, Inc.\n";
print "Copyright (C) 2016 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";
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/lddlibc4.c
Expand Up @@ -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\
"), "2015");
"), "2016");
return 0;
}

Expand Down

0 comments on commit 1979f3c

Please sign in to comment.