COPYRIGHT 2.3 KB

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