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/libm/machine/i386 | |
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/libm/machine/i386')
-rw-r--r-- | newlib/libm/machine/i386/f_atan2.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_atan2f.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_exp.c | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_expf.c | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_frexp.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_frexpf.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_ldexp.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_ldexpf.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_log.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_log10.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_log10f.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_logf.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_pow.c | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_powf.c | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_tan.S | 2 | ||||
-rw-r--r-- | newlib/libm/machine/i386/f_tanf.S | 2 |
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 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 |