aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-01-13 14:42:33 -0700
committerJeff Law <law@gcc.gnu.org>1998-01-13 14:42:33 -0700
commita4fc4b2d1272ff817101fe26299dbf4a69785690 (patch)
tree1c3d26a612cbafa4ab957d00c00e67179ecd3191 /gcc
parent8d47dfc57f318e28e4e551633705b8d89899dec9 (diff)
downloadgcc-a4fc4b2d1272ff817101fe26299dbf4a69785690.zip
gcc-a4fc4b2d1272ff817101fe26299dbf4a69785690.tar.gz
gcc-a4fc4b2d1272ff817101fe26299dbf4a69785690.tar.bz2
Update copyrights.
From-SVN: r17348
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-typeck.c2
-rw-r--r--gcc/haifa-sched.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c
index fb5efd7..b3576a2 100644
--- a/gcc/c-typeck.c
+++ b/gcc/c-typeck.c
@@ -1,5 +1,5 @@
/* Build expressions with type checking for C compiler.
- Copyright (C) 1987, 88, 91-6, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1987, 88, 91-7, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index ec66e77..2ffaebf 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -1,5 +1,5 @@
/* Instruction scheduling pass.
- Copyright (C) 1992, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93-97, 1998 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
and currently maintained by, Jim Wilson (wilson@cygnus.com)