X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=COPYRIGHT;h=d46826c01f70b5159bd2ab19449de02f3d72919d;hp=eec0066da78f877bcb0663578d1fc56601db62ce;hb=67b25fe0a8947de93e3eddd36dae24a9fec12ade;hpb=a43c3a337f4fd8a273c6fe29604f3b24d8d32760 diff --git a/COPYRIGHT b/COPYRIGHT index eec0066d..d46826c0 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -4,16 +4,20 @@ See the file COPYING for the text of this license. See below for the copyright status on all code included in musl: The TRE regular expression implementation (src/regex/reg* and -src/regex/tre*) is Copyright © 2001-2006 Ville Laurikari and licensed -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. +src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed +under a 2-clause BSD license (license text in the source files). The +included version has been heavily modified by Rich Felker in 2012, in +the interests of size, simplicity, and namespace cleanliness. + +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