aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-01-08 05:48:12 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-01-08 05:48:12 -0800
commit221fd5d598e7dcf7b953150986a501b462b99891 (patch)
tree857464a01150aee2a23937d4e329953ec77a40c6 /gas
parent5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4 (diff)
downloadgdb-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')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/as.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 93bf64a..0ed7b2d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * as.c (parse_args): Update copyright year to 2014.
+
2014-01-07 Tom Tromey <tromey@redhat.com>
* config/tc-tic30.c (debug): Avoid old VA_* compatibility
diff --git a/gas/as.c b/gas/as.c
index f198043..7aa319a 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -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\