diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-12-20 21:31:20 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-12-20 21:31:20 +0000 |
commit | 10501d576626f53ab9a588dc831b7f6a29012d8a (patch) | |
tree | 6f1350b1fa96756dca77f5dbd941eb8d257edf00 /newlib | |
parent | 120f285b612f2561e402a0db6845ec73268a75c2 (diff) | |
download | newlib-10501d576626f53ab9a588dc831b7f6a29012d8a.zip newlib-10501d576626f53ab9a588dc831b7f6a29012d8a.tar.gz newlib-10501d576626f53ab9a588dc831b7f6a29012d8a.tar.bz2 |
2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/i386/f_atan2.S: Change copyright from Cygnus
Solutions to Red Hat Inc.
* libc/machine/i386/f_atan2f.S: Ditto.
* libc/machine/i386/f_exp.c: Ditto.
* libc/machine/i386/f_expf.c: Ditto.
* libc/machine/i386/f_frexp.S: Ditto.
* libc/machine/i386/f_frexpf.S: Ditto.
* libc/machine/i386/f_ldexp.S: Ditto.
* libc/machine/i386/f_ldexpf.S: Ditto.
* libc/machine/i386/f_log.S: Ditto.
* libc/machine/i386/f_log10.S: Ditto.
* libc/machine/i386/f_log10f.S: Ditto.
* libc/machine/i386/f_logf.S: Ditto.
* libc/machine/i386/f_pow.c: Ditto.
* libc/machine/i386/f_powf.c: Ditto.
* libc/machine/i386/f_tan.S: Ditto.
* libc/machine/i386/f_tanf.S: Ditto.
* libc/machine/i386/memchr.S: Ditto.
* libc/machine/i386/memcmp.S: Ditto.
* libc/machine/i386/memcpy.S: Ditto.
* libc/machine/i386/memmove.S: Ditto.
* libc/machine/i386/memset.S: Ditto.
* libc/machine/i386/strchr.S: Ditto.
* libc/machine/i386/strlen.S: Ditto.
* libm/machine/i386/f_atan2.S: Ditto.
* libm/machine/i386/f_atan2f.S: Ditto.
* libm/machine/i386/f_exp.c: Ditto.
* libm/machine/i386/f_expf.c: Ditto.
* libm/machine/i386/f_frexp.S: Ditto.
* libm/machine/i386/f_frexpf.S: Ditto.
* libm/machine/i386/f_ldexp.S: Ditto.
* libm/machine/i386/f_ldexpf.S: Ditto.
* libm/machine/i386/f_log.S: Ditto.
* libm/machine/i386/f_log10.S: Ditto.
* libm/machine/i386/f_log10f.S: Ditto.
* libm/machine/i386/f_logf.S: Ditto.
* libm/machine/i386/f_pow.c: Ditto.
* libm/machine/i386/f_powf.c: Ditto.
* libm/machine/i386/f_tan.S: Ditto.
* libm/machine/i386/f_tanf.S: Ditto.
Diffstat (limited to 'newlib')
40 files changed, 82 insertions, 39 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b60cd11..b456e24 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,48 @@ 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> + * libc/machine/i386/f_atan2.S: Change copyright from Cygnus + Solutions to Red Hat Inc. + * libc/machine/i386/f_atan2f.S: Ditto. + * libc/machine/i386/f_exp.c: Ditto. + * libc/machine/i386/f_expf.c: Ditto. + * libc/machine/i386/f_frexp.S: Ditto. + * libc/machine/i386/f_frexpf.S: Ditto. + * libc/machine/i386/f_ldexp.S: Ditto. + * libc/machine/i386/f_ldexpf.S: Ditto. + * libc/machine/i386/f_log.S: Ditto. + * libc/machine/i386/f_log10.S: Ditto. + * libc/machine/i386/f_log10f.S: Ditto. + * libc/machine/i386/f_logf.S: Ditto. + * libc/machine/i386/f_pow.c: Ditto. + * libc/machine/i386/f_powf.c: Ditto. + * libc/machine/i386/f_tan.S: Ditto. + * libc/machine/i386/f_tanf.S: Ditto. + * libc/machine/i386/memchr.S: Ditto. + * libc/machine/i386/memcmp.S: Ditto. + * libc/machine/i386/memcpy.S: Ditto. + * libc/machine/i386/memmove.S: Ditto. + * libc/machine/i386/memset.S: Ditto. + * libc/machine/i386/strchr.S: Ditto. + * libc/machine/i386/strlen.S: Ditto. + * libm/machine/i386/f_atan2.S: Ditto. + * libm/machine/i386/f_atan2f.S: Ditto. + * libm/machine/i386/f_exp.c: Ditto. + * libm/machine/i386/f_expf.c: Ditto. + * libm/machine/i386/f_frexp.S: Ditto. + * libm/machine/i386/f_frexpf.S: Ditto. + * libm/machine/i386/f_ldexp.S: Ditto. + * libm/machine/i386/f_ldexpf.S: Ditto. + * libm/machine/i386/f_log.S: Ditto. + * libm/machine/i386/f_log10.S: Ditto. + * libm/machine/i386/f_log10f.S: Ditto. + * libm/machine/i386/f_logf.S: Ditto. + * libm/machine/i386/f_pow.c: Ditto. + * libm/machine/i386/f_powf.c: Ditto. + * libm/machine/i386/f_tan.S: Ditto. + * libm/machine/i386/f_tanf.S: Ditto. + +2002-12-20 Jeff Johnston <jjohnstn@redhat.com> + * libc/stdlib/environ.c: Update license to Red Hat. * libc/machine/hppa/setjmp.S: Ditto. * libm/test/Makefile.in: Ditto. diff --git a/newlib/libc/machine/i386/f_atan2.S b/newlib/libc/machine/i386/f_atan2.S index 5b44a49..5bb074f 100644 --- a/newlib/libc/machine/i386/f_atan2.S +++ b/newlib/libc/machine/i386/f_atan2.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_atan2f.S b/newlib/libc/machine/i386/f_atan2f.S index babd7ff..6df0c75 100644 --- a/newlib/libc/machine/i386/f_atan2f.S +++ b/newlib/libc/machine/i386/f_atan2f.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_exp.c b/newlib/libc/machine/i386/f_exp.c index a348cbe..0ec721b 100644 --- a/newlib/libc/machine/i386/f_exp.c +++ b/newlib/libc/machine/i386/f_exp.c @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998,2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_expf.c b/newlib/libc/machine/i386/f_expf.c index 6b86e89..b32d1f2 100644 --- a/newlib/libc/machine/i386/f_expf.c +++ b/newlib/libc/machine/i386/f_expf.c @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_frexp.S b/newlib/libc/machine/i386/f_frexp.S index 0aabb20..febe115 100644 --- a/newlib/libc/machine/i386/f_frexp.S +++ b/newlib/libc/machine/i386/f_frexp.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_frexpf.S b/newlib/libc/machine/i386/f_frexpf.S index 7b37361..909026d 100644 --- a/newlib/libc/machine/i386/f_frexpf.S +++ b/newlib/libc/machine/i386/f_frexpf.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_ldexp.S b/newlib/libc/machine/i386/f_ldexp.S index 8699254..e7b83c4 100644 --- a/newlib/libc/machine/i386/f_ldexp.S +++ b/newlib/libc/machine/i386/f_ldexp.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_ldexpf.S b/newlib/libc/machine/i386/f_ldexpf.S index 6fcf045..59d5354 100644 --- a/newlib/libc/machine/i386/f_ldexpf.S +++ b/newlib/libc/machine/i386/f_ldexpf.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_log.S b/newlib/libc/machine/i386/f_log.S index 79df23e..70e62cb 100644 --- a/newlib/libc/machine/i386/f_log.S +++ b/newlib/libc/machine/i386/f_log.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_log10.S b/newlib/libc/machine/i386/f_log10.S index 440647e..8d1b873 100644 --- a/newlib/libc/machine/i386/f_log10.S +++ b/newlib/libc/machine/i386/f_log10.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_log10f.S b/newlib/libc/machine/i386/f_log10f.S index 32a8e76..66ec506 100644 --- a/newlib/libc/machine/i386/f_log10f.S +++ b/newlib/libc/machine/i386/f_log10f.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_logf.S b/newlib/libc/machine/i386/f_logf.S index 614ca3a..3fafa8d 100644 --- a/newlib/libc/machine/i386/f_logf.S +++ b/newlib/libc/machine/i386/f_logf.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_pow.c b/newlib/libc/machine/i386/f_pow.c index fca40c7..050faa3 100644 --- a/newlib/libc/machine/i386/f_pow.c +++ b/newlib/libc/machine/i386/f_pow.c @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_powf.c b/newlib/libc/machine/i386/f_powf.c index 2daa5b0..ca3ef60 100644 --- a/newlib/libc/machine/i386/f_powf.c +++ b/newlib/libc/machine/i386/f_powf.c @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_tan.S b/newlib/libc/machine/i386/f_tan.S index 7b13c4e..c7c3704 100644 --- a/newlib/libc/machine/i386/f_tan.S +++ b/newlib/libc/machine/i386/f_tan.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/f_tanf.S b/newlib/libc/machine/i386/f_tanf.S index 3d0b903..6afda9e 100644 --- a/newlib/libc/machine/i386/f_tanf.S +++ b/newlib/libc/machine/i386/f_tanf.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/memchr.S b/newlib/libc/machine/i386/memchr.S index e950a24..d29a045 100644 --- a/newlib/libc/machine/i386/memchr.S +++ b/newlib/libc/machine/i386/memchr.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/memcmp.S b/newlib/libc/machine/i386/memcmp.S index a8589c0..26b8ef1 100644 --- a/newlib/libc/machine/i386/memcmp.S +++ b/newlib/libc/machine/i386/memcmp.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/memcpy.S b/newlib/libc/machine/i386/memcpy.S index 488290f..b53e2a1 100644 --- a/newlib/libc/machine/i386/memcpy.S +++ b/newlib/libc/machine/i386/memcpy.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/memmove.S b/newlib/libc/machine/i386/memmove.S index 04eaf14..1ea2f6d 100644 --- a/newlib/libc/machine/i386/memmove.S +++ b/newlib/libc/machine/i386/memmove.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/memset.S b/newlib/libc/machine/i386/memset.S index 9ba2272..ce40820 100644 --- a/newlib/libc/machine/i386/memset.S +++ b/newlib/libc/machine/i386/memset.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/strchr.S b/newlib/libc/machine/i386/strchr.S index 736f307..fe425d2 100644 --- a/newlib/libc/machine/i386/strchr.S +++ b/newlib/libc/machine/i386/strchr.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libc/machine/i386/strlen.S b/newlib/libc/machine/i386/strlen.S index 10d393a..459b3a9 100644 --- a/newlib/libc/machine/i386/strlen.S +++ b/newlib/libc/machine/i386/strlen.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_atan2.S b/newlib/libm/machine/i386/f_atan2.S index 5b44a49..5bb074f 100644 --- a/newlib/libm/machine/i386/f_atan2.S +++ b/newlib/libm/machine/i386/f_atan2.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_atan2f.S b/newlib/libm/machine/i386/f_atan2f.S index babd7ff..6df0c75 100644 --- a/newlib/libm/machine/i386/f_atan2f.S +++ b/newlib/libm/machine/i386/f_atan2f.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_exp.c b/newlib/libm/machine/i386/f_exp.c index a348cbe..0ec721b 100644 --- a/newlib/libm/machine/i386/f_exp.c +++ b/newlib/libm/machine/i386/f_exp.c @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998,2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_expf.c b/newlib/libm/machine/i386/f_expf.c index 6b86e89..b32d1f2 100644 --- a/newlib/libm/machine/i386/f_expf.c +++ b/newlib/libm/machine/i386/f_expf.c @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_frexp.S b/newlib/libm/machine/i386/f_frexp.S index 0aabb20..febe115 100644 --- a/newlib/libm/machine/i386/f_frexp.S +++ b/newlib/libm/machine/i386/f_frexp.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_frexpf.S b/newlib/libm/machine/i386/f_frexpf.S index 7b37361..909026d 100644 --- a/newlib/libm/machine/i386/f_frexpf.S +++ b/newlib/libm/machine/i386/f_frexpf.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_ldexp.S b/newlib/libm/machine/i386/f_ldexp.S index 8699254..e7b83c4 100644 --- a/newlib/libm/machine/i386/f_ldexp.S +++ b/newlib/libm/machine/i386/f_ldexp.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_ldexpf.S b/newlib/libm/machine/i386/f_ldexpf.S index 6fcf045..59d5354 100644 --- a/newlib/libm/machine/i386/f_ldexpf.S +++ b/newlib/libm/machine/i386/f_ldexpf.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_log.S b/newlib/libm/machine/i386/f_log.S index 79df23e..70e62cb 100644 --- a/newlib/libm/machine/i386/f_log.S +++ b/newlib/libm/machine/i386/f_log.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_log10.S b/newlib/libm/machine/i386/f_log10.S index 440647e..8d1b873 100644 --- a/newlib/libm/machine/i386/f_log10.S +++ b/newlib/libm/machine/i386/f_log10.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_log10f.S b/newlib/libm/machine/i386/f_log10f.S index 32a8e76..66ec506 100644 --- a/newlib/libm/machine/i386/f_log10f.S +++ b/newlib/libm/machine/i386/f_log10f.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_logf.S b/newlib/libm/machine/i386/f_logf.S index 614ca3a..3fafa8d 100644 --- a/newlib/libm/machine/i386/f_logf.S +++ b/newlib/libm/machine/i386/f_logf.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_pow.c b/newlib/libm/machine/i386/f_pow.c index fca40c7..050faa3 100644 --- a/newlib/libm/machine/i386/f_pow.c +++ b/newlib/libm/machine/i386/f_pow.c @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_powf.c b/newlib/libm/machine/i386/f_powf.c index 2daa5b0..ca3ef60 100644 --- a/newlib/libm/machine/i386/f_powf.c +++ b/newlib/libm/machine/i386/f_powf.c @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_tan.S b/newlib/libm/machine/i386/f_tan.S index 7b13c4e..c7c3704 100644 --- a/newlib/libm/machine/i386/f_tan.S +++ b/newlib/libm/machine/i386/f_tan.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice diff --git a/newlib/libm/machine/i386/f_tanf.S b/newlib/libm/machine/i386/f_tanf.S index 3d0b903..6afda9e 100644 --- a/newlib/libm/machine/i386/f_tanf.S +++ b/newlib/libm/machine/i386/f_tanf.S @@ -1,6 +1,6 @@ /* * ==================================================== - * Copyright (C) 1998 by Cygnus Solutions. All rights reserved. + * Copyright (C) 1998, 2002 by Red Hat Inc. All rights reserved. * * Permission to use, copy, modify, and distribute this * software is freely granted, provided that this notice |