From 10501d576626f53ab9a588dc831b7f6a29012d8a Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 20 Dec 2002 21:31:20 +0000 Subject: 2002-12-20 Jeff Johnston * 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. --- newlib/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++ newlib/libc/machine/i386/f_atan2.S | 2 +- newlib/libc/machine/i386/f_atan2f.S | 2 +- newlib/libc/machine/i386/f_exp.c | 2 +- newlib/libc/machine/i386/f_expf.c | 2 +- newlib/libc/machine/i386/f_frexp.S | 2 +- newlib/libc/machine/i386/f_frexpf.S | 2 +- newlib/libc/machine/i386/f_ldexp.S | 2 +- newlib/libc/machine/i386/f_ldexpf.S | 2 +- newlib/libc/machine/i386/f_log.S | 2 +- newlib/libc/machine/i386/f_log10.S | 2 +- newlib/libc/machine/i386/f_log10f.S | 2 +- newlib/libc/machine/i386/f_logf.S | 2 +- newlib/libc/machine/i386/f_pow.c | 2 +- newlib/libc/machine/i386/f_powf.c | 2 +- newlib/libc/machine/i386/f_tan.S | 2 +- newlib/libc/machine/i386/f_tanf.S | 2 +- newlib/libc/machine/i386/memchr.S | 2 +- newlib/libc/machine/i386/memcmp.S | 2 +- newlib/libc/machine/i386/memcpy.S | 2 +- newlib/libc/machine/i386/memmove.S | 2 +- newlib/libc/machine/i386/memset.S | 2 +- newlib/libc/machine/i386/strchr.S | 2 +- newlib/libc/machine/i386/strlen.S | 2 +- newlib/libm/machine/i386/f_atan2.S | 2 +- newlib/libm/machine/i386/f_atan2f.S | 2 +- newlib/libm/machine/i386/f_exp.c | 2 +- newlib/libm/machine/i386/f_expf.c | 2 +- newlib/libm/machine/i386/f_frexp.S | 2 +- newlib/libm/machine/i386/f_frexpf.S | 2 +- newlib/libm/machine/i386/f_ldexp.S | 2 +- newlib/libm/machine/i386/f_ldexpf.S | 2 +- newlib/libm/machine/i386/f_log.S | 2 +- newlib/libm/machine/i386/f_log10.S | 2 +- newlib/libm/machine/i386/f_log10f.S | 2 +- newlib/libm/machine/i386/f_logf.S | 2 +- newlib/libm/machine/i386/f_pow.c | 2 +- newlib/libm/machine/i386/f_powf.c | 2 +- newlib/libm/machine/i386/f_tan.S | 2 +- newlib/libm/machine/i386/f_tanf.S | 2 +- 40 files changed, 82 insertions(+), 39 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b60cd11b5..b456e2422 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,46 @@ +2002-12-20 Jeff Johnston + + * 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 * libc/stdlib/environ.c: Update license to Red Hat. diff --git a/newlib/libc/machine/i386/f_atan2.S b/newlib/libc/machine/i386/f_atan2.S index 5b44a495e..5bb074f80 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 babd7ff9d..6df0c7539 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 a348cbe93..0ec721b7b 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 6b86e8997..b32d1f208 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 0aabb2011..febe115bc 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 7b373612c..909026d66 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 86992540a..e7b83c438 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 6fcf045a0..59d53548c 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 79df23eb9..70e62cbc5 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 440647e42..8d1b87319 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 32a8e76cb..66ec5062e 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 614ca3a79..3fafa8d84 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 fca40c76f..050faa371 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 2daa5b038..ca3ef60c7 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 7b13c4edf..c7c370470 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 3d0b903c7..6afda9e73 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 e950a24f1..d29a04521 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 a8589c095..26b8ef1b6 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 488290fdc..b53e2a17b 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 04eaf1479..1ea2f6dfc 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 9ba227217..ce40820ff 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 736f307cd..fe425d2d8 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 10d393aa4..459b3a959 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 5b44a495e..5bb074f80 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 babd7ff9d..6df0c7539 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 a348cbe93..0ec721b7b 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 6b86e8997..b32d1f208 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 0aabb2011..febe115bc 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 7b373612c..909026d66 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 86992540a..e7b83c438 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 6fcf045a0..59d53548c 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 79df23eb9..70e62cbc5 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 440647e42..8d1b87319 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 32a8e76cb..66ec5062e 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 614ca3a79..3fafa8d84 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 fca40c76f..050faa371 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 2daa5b038..ca3ef60c7 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 7b13c4edf..c7c370470 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 3d0b903c7..6afda9e73 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 -- cgit v1.2.3