aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1999-01-19 12:08:36 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-01-19 12:08:36 +0000
commit747215f1fe95ae8226b1f2fc2bfd32824a9c66a6 (patch)
tree23567cd3e8acf94a6c11a7bdd5f2af808d58f69a /gcc
parenteaa4b44cfc6743304718f03b61c8c3ef9ec91d0b (diff)
downloadgcc-747215f1fe95ae8226b1f2fc2bfd32824a9c66a6.zip
gcc-747215f1fe95ae8226b1f2fc2bfd32824a9c66a6.tar.gz
gcc-747215f1fe95ae8226b1f2fc2bfd32824a9c66a6.tar.bz2
Update copyrights
From-SVN: r24765
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/a29k/a29k.c3
-rw-r--r--gcc/config/alpha/alpha.c3
-rw-r--r--gcc/config/h8300/h8300.c3
-rw-r--r--gcc/config/m88k/m88k.c3
-rw-r--r--gcc/config/mips/abi64.h2
-rw-r--r--gcc/cse.c2
-rw-r--r--gcc/emit-rtl.c2
-rw-r--r--gcc/explow.c2
-rw-r--r--gcc/rtl.texi2
9 files changed, 13 insertions, 9 deletions
diff --git a/gcc/config/a29k/a29k.c b/gcc/config/a29k/a29k.c
index 395a6ff..25ce5c8 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 970f1d6..6d4e125 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 0870ede..4dc4895 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 ef743cb..2814ccb 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 ddff4ab..9aa6bfb 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 94f6f0a..761ebff 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 d676a97..4925544 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 a952929..10bbfab 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 751e11c..e050c58 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.