diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-02 18:39:21 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-02 18:39:21 +0000 |
commit | 44db66958c48b0035d9c3df698b58a0293955b5f (patch) | |
tree | ac76b227f8b3c5e653452007353b6d5dd0227837 /gold | |
parent | 626584074711b9332b3b2ea1bf35c11e8fe7fdbc (diff) | |
download | gdb-44db66958c48b0035d9c3df698b58a0293955b5f.zip gdb-44db66958c48b0035d9c3df698b58a0293955b5f.tar.gz gdb-44db66958c48b0035d9c3df698b58a0293955b5f.tar.bz2 |
Update gold copyright year to 2013
* version.cc (print_version): Update copyright year to 2013.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rw-r--r-- | gold/version.cc | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index ae4f830..35d10c9 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -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 diff --git a/gold/version.cc b/gold/version.cc index 0b6e257..37977e5 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -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\ |