aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-25 22:54:31 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-25 22:54:31 -0700
commit3c71940fafbcebf9091b7131f0cb2eec428c75e6 (patch)
tree72c7edb3afba351ce840eb4c99d8b810af0ca6f0 /gcc/integrate.c
parent517cbe13c456916d56b77744149cae30d99bdc9e (diff)
downloadgcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.zip
gcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.tar.gz
gcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.tar.bz2
Copyright fixes
From-SVN: r32172
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r--gcc/integrate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index b3a22a9..d38af99 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -1,5 +1,6 @@
/* Procedure integration for GNU CC.
- Copyright (C) 1988, 91, 93-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.