diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-13 22:58:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-13 22:58:38 +0000 |
commit | f71ae7b2a966f16d325a238381a54e878c628535 (patch) | |
tree | aae7d693626203f1b730754c1d6ed2b1e81a3ce6 /opcodes/mips-dis.c | |
parent | d22c3d949383d6138b0543b9f731aaf4af7a1bd1 (diff) | |
download | gdb-f71ae7b2a966f16d325a238381a54e878c628535.tar.gz |
Fix typos in ChangeLogs; fix dates in copyright notices
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 849f9f20030..c016a877230 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -1,5 +1,6 @@ /* Print mips instructions for GDB, the GNU debugger, or for objdump. - Copyright (c) 1989, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 + Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000, 2001 Free Software Foundation, Inc. Contributed by Nobuyuki Hikichi(hikichi@sra.co.jp). |