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.

LICENSE-dist.txt 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. # GLEW
  2. The OpenGL Extension Wrangler Library
  3. Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org>
  4. Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org>
  5. Copyright (C) 2002, Lev Povalahev
  6. All rights reserved.
  7. Redistribution and use in source and binary forms, with or without
  8. modification, are permitted provided that the following conditions are met:
  9. * Redistributions of source code must retain the above copyright notice,
  10. this list of conditions and the following disclaimer.
  11. * Redistributions in binary form must reproduce the above copyright notice,
  12. this list of conditions and the following disclaimer in the documentation
  13. and/or other materials provided with the distribution.
  14. * The name of the author may be used to endorse or promote products
  15. derived from this software without specific prior written permission.
  16. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  17. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  18. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  19. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  20. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  21. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  22. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  23. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  24. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  25. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  26. THE POSSIBILITY OF SUCH DAMAGE.
  27. Mesa 3-D graphics library
  28. Version: 7.0
  29. Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
  30. Permission is hereby granted, free of charge, to any person obtaining a
  31. copy of this software and associated documentation files (the "Software"),
  32. to deal in the Software without restriction, including without limitation
  33. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  34. and/or sell copies of the Software, and to permit persons to whom the
  35. Software is furnished to do so, subject to the following conditions:
  36. The above copyright notice and this permission notice shall be included
  37. in all copies or substantial portions of the Software.
  38. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  39. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  40. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  41. BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  42. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  43. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  44. Copyright (c) 2007 The Khronos Group Inc.
  45. Permission is hereby granted, free of charge, to any person obtaining a
  46. copy of this software and/or associated documentation files (the
  47. "Materials"), to deal in the Materials without restriction, including
  48. without limitation the rights to use, copy, modify, merge, publish,
  49. distribute, sublicense, and/or sell copies of the Materials, and to
  50. permit persons to whom the Materials are furnished to do so, subject to
  51. the following conditions:
  52. The above copyright notice and this permission notice shall be included
  53. in all copies or substantial portions of the Materials.
  54. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  55. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  56. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  57. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  58. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  59. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  60. MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  61. # GLFW
  62. Copyright © 2002-2006 Marcus Geelnard
  63. Copyright © 2006-2011 Camilla Berglund
  64. 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.
  65. 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:
  66. 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.
  67. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  68. This notice may not be removed or altered from any source distribution.
  69. # jansson
  70. Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
  71. Permission is hereby granted, free of charge, to any person obtaining a copy
  72. of this software and associated documentation files (the "Software"), to deal
  73. in the Software without restriction, including without limitation the rights
  74. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  75. copies of the Software, and to permit persons to whom the Software is
  76. furnished to do so, subject to the following conditions:
  77. The above copyright notice and this permission notice shall be included in
  78. all copies or substantial portions of the Software.
  79. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  80. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  81. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  82. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  83. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  84. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  85. THE SOFTWARE.
  86. # OpenSSL
  87. OpenSSL License
  88. ---------------
  89. /* ====================================================================
  90. * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
  91. *
  92. * Redistribution and use in source and binary forms, with or without
  93. * modification, are permitted provided that the following conditions
  94. * are met:
  95. *
  96. * 1. Redistributions of source code must retain the above copyright
  97. * notice, this list of conditions and the following disclaimer.
  98. *
  99. * 2. Redistributions in binary form must reproduce the above copyright
  100. * notice, this list of conditions and the following disclaimer in
  101. * the documentation and/or other materials provided with the
  102. * distribution.
  103. *
  104. * 3. All advertising materials mentioning features or use of this
  105. * software must display the following acknowledgment:
  106. * "This product includes software developed by the OpenSSL Project
  107. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  108. *
  109. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  110. * endorse or promote products derived from this software without
  111. * prior written permission. For written permission, please contact
  112. * openssl-core@openssl.org.
  113. *
  114. * 5. Products derived from this software may not be called "OpenSSL"
  115. * nor may "OpenSSL" appear in their names without prior written
  116. * permission of the OpenSSL Project.
  117. *
  118. * 6. Redistributions of any form whatsoever must retain the following
  119. * acknowledgment:
  120. * "This product includes software developed by the OpenSSL Project
  121. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  122. *
  123. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  124. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  125. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  126. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  127. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  128. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  129. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  130. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  131. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  132. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  133. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  134. * OF THE POSSIBILITY OF SUCH DAMAGE.
  135. * ====================================================================
  136. *
  137. * This product includes cryptographic software written by Eric Young
  138. * (eay@cryptsoft.com). This product includes software written by Tim
  139. * Hudson (tjh@cryptsoft.com).
  140. *
  141. */
  142. Original SSLeay License
  143. -----------------------
  144. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  145. * All rights reserved.
  146. *
  147. * This package is an SSL implementation written
  148. * by Eric Young (eay@cryptsoft.com).
  149. * The implementation was written so as to conform with Netscapes SSL.
  150. *
  151. * This library is free for commercial and non-commercial use as long as
  152. * the following conditions are aheared to. The following conditions
  153. * apply to all code found in this distribution, be it the RC4, RSA,
  154. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  155. * included with this distribution is covered by the same copyright terms
  156. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  157. *
  158. * Copyright remains Eric Young's, and as such any Copyright notices in
  159. * the code are not to be removed.
  160. * If this package is used in a product, Eric Young should be given attribution
  161. * as the author of the parts of the library used.
  162. * This can be in the form of a textual message at program startup or
  163. * in documentation (online or textual) provided with the package.
  164. *
  165. * Redistribution and use in source and binary forms, with or without
  166. * modification, are permitted provided that the following conditions
  167. * are met:
  168. * 1. Redistributions of source code must retain the copyright
  169. * notice, this list of conditions and the following disclaimer.
  170. * 2. Redistributions in binary form must reproduce the above copyright
  171. * notice, this list of conditions and the following disclaimer in the
  172. * documentation and/or other materials provided with the distribution.
  173. * 3. All advertising materials mentioning features or use of this software
  174. * must display the following acknowledgement:
  175. * "This product includes cryptographic software written by
  176. * Eric Young (eay@cryptsoft.com)"
  177. * The word 'cryptographic' can be left out if the rouines from the library
  178. * being used are not cryptographic related :-).
  179. * 4. If you include any Windows specific code (or a derivative thereof) from
  180. * the apps directory (application code) you must include an acknowledgement:
  181. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  182. *
  183. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  184. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  185. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  186. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  187. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  188. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  189. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  190. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  191. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  192. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  193. * SUCH DAMAGE.
  194. *
  195. * The licence and distribution terms for any publically available version or
  196. * derivative of this code cannot be changed. i.e. this code cannot simply be
  197. * copied and put under another distribution licence
  198. * [including the GNU Public Licence.]
  199. */
  200. # curl
  201. Copyright (c) 1996 - 2017, Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file.
  202. All rights reserved.
  203. 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.
  204. 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.
  205. 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.
  206. # Zstandard
  207. Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
  208. Redistribution and use in source and binary forms, with or without modification,
  209. are permitted provided that the following conditions are met:
  210. * Redistributions of source code must retain the above copyright notice, this
  211. list of conditions and the following disclaimer.
  212. * Redistributions in binary form must reproduce the above copyright notice,
  213. this list of conditions and the following disclaimer in the documentation
  214. and/or other materials provided with the distribution.
  215. * Neither the name Facebook nor the names of its contributors may be used to
  216. endorse or promote products derived from this software without specific
  217. prior written permission.
  218. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  219. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  220. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  221. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  222. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  223. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  224. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  225. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  226. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  227. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  228. # libarchive
  229. The libarchive distribution as a whole is Copyright by Tim Kientzle
  230. and is subject to the copyright notice reproduced at the bottom of
  231. this file.
  232. Each individual file in this distribution should have a clear
  233. copyright/licensing statement at the beginning of the file. If any do
  234. not, please let me know and I will rectify it. The following is
  235. intended to summarize the copyright status of the individual files;
  236. the actual statements in the files are controlling.
  237. * Except as listed below, all C sources (including .c and .h files)
  238. and documentation files are subject to the copyright notice reproduced
  239. at the bottom of this file.
  240. * The following source files are also subject in whole or in part to
  241. a 3-clause UC Regents copyright; please read the individual source
  242. files for details:
  243. libarchive/archive_entry.c
  244. libarchive/archive_read_support_filter_compress.c
  245. libarchive/archive_write_add_filter_compress.c
  246. libarchive/mtree.5
  247. * The following source files are in the public domain:
  248. libarchive/archive_getdate.c
  249. * The following source files are triple-licensed with the ability to choose
  250. from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses:
  251. libarchive/archive_blake2.h
  252. libarchive/archive_blake2_impl.h
  253. libarchive/archive_blake2s_ref.c
  254. libarchive/archive_blake2sp_ref.c
  255. * The build files---including Makefiles, configure scripts,
  256. and auxiliary scripts used as part of the compile process---have
  257. widely varying licensing terms. Please check individual files before
  258. distributing them to see if those restrictions apply to you.
  259. I intend for all new source code to use the license below and hope over
  260. time to replace code with other licenses with new implementations that
  261. do use the license below. The varying licensing of the build scripts
  262. seems to be an unavoidable mess.
  263. Copyright (c) 2003-2018 <author(s)>
  264. All rights reserved.
  265. Redistribution and use in source and binary forms, with or without
  266. modification, are permitted provided that the following conditions
  267. are met:
  268. 1. Redistributions of source code must retain the above copyright
  269. notice, this list of conditions and the following disclaimer
  270. in this position and unchanged.
  271. 2. Redistributions in binary form must reproduce the above copyright
  272. notice, this list of conditions and the following disclaimer in the
  273. documentation and/or other materials provided with the distribution.
  274. THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
  275. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  276. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  277. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
  278. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  279. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  280. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  281. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  282. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  283. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  284. # libspeexdsp
  285. Copyright 2002-2008 Xiph.org Foundation
  286. Copyright 2002-2008 Jean-Marc Valin
  287. Copyright 2005-2007 Analog Devices Inc.
  288. Copyright 2005-2008 Commonwealth Scientific and Industrial Research
  289. Organisation (CSIRO)
  290. Copyright 1993, 2002, 2006 David Rowe
  291. Copyright 2003 EpicGames
  292. Copyright 1992-1994 Jutta Degener, Carsten Bormann
  293. Redistribution and use in source and binary forms, with or without
  294. modification, are permitted provided that the following conditions
  295. are met:
  296. - Redistributions of source code must retain the above copyright
  297. notice, this list of conditions and the following disclaimer.
  298. - Redistributions in binary form must reproduce the above copyright
  299. notice, this list of conditions and the following disclaimer in the
  300. documentation and/or other materials provided with the distribution.
  301. - Neither the name of the Xiph.org Foundation nor the names of its
  302. contributors may be used to endorse or promote products derived from
  303. this software without specific prior written permission.
  304. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  305. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  306. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  307. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
  308. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  309. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  310. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  311. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  312. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  313. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  314. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  315. # libsamplerate
  316. Copyright (c) 2012-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  317. All rights reserved.
  318. Redistribution and use in source and binary forms, with or without
  319. modification, are permitted provided that the following conditions are
  320. met:
  321. 1. Redistributions of source code must retain the above copyright
  322. notice, this list of conditions and the following disclaimer.
  323. 2. Redistributions in binary form must reproduce the above copyright
  324. notice, this list of conditions and the following disclaimer in the
  325. documentation and/or other materials provided with the distribution.
  326. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  327. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  328. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  329. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  330. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  331. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  332. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  333. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  334. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  335. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  336. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  337. # RtMidi
  338. RtMidi: realtime MIDI i/o C++ classes
  339. Copyright (c) 2003-2017 Gary P. Scavone
  340. Permission is hereby granted, free of charge, to any person
  341. obtaining a copy of this software and associated documentation files
  342. (the "Software"), to deal in the Software without restriction,
  343. including without limitation the rights to use, copy, modify, merge,
  344. publish, distribute, sublicense, and/or sell copies of the Software,
  345. and to permit persons to whom the Software is furnished to do so,
  346. subject to the following conditions:
  347. The above copyright notice and this permission notice shall be
  348. included in all copies or substantial portions of the Software.
  349. Any person wishing to distribute modifications to the Software is asked to send the modifications to the original developer so that they can be incorporated into the canonical version. This is,
  350. however, not a binding provision of this license.
  351. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  352. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  353. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  354. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  355. ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  356. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  357. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  358. # RtAudio
  359. RtAudio: a set of realtime audio i/o C++ classes
  360. Copyright (c) 2001-2017 Gary P. Scavone
  361. Permission is hereby granted, free of charge, to any person
  362. obtaining a copy of this software and associated documentation files
  363. (the "Software"), to deal in the Software without restriction,
  364. including without limitation the rights to use, copy, modify, merge,
  365. publish, distribute, sublicense, and/or sell copies of the Software,
  366. and to permit persons to whom the Software is furnished to do so,
  367. subject to the following conditions:
  368. The above copyright notice and this permission notice shall be
  369. included in all copies or substantial portions of the Software.
  370. Any person wishing to distribute modifications to the Software is
  371. asked to send the modifications to the original developer so that
  372. they can be incorporated into the canonical version. This is,
  373. however, not a binding provision of this license.
  374. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  375. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  376. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  377. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  378. ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  379. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  380. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  381. # nanovg
  382. Copyright (c) 2013 Mikko Mononen memon@inside.org
  383. This software is provided 'as-is', without any express or implied
  384. warranty. In no event will the authors be held liable for any damages
  385. arising from the use of this software.
  386. Permission is granted to anyone to use this software for any purpose,
  387. including commercial applications, and to alter it and redistribute it
  388. freely, subject to the following restrictions:
  389. 1. The origin of this software must not be misrepresented; you must not
  390. claim that you wrote the original software. If you use this software
  391. in a product, an acknowledgment in the product documentation would be
  392. appreciated but is not required.
  393. 2. Altered source versions must be plainly marked as such, and must not be
  394. misrepresented as being the original software.
  395. 3. This notice may not be removed or altered from any source distribution.
  396. # nanosvg
  397. Copyright (c) 2013-14 Mikko Mononen memon@inside.org
  398. This software is provided 'as-is', without any express or implied
  399. warranty. In no event will the authors be held liable for any damages
  400. arising from the use of this software.
  401. Permission is granted to anyone to use this software for any purpose,
  402. including commercial applications, and to alter it and redistribute it
  403. freely, subject to the following restrictions:
  404. 1. The origin of this software must not be misrepresented; you must not
  405. claim that you wrote the original software. If you use this software
  406. in a product, an acknowledgment in the product documentation would be
  407. appreciated but is not required.
  408. 2. Altered source versions must be plainly marked as such, and must not be
  409. misrepresented as being the original software.
  410. 3. This notice may not be removed or altered from any source distribution.
  411. # Blendish
  412. Copyright (c) 2014 Leonard Ritter <leonard.ritter@duangle.com>
  413. Permission is hereby granted, free of charge, to any person obtaining a copy
  414. of this software and associated documentation files (the "Software"), to deal
  415. in the Software without restriction, including without limitation the rights
  416. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  417. copies of the Software, and to permit persons to whom the Software is
  418. furnished to do so, subject to the following conditions:
  419. The above copyright notice and this permission notice shall be included in
  420. all copies or substantial portions of the Software.
  421. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  422. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  423. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  424. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  425. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  426. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  427. THE SOFTWARE.
  428. # osdialog
  429. (CC0 1.0 Universal, no attribution needed)
  430. # pffft
  431. Copyright (c) 2013 Julien Pommier ( pommier@modartt.com )
  432. Based on original fortran 77 code from FFTPACKv4 from NETLIB,
  433. authored by Dr Paul Swarztrauber of NCAR, in 1985.
  434. As confirmed by the NCAR fftpack software curators, the following
  435. FFTPACKv5 license applies to FFTPACKv4 sources. My changes are
  436. released under the same terms.
  437. FFTPACK license:
  438. http://www.cisl.ucar.edu/css/software/fftpack5/ftpk.html
  439. Copyright (c) 2004 the University Corporation for Atmospheric
  440. Research ("UCAR"). All rights reserved. Developed by NCAR's
  441. Computational and Information Systems Laboratory, UCAR,
  442. www.cisl.ucar.edu.
  443. Redistribution and use of the Software in source and binary forms,
  444. with or without modification, is permitted provided that the
  445. following conditions are met:
  446. - Neither the names of NCAR's Computational and Information Systems
  447. Laboratory, the University Corporation for Atmospheric Research,
  448. nor the names of its sponsors or contributors may be used to
  449. endorse or promote products derived from this Software without
  450. specific prior written permission.
  451. - Redistributions of source code must retain the above copyright
  452. notices, this list of conditions, and the disclaimer below.
  453. - Redistributions in binary form must reproduce the above copyright
  454. notice, this list of conditions, and the disclaimer below in the
  455. documentation and/or other materials provided with the
  456. distribution.
  457. THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  458. EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF
  459. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  460. NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT
  461. HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL,
  462. EXEMPLARY, OR CONSEQUENTIAL DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  463. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  464. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  465. SOFTWARE.
  466. # fuzzysearchdatabase
  467. Copyright 2020 Nils Jonas Norberg <jnorberg@gmail.com>
  468. License: BSD-3-Clause ( https://opensource.org/licenses/BSD-3-Clause )
  469. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  470. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  471. 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.
  472. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  473. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT HOLDER OR CONTRIBUTORS 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.
  474. # ghc/filesystem
  475. Copyright (c) 2018, Steffen Schümann <s.schuemann@pobox.com>
  476. Permission is hereby granted, free of charge, to any person obtaining a copy
  477. of this software and associated documentation files (the "Software"), to deal
  478. in the Software without restriction, including without limitation the rights
  479. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  480. copies of the Software, and to permit persons to whom the Software is
  481. furnished to do so, subject to the following conditions:
  482. The above copyright notice and this permission notice shall be included in all
  483. copies or substantial portions of the Software.
  484. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  485. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  486. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  487. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  488. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  489. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  490. SOFTWARE.