diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-gen.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index db99369..bd88388 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-01-01 H.J. Lu <hongjiu.lu@intel.com> + + * i386-gen.c (process_copyright): Update copyright to 2011. + For older changes see ChangeLog-2010 Local Variables: diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index ee06338..a0d0627 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -466,7 +466,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\n\ +/* Copyright 2007, 2008, 2009, 2010, 2010\n\ Free Software Foundation, Inc.\n\ \n\ This file is part of the GNU opcodes library.\n\ |