summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-03-03 11:52:12 +0000
committerAlan Modra <amodra@gmail.com>2005-03-03 11:52:12 +0000
commitaef6203bd6d412d65f539a41f1abd07b14d7a05d (patch)
treeb2000045d29334369a5c4df432932663bebd914c /opcodes
parent9553c6388c435343a5adf77888647ace94808024 (diff)
downloadbinutils-gdb-aef6203bd6d412d65f539a41f1abd07b14d7a05d.tar.gz
update copyright dates
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/alpha-dis.c3
-rw-r--r--opcodes/alpha-opc.c3
-rw-r--r--opcodes/arc-opc.c2
-rw-r--r--opcodes/arm-opc.h4
-rw-r--r--opcodes/avr-dis.c2
-rw-r--r--opcodes/cgen-asm.c3
-rw-r--r--opcodes/cgen-dis.c2
-rw-r--r--opcodes/cgen.sh2
-rw-r--r--opcodes/cris-dis.c2
-rw-r--r--opcodes/cris-opc.c2
-rw-r--r--opcodes/crx-dis.c2
-rw-r--r--opcodes/dis-buf.c2
-rw-r--r--opcodes/disassemble.c4
-rw-r--r--opcodes/h8500-opc.h2
-rw-r--r--opcodes/i386-dis.c2
-rw-r--r--opcodes/ia64-dis.c2
-rw-r--r--opcodes/ia64-opc-a.c3
-rw-r--r--opcodes/ia64-opc-d.c2
-rw-r--r--opcodes/ia64-opc-i.c2
-rw-r--r--opcodes/ia64-opc-m.c2
-rw-r--r--opcodes/ia64-opc.c2
-rw-r--r--opcodes/ia64-opc.h2
-rw-r--r--opcodes/m10300-dis.c3
-rw-r--r--opcodes/m10300-opc.c3
-rw-r--r--opcodes/m88k-dis.c4
-rw-r--r--opcodes/mcore-dis.c2
-rw-r--r--opcodes/mcore-opc.h2
-rw-r--r--opcodes/mips-dis.c2
-rw-r--r--opcodes/mips-opc.c2
-rw-r--r--opcodes/mips16-opc.c2
-rw-r--r--opcodes/pdp11-dis.c2
-rw-r--r--opcodes/pj-dis.c2
-rw-r--r--opcodes/pj-opc.c2
-rw-r--r--opcodes/po/Make-in3
-rw-r--r--opcodes/s390-dis.c2
-rw-r--r--opcodes/s390-mkopc.c2
-rw-r--r--opcodes/s390-opc.c2
-rw-r--r--opcodes/s390-opc.txt2
-rw-r--r--opcodes/sh-opc.h4
-rw-r--r--opcodes/sh64-opc.c2
-rw-r--r--opcodes/sh64-opc.h2
-rw-r--r--opcodes/v850-opc.c3
-rw-r--r--opcodes/w65-opc.h2
43 files changed, 55 insertions, 47 deletions
diff --git a/opcodes/alpha-dis.c b/opcodes/alpha-dis.c
index 49b5f20d2e7..3893bbdaaa5 100644
--- a/opcodes/alpha-dis.c
+++ b/opcodes/alpha-dis.c
@@ -1,5 +1,6 @@
/* alpha-dis.c -- Disassemble Alpha AXP instructions
- Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1998, 1999, 2000, 2001, 2002
+ Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@tamu.edu>,
patterned after the PPC opcode handling written by Ian Lance Taylor.
diff --git a/opcodes/alpha-opc.c b/opcodes/alpha-opc.c
index 53715975721..3dd2bf48b59 100644
--- a/opcodes/alpha-opc.c
+++ b/opcodes/alpha-opc.c
@@ -1,5 +1,6 @@
/* alpha-opc.c -- Alpha AXP opcode list
- Copyright 1996, 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@cygnus.com>,
patterned after the PPC opcode handling written by Ian Lance Taylor.
diff --git a/opcodes/arc-opc.c b/opcodes/arc-opc.c
index 5c74e973fe9..b31814e8dae 100644
--- a/opcodes/arc-opc.c
+++ b/opcodes/arc-opc.c
@@ -1,5 +1,5 @@
/* Opcode table for the ARC.
- Copyright 1994, 1995, 1997, 1998, 2000, 2001
+ Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002, 2004
Free Software Foundation, Inc.
Contributed by Doug Evans (dje@cygnus.com).
diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h
index 0f04ddfe2d0..f95ec89deb7 100644
--- a/opcodes/arm-opc.h
+++ b/opcodes/arm-opc.h
@@ -1,7 +1,7 @@
/* Disassembler definitions for ARM.
- Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004
- Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/avr-dis.c b/opcodes/avr-dis.c
index 74e265c1757..95ebf1805e8 100644
--- a/opcodes/avr-dis.c
+++ b/opcodes/avr-dis.c
@@ -1,5 +1,5 @@
/* Disassemble AVR instructions.
- Copyright 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
Contributed by Denis Chertykov <denisc@overta.ru>
diff --git a/opcodes/cgen-asm.c b/opcodes/cgen-asm.c
index 7231e2d7aed..03cf1281947 100644
--- a/opcodes/cgen-asm.c
+++ b/opcodes/cgen-asm.c
@@ -1,6 +1,7 @@
/* CGEN generic assembler support code.
- Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
This file is part of the GNU Binutils and GDB, the GNU debugger.
diff --git a/opcodes/cgen-dis.c b/opcodes/cgen-dis.c
index ca621dec2d3..ae4e37e934e 100644
--- a/opcodes/cgen-dis.c
+++ b/opcodes/cgen-dis.c
@@ -1,6 +1,6 @@
/* CGEN generic disassembler support code.
- Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is part of the GNU Binutils and GDB, the GNU debugger.
diff --git a/opcodes/cgen.sh b/opcodes/cgen.sh
index bafc8f449b9..b73419364b0 100644
--- a/opcodes/cgen.sh
+++ b/opcodes/cgen.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# CGEN generic assembler support code.
#
-# Copyright 2001 Free Software Foundation, Inc.
+# Copyright 2000, 2003, 2005 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils and GDB, the GNU debugger.
#
diff --git a/opcodes/cris-dis.c b/opcodes/cris-dis.c
index b6b7559ed6e..d576c108b40 100644
--- a/opcodes/cris-dis.c
+++ b/opcodes/cris-dis.c
@@ -1,5 +1,5 @@
/* Disassembler code for CRIS.
- Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Contributed by Axis Communications AB, Lund, Sweden.
Written by Hans-Peter Nilsson.
diff --git a/opcodes/cris-opc.c b/opcodes/cris-opc.c
index a0bd63c2a6e..e580f24df96 100644
--- a/opcodes/cris-opc.c
+++ b/opcodes/cris-opc.c
@@ -1,5 +1,5 @@
/* cris-opc.c -- Table of opcodes for the CRIS processor.
- Copyright 2000 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2004 Free Software Foundation, Inc.
Contributed by Axis Communications AB, Lund, Sweden.
Originally written for GAS 1.38.1 by Mikael Asker.
Reorganized by Hans-Peter Nilsson.
diff --git a/opcodes/crx-dis.c b/opcodes/crx-dis.c
index 640a90a5e5c..3295541ed24 100644
--- a/opcodes/crx-dis.c
+++ b/opcodes/crx-dis.c
@@ -1,5 +1,5 @@
/* Disassembler code for CRX.
- Copyright 2004 Free Software Foundation, Inc.
+ Copyright 2004, 2005 Free Software Foundation, Inc.
Contributed by Tomer Levi, NSC, Israel.
Written by Tomer Levi.
diff --git a/opcodes/dis-buf.c b/opcodes/dis-buf.c
index 257cfed14a6..91a06b16f33 100644
--- a/opcodes/dis-buf.c
+++ b/opcodes/dis-buf.c
@@ -1,5 +1,5 @@
/* Disassemble from a buffer, for GNU.
- Copyright 1993, 1994, 1996, 1997, 1998, 1999, 2000
+ Copyright 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2005
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c
index 7fda7d39b84..fb38f43d249 100644
--- a/opcodes/disassemble.c
+++ b/opcodes/disassemble.c
@@ -1,6 +1,6 @@
/* Select disassembly routine for specified architecture.
- Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005
- Free Software Foundation, Inc.
+ Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/h8500-opc.h b/opcodes/h8500-opc.h
index a88464ad5ef..bd1a6392361 100644
--- a/opcodes/h8500-opc.h
+++ b/opcodes/h8500-opc.h
@@ -1,6 +1,6 @@
/* Instruction opcode header for Renesas 8500.
- Copyright 2001, 2003 Free Software Foundation, Inc.
+ Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU Binutils and/or GDB, the GNU debugger.
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 51204ba2811..24e5a393ed2 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 Free Software Foundation, Inc.
+ 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/opcodes/ia64-dis.c b/opcodes/ia64-dis.c
index 4c63815289c..10b46be8528 100644
--- a/opcodes/ia64-dis.c
+++ b/opcodes/ia64-dis.c
@@ -1,5 +1,5 @@
/* ia64-dis.c -- Disassemble ia64 instructions
- Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/ia64-opc-a.c b/opcodes/ia64-opc-a.c
index 9f1c5e364d4..762509f0990 100644
--- a/opcodes/ia64-opc-a.c
+++ b/opcodes/ia64-opc-a.c
@@ -1,5 +1,6 @@
/* ia64-opc-a.c -- IA-64 `A' opcode table.
- Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2001, 2002, 2004
+ Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/ia64-opc-d.c b/opcodes/ia64-opc-d.c
index d916085242e..39b7c5d4632 100644
--- a/opcodes/ia64-opc-d.c
+++ b/opcodes/ia64-opc-d.c
@@ -1,5 +1,5 @@
/* ia64-opc-d.c -- IA-64 `D' opcode table.
- Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/ia64-opc-i.c b/opcodes/ia64-opc-i.c
index dcc2d77ec80..f1f49499e67 100644
--- a/opcodes/ia64-opc-i.c
+++ b/opcodes/ia64-opc-i.c
@@ -1,5 +1,5 @@
/* ia64-opc-i.c -- IA-64 `I' opcode table.
- Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2002, 2005 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/ia64-opc-m.c b/opcodes/ia64-opc-m.c
index c510a7a839f..a070a4d77cd 100644
--- a/opcodes/ia64-opc-m.c
+++ b/opcodes/ia64-opc-m.c
@@ -1,5 +1,5 @@
/* ia64-opc-m.c -- IA-64 `M' opcode table.
- Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2002, 2005 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/ia64-opc.c b/opcodes/ia64-opc.c
index f76aa7fb8bd..03170fd8d95 100644
--- a/opcodes/ia64-opc.c
+++ b/opcodes/ia64-opc.c
@@ -1,5 +1,5 @@
/* ia64-opc.c -- Functions to access the compacted opcode table
- Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc.
Written by Bob Manson of Cygnus Solutions, <manson@cygnus.com>
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/ia64-opc.h b/opcodes/ia64-opc.h
index f9476d8c0f0..bbe6c3dd77c 100644
--- a/opcodes/ia64-opc.h
+++ b/opcodes/ia64-opc.h
@@ -1,5 +1,5 @@
/* ia64-opc.h -- IA-64 opcode table.
- Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/m10300-dis.c b/opcodes/m10300-dis.c
index 1d3637c704d..bdf16b0ead6 100644
--- a/opcodes/m10300-dis.c
+++ b/opcodes/m10300-dis.c
@@ -1,5 +1,6 @@
/* Disassemble MN10300 instructions.
- Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/m10300-opc.c b/opcodes/m10300-opc.c
index 4082b29e051..97dc254cba2 100644
--- a/opcodes/m10300-opc.c
+++ b/opcodes/m10300-opc.c
@@ -1,5 +1,6 @@
/* Assemble Matsushita MN10300 instructions.
- Copyright 1996, 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/m88k-dis.c b/opcodes/m88k-dis.c
index 5901a5a3bcc..63fca14379b 100644
--- a/opcodes/m88k-dis.c
+++ b/opcodes/m88k-dis.c
@@ -1,6 +1,6 @@
/* Print instructions for the Motorola 88000, for GDB and GNU Binutils.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1998, 2000, 2001
- Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993, 1998, 2000, 2001,
+ 2002 Free Software Foundation, Inc.
Contributed by Data General Corporation, November 1989.
Partially derived from an earlier printcmd.c.
diff --git a/opcodes/mcore-dis.c b/opcodes/mcore-dis.c
index ba33dd39118..c6183933d66 100644
--- a/opcodes/mcore-dis.c
+++ b/opcodes/mcore-dis.c
@@ -1,5 +1,5 @@
/* Disassemble Motorola M*Core instructions.
- Copyright 1993, 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright 1993, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h
index 39d76bbd1f0..867cc26420d 100644
--- a/opcodes/mcore-opc.h
+++ b/opcodes/mcore-opc.h
@@ -1,5 +1,5 @@
/* Assembler instructions for Motorola's Mcore processor
- Copyright 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index 9a4cfb0a1b4..281c8cf707f 100644
--- a/opcodes/mips-dis.c
+++ b/opcodes/mips-dis.c
@@ -1,6 +1,6 @@
/* Print mips instructions for GDB, the GNU debugger, or for objdump.
Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003
+ 2000, 2001, 2002, 2003, 2005
Free Software Foundation, Inc.
Contributed by Nobuyuki Hikichi(hikichi@sra.co.jp).
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index d6d82a52fed..9ce70a03712 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -1,6 +1,6 @@
/* mips-opc.c -- MIPS opcode list.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
- Free Software Foundation, Inc.
+ 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Ralph Campbell and OSF
Commented and modified by Ian Lance Taylor, Cygnus Support
Extended for MIPS32 support by Anders Norlander, and by SiByte, Inc.
diff --git a/opcodes/mips16-opc.c b/opcodes/mips16-opc.c
index 4c248e09775..35e63f8839e 100644
--- a/opcodes/mips16-opc.c
+++ b/opcodes/mips16-opc.c
@@ -1,5 +1,5 @@
/* mips16-opc.c. Mips16 opcode table.
- Copyright 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 2000, 2005 Free Software Foundation, Inc.
Contributed by Ian Lance Taylor, Cygnus Support
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/pdp11-dis.c b/opcodes/pdp11-dis.c
index 1756e53b7d9..c0ddbfcd09f 100644
--- a/opcodes/pdp11-dis.c
+++ b/opcodes/pdp11-dis.c
@@ -1,5 +1,5 @@
/* Print DEC PDP-11 instructions.
- Copyright 2001, 2002 Free Software Foundation, Inc.
+ Copyright 2001, 2002, 2004 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/pj-dis.c b/opcodes/pj-dis.c
index 50d1750f252..5468ac54f6a 100644
--- a/opcodes/pj-dis.c
+++ b/opcodes/pj-dis.c
@@ -1,5 +1,5 @@
/* pj-dis.c -- Disassemble picoJava instructions.
- Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by Steve Chamberlain, of Transmeta (sac@pobox.com).
This program is free software; you can redistribute it and/or modify
diff --git a/opcodes/pj-opc.c b/opcodes/pj-opc.c
index 218496ddbb0..d0637f3b775 100644
--- a/opcodes/pj-opc.c
+++ b/opcodes/pj-opc.c
@@ -1,5 +1,5 @@
/* pj-opc.c -- Definitions for picoJava opcodes.
- Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
Contributed by Steve Chamberlain of Transmeta (sac@pobox.com).
This program is free software; you can redistribute it and/or modify
diff --git a/opcodes/po/Make-in b/opcodes/po/Make-in
index 6176dbf78c3..67ddb0b1b21 100644
--- a/opcodes/po/Make-in
+++ b/opcodes/po/Make-in
@@ -1,7 +1,8 @@
# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+# Copyright (C) 2003 Free Software Foundation, Inc.
#
-# This file file be copied and used freely without restrictions. It can
+# This file may be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU Public License
# but which still want to provide support for the GNU gettext functionality.
# Please note that the actual code is *not* freely available.
diff --git a/opcodes/s390-dis.c b/opcodes/s390-dis.c
index 42f5151d3f0..b574edb60f7 100644
--- a/opcodes/s390-dis.c
+++ b/opcodes/s390-dis.c
@@ -1,5 +1,5 @@
/* s390-dis.c -- Disassemble S390 instructions
- Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
This file is part of GDB, GAS and the GNU binutils.
diff --git a/opcodes/s390-mkopc.c b/opcodes/s390-mkopc.c
index 34188e6216f..c5b3714a77b 100644
--- a/opcodes/s390-mkopc.c
+++ b/opcodes/s390-mkopc.c
@@ -1,5 +1,5 @@
/* s390-mkopc.c -- Generates opcode table out of s390-opc.txt
- Copyright 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2003 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/s390-opc.c b/opcodes/s390-opc.c
index 1a4b276a643..80bd026b7b1 100644
--- a/opcodes/s390-opc.c
+++ b/opcodes/s390-opc.c
@@ -1,5 +1,5 @@
/* s390-opc.c -- S390 opcode list
- Copyright 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2003 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
This file is part of GDB, GAS, and the GNU binutils.
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
index 960a4ccefbf..80e746a42e2 100644
--- a/opcodes/s390-opc.txt
+++ b/opcodes/s390-opc.txt
@@ -1,5 +1,5 @@
# S/390 opcodes list. Use s390-mkopc to convert it into the opcode table.
-# Copyright 2000, 2001 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
# Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
5a a RX_RRRD "add" g5 esa,zarch
6a ad RX_FRRD "add normalized (long)" g5 esa,zarch
diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h
index 70f23f3b899..bf7919c062c 100644
--- a/opcodes/sh-opc.h
+++ b/opcodes/sh-opc.h
@@ -1,6 +1,6 @@
/* Definitions for SH opcodes.
- Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2003, 2004, 2005
- Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
+ 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/sh64-opc.c b/opcodes/sh64-opc.c
index ad610386c56..c0fc4d3950c 100644
--- a/opcodes/sh64-opc.c
+++ b/opcodes/sh64-opc.c
@@ -1,5 +1,5 @@
/* Definitions for SH64 opcodes.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/sh64-opc.h b/opcodes/sh64-opc.h
index 2ed6c110be8..f1c61442def 100644
--- a/opcodes/sh64-opc.h
+++ b/opcodes/sh64-opc.h
@@ -1,5 +1,5 @@
/* Declarations for SH64 opcodes.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c
index 2249d16803d..35c93f1b3be 100644
--- a/opcodes/v850-opc.c
+++ b/opcodes/v850-opc.c
@@ -1,5 +1,6 @@
/* Assemble V850 instructions.
- Copyright 1996, 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/opcodes/w65-opc.h b/opcodes/w65-opc.h
index cb7fddafb2a..cab4a30782e 100644
--- a/opcodes/w65-opc.h
+++ b/opcodes/w65-opc.h
@@ -1,7 +1,7 @@
/* Instruction opcode header for WDC 65816
(generated by the program sim/w65/gencode -a)
-Copyright 2001 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU Binutils and/or GDB, the GNU debugger.