From 5e7d0a5510c83685271168b990af0757e7daeefb Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Mon, 22 Jul 2002 16:40:48 +0000 Subject: * libc/libc.texinfo: Change copyright notices to Red Hat from Cygnus. * libm/libm.texinfo: Likewise. * README: Change docs URL to http://sources.redhat.com/newlib/docs.html. --- newlib/libm/libm.texinfo | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'newlib/libm') diff --git a/newlib/libm/libm.texinfo b/newlib/libm/libm.texinfo index ab527a244..c73328325 100644 --- a/newlib/libm/libm.texinfo +++ b/newlib/libm/libm.texinfo @@ -28,7 +28,7 @@ END-INFO-DIR-ENTRY @ifinfo This file documents an ANSI-C conforming mathematical subroutine library. -Copyright (C) 1992, 1993, 1995 Cygnus Support +Copyright (C) 1992, 1993, 1995, 1996-2002 Red Hat, Inc. @file{libm} includes software developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this @@ -57,28 +57,30 @@ into another language, under the above conditions for modified versions. @iftex @finalout @setchapternewpage odd -@settitle Cygnus C Math Library +@settitle The Red Hat newlib C Math Library @titlepage -@title The Cygnus C Math Library +@title The Red Hat newlib C Math Library @sp 1 -@subtitle @code{libm} 1.4 -@subtitle December 1995 +@subtitle @code{libm} 1.10.0 +@subtitle July 2002 @author {Steve Chamberlain} @author {Roland Pesch} -@author {Cygnus Support} +@author {Red Hat Support} +@author {Jeff Johnston} @page @tex {\parskip=0pt -\hfill Cygnus Support\par +\hfill Red Hat Support\par \hfill sac@@cygnus.com\par \hfill pesch@@cygnus.com\par +\hfill jjohnstn@redhat.com\par } \global\parindent=0pt % Steve likes it this way @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1992, 1993 Cygnus Support +Copyright @copyright{} 1992, 1993, 1994-2002 Red Hat, Inc. @file{libm} includes software developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this @@ -125,7 +127,7 @@ be reentrant. @c The exact behavior depends on the currently selected error handling @c mode (IEEE, POSIX, X/Open, or SVID). -With reentrant C libraries like the Cygnus C library, @code{errno} is +With reentrant C libraries like the Red Hat newlib C library, @code{errno} is a macro which expands to the per-thread error value. This makes it thread safe. -- cgit v1.2.3