This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: PATCH: Change to "Copyright 2010"


On Fri, Jan 08, 2010 at 11:41:09AM -0800, H.J. Lu wrote:
> Hi,
> 
> I checked in this patch to change --version to print "Copyright 2010".
> 
> 

I missed gold.  Checked in.


H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gold/ChangeLog,v
retrieving revision 1.439
diff -u -p -r1.439 ChangeLog
--- ChangeLog	8 Jan 2010 19:33:17 -0000	1.439
+++ ChangeLog	8 Jan 2010 19:47:34 -0000
@@ -1,3 +1,7 @@
+2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* version.cc (print_version): Change to "Copyright 2010".
+
 2010-01-08  Ian Lance Taylor  <iant@google.com>
 
 	PR 10287
Index: version.cc
===================================================================
RCS file: /cvs/src/src/gold/version.cc,v
retrieving revision 1.17
diff -u -p -r1.17 version.cc
--- version.cc	28 Jan 2009 20:18:11 -0000	1.17
+++ version.cc	8 Jan 2010 19:47:34 -0000
@@ -1,6 +1,7 @@
 // version.c -- print gold version information
 
-// Copyright 2006, 2007, 200 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008, 2009, 2010
+// Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -62,7 +63,7 @@ print_version(bool print_short)
   if (!print_short)
     {
       // This output is intended to follow the GNU standards.
-      printf (_("Copyright 2008 Free Software Foundation, Inc.\n"));
+      printf (_("Copyright 2010 Free Software Foundation, Inc.\n"));
       printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License version 3 or (at your option) a later version.\n\


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