aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-02-11 13:41:19 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-02-11 13:41:19 +0000
commitc75ef631bde5789ce8873821d7491d6d14025a39 (patch)
treec61721983436d675ea456f1a4c3f7f53ef8efaf6
parentfa17a3f4328a7f3bbf5491159c422edb0b2da7ba (diff)
downloadgdb-c75ef631bde5789ce8873821d7491d6d14025a39.zip
gdb-c75ef631bde5789ce8873821d7491d6d14025a39.tar.gz
gdb-c75ef631bde5789ce8873821d7491d6d14025a39.tar.bz2
Update copyright.
gas/ 2010-02-11 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c: Update copyright. opcodes/ 2010-02-11 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c: Update copyright. * i386-gen.c: Likewise. * i386-opc.h: Likewise. * i386-opc.tbl: Likewise.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-i386.c2
-rw-r--r--opcodes/ChangeLog7
-rw-r--r--opcodes/i386-dis.c2
-rw-r--r--opcodes/i386-gen.c4
-rw-r--r--opcodes/i386-opc.h2
-rw-r--r--opcodes/i386-opc.tbl2
7 files changed, 17 insertions, 6 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1861e6b..c9c2158 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/tc-i386.c: Update copyright.
+
2010-02-10 Quentin Neill <quentin.neill@amd.com>
Sebastian Pop <sebastian.pop@amd.com>
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index d9b9de4..4bdfa39 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -1,6 +1,6 @@
/* tc-i386.c -- Assemble code for the Intel 80386
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index fb6b162..b34871d 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-dis.c: Update copyright.
+ * i386-gen.c: Likewise.
+ * i386-opc.h: Likewise.
+ * i386-opc.tbl: Likewise.
+
2010-02-10 Quentin Neill <quentin.neill@amd.com>
Sebastian Pop <sebastian.pop@amd.com>
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 34dcd10..96e4285 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -1,6 +1,6 @@
/* Print i386 instructions for GDB, the GNU debugger.
Copyright 1988, 1989, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of the GNU opcodes library.
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 9e8a541..5cd9205 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -1,4 +1,4 @@
-/* Copyright 2007, 2008, 2009
+/* Copyright 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of the GNU opcodes library.
@@ -448,7 +448,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\n\
+/* Copyright 2007, 2008, 2009, 2010\n\
Free Software Foundation, Inc.\n\
\n\
This file is part of the GNU opcodes library.\n\
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index f5f4628..ba4edd7 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -1,5 +1,5 @@
/* Declarations for Intel 80386 opcode table
- Copyright 2007, 2008, 2009
+ Copyright 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of the GNU opcodes library.
diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl
index f8b6ea1..c0a00bd 100644
--- a/opcodes/i386-opc.tbl
+++ b/opcodes/i386-opc.tbl
@@ -1,5 +1,5 @@
// i386 opcode table.
-// Copyright 2007, 2008, 2009
+// Copyright 2007, 2008, 2009, 2010
// Free Software Foundation, Inc.
//
// This file is part of the GNU opcodes library.