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 /gcc/c-common.c | |
parent | 320cfc3c20d06572ffd935a2199d58b17996fe7c (diff) | |
download | gcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.zip gcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.tar.gz gcc-767880cde63ffbd42f89c2aee7aa8b09c2398ca6.tar.bz2 |
Add 1995 to copyright.
From-SVN: r8760
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 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. |