summaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 06:23:30 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 06:23:30 +0000
commitc773fc106364050f1ca4feef32c30c195bd8bad0 (patch)
treec704ab5d99fdc0b4a5a732e52ea2f08cff2b3552 /gcc/final.c
parentddca3e9d36db1952b21eafa7b6768731bc0dac6b (diff)
downloadgcc-c773fc106364050f1ca4feef32c30c195bd8bad0.tar.gz
Fix copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32175 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index d5096fb15c8..fc18f3c3971 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -1,5 +1,6 @@
/* Convert RTL to assembler code and output it, for GNU compiler.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
+ 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.