diff options
author | Doug Evans <dje@gnu.org> | 1995-01-14 06:27:58 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-01-14 06:27:58 +0000 |
commit | 767880cde63ffbd42f89c2aee7aa8b09c2398ca6 (patch) | |
tree | f14fcd56515228eb3a3b8d9767142cef7e03a932 | |
parent | 320cfc3c20d06572ffd935a2199d58b17996fe7c (diff) | |
download | gcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.zip gcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.tar.gz gcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.tar.bz2 |
Add 1995 to copyright.
From-SVN: r8760
-rw-r--r-- | gcc/c-common.c | 2 | ||||
-rw-r--r-- | gcc/config/a29k/a29k.c | 2 | ||||
-rw-r--r-- | gcc/config/a29k/a29k.h | 2 | ||||
-rw-r--r-- | gcc/expmed.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 41107a1..608514a 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1,5 +1,5 @@ /* Subroutines shared by all languages that are variants of C. - Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/a29k/a29k.c b/gcc/config/a29k/a29k.c index 90cdeec..1b82206 100644 --- a/gcc/config/a29k/a29k.c +++ b/gcc/config/a29k/a29k.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on AMD Am29000. - Copyright (C) 1987, 88, 90, 91, 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 90-94, 1995 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu) This file is part of GNU CC. diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index 37abee5..98f9a8d 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for AMD Am29000 CPU. - Copyright (C) 1988, 90, 91, 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 1988, 90-94, 1995 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu) This file is part of GNU CC. diff --git a/gcc/expmed.c b/gcc/expmed.c index 6ff8b2b..98b4abd 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1,6 +1,6 @@ /* Medium-level subroutines: convert bit-field store and extract and shifts, multiplies and divides to rtl instructions. - Copyright (C) 1987, 88, 89, 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc. This file is part of GNU CC. |