diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-gen.c | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a909bb0..43d0cb3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2014-03-03 Alan Modra <amodra@gmail.com> + + * i386-gen.c (process_copyright): Emit copyright notice on one line. + 2014-02-28 Alan Modra <amodra@gmail.com> * msp430-decode.c: Regenerate. diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index e55e8a1..6585f37 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -579,8 +579,7 @@ static void process_copyright (FILE *fp) { fprintf (fp, "/* This file is automatically generated by i386-gen. Do not edit! */\n\ -/* Copyright 2007-2014\n\ - Free Software Foundation, Inc.\n\ +/* Copyright 2007-2014 Free Software Foundation, Inc.\n\ \n\ This file is part of the GNU opcodes library.\n\ \n\ |