OSDN Git Service

nptl: rephrase *.sym handling
[uclinux-h8/uClibc.git] / libm / README
1 The routines included in this math library are derived from the
2 math library for Apple's MacOS X/Darwin math library, which was
3 itself swiped from FreeBSD.  The original copyright information
4 is as follows:
5
6         Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
7
8         Developed at SunPro, a Sun Microsystems, Inc. business.
9         Permission to use, copy, modify, and distribute this
10         software is freely granted, provided that this notice
11         is preserved.
12
13 It has been ported to work with uClibc and generally behave
14 by Erik Andersen <andersen@codepoet.org>
15   22 May, 2001