licenses.list.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. ====================BSD-3-Clause====================
  2. * Redistribution and use in source and binary forms, with or without
  3. * modification, are permitted provided that the following conditions
  4. * are met:
  5. *
  6. * 1. Redistributions of source code must retain the above copyright
  7. * notice, this list of conditions and the following disclaimer.
  8. *
  9. * 2. Redistributions in binary form must reproduce the above copyright
  10. * notice, this list of conditions and the following disclaimer in the
  11. * documentation and/or other materials provided with the distribution.
  12. *
  13. * 3. Neither the name of the Institute nor the names of its contributors
  14. * may be used to endorse or promote products derived from this software
  15. * without specific prior written permission.
  16. *
  17. * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
  18. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  19. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  20. * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
  21. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  22. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  23. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  24. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  25. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  26. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  27. * SUCH DAMAGE. */
  28. ====================BSD-3-Clause====================
  29. * SPDX-License-Identifier: BSD-3-Clause
  30. ====================COPYRIGHT====================
  31. * Copyright (C) 1996-2022 Internet Software Consortium.
  32. ====================COPYRIGHT====================
  33. * Copyright (C) Daniel Stenberg, <daniel.se>, et al.
  34. ====================COPYRIGHT====================
  35. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  36. * Copyright (C) Bill Nagel <wnagel@tycoint.com>, Exacq Technologies
  37. ====================COPYRIGHT====================
  38. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  39. * Copyright (C) Björn Stenberg, <bjorn@haxx.se>
  40. ====================COPYRIGHT====================
  41. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  42. * Copyright (C) Hoi-Ho Chan, <hoiho.chan@gmail.com>
  43. ====================COPYRIGHT====================
  44. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  45. * Copyright (C) Howard Chu, <hyc@highlandsun.com>
  46. ====================COPYRIGHT====================
  47. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  48. * Copyright (C) Howard Chu, <hyc@openldap.org>
  49. ====================COPYRIGHT====================
  50. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  51. * Copyright (C) Marc Hoersken, <info@marc-hoersken.de>
  52. * Copyright (C) Mark Salisbury, <mark.salisbury@hp.com>
  53. ====================COPYRIGHT====================
  54. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  55. * Copyright (C) Markus Moeller, <markus_moeller@compuserve.com>
  56. ====================COPYRIGHT====================
  57. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  58. * Copyright (C) Nick Zitzmann, <nickzman@gmail.com>.
  59. ====================COPYRIGHT====================
  60. * Copyright (C) Florin Petriuc, <petriuc.florin@gmail.com>
  61. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  62. ====================COPYRIGHT====================
  63. * Copyright (C) Jacob Hoffman-Andrews,
  64. * <github@hoffman-andrews.com>
  65. ====================COPYRIGHT====================
  66. * Copyright (C) Linus Nielsen Feltzing, <linus@haxx.se>
  67. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  68. ====================COPYRIGHT====================
  69. * Copyright (C) Michael Forney, <mforney@mforney.org>
  70. ====================COPYRIGHT====================
  71. * Copyright (C) Red Hat, Inc.
  72. ====================COPYRIGHT====================
  73. * Copyright (C) Simon Josefsson, <simon@josefsson.org>, et al.
  74. ====================COPYRIGHT====================
  75. * Copyright (C) Steve Holme, <steve_holme@hotmail.com>.
  76. ====================COPYRIGHT====================
  77. * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
  78. * (Royal Institute of Technology, Stockholm, Sweden).
  79. * Copyright (C) Daniel Stenberg
  80. * All rights reserved.
  81. ====================COPYRIGHT====================
  82. * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
  83. ====================COPYRIGHT====================
  84. * This software was written by Alexander Peslyak in 2001. No copyright is
  85. * claimed, and the software is hereby placed in the public domain. In case
  86. * this attempt to disclaim copyright and place the software in the public
  87. * domain is deemed null and void, then the software is Copyright (c) 2001
  88. * Alexander Peslyak and it is hereby released to the general public under the
  89. * following terms:
  90. ====================COPYRIGHT====================
  91. #define urlchar_needs_escaping(c) (!(ISCNTRL(c) || ISSPACE(c) || ISGRAPH(c)))
  92. ====================COPYRIGHT====================
  93. /* Copyright (c) Internet Software Consortium.
  94. ====================COPYRIGHT====================
  95. Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  96. ====================COPYRIGHT====================
  97. Copyright (c) 1996 - 2023, Daniel Stenberg, <daniel@haxx.se>, and many
  98. contributors, see the THANKS file.
  99. ====================File: COPYING====================
  100. COPYRIGHT AND PERMISSION NOTICE
  101. Copyright (c) 1996 - 2023, Daniel Stenberg, <daniel@haxx.se>, and many
  102. contributors, see the THANKS file.
  103. All rights reserved.
  104. Permission to use, copy, modify, and distribute this software for any purpose
  105. with or without fee is hereby granted, provided that the above copyright
  106. notice and this permission notice appear in all copies.
  107. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  108. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  109. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
  110. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  111. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  112. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
  113. OR OTHER DEALINGS IN THE SOFTWARE.
  114. Except as contained in this notice, the name of a copyright holder shall not
  115. be used in advertising or otherwise to promote the sale, use or other dealings
  116. in this Software without prior written authorization of the copyright holder.
  117. ====================ISC====================
  118. * Permission to use, copy, modify, and distribute this software for any
  119. * purpose with or without fee is hereby granted, provided that the above
  120. * copyright notice and this permission notice appear in all copies.
  121. *
  122. * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
  123. * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
  124. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
  125. * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
  126. * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
  127. * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  128. * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  129. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  130. ====================ISC====================
  131. * Permission to use, copy, modify, and distribute this software for any
  132. * purpose with or without fee is hereby granted, provided that the above
  133. * copyright notice and this permission notice appear in all copies.
  134. *
  135. * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
  136. * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  137. * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  138. * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  139. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  140. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  141. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  142. * SOFTWARE.
  143. ====================ISC====================
  144. * Permission to use, copy, modify, and distribute this software for any
  145. * purpose with or without fee is hereby granted, provided that the above
  146. * copyright notice and this permission notice appear in all copies.
  147. *
  148. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  149. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  150. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  151. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  152. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  153. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  154. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  155. ====================ISC====================
  156. * SPDX-License-Identifier: ISC
  157. ====================Public-Domain====================
  158. https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4
  159. *
  160. * Author:
  161. * Alexander Peslyak, better known as Solar Designer <solar at openwall.com>
  162. *
  163. * This software was written by Alexander Peslyak in 2001. No copyright is
  164. * claimed, and the software is hereby placed in the public domain. In case
  165. * this attempt to disclaim copyright and place the software in the public
  166. * domain is deemed null and void, then the software is Copyright (c) 2001
  167. * Alexander Peslyak and it is hereby released to the general public under the
  168. * following terms:
  169. *
  170. * Redistribution and use in source and binary forms, with or without
  171. * modification, are permitted.
  172. *
  173. * There's ABSOLUTELY NO WARRANTY, express or implied.
  174. *
  175. * (This is a heavily cut-down "BSD license".)
  176. ====================Public-Domain====================
  177. https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
  178. *
  179. * Author:
  180. * Alexander Peslyak, better known as Solar Designer <solar at openwall.com>
  181. *
  182. * This software was written by Alexander Peslyak in 2001. No copyright is
  183. * claimed, and the software is hereby placed in the public domain.
  184. * In case this attempt to disclaim copyright and place the software in the
  185. * public domain is deemed null and void, then the software is
  186. * Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
  187. * general public under the following terms:
  188. *
  189. * Redistribution and use in source and binary forms, with or without
  190. * modification, are permitted.
  191. *
  192. * There's ABSOLUTELY NO WARRANTY, express or implied.
  193. *
  194. * (This is a heavily cut-down "BSD license".)
  195. ====================Public-Domain====================
  196. /* This is based on SHA256 implementation in LibTomCrypt that was released into
  197. * public domain by Tom St Denis. */
  198. ====================curl====================
  199. * SPDX-License-Identifier: curl
  200. ====================curl====================
  201. * This software is licensed as described in the file COPYING, which
  202. * you should have received as part of this distribution. The terms
  203. * are also available at https://curl.haxx.se/docs/copyright.html.
  204. *
  205. * You may opt to use, copy, modify, merge, publish, distribute and/or sell
  206. * copies of the Software, and permit persons to whom the Software is
  207. * furnished to do so, under the terms of the COPYING file.
  208. *
  209. * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  210. * KIND, either express or implied.
  211. ====================curl====================
  212. * This software is licensed as described in the file COPYING, which
  213. * you should have received as part of this distribution. The terms
  214. * are also available at https://curl.se/docs/copyright.html.
  215. *
  216. * You may opt to use, copy, modify, merge, publish, distribute and/or sell
  217. * copies of the Software, and permit persons to whom the Software is
  218. * furnished to do so, under the terms of the COPYING file.
  219. *
  220. * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  221. * KIND, either express or implied.
  222. ====================curl====================
  223. COPYRIGHT AND PERMISSION NOTICE
  224. Copyright (c) 1996 - 2023, Daniel Stenberg, <daniel@haxx.se>, and many
  225. contributors, see the THANKS file.
  226. All rights reserved.
  227. Permission to use, copy, modify, and distribute this software for any purpose
  228. with or without fee is hereby granted, provided that the above copyright
  229. notice and this permission notice appear in all copies.
  230. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  231. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  232. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
  233. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  234. DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  235. OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
  236. OR OTHER DEALINGS IN THE SOFTWARE.
  237. Except as contained in this notice, the name of a copyright holder shall not
  238. be used in advertising or otherwise to promote the sale, use or other dealings
  239. in this Software without prior written authorization of the copyright holder.
  240. ====================curl====================
  241. SPDX-License-Identifier: curl
  242. ====================curl AND ISC====================
  243. * SPDX-License-Identifier: curl AND ISC