blob: 30a74a21d7c7fca743338c6eb8a5c513c14eefd4 [file] [log] [blame]
Rich Felker0b44a032011-02-12 00:22:29 -05001musl as a whole is licensed under the GNU LGPL version 2.1 or later.
2See the file COPYING for the text of this license.
3
4See below for the copyright status on all code included in musl:
5
6The TRE regular expression implementation (src/regex/reg* and
7src/regex/tre*) is Copyright © 2001-2006 Ville Laurikari and licensed
8under the terms of the GNU LGPL version 2.1 or later. The included
9version was heavily modified in Spring 2006 by Rich Felker in the
10interests of size, simplicity, and namespace cleanliness.
11
12Most of the math library code (src/math/*) is Copyright © 1993 Sun
13Microsystems, Inc. Some files are Copyright © 2003 Steven G. Kargl and
14labelled as such. All have been licensed under extremely permissive
15terms which are compatible with the GNU LGPL. See the comments in the
16individual files for details.
17
18The implementation of DES for crypt (src/misc/crypt.c) is Copyright ©
191994 David Burren. It is licensed under a BSD license compatible with
20the GNU LGPL.
21
22All files which have no copyright comments are original works
23Copyright © 2005-2011 Rich Felker, the main author of this library.
24The decision to exclude such comments is intentional, as it should be
25possible to carry around the complete source code on tiny storage
26media. All public header files (include/*) should be treated as Public
27Domain as they intentionally contain no content which can be covered
28by copyright. Some source modules may fall in this category as well.
29If you believe that a file is so trivial that it should be in the
30Public Domain, please contact me and, if I agree, I will explicitly
31release it from copyright.