You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

399 lines
20KB

  1. # nanosvg
  2. Copyright (c) 2013-14 Mikko Mononen memon@inside.org
  3. This software is provided 'as-is', without any express or implied
  4. warranty. In no event will the authors be held liable for any damages
  5. arising from the use of this software.
  6. Permission is granted to anyone to use this software for any purpose,
  7. including commercial applications, and to alter it and redistribute it
  8. freely, subject to the following restrictions:
  9. 1. The origin of this software must not be misrepresented; you must not
  10. claim that you wrote the original software. If you use this software
  11. in a product, an acknowledgment in the product documentation would be
  12. appreciated but is not required.
  13. 2. Altered source versions must be plainly marked as such, and must not be
  14. misrepresented as being the original software.
  15. 3. This notice may not be removed or altered from any source distribution.
  16. # nanovg
  17. Copyright (c) 2013 Mikko Mononen memon@inside.org
  18. This software is provided 'as-is', without any express or implied
  19. warranty. In no event will the authors be held liable for any damages
  20. arising from the use of this software.
  21. Permission is granted to anyone to use this software for any purpose,
  22. including commercial applications, and to alter it and redistribute it
  23. freely, subject to the following restrictions:
  24. 1. The origin of this software must not be misrepresented; you must not
  25. claim that you wrote the original software. If you use this software
  26. in a product, an acknowledgment in the product documentation would be
  27. appreciated but is not required.
  28. 2. Altered source versions must be plainly marked as such, and must not be
  29. misrepresented as being the original software.
  30. 3. This notice may not be removed or altered from any source distribution.
  31. # Blendish
  32. Copyright (c) 2014 Leonard Ritter <leonard.ritter@duangle.com>
  33. Permission is hereby granted, free of charge, to any person obtaining a copy
  34. of this software and associated documentation files (the "Software"), to deal
  35. in the Software without restriction, including without limitation the rights
  36. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  37. copies of the Software, and to permit persons to whom the Software is
  38. furnished to do so, subject to the following conditions:
  39. The above copyright notice and this permission notice shall be included in
  40. all copies or substantial portions of the Software.
  41. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  42. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  43. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  44. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  45. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  46. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  47. THE SOFTWARE.
  48. # GLFW
  49. Copyright © 2002-2006 Marcus Geelnard
  50. Copyright © 2006-2011 Camilla Berglund
  51. This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
  52. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
  53. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  54. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  55. This notice may not be removed or altered from any source distribution.
  56. # GLEW
  57. The OpenGL Extension Wrangler Library
  58. Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org>
  59. Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org>
  60. Copyright (C) 2002, Lev Povalahev
  61. All rights reserved.
  62. Redistribution and use in source and binary forms, with or without
  63. modification, are permitted provided that the following conditions are met:
  64. * Redistributions of source code must retain the above copyright notice,
  65. this list of conditions and the following disclaimer.
  66. * Redistributions in binary form must reproduce the above copyright notice,
  67. this list of conditions and the following disclaimer in the documentation
  68. and/or other materials provided with the distribution.
  69. * The name of the author may be used to endorse or promote products
  70. derived from this software without specific prior written permission.
  71. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  72. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  73. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  74. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  75. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  76. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  77. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  78. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  79. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  80. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  81. THE POSSIBILITY OF SUCH DAMAGE.
  82. Mesa 3-D graphics library
  83. Version: 7.0
  84. Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
  85. Permission is hereby granted, free of charge, to any person obtaining a
  86. copy of this software and associated documentation files (the "Software"),
  87. to deal in the Software without restriction, including without limitation
  88. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  89. and/or sell copies of the Software, and to permit persons to whom the
  90. Software is furnished to do so, subject to the following conditions:
  91. The above copyright notice and this permission notice shall be included
  92. in all copies or substantial portions of the Software.
  93. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  94. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  95. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  96. BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  97. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  98. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  99. Copyright (c) 2007 The Khronos Group Inc.
  100. Permission is hereby granted, free of charge, to any person obtaining a
  101. copy of this software and/or associated documentation files (the
  102. "Materials"), to deal in the Materials without restriction, including
  103. without limitation the rights to use, copy, modify, merge, publish,
  104. distribute, sublicense, and/or sell copies of the Materials, and to
  105. permit persons to whom the Materials are furnished to do so, subject to
  106. the following conditions:
  107. The above copyright notice and this permission notice shall be included
  108. in all copies or substantial portions of the Materials.
  109. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  110. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  111. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  112. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  113. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  114. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  115. MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  116. # jansson
  117. Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
  118. Permission is hereby granted, free of charge, to any person obtaining a copy
  119. of this software and associated documentation files (the "Software"), to deal
  120. in the Software without restriction, including without limitation the rights
  121. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  122. copies of the Software, and to permit persons to whom the Software is
  123. furnished to do so, subject to the following conditions:
  124. The above copyright notice and this permission notice shall be included in
  125. all copies or substantial portions of the Software.
  126. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  127. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  128. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  129. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  130. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  131. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  132. THE SOFTWARE.
  133. # portaudio
  134. PortAudio Portable Real-Time Audio Library
  135. Copyright (c) 1999-2011 Ross Bencina and Phil Burk
  136. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  137. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  138. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  139. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  140. # portmidi
  141. Copyright (c) 1999-2000 Ross Bencina and Phil Burk
  142. Copyright (c) 2001-2009 Roger B. Dannenberg
  143. Permission is hereby granted, free of charge, to any person obtaining
  144. a copy of this software and associated documentation files
  145. (the "Software"), to deal in the Software without restriction,
  146. including without limitation the rights to use, copy, modify, merge,
  147. publish, distribute, sublicense, and/or sell copies of the Software,
  148. and to permit persons to whom the Software is furnished to do so,
  149. subject to the following conditions:
  150. The above copyright notice and this permission notice shall be
  151. included in all copies or substantial portions of the Software.
  152. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  153. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  154. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  155. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  156. ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  157. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  158. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  159. # libsamplerate
  160. Copyright (c) 2012-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  161. All rights reserved.
  162. Redistribution and use in source and binary forms, with or without
  163. modification, are permitted provided that the following conditions are
  164. met:
  165. 1. Redistributions of source code must retain the above copyright
  166. notice, this list of conditions and the following disclaimer.
  167. 2. Redistributions in binary form must reproduce the above copyright
  168. notice, this list of conditions and the following disclaimer in the
  169. documentation and/or other materials provided with the distribution.
  170. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  171. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  172. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  173. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  174. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  175. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  176. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  177. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  178. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  179. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  180. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  181. # curl
  182. Copyright (c) 1996 - 2017, Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file.
  183. All rights reserved.
  184. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
  185. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  186. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder.
  187. # libzip
  188. Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
  189. The authors can be contacted at <libzip@nih.at>
  190. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  191. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  192. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  193. 3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.
  194. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  195. # OpenSSL
  196. OpenSSL License
  197. ---------------
  198. /* ====================================================================
  199. * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
  200. *
  201. * Redistribution and use in source and binary forms, with or without
  202. * modification, are permitted provided that the following conditions
  203. * are met:
  204. *
  205. * 1. Redistributions of source code must retain the above copyright
  206. * notice, this list of conditions and the following disclaimer.
  207. *
  208. * 2. Redistributions in binary form must reproduce the above copyright
  209. * notice, this list of conditions and the following disclaimer in
  210. * the documentation and/or other materials provided with the
  211. * distribution.
  212. *
  213. * 3. All advertising materials mentioning features or use of this
  214. * software must display the following acknowledgment:
  215. * "This product includes software developed by the OpenSSL Project
  216. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  217. *
  218. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  219. * endorse or promote products derived from this software without
  220. * prior written permission. For written permission, please contact
  221. * openssl-core@openssl.org.
  222. *
  223. * 5. Products derived from this software may not be called "OpenSSL"
  224. * nor may "OpenSSL" appear in their names without prior written
  225. * permission of the OpenSSL Project.
  226. *
  227. * 6. Redistributions of any form whatsoever must retain the following
  228. * acknowledgment:
  229. * "This product includes software developed by the OpenSSL Project
  230. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  231. *
  232. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  233. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  234. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  235. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  236. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  237. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  238. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  239. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  240. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  241. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  242. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  243. * OF THE POSSIBILITY OF SUCH DAMAGE.
  244. * ====================================================================
  245. *
  246. * This product includes cryptographic software written by Eric Young
  247. * (eay@cryptsoft.com). This product includes software written by Tim
  248. * Hudson (tjh@cryptsoft.com).
  249. *
  250. */
  251. Original SSLeay License
  252. -----------------------
  253. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  254. * All rights reserved.
  255. *
  256. * This package is an SSL implementation written
  257. * by Eric Young (eay@cryptsoft.com).
  258. * The implementation was written so as to conform with Netscapes SSL.
  259. *
  260. * This library is free for commercial and non-commercial use as long as
  261. * the following conditions are aheared to. The following conditions
  262. * apply to all code found in this distribution, be it the RC4, RSA,
  263. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  264. * included with this distribution is covered by the same copyright terms
  265. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  266. *
  267. * Copyright remains Eric Young's, and as such any Copyright notices in
  268. * the code are not to be removed.
  269. * If this package is used in a product, Eric Young should be given attribution
  270. * as the author of the parts of the library used.
  271. * This can be in the form of a textual message at program startup or
  272. * in documentation (online or textual) provided with the package.
  273. *
  274. * Redistribution and use in source and binary forms, with or without
  275. * modification, are permitted provided that the following conditions
  276. * are met:
  277. * 1. Redistributions of source code must retain the copyright
  278. * notice, this list of conditions and the following disclaimer.
  279. * 2. Redistributions in binary form must reproduce the above copyright
  280. * notice, this list of conditions and the following disclaimer in the
  281. * documentation and/or other materials provided with the distribution.
  282. * 3. All advertising materials mentioning features or use of this software
  283. * must display the following acknowledgement:
  284. * "This product includes cryptographic software written by
  285. * Eric Young (eay@cryptsoft.com)"
  286. * The word 'cryptographic' can be left out if the rouines from the library
  287. * being used are not cryptographic related :-).
  288. * 4. If you include any Windows specific code (or a derivative thereof) from
  289. * the apps directory (application code) you must include an acknowledgement:
  290. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  291. *
  292. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  293. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  294. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  295. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  296. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  297. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  298. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  299. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  300. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  301. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  302. * SUCH DAMAGE.
  303. *
  304. * The licence and distribution terms for any publically available version or
  305. * derivative of this code cannot be changed. i.e. this code cannot simply be
  306. * copied and put under another distribution licence
  307. * [including the GNU Public Licence.]
  308. */