11ae7896ede670b401ebefe27ae792bf634dcf65
[musl] / COPYRIGHT
1 musl as a whole is licensed under the GNU LGPL version 2.1 or later.
2 See the file COPYING for the text of this license.
3
4 See below for the copyright status on all code included in musl:
5
6 The TRE regular expression implementation (src/regex/reg* and
7 src/regex/tre*) is Copyright © 2001-2006 Ville Laurikari and licensed
8 under the terms of the GNU LGPL version 2.1 or later. The included
9 version was heavily modified in Spring 2006 by Rich Felker in the
10 interests of size, simplicity, and namespace cleanliness.
11
12 The math library code (src/math/* and src/complex/*) is derived mostly
13 from FreeBSD and OpenBSD. Copyright information is included in the
14 comments in the individual files, all of which are licensed under
15 extremely permissive terms compatible with the GNU LGPL.
16
17 The implementation of DES for crypt (src/misc/crypt.c) is Copyright ©
18 1994 David Burren. It is licensed under a BSD license compatible with
19 the GNU LGPL.
20
21 The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011
22 Valentin Ochs and is licensed under an MIT-style license compatible
23 with the GNU LGPL.
24
25 The BSD PRNG implementation (src/prng/random.c) and XSI search API
26 (src/search/*.c) functions are Copyright © 2011 Szabolcs Nagy and
27 licensed under following terms: "Permission to use, copy, modify,
28 and/or distribute this code for any purpose with or without fee is
29 hereby granted. There is no warranty."
30
31 The x86_64 port was written by Nicholas J. Kain. See individual files
32 for their copyright status.
33
34 All files which have no copyright comments are original works
35 Copyright © 2005-2012 Rich Felker, the main author of this library.
36 The decision to exclude such comments is intentional, as it should be
37 possible to carry around the complete source code on tiny storage
38 media. All public header files (include/*) should be treated as Public
39 Domain as they intentionally contain no content which can be covered
40 by copyright. Some source modules may fall in this category as well.
41 If you believe that a file is so trivial that it should be in the
42 Public Domain, please contact me and, if I agree, I will explicitly
43 release it from copyright.
44
45 The following files are trivial, in my opinion not copyrightable in
46 the first place, and hereby explicitly released to the Public Domain:
47
48 All public headers: include/*
49 Startup files: crt/*