* 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.
This commit is contained in:
Thomas Fitzsimmons 2002-07-22 16:40:48 +00:00
parent 08e2551c20
commit 5e7d0a5510
4 changed files with 31 additions and 20 deletions

View file

@ -1,3 +1,11 @@
2002-07-22 Thomas Fitzsimmons <fitzsim@redhat.com>
* 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.
2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.

View file

@ -43,7 +43,7 @@ More Documentation
==================
Newlib documentation is available on the net via:
http://www.cygnus.com/pubs/gnupro
http://sources.redhat.com/newlib/docs.html
All the documentation for NEWLIB comes as part of the machine-readable
distribution. The documentation is written in Texinfo format, which is

View file

@ -28,7 +28,7 @@ END-INFO-DIR-ENTRY
@ifinfo
This file documents the ANSI C library.
Copyright (C) 1992, 1993 Cygnus Support
Copyright (C) 1992, 1993, 1994-2002 Red Hat, Inc.
@file{libc} includes software developed by the
University of California, Berkeley and its contributors.
@ -79,22 +79,23 @@ into another language, under the above conditions for modified versions.
@c @cropmarks
@finalout
@setchapternewpage odd
@settitle Cygnus C Support Library, Full
@settitle Red Hat newlib C Library, Full
@titlepage
@title The Cygnus C Support Library
@title The Red Hat newlib C Library
@subtitle Full Configuration
@sp 1
@subtitle @code{libc} 1.4
@subtitle May 1993
@subtitle @code{libc} 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
sac@@cygnus.com, pesch@@cygnus.com\hfill {\it The Cygnus C Support Library}\par
Copyright \copyright{} 1992, 1993 Cygnus Support
sac@@cygnus.com, pesch@@cygnus.com, jjohnstn@redhat.com\hfill {\it The Red Hat newlib C Library}\par
Copyright \copyright{} 1992, 1993, 1994-2002 Red Hat Inc.
}
\global\parindent=0pt % Steve likes it this way
@end tex
@ -105,7 +106,7 @@ University of California, Berkeley and its contributors.
@file{libc} includes software developed by Martin Jackson, Graham Haley
and Steve Chamberlain of Tadpole Technology and released to Cygnus.
@file{libc} uses floating point converstion software developed at AT&T,
@file{libc} uses floating point conversion software developed at AT&T,
which includes this copyright information:
@cartouche
@ -144,7 +145,7 @@ into another language, under the above conditions for modified versions.
@ifinfo
@node Top
@top The Cygnus C Support Library
@top The Red Hat newlib C Library
@c The menu contents depend on the configuration, so we include them
@c as a separate file

View file

@ -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.