diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-02-26 14:35:46 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-02-26 14:35:46 -0700 |
commit | 214be03f82f0ca0e9a85cc1f318012913668d556 (patch) | |
tree | 6cd34ed4fc46db560373cca4395c57b5304673a0 /gcc | |
parent | e1b1511329ba3b9cdbc10aa3bd5ce93ed86adf3e (diff) | |
download | gcc-214be03f82f0ca0e9a85cc1f318012913668d556.zip gcc-214be03f82f0ca0e9a85cc1f318012913668d556.tar.gz gcc-214be03f82f0ca0e9a85cc1f318012913668d556.tar.bz2 |
fix copyrights
From-SVN: r32197
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips-protos.h | 3 | ||||
-rw-r--r-- | gcc/config/mips/mips.c | 3 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 3 | ||||
-rw-r--r-- | gcc/config/mips/mips.md | 3 | ||||
-rw-r--r-- | gcc/config/mips/r3900.h | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/gcc/config/mips/mips-protos.h b/gcc/config/mips/mips-protos.h index 72129d35..598be36 100644 --- a/gcc/config/mips/mips-protos.h +++ b/gcc/config/mips/mips-protos.h @@ -1,5 +1,6 @@ /* Prototypes of target machine for GNU compiler. MIPS version. - Copyright (C) 1989, 90-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999 Free Software Foundation, Inc. Contributed by A. Lichnewsky (lich@inria.inria.fr). Changed by Michael Meissner (meissner@osf.org). 64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 62350e5..a31b779 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -1,5 +1,6 @@ /* Subroutines for insn-output.c for MIPS - Copyright (C) 1989, 90, 91, 93-98, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. Contributed by A. Lichnewsky, lich@inria.inria.fr. Changes by Michael Meissner, meissner@osf.org. 64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 7653e84..cd384e4 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. MIPS version. - Copyright (C) 1989, 90-98, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 + 1999, 2000 Free Software Foundation, Inc. Contributed by A. Lichnewsky (lich@inria.inria.fr). Changed by Michael Meissner (meissner@osf.org). 64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index ee81923..67b38de 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -1,5 +1,6 @@ ;; Mips.md Machine Description for MIPS based processors -;; Copyright (C) 1989, 90-98, 1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +;; 1999, 2000 Free Software Foundation, Inc. ;; Contributed by A. Lichnewsky, lich@inria.inria.fr ;; Changes by Michael Meissner, meissner@osf.org ;; 64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and diff --git a/gcc/config/mips/r3900.h b/gcc/config/mips/r3900.h index 9b19f72..3977663 100644 --- a/gcc/config/mips/r3900.h +++ b/gcc/config/mips/r3900.h @@ -1,7 +1,8 @@ /* Definitions of MIPS sub target machine for GNU compiler. Toshiba r3900. You should include mips.h after this. - Copyright (C) 1989, 90-6, 1997 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 + Free Software Foundation, Inc. Contributed by Gavin Koch (gavin@cygnus.com). This file is part of GNU CC. |