Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-12-21 00:31:20 +0300
committerJeff Johnston <jjohnstn@redhat.com>2002-12-21 00:31:20 +0300
commit10501d576626f53ab9a588dc831b7f6a29012d8a (patch)
tree6f1350b1fa96756dca77f5dbd941eb8d257edf00
parent120f285b612f2561e402a0db6845ec73268a75c2 (diff)
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.
-rw-r--r--newlib/ChangeLog43
-rw-r--r--newlib/libc/machine/i386/f_atan2.S2
-rw-r--r--newlib/libc/machine/i386/f_atan2f.S2
-rw-r--r--newlib/libc/machine/i386/f_exp.c2
-rw-r--r--newlib/libc/machine/i386/f_expf.c2
-rw-r--r--newlib/libc/machine/i386/f_frexp.S2
-rw-r--r--newlib/libc/machine/i386/f_frexpf.S2
-rw-r--r--newlib/libc/machine/i386/f_ldexp.S2
-rw-r--r--newlib/libc/machine/i386/f_ldexpf.S2
-rw-r--r--newlib/libc/machine/i386/f_log.S2
-rw-r--r--newlib/libc/machine/i386/f_log10.S2
-rw-r--r--newlib/libc/machine/i386/f_log10f.S2
-rw-r--r--newlib/libc/machine/i386/f_logf.S2
-rw-r--r--newlib/libc/machine/i386/f_pow.c2
-rw-r--r--newlib/libc/machine/i386/f_powf.c2
-rw-r--r--newlib/libc/machine/i386/f_tan.S2
-rw-r--r--newlib/libc/machine/i386/f_tanf.S2
-rw-r--r--newlib/libc/machine/i386/memchr.S2
-rw-r--r--newlib/libc/machine/i386/memcmp.S2
-rw-r--r--newlib/libc/machine/i386/memcpy.S2
-rw-r--r--newlib/libc/machine/i386/memmove.S2
-rw-r--r--newlib/libc/machine/i386/memset.S2
-rw-r--r--newlib/libc/machine/i386/strchr.S2
-rw-r--r--newlib/libc/machine/i386/strlen.S2
-rw-r--r--newlib/libm/machine/i386/f_atan2.S2
-rw-r--r--newlib/libm/machine/i386/f_atan2f.S2
-rw-r--r--newlib/libm/machine/i386/f_exp.c2
-rw-r--r--newlib/libm/machine/i386/f_expf.c2
-rw-r--r--newlib/libm/machine/i386/f_frexp.S2
-rw-r--r--newlib/libm/machine/i386/f_frexpf.S2
-rw-r--r--newlib/libm/machine/i386/f_ldexp.S2
-rw-r--r--newlib/libm/machine/i386/f_ldexpf.S2
-rw-r--r--newlib/libm/machine/i386/f_log.S2
-rw-r--r--newlib/libm/machine/i386/f_log10.S2
-rw-r--r--newlib/libm/machine/i386/f_log10f.S2
-rw-r--r--newlib/libm/machine/i386/f_logf.S2
-rw-r--r--newlib/libm/machine/i386/f_pow.c2
-rw-r--r--newlib/libm/machine/i386/f_powf.c2
-rw-r--r--newlib/libm/machine/i386/f_tan.S2
-rw-r--r--newlib/libm/machine/i386/f_tanf.S2
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,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 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