diff options
author | 2014-01-08 05:48:12 -0800 | |
---|---|---|
committer | 2014-01-08 05:48:12 -0800 | |
commit | 221fd5d598e7dcf7b953150986a501b462b99891 (patch) | |
tree | 857464a01150aee2a23937d4e329953ec77a40c6 /gold/version.cc | |
parent | New Year - binutils ChangeLog rotation (diff) | |
download | binutils-gdb-221fd5d598e7dcf7b953150986a501b462b99891.tar.gz binutils-gdb-221fd5d598e7dcf7b953150986a501b462b99891.tar.bz2 binutils-gdb-221fd5d598e7dcf7b953150986a501b462b99891.zip |
Update copyright year to 2014
binutils/
* version.c (print_version): Update copyright year to 2014.
gas/
* as.c (parse_args): Update copyright year to 2014.
gold/
* version.cc (print_version): Update copyright year to 2014.
ld/
* ldver.c (ldversion): Update copyright year to 2014.
opcodes/
* i386-gen.c (process_copyright): Update copyright year to 2014.
Diffstat (limited to 'gold/version.cc')
-rw-r--r-- | gold/version.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/version.cc b/gold/version.cc index 37977e5f787..5fd23951a5d 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, 2012, 2013 +// Copyright 2006-2014 // 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 2013 Free Software Foundation, Inc.\n")); + printf(_("Copyright 2014 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\ |