diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 12:08:36 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 12:08:36 +0000 |
commit | 1a6be49a5e6abc78de23dc1527565c36556084ce (patch) | |
tree | 23567cd3e8acf94a6c11a7bdd5f2af808d58f69a /gcc | |
parent | dd84cabc8a66a139b7d429dcd9b37030bc6963c4 (diff) | |
download | gcc-1a6be49a5e6abc78de23dc1527565c36556084ce.tar.gz |
Update copyrights
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24765 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/a29k/a29k.c | 3 | ||||
-rw-r--r-- | gcc/config/alpha/alpha.c | 3 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.c | 3 | ||||
-rw-r--r-- | gcc/config/m88k/m88k.c | 3 | ||||
-rw-r--r-- | gcc/config/mips/abi64.h | 2 | ||||
-rw-r--r-- | gcc/cse.c | 2 | ||||
-rw-r--r-- | gcc/emit-rtl.c | 2 | ||||
-rw-r--r-- | gcc/explow.c | 2 | ||||
-rw-r--r-- | gcc/rtl.texi | 2 |
9 files changed, 13 insertions, 9 deletions
diff --git a/gcc/config/a29k/a29k.c b/gcc/config/a29k/a29k.c index 395a6ff8339..25ce5c803fb 100644 --- a/gcc/config/a29k/a29k.c +++ b/gcc/config/a29k/a29k.c @@ -1,5 +1,6 @@ /* Subroutines used for code generation on AMD Am29000. - Copyright (C) 1987, 88, 90-94, 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 90-94, 1995, 1997, 1999 Free Software + Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu) This file is part of GNU CC. diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 970f1d6f646..6d4e125d5b7 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -1,5 +1,6 @@ /* Subroutines used for code generation on the DEC Alpha. - Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 93, 94, 95, 96, 97, 1998, 1999 Free Software + Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GNU CC. diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 0870ede5daa..4dc48958268 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -1,5 +1,6 @@ /* Subroutines for insn-output.c for Hitachi H8/300. - Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 93, 94, 95, 96, 97, 1998, 1999 Free Software + Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com), Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). diff --git a/gcc/config/m88k/m88k.c b/gcc/config/m88k/m88k.c index ef743cb1036..2814ccbbc64 100644 --- a/gcc/config/m88k/m88k.c +++ b/gcc/config/m88k/m88k.c @@ -1,5 +1,6 @@ /* Subroutines for insn-output.c for Motorola 88000. - Copyright (C) 1988, 92, 93, 94, 95, 16, 1997 Free Software Foundation, Inc. + Copyright (C) 1988, 92, 93, 94, 95, 16, 1997, 1999 Free Software + Foundation, Inc. Contributed by Michael Tiemann (tiemann@mcc.com) Currently maintained by (gcc@dg-rtp.dg.com) diff --git a/gcc/config/mips/abi64.h b/gcc/config/mips/abi64.h index ddff4ab1619..9aa6bfb9308 100644 --- a/gcc/config/mips/abi64.h +++ b/gcc/config/mips/abi64.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. 64 bit ABI support. - Copyright (C) 1994, 1995, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/cse.c b/gcc/cse.c index 94f6f0add7a..761ebff8d9d 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987, 88, 89, 92-7, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92-7, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index d676a97a715..49255443362 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -1,5 +1,5 @@ /* Emit RTL for the GNU C-Compiler expander. - Copyright (C) 1987, 88, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92-97, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/explow.c b/gcc/explow.c index a95292960c7..10bbfab7f8b 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1,5 +1,5 @@ /* Subroutines for manipulating rtx's in semantically interesting ways. - Copyright (C) 1987, 91, 94-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 91, 94-97, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/rtl.texi b/gcc/rtl.texi index 751e11ccd96..e050c5855a6 100644 --- a/gcc/rtl.texi +++ b/gcc/rtl.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988, 89, 92, 94, 97, 1998 Free Software Foundation, Inc. +@c Copyright (C) 1988, 89, 92, 94, 97, 1998, 1999 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. |