aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1995-01-14 06:27:58 +0000
committerDoug Evans <dje@gnu.org>1995-01-14 06:27:58 +0000
commit767880cde63ffbd42f89c2aee7aa8b09c2398ca6 (patch)
treef14fcd56515228eb3a3b8d9767142cef7e03a932 /gcc
parent320cfc3c20d06572ffd935a2199d58b17996fe7c (diff)
downloadgcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.zip
gcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.tar.gz
gcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.tar.bz2
Add 1995 to copyright.
From-SVN: r8760
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-common.c2
-rw-r--r--gcc/config/a29k/a29k.c2
-rw-r--r--gcc/config/a29k/a29k.h2
-rw-r--r--gcc/expmed.c2
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.