summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsz <nsz@port70.net>2012-03-13 16:06:43 +0100
committernsz <nsz@port70.net>2012-03-13 16:06:43 +0100
commit3a6c828652c9223f9245252d3a5214e2e5144e49 (patch)
treed3f290d0e8d436b66c5d3e5fd5b99a02186e3336
parentbf9d9dcaa631db9918452d05c188f01c8e5f537f (diff)
downloadmusl-3a6c828652c9223f9245252d3a5214e2e5144e49.tar.gz
fix copyright notice for the math lib
-rw-r--r--COPYRIGHT14
1 files changed, 9 insertions, 5 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 73887f22..814cabd9 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -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
interests of size, simplicity, and namespace cleanliness.
-Most of the math library code (src/math/*) is Copyright © 1993 Sun
-Microsystems, Inc. Some files are Copyright © 2003 Steven G. Kargl 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.
+Most of the math library code (src/math/* and src/complex/*) is
+Copyright © 1993,2004 Sun Microsystems or
+Copyright © 2003-2011 David Schultz or
+Copyright © 2003-2009 Steven G. Kargl or
+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 ©
1994 David Burren. It is licensed under a BSD license compatible with