fix copyright notice for the math lib

This commit is contained in:
nsz 2012-03-13 16:06:43 +01:00
parent bf9d9dcaa6
commit 3a6c828652

View File

@ -9,11 +9,15 @@ under the terms of the GNU LGPL version 2.1 or later. The included
version was heavily modified in Spring 2006 by Rich Felker in the version was heavily modified in Spring 2006 by Rich Felker in the
interests of size, simplicity, and namespace cleanliness. interests of size, simplicity, and namespace cleanliness.
Most of the math library code (src/math/*) is Copyright © 1993 Sun Most of the math library code (src/math/* and src/complex/*) is
Microsystems, Inc. Some files are Copyright © 2003 Steven G. Kargl and Copyright © 1993,2004 Sun Microsystems or
labelled as such. All have been licensed under extremely permissive Copyright © 2003-2011 David Schultz or
terms which are compatible with the GNU LGPL. See the comments in the Copyright © 2003-2009 Steven G. Kargl or
individual files for details. Copyright © 2003-2009 Bruce D. Evans or
Copyright © 2008 Stephen L. Moshier
and labelled as such. All have been licensed under extremely
permissive terms which are compatible with the GNU LGPL. See the
comments in the individual files for details.
The implementation of DES for crypt (src/misc/crypt.c) is Copyright © The implementation of DES for crypt (src/misc/crypt.c) is Copyright ©
1994 David Burren. It is licensed under a BSD license compatible with 1994 David Burren. It is licensed under a BSD license compatible with