This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update miscellaneous copyright dates


I've applied this patch to update some miscellaneous copyright dates not 
covered by update-copyrights or David's update of --version dates.  NEWS 
has two copyright notices (and update-copyright only handles one per 
file), libc.texinfo isn't handled by update-copyright because of its use 
of a TeX dash in a range of years, scripts/test-installation.pl has 
--version copyright dates that should be 2013 (only) like other --version 
dates and it seems appropriate to make the examples of ranges in README 
files use 2013 as end date since all the ranges in actual use should now 
end with 2013.

diff --git a/ChangeLog b/ChangeLog
index 12989a8..1467406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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-output.c: Likewise.
 	* hurd/dtable.c: Likewise.
diff --git a/NEWS b/NEWS
index 499cac1..e3a5760 100644
--- a/NEWS
+++ b/NEWS
@@ -2193,7 +2193,7 @@ Version 1.04
 ----------------------------------------------------------------------
 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
    of this document as received, in any medium, provided that the
diff --git a/README b/README
index b34d5c0..6fdfc03 100644
--- a/README
+++ b/README
@@ -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
 conditions, and LICENSES for notices about a few contributions that require
 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
 individually.
diff --git a/manual/libc.texinfo b/manual/libc.texinfo
index d720fbd..4505d27 100644
--- a/manual/libc.texinfo
+++ b/manual/libc.texinfo
@@ -46,7 +46,7 @@ This is
 @value{VERSION} @value{PKGVERSION}.
 @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
 under the terms of the GNU Free Documentation License, Version
diff --git a/ports/ChangeLog b/ports/ChangeLog
index 9068537..fcb58cc 100644
--- a/ports/ChangeLog
+++ b/ports/ChangeLog
@@ -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>
 
 	* README: Use sourceware.org in Bugzilla URL.
diff --git a/ports/README b/ports/README
index d053a65..d16b0f0 100644
--- a/ports/README
+++ b/ports/README
@@ -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
 a few contributions that require these additional notices to be
 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
 individually.
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index e0ad7a1..e01d60b 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) 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 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
     print "Written by Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]