diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-01-08 05:48:12 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-01-08 05:48:12 -0800 |
commit | 221fd5d598e7dcf7b953150986a501b462b99891 (patch) | |
tree | 857464a01150aee2a23937d4e329953ec77a40c6 /gas/as.c | |
parent | 5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4 (diff) | |
download | gdb-221fd5d598e7dcf7b953150986a501b462b99891.zip gdb-221fd5d598e7dcf7b953150986a501b462b99891.tar.gz gdb-221fd5d598e7dcf7b953150986a501b462b99891.tar.bz2 |
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 'gas/as.c')
-rw-r--r-- | gas/as.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* as.c - GAS main program. - Copyright 1987-2013 Free Software Foundation, Inc. + Copyright 1987-2014 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -626,7 +626,7 @@ parse_args (int * pargc, char *** pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ printf (_("GNU assembler %s\n"), BFD_VERSION_STRING); - 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 later.\n\ |