MUSL_LICENSE 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. musl as a whole is licensed under the following standard MIT license:
  2. ----------------------------------------------------------------------
  3. Copyright © 2005-2014 Rich Felker, et al.
  4. Permission is hereby granted, free of charge, to any person obtaining
  5. a copy of this software and associated documentation files (the
  6. "Software"), to deal in the Software without restriction, including
  7. without limitation the rights to use, copy, modify, merge, publish,
  8. distribute, sublicense, and/or sell copies of the Software, and to
  9. permit persons to whom the Software is furnished to do so, subject to
  10. the following conditions:
  11. The above copyright notice and this permission notice shall be
  12. included in all copies or substantial portions of the Software.
  13. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  14. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  15. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  16. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  17. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  18. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  19. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  20. ----------------------------------------------------------------------
  21. Authors/contributors include:
  22. Anthony G. Basile
  23. Arvid Picciani
  24. Bobby Bingham
  25. Boris Brezillon
  26. Brent Cook
  27. Chris Spiegel
  28. Clément Vasseur
  29. Emil Renner Berthing
  30. Hiltjo Posthuma
  31. Isaac Dunham
  32. Jens Gustedt
  33. Jeremy Huntwork
  34. John Spencer
  35. Justin Cormack
  36. Luca Barbato
  37. Luka Perkov
  38. M Farkas-Dyck (Strake)
  39. Michael Forney
  40. Nicholas J. Kain
  41. orc
  42. Pascal Cuoq
  43. Pierre Carrier
  44. Rich Felker
  45. Richard Pennington
  46. sin
  47. Solar Designer
  48. Stefan Kristiansson
  49. Szabolcs Nagy
  50. Timo Teräs
  51. Valentin Ochs
  52. William Haddon
  53. Portions of this software are derived from third-party works licensed
  54. under terms compatible with the above MIT license:
  55. The TRE regular expression implementation (src/regex/reg* and
  56. src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed
  57. under a 2-clause BSD license (license text in the source files). The
  58. included version has been heavily modified by Rich Felker in 2012, in
  59. the interests of size, simplicity, and namespace cleanliness.
  60. Much of the math library code (src/math/* and src/complex/*) is
  61. Copyright © 1993,2004 Sun Microsystems or
  62. Copyright © 2003-2011 David Schultz or
  63. Copyright © 2003-2009 Steven G. Kargl or
  64. Copyright © 2003-2009 Bruce D. Evans or
  65. Copyright © 2008 Stephen L. Moshier
  66. and labelled as such in comments in the individual source files. All
  67. have been licensed under extremely permissive terms.
  68. The ARM memcpy code (src/string/armel/memcpy.s) is Copyright © 2008
  69. The Android Open Source Project and is licensed under a two-clause BSD
  70. license. It was taken from Bionic libc, used on Android.
  71. The implementation of DES for crypt (src/misc/crypt_des.c) is
  72. Copyright © 1994 David Burren. It is licensed under a BSD license.
  73. The implementation of blowfish crypt (src/misc/crypt_blowfish.c) was
  74. originally written by Solar Designer and placed into the public
  75. domain. The code also comes with a fallback permissive license for use
  76. in jurisdictions that may not recognize the public domain.
  77. The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011
  78. Valentin Ochs and is licensed under an MIT-style license.
  79. The BSD PRNG implementation (src/prng/random.c) and XSI search API
  80. (src/search/*.c) functions are Copyright © 2011 Szabolcs Nagy and
  81. licensed under following terms: "Permission to use, copy, modify,
  82. and/or distribute this code for any purpose with or without fee is
  83. hereby granted. There is no warranty."
  84. The x86_64 port was written by Nicholas J. Kain. Several files (crt)
  85. were released into the public domain; others are licensed under the
  86. standard MIT license terms at the top of this file. See individual
  87. files for their copyright status.
  88. The mips and microblaze ports were originally written by Richard
  89. Pennington for use in the ellcc project. The original code was adapted
  90. by Rich Felker for build system and code conventions during upstream
  91. integration. It is licensed under the standard MIT terms.
  92. The powerpc port was also originally written by Richard Pennington,
  93. and later supplemented and integrated by John Spencer. It is licensed
  94. under the standard MIT terms.
  95. All other files which have no copyright comments are original works
  96. produced specifically for use as part of this library, written either
  97. by Rich Felker, the main author of the library, or by one or more
  98. contibutors listed above. Details on authorship of individual files
  99. can be found in the git version control history of the project. The
  100. omission of copyright and license comments in each file is in the
  101. interest of source tree size.
  102. All public header files (include/* and arch/*/bits/*) should be
  103. treated as Public Domain as they intentionally contain no content
  104. which can be covered by copyright. Some source modules may fall in
  105. this category as well. If you believe that a file is so trivial that
  106. it should be in the Public Domain, please contact the authors and
  107. request an explicit statement releasing it from copyright.
  108. The following files are trivial, believed not to be copyrightable in
  109. the first place, and hereby explicitly released to the Public Domain:
  110. All public headers: include/*, arch/*/bits/*
  111. Startup files: crt/*