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/real.c | |
parent | d050d723e086952ef1d928d2b837a6be0c734136 (diff) | |
download | gcc-af841dbdcc447d6167d4940dfae393dc1f2900c7.zip gcc-af841dbdcc447d6167d4940dfae393dc1f2900c7.tar.gz gcc-af841dbdcc447d6167d4940dfae393dc1f2900c7.tar.bz2 |
Fix copyrights.
From-SVN: r32179
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ /* real.c - implementation of REAL_ARITHMETIC, REAL_VALUE_ATOF, and support for XFmode IEEE extended real floating point arithmetic. - Copyright (C) 1993, 94-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. Contributed by Stephen L. Moshier (moshier@world.std.com). This file is part of GNU CC. |