summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-03-16 19:18:00 -0400
committerRich Felker <dalias@aerifal.cx>2012-03-16 19:18:00 -0400
commit6f21da618ff0d90597390563ce3e05970816b5a3 (patch)
tree3c42fb3f1051c1a3c809958cd9d0591e874ce0cf
parent9d507419db1289033c59da6976f8675f24ab873f (diff)
downloadmusl-6f21da618ff0d90597390563ce3e05970816b5a3.tar.gz
update copyright status (math library and new year)
-rw-r--r--COPYRIGHT11
1 files changed, 5 insertions, 6 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 73887f22..11ae7896 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -9,11 +9,10 @@ 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.
+The math library code (src/math/* and src/complex/*) is derived mostly
+from FreeBSD and OpenBSD. Copyright information is included in the
+comments in the individual files, all of which are licensed under
+extremely permissive terms compatible with the GNU LGPL.
The implementation of DES for crypt (src/misc/crypt.c) is Copyright ©
1994 David Burren. It is licensed under a BSD license compatible with
@@ -33,7 +32,7 @@ The x86_64 port was written by Nicholas J. Kain. See individual files
for their copyright status.
All files which have no copyright comments are original works
-Copyright © 2005-2011 Rich Felker, the main author of this library.
+Copyright © 2005-2012 Rich Felker, the main author of this library.
The decision to exclude such comments is intentional, as it should be
possible to carry around the complete source code on tiny storage
media. All public header files (include/*) should be treated as Public