README 574 B

123456789101112131415
  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. Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
  6. Developed at SunPro, a Sun Microsystems, Inc. business.
  7. Permission to use, copy, modify, and distribute this
  8. software is freely granted, provided that this notice
  9. is preserved.
  10. It has been ported to work with uClibc and generally behave
  11. by Erik Andersen <andersen@codepoet.org>
  12. 22 May, 2001