1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Update miscellaneous copyright dates.

This commit is contained in:
Joseph Myers
2013-01-02 19:43:40 +00:00
parent 0e2f956295
commit e6898b8d92
7 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,11 @@
2013-01-02 Joseph Myers <joseph@codesourcery.com> 2013-01-02 Joseph Myers <joseph@codesourcery.com>
* NEWS: Update dates in second copyright notice.
* README: Update copyright dates in example.
* manual/libc.texinfo: Update copyright dates.
* scripts/test-installation.pl: Update copyright date in --version
output.
* hurd/ctty-input.c: Fix copyright notice formatting. * hurd/ctty-input.c: Fix copyright notice formatting.
* hurd/ctty-output.c: Likewise. * hurd/ctty-output.c: Likewise.
* hurd/dtable.c: Likewise. * hurd/dtable.c: Likewise.

2
NEWS
View File

@ -2193,7 +2193,7 @@ Version 1.04
---------------------------------------------------------------------- ----------------------------------------------------------------------
Copyright information: Copyright information:
Copyright (C) 1992-2012 Free Software Foundation, Inc. Copyright (C) 1992-2013 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the of this document as received, in any medium, provided that the

2
README
View File

@ -75,6 +75,6 @@ This web page gives detailed information on how to report bugs properly.
The GNU C Library is free software. See the file COPYING.LIB for copying The GNU C Library is free software. See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed. License copyright years may be these additional notices to be distributed. License copyright years may be
listed using range notation, e.g., 2000-2011, indicating that every year in listed using range notation, e.g., 2000-2013, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed the range, inclusive, is a copyrightable year that would otherwise be listed
individually. individually.

View File

@ -46,7 +46,7 @@ This is
@value{VERSION} @value{PKGVERSION}. @value{VERSION} @value{PKGVERSION}.
@end ifclear @end ifclear
Copyright @copyright{} 1993--2012 Free Software Foundation, Inc. Copyright @copyright{} 1993--2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version under the terms of the GNU Free Documentation License, Version

View File

@ -1,3 +1,7 @@
2013-01-02 Joseph Myers <joseph@codesourcery.com>
* README: Update copyright dates in example.
2012-12-06 Joseph Myers <joseph@codesourcery.com> 2012-12-06 Joseph Myers <joseph@codesourcery.com>
* README: Use sourceware.org in Bugzilla URL. * README: Use sourceware.org in Bugzilla URL.

View File

@ -44,6 +44,6 @@ The GNU C Library is free software. See the file COPYING.LIB in the
libc repository for copying conditions, and LICENSES for notices about libc repository for copying conditions, and LICENSES for notices about
a few contributions that require these additional notices to be a few contributions that require these additional notices to be
distributed. License copyright years may be listed using range distributed. License copyright years may be listed using range
notation, e.g., 2000-2011, indicating that every year in the range, notation, e.g., 2000-2013, indicating that every year in the range,
inclusive, is a copyrightable year that would otherwise be listed inclusive, is a copyrightable year that would otherwise be listed
individually. individually.

View File

@ -59,7 +59,7 @@ arglist: while (@ARGV) {
$ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" || $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
$ARGV[0] eq "--versio" || $ARGV[0] eq "--version") { $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
print "test-installation (GNU $PACKAGE)\n"; print "test-installation (GNU $PACKAGE)\n";
print "Copyright (C) 1997, 1998 Free Software Foundation, Inc.\n"; print "Copyright (C) 2013 Free Software Foundation, Inc.\n";
print "This is free software; see the source for copying conditions. There is NO\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 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
print "Written by Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n"; print "Written by Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";