licenses.list.txt 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. ====================COPYRIGHT====================
  2. * Copyright (c) 2014-2021 Steven G. Johnson, Jiahao Chen, Peter Colberg, Tony Kelman, Scott P. Jones, and other contributors.
  3. * Copyright (c) 2009 Public Software Group e. V., Berlin, Germany
  4. ====================COPYRIGHT====================
  5. *Copyright © 2014-2021 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.*
  6. ====================COPYRIGHT====================
  7. *Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed
  8. under the Terms of Use in http://www.unicode.org/copyright.html.*
  9. ====================COPYRIGHT====================
  10. *Copyright (c) 2009, 2013 Public Software Group e. V., Berlin, Germany*
  11. ====================File: LICENSE.md====================
  12. ## utf8proc license ##
  13. **utf8proc** is a software package originally developed
  14. by Jan Behrens and the rest of the Public Software Group, who
  15. deserve nearly all of the credit for this library, that is now maintained by the Julia-language developers. Like the original utf8proc,
  16. whose copyright and license statements are reproduced below, all new
  17. work on the utf8proc library is licensed under the [MIT "expat"
  18. license](http://opensource.org/licenses/MIT):
  19. *Copyright © 2014-2021 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.*
  20. Permission is hereby granted, free of charge, to any person obtaining a
  21. copy of this software and associated documentation files (the "Software"),
  22. to deal in the Software without restriction, including without limitation
  23. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  24. and/or sell copies of the Software, and to permit persons to whom the
  25. Software is furnished to do so, subject to the following conditions:
  26. The above copyright notice and this permission notice shall be included in
  27. all copies or substantial portions of the Software.
  28. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  29. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  30. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  31. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  32. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  33. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  34. DEALINGS IN THE SOFTWARE.
  35. ## Original utf8proc license ##
  36. *Copyright (c) 2009, 2013 Public Software Group e. V., Berlin, Germany*
  37. Permission is hereby granted, free of charge, to any person obtaining a
  38. copy of this software and associated documentation files (the "Software"),
  39. to deal in the Software without restriction, including without limitation
  40. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  41. and/or sell copies of the Software, and to permit persons to whom the
  42. Software is furnished to do so, subject to the following conditions:
  43. The above copyright notice and this permission notice shall be included in
  44. all copies or substantial portions of the Software.
  45. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  46. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  47. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  48. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  49. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  50. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  51. DEALINGS IN THE SOFTWARE.
  52. ## Unicode data license ##
  53. This software contains data (`utf8proc_data.c`) derived from processing
  54. the Unicode data files. The following license applies to that data:
  55. **COPYRIGHT AND PERMISSION NOTICE**
  56. *Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed
  57. under the Terms of Use in http://www.unicode.org/copyright.html.*
  58. Permission is hereby granted, free of charge, to any person obtaining a
  59. copy of the Unicode data files and any associated documentation (the "Data
  60. Files") or Unicode software and any associated documentation (the
  61. "Software") to deal in the Data Files or Software without restriction,
  62. including without limitation the rights to use, copy, modify, merge,
  63. publish, distribute, and/or sell copies of the Data Files or Software, and
  64. to permit persons to whom the Data Files or Software are furnished to do
  65. so, provided that (a) the above copyright notice(s) and this permission
  66. notice appear with all copies of the Data Files or Software, (b) both the
  67. above copyright notice(s) and this permission notice appear in associated
  68. documentation, and (c) there is clear notice in each modified Data File or
  69. in the Software as well as in the documentation associated with the Data
  70. File(s) or Software that the data or software has been modified.
  71. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  72. KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  73. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  74. THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  75. INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  76. CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  77. USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  78. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  79. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  80. Except as contained in this notice, the name of a copyright holder shall
  81. not be used in advertising or otherwise to promote the sale, use or other
  82. dealings in these Data Files or Software without prior written
  83. authorization of the copyright holder.
  84. Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
  85. registered in some jurisdictions. All other trademarks and registered
  86. trademarks mentioned herein are the property of their respective owners.
  87. ====================MIT====================
  88. * Permission is hereby granted, free of charge, to any person obtaining a
  89. * copy of this software and associated documentation files (the "Software"),
  90. * to deal in the Software without restriction, including without limitation
  91. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  92. * and/or sell copies of the Software, and to permit persons to whom the
  93. * Software is furnished to do so, subject to the following conditions:
  94. *
  95. * The above copyright notice and this permission notice shall be included in
  96. * all copies or substantial portions of the Software.
  97. *
  98. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  99. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  100. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  101. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  102. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  103. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  104. * DEALINGS IN THE SOFTWARE.
  105. ====================MIT====================
  106. * Permission is hereby granted, free of charge, to any person obtaining a
  107. * copy of this software and associated documentation files (the "Software"),
  108. * to deal in the Software without restriction, including without limitation
  109. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  110. * and/or sell copies of the Software, and to permit persons to whom the
  111. * Software is furnished to do so, subject to the following conditions:
  112. *
  113. * The above copyright notice and this permission notice shall be included in
  114. * all copies or substantial portions of the Software.
  115. *
  116. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  117. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  118. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  119. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  120. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  121. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  122. * DEALINGS IN THE SOFTWARE.
  123. ====================MIT====================
  124. * utf8proc is a free/open-source (MIT/expat licensed) C library
  125. ====================MIT====================
  126. - Changed license from BSD to MIT style.
  127. ====================MIT====================
  128. Permission is hereby granted, free of charge, to any person obtaining a
  129. copy of this software and associated documentation files (the "Software"),
  130. to deal in the Software without restriction, including without limitation
  131. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  132. and/or sell copies of the Software, and to permit persons to whom the
  133. Software is furnished to do so, subject to the following conditions:
  134. The above copyright notice and this permission notice shall be included in
  135. all copies or substantial portions of the Software.
  136. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  137. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  138. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  139. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  140. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  141. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  142. DEALINGS IN THE SOFTWARE.
  143. ====================MIT====================
  144. work on the utf8proc library is licensed under the [MIT "expat"
  145. license](http://opensource.org/licenses/MIT):
  146. ====================MIT AND Unicode====================
  147. The utf8proc package is licensed under the
  148. free/open-source [MIT "expat"
  149. license](http://opensource.org/licenses/MIT) (plus certain Unicode
  150. data governed by the similarly permissive [Unicode data
  151. license](http://www.unicode.org/copyright.html#Exhibit1)); please see
  152. the included `LICENSE.md` file for more detailed information.
  153. ====================Unicode====================
  154. *Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed
  155. under the Terms of Use in http://www.unicode.org/copyright.html.*
  156. Permission is hereby granted, free of charge, to any person obtaining a
  157. copy of the Unicode data files and any associated documentation (the "Data
  158. Files") or Unicode software and any associated documentation (the
  159. "Software") to deal in the Data Files or Software without restriction,
  160. including without limitation the rights to use, copy, modify, merge,
  161. publish, distribute, and/or sell copies of the Data Files or Software, and
  162. to permit persons to whom the Data Files or Software are furnished to do
  163. so, provided that (a) the above copyright notice(s) and this permission
  164. notice appear with all copies of the Data Files or Software, (b) both the
  165. above copyright notice(s) and this permission notice appear in associated
  166. documentation, and (c) there is clear notice in each modified Data File or
  167. in the Software as well as in the documentation associated with the Data
  168. File(s) or Software that the data or software has been modified.
  169. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  170. KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  171. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  172. THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  173. INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  174. CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  175. USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  176. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  177. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  178. Except as contained in this notice, the name of a copyright holder shall
  179. not be used in advertising or otherwise to promote the sale, use or other
  180. dealings in these Data Files or Software without prior written
  181. authorization of the copyright holder.
  182. Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
  183. registered in some jurisdictions. All other trademarks and registered
  184. trademarks mentioned herein are the property of their respective owners.