Update gold copyright year to 2013
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 2 Jan 2013 18:39:21 +0000 (18:39 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 2 Jan 2013 18:39:21 +0000 (18:39 +0000)
* version.cc (print_version): Update copyright year to 2013.

gold/ChangeLog
gold/version.cc

index ae4f83059dbfcaa233eda7e22ef8577f212fbdac..35d10c9449a66cf5348b032f6e15d9ab0aaa53ae 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * version.cc (print_version): Update copyright year to 2013.
+
 2012-12-20  Ian Lance Taylor  <iant@google.com>
 
        * layout.cc (Layout::special_ordering_of_input_section): New
index 0b6e257dbaf51333b823674b3025009a97a2a323..37977e5f787b546cc8b29e2582f1ddab99f03cd0 100644 (file)
@@ -1,6 +1,6 @@
 // version.c -- print gold version information
 
-// Copyright 2006, 2007, 2008, 2009, 2010, 2011
+// Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
 // Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
@@ -63,7 +63,7 @@ print_version(bool print_short)
   if (!print_short)
     {
       // This output is intended to follow the GNU standards.
-      printf(_("Copyright 2011 Free Software Foundation, Inc.\n"));
+      printf(_("Copyright 2013 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\
This page took 0.035926 seconds and 4 git commands to generate.