diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-02-26 07:26:24 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-02-26 07:26:24 -0700 |
commit | af841dbdcc447d6167d4940dfae393dc1f2900c7 (patch) | |
tree | ac57d91d8a146b1f72da463e03ab288c9237af6b /gcc/rtl.h | |
parent | d050d723e086952ef1d928d2b837a6be0c734136 (diff) | |
download | gcc-af841dbdcc447d6167d4940dfae393dc1f2900c7.tar.gz |
Fix copyrights.
From-SVN: r32179
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index af67efb74cd..a542020181c 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1,5 +1,6 @@ /* Register Transfer Language (RTL) definitions for GNU C-Compiler - Copyright (C) 1987, 91-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. |