summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 13:55:09 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 13:55:09 +0000
commit2f791da89a5fc7abb7b34bf6ce5afec689d4f11a (patch)
tree79d67d0e44cf58bd660e82fef38a70a75a05415c /gcc/haifa-sched.c
parent6ffae6e79072c716d8c3b160574876bed032b209 (diff)
downloadgcc-2f791da89a5fc7abb7b34bf6ce5afec689d4f11a.tar.gz
Fix copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index ae81a259d3e..430abaf429c 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -1,5 +1,6 @@
/* Instruction scheduling pass.
- Copyright (C) 1992, 93-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
and currently maintained by, Jim Wilson (wilson@cygnus.com)