summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-03-03 12:05:13 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-03-03 12:05:13 +0000
commit84aefc2932d3058b327e59bf6f9a49f66074d8b0 (patch)
tree1fd7af716e0119f84a7e80ea7f2ed246344911bc /opcodes
parentd4074b8619ddda242c3e286fa561af7cc0bf578f (diff)
downloadbinutils-redhat-84aefc2932d3058b327e59bf6f9a49f66074d8b0.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 49b5f20d2e..3893bbdaaa 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 5371597572..3dd2bf48b5 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 5c74e973fe..b31814e8da 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 0f04ddfe2d..f95ec89deb 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 74e265c175..95ebf1805e 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 7231e2d7ae..03cf128194 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 ca621dec2d..ae4e37e934 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 bafc8f449b..b73419364b 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 b6b7559ed6..d576c108b4 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 a0bd63c2a6..e580f24df9 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 640a90a5e5..3295541ed2 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 257cfed14a..91a06b16f3 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 7fda7d39b8..fb38f43d24 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 a88464ad5e..bd1a639236 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 51204ba281..24e5a393ed 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 4c63815289..10b46be852 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 9f1c5e364d..762509f099 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 d916085242..39b7c5d463 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 dcc2d77ec8..f1f49499e6 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 c510a7a839..a070a4d77c 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 f76aa7fb8b..03170fd8d9 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 f9476d8c0f..bbe6c3dd77 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 1d3637c704..bdf16b0ead 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 4082b29e05..97dc254cba 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 5901a5a3bc..63fca14379 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 ba33dd3911..c6183933d6 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 39d76bbd1f..867cc26420 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 9a4cfb0a1b..281c8cf707 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 d6d82a52fe..9ce70a0371 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 4c248e0977..35e63f8839 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 1756e53b7d..c0ddbfcd09 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 50d1750f25..5468ac54f6 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 218496ddbb..d0637f3b77 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 6176dbf78c..67ddb0b1b2 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 42f5151d3f..b574edb60f 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 34188e6216..c5b3714a77 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 1a4b276a64..80bd026b7b 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 960a4ccefb..80e746a42e 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 70f23f3b89..bf7919c062 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 ad610386c5..c0fc4d3950 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 2ed6c110be..f1c61442de 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 2249d16803..35c93f1b3b 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 cb7fddafb2..cab4a30782 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.