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:
Diffstat (limited to 'newlib/libm/machine/i386')
-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
16 files changed, 16 insertions, 16 deletions
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