diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-04 18:10:08 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-04 18:10:08 +0000 |
commit | 6f143e4d771cf409457c114ec6065cc641fe1df2 (patch) | |
tree | 6addfd587d7da0c729b02a5f6fa14d095b0e076d /opcodes/i386-gen.c | |
parent | c6add5371c0ef25aa0c3043a5e2c5c01561c25c4 (diff) | |
download | gdb-6f143e4d771cf409457c114ec6065cc641fe1df2.zip gdb-6f143e4d771cf409457c114ec6065cc641fe1df2.tar.gz gdb-6f143e4d771cf409457c114ec6065cc641fe1df2.tar.bz2 |
2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c: Update copyright to 2008.
* i386-opc.h: Likewise.
* i386-opc.tbl: Likewise.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 1c79fae..5da2bb4 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Free Software Foundation, Inc. +/* Copyright 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -363,7 +363,7 @@ static void process_copyright (FILE *fp) { fprintf (fp, "/* This file is automatically generated by i386-gen. Do not edit! */\n\ -/* Copyright 2007 Free Software Foundation, Inc.\n\ +/* Copyright 2007, 2008 Free Software Foundation, Inc.\n\ \n\ This file is part of the GNU opcodes library.\n\ \n\ |