aboutsummaryrefslogtreecommitdiff
path: root/opcodes
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 /opcodes
parent5fb776a6371f2122e891467a8fe9b4d7b8b5c6a4 (diff)
downloadfsf-binutils-gdb-221fd5d598e7dcf7b953150986a501b462b99891.zip
fsf-binutils-gdb-221fd5d598e7dcf7b953150986a501b462b99891.tar.gz
fsf-binutils-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 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/i386-gen.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3147f6f..8f080b6 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-gen.c (process_copyright): Update copyright year to 2014.
+
2014-01-03 Maciej W. Rozycki <macro@codesourcery.com>
* nds32-asm.c (parse_operand): Fix out-of-range integer constant.
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 62cfbad..09f8280 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -1,4 +1,4 @@
-/* Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
+/* Copyright 2007-2014
Free Software Foundation, Inc.
This file is part of the GNU opcodes library.
@@ -567,7 +567,7 @@ static void
process_copyright (FILE *fp)
{
fprintf (fp, "/* This file is automatically generated by i386-gen. Do not edit! */\n\
-/* Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013\n\
+/* Copyright 2007-2014\n\
Free Software Foundation, Inc.\n\
\n\
This file is part of the GNU opcodes library.\n\