]>
Commit | Line | Data |
---|---|---|
7ce331c0 EA |
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: | |
1077fa4d | 5 | |
7ce331c0 | 6 | Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. |
1077fa4d | 7 | |
7ce331c0 EA |
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. | |
1077fa4d | 12 | |
7ce331c0 EA |
13 | It has been ported to work with uClibc and generally behave |
14 | by Erik Andersen <[email protected]> | |
15 | 22 May, 2001 | |
1077fa4d | 16 |