diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-12 03:34:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-12 03:34:29 +0000 |
commit | 12951dca7666c3bf56911c0561c9ac801403cb22 (patch) | |
tree | 9e81ae0f65dbe179d1125a30240aa0d6415d664f /gas/config | |
parent | 79d292aaa21b1e3a5d413cf40397aa09e260b6ad (diff) | |
download | gdb-12951dca7666c3bf56911c0561c9ac801403cb22.zip gdb-12951dca7666c3bf56911c0561c9ac801403cb22.tar.gz gdb-12951dca7666c3bf56911c0561c9ac801403cb22.tar.bz2 |
fix copyright
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/atof-ieee.c | 2 | ||||
-rw-r--r-- | gas/config/atof-vax.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gas/config/atof-ieee.c b/gas/config/atof-ieee.c index c9bfc5b..dcda1bc 100644 --- a/gas/config/atof-ieee.c +++ b/gas/config/atof-ieee.c @@ -1,5 +1,5 @@ /* atof_ieee.c - turn a Flonum into an IEEE floating point number - Copyright (C) 1987, 92, 93, 94, 95, 96, 97, 1998 + Copyright (C) 1987, 92, 93, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. diff --git a/gas/config/atof-vax.c b/gas/config/atof-vax.c index bc27cdd..76ff078 100644 --- a/gas/config/atof-vax.c +++ b/gas/config/atof-vax.c @@ -1,5 +1,6 @@ /* atof_vax.c - turn a Flonum into a VAX floating point number - Copyright (C) 1987, 1992, 93, 95, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 1992, 93, 95, 97, 98, 1999 + Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. |