diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-gen.c | 4 |
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\ |