LICENSE.txt 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. Modified Apache 2.0 License
  2. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  3. 1. Definitions.
  4. "License" shall mean the terms and conditions for use, reproduction,
  5. and distribution as defined by Sections 1 through 9 of this document.
  6. "Licensor" shall mean the copyright owner or entity authorized by
  7. the copyright owner that is granting the License.
  8. "Legal Entity" shall mean the union of the acting entity and all
  9. other entities that control, are controlled by, or are under common
  10. control with that entity. For the purposes of this definition,
  11. "control" means (i) the power, direct or indirect, to cause the
  12. direction or management of such entity, whether by contract or
  13. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  14. outstanding shares, or (iii) beneficial ownership of such entity.
  15. "You" (or "Your") shall mean an individual or Legal Entity
  16. exercising permissions granted by this License.
  17. "Source" form shall mean the preferred form for making modifications,
  18. including but not limited to software source code, documentation
  19. source, and configuration files.
  20. "Object" form shall mean any form resulting from mechanical
  21. transformation or translation of a Source form, including but
  22. not limited to compiled object code, generated documentation,
  23. and conversions to other media types.
  24. "Work" shall mean the work of authorship, whether in Source or
  25. Object form, made available under the License, as indicated by a
  26. copyright notice that is included in or attached to the work
  27. (an example is provided in the Appendix below).
  28. "Derivative Works" shall mean any work, whether in Source or Object
  29. form, that is based on (or derived from) the Work and for which the
  30. editorial revisions, annotations, elaborations, or other modifications
  31. represent, as a whole, an original work of authorship. For the purposes
  32. of this License, Derivative Works shall not include works that remain
  33. separable from, or merely link (or bind by name) to the interfaces of,
  34. the Work and Derivative Works thereof.
  35. "Contribution" shall mean any work of authorship, including
  36. the original version of the Work and any modifications or additions
  37. to that Work or Derivative Works thereof, that is intentionally
  38. submitted to Licensor for inclusion in the Work by the copyright owner
  39. or by an individual or Legal Entity authorized to submit on behalf of
  40. the copyright owner. For the purposes of this definition, "submitted"
  41. means any form of electronic, verbal, or written communication sent
  42. to the Licensor or its representatives, including but not limited to
  43. communication on electronic mailing lists, source code control systems,
  44. and issue tracking systems that are managed by, or on behalf of, the
  45. Licensor for the purpose of discussing and improving the Work, but
  46. excluding communication that is conspicuously marked or otherwise
  47. designated in writing by the copyright owner as "Not a Contribution."
  48. "Contributor" shall mean Licensor and any individual or Legal Entity
  49. on behalf of whom a Contribution has been received by Licensor and
  50. subsequently incorporated within the Work.
  51. 2. Grant of Copyright License. Subject to the terms and conditions of
  52. this License, each Contributor hereby grants to You a perpetual,
  53. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  54. copyright license to reproduce, prepare Derivative Works of,
  55. publicly display, publicly perform, sublicense, and distribute the
  56. Work and such Derivative Works in Source or Object form.
  57. 3. Grant of Patent License. Subject to the terms and conditions of
  58. this License, each Contributor hereby grants to You a perpetual,
  59. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  60. (except as stated in this section) patent license to make, have made,
  61. use, offer to sell, sell, import, and otherwise transfer the Work,
  62. where such license applies only to those patent claims licensable
  63. by such Contributor that are necessarily infringed by their
  64. Contribution(s) alone or by combination of their Contribution(s)
  65. with the Work to which such Contribution(s) was submitted. If You
  66. institute patent litigation against any entity (including a
  67. cross-claim or counterclaim in a lawsuit) alleging that the Work
  68. or a Contribution incorporated within the Work constitutes direct
  69. or contributory patent infringement, then any patent licenses
  70. granted to You under this License for that Work shall terminate
  71. as of the date such litigation is filed.
  72. 4. Redistribution. You may reproduce and distribute copies of the
  73. Work or Derivative Works thereof in any medium, with or without
  74. modifications, and in Source or Object form, provided that You
  75. meet the following conditions:
  76. (a) You must give any other recipients of the Work or
  77. Derivative Works a copy of this License; and
  78. (b) You must cause any modified files to carry prominent notices
  79. stating that You changed the files; and
  80. (c) You must retain, in the Source form of any Derivative Works
  81. that You distribute, all copyright, patent, trademark, and
  82. attribution notices from the Source form of the Work,
  83. excluding those notices that do not pertain to any part of
  84. the Derivative Works; and
  85. (d) If the Work includes a "NOTICE" text file as part of its
  86. distribution, then any Derivative Works that You distribute must
  87. include a readable copy of the attribution notices contained
  88. within such NOTICE file, excluding those notices that do not
  89. pertain to any part of the Derivative Works, in at least one
  90. of the following places: within a NOTICE text file distributed
  91. as part of the Derivative Works; within the Source form or
  92. documentation, if provided along with the Derivative Works; or,
  93. within a display generated by the Derivative Works, if and
  94. wherever such third-party notices normally appear. The contents
  95. of the NOTICE file are for informational purposes only and
  96. do not modify the License. You may add Your own attribution
  97. notices within Derivative Works that You distribute, alongside
  98. or as an addendum to the NOTICE text from the Work, provided
  99. that such additional attribution notices cannot be construed
  100. as modifying the License.
  101. You may add Your own copyright statement to Your modifications and
  102. may provide additional or different license terms and conditions
  103. for use, reproduction, or distribution of Your modifications, or
  104. for any such Derivative Works as a whole, provided Your use,
  105. reproduction, and distribution of the Work otherwise complies with
  106. the conditions stated in this License.
  107. 5. Submission of Contributions. Unless You explicitly state otherwise,
  108. any Contribution intentionally submitted for inclusion in the Work
  109. by You to the Licensor shall be under the terms and conditions of
  110. this License, without any additional terms or conditions.
  111. Notwithstanding the above, nothing herein shall supersede or modify
  112. the terms of any separate license agreement you may have executed
  113. with Licensor regarding such Contributions.
  114. 6. Trademarks. This License does not grant permission to use the trade
  115. names, trademarks, service marks, or product names of the Licensor
  116. and its affiliates, except as required to comply with Section 4(c) of
  117. the License and to reproduce the content of the NOTICE file.
  118. 7. Disclaimer of Warranty. Unless required by applicable law or
  119. agreed to in writing, Licensor provides the Work (and each
  120. Contributor provides its Contributions) on an "AS IS" BASIS,
  121. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  122. implied, including, without limitation, any warranties or conditions
  123. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  124. PARTICULAR PURPOSE. You are solely responsible for determining the
  125. appropriateness of using or redistributing the Work and assume any
  126. risks associated with Your exercise of permissions under this License.
  127. 8. Limitation of Liability. In no event and under no legal theory,
  128. whether in tort (including negligence), contract, or otherwise,
  129. unless required by applicable law (such as deliberate and grossly
  130. negligent acts) or agreed to in writing, shall any Contributor be
  131. liable to You for damages, including any direct, indirect, special,
  132. incidental, or consequential damages of any character arising as a
  133. result of this License or out of the use or inability to use the
  134. Work (including but not limited to damages for loss of goodwill,
  135. work stoppage, computer failure or malfunction, or any and all
  136. other commercial damages or losses), even if such Contributor
  137. has been advised of the possibility of such damages.
  138. 9. Accepting Warranty or Additional Liability. While redistributing
  139. the Work or Derivative Works thereof, You may choose to offer,
  140. and charge a fee for, acceptance of support, warranty, indemnity,
  141. or other liability obligations and/or rights consistent with this
  142. License. However, in accepting such obligations, You may act only
  143. on Your own behalf and on Your sole responsibility, not on behalf
  144. of any other Contributor, and only if You agree to indemnify,
  145. defend, and hold each Contributor harmless for any liability
  146. incurred by, or claims asserted against, such Contributor by reason
  147. of your accepting any such warranty or additional liability.
  148. ============================================================
  149. RapidJSON
  150. ============================================================
  151. Tencent is pleased to support the open source community by making RapidJSON available.
  152. Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
  153. If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
  154. If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
  155. A copy of the MIT License is included in this file.
  156. Other dependencies and licenses:
  157. Open Source Software Licensed Under the BSD License:
  158. --------------------------------------------------------------------
  159. The msinttypes r29
  160. Copyright (c) 2006-2013 Alexander Chemeris
  161. All rights reserved.
  162. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  163. * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  164. * 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.
  165. * Neither the name of 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.
  166. THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS AND 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.
  167. Open Source Software Licensed Under the JSON License:
  168. --------------------------------------------------------------------
  169. json.org
  170. Copyright (c) 2002 JSON.org
  171. All Rights Reserved.
  172. JSON_checker
  173. Copyright (c) 2002 JSON.org
  174. All Rights Reserved.
  175. Terms of the JSON License:
  176. ---------------------------------------------------
  177. 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:
  178. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  179. The Software shall be used for Good, not Evil.
  180. 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. 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.
  181. Terms of the MIT License:
  182. --------------------------------------------------------------------
  183. 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:
  184. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  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. 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. ============================================================
  187. pygilstate_check
  188. ============================================================
  189. The MIT License (MIT)
  190. Copyright (c) 2014, Pankaj Pandey
  191. Permission is hereby granted, free of charge, to any person obtaining a copy
  192. of this software and associated documentation files (the "Software"), to deal
  193. in the Software without restriction, including without limitation the rights
  194. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  195. copies of the Software, and to permit persons to whom the Software is
  196. furnished to do so, subject to the following conditions:
  197. The above copyright notice and this permission notice shall be included in all
  198. copies or substantial portions of the Software.
  199. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  200. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  201. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  202. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  203. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  204. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  205. SOFTWARE.
  206. ============================================================
  207. double-conversion
  208. ============================================================
  209. Copyright 2006-2011, the V8 project authors. All rights reserved.
  210. Redistribution and use in source and binary forms, with or without
  211. modification, are permitted provided that the following conditions are
  212. met:
  213. * Redistributions of source code must retain the above copyright
  214. notice, this list of conditions and the following disclaimer.
  215. * Redistributions in binary form must reproduce the above
  216. copyright notice, this list of conditions and the following
  217. disclaimer in the documentation and/or other materials provided
  218. with the distribution.
  219. * Neither the name of Google Inc. nor the names of its
  220. contributors may be used to endorse or promote products derived
  221. from this software without specific prior written permission.
  222. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  223. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  224. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  225. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  226. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  227. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  228. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  229. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  230. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  231. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  232. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  233. ============================================================
  234. OpenEXR/IlmBase/Half
  235. ============================================================
  236. ///////////////////////////////////////////////////////////////////////////
  237. //
  238. // Copyright (c) 2002, Industrial Light & Magic, a division of Lucas
  239. // Digital Ltd. LLC
  240. //
  241. // All rights reserved.
  242. //
  243. // Redistribution and use in source and binary forms, with or without
  244. // modification, are permitted provided that the following conditions are
  245. // met:
  246. // * Redistributions of source code must retain the above copyright
  247. // notice, this list of conditions and the following disclaimer.
  248. // * Redistributions in binary form must reproduce the above
  249. // copyright notice, this list of conditions and the following disclaimer
  250. // in the documentation and/or other materials provided with the
  251. // distribution.
  252. // * Neither the name of Industrial Light & Magic nor the names of
  253. // its contributors may be used to endorse or promote products derived
  254. // from this software without specific prior written permission.
  255. //
  256. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  257. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  258. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  259. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  260. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  261. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  262. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  263. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  264. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  265. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  266. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  267. //
  268. ///////////////////////////////////////////////////////////////////////////
  269. ============================================================
  270. Apple Technical Q&A QA1361 - Detecting the Debugger
  271. https://developer.apple.com/library/content/qa/qa1361/_index.html
  272. ============================================================
  273. Sample code project: Detecting the Debugger
  274. Version: 1.0
  275. Abstract: Shows how to determine if code is being run under the debugger.
  276. IMPORTANT: This Apple software is supplied to you by Apple
  277. Inc. ("Apple") in consideration of your agreement to the following
  278. terms, and your use, installation, modification or redistribution of
  279. this Apple software constitutes acceptance of these terms. If you do
  280. not agree with these terms, please do not use, install, modify or
  281. redistribute this Apple software.
  282. In consideration of your agreement to abide by the following terms, and
  283. subject to these terms, Apple grants you a personal, non-exclusive
  284. license, under Apple's copyrights in this original Apple software (the
  285. "Apple Software"), to use, reproduce, modify and redistribute the Apple
  286. Software, with or without modifications, in source and/or binary forms;
  287. provided that if you redistribute the Apple Software in its entirety and
  288. without modifications, you must retain this notice and the following
  289. text and disclaimers in all such redistributions of the Apple Software.
  290. Neither the name, trademarks, service marks or logos of Apple Inc. may
  291. be used to endorse or promote products derived from the Apple Software
  292. without specific prior written permission from Apple. Except as
  293. expressly stated in this notice, no other rights or licenses, express or
  294. implied, are granted by Apple herein, including but not limited to any
  295. patent rights that may be infringed by your derivative works or by other
  296. works in which the Apple Software may be incorporated.
  297. The Apple Software is provided by Apple on an "AS IS" basis. APPLE
  298. MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
  299. THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
  300. FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
  301. OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
  302. IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
  303. OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  304. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  305. INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
  306. MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
  307. AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
  308. STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
  309. POSSIBILITY OF SUCH DAMAGE.
  310. ============================================================
  311. LZ4
  312. ============================================================
  313. LZ4 - Fast LZ compression algorithm
  314. Copyright (C) 2011-present, Yann Collet.
  315. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
  316. Redistribution and use in source and binary forms, with or without
  317. modification, are permitted provided that the following conditions are
  318. met:
  319. * Redistributions of source code must retain the above copyright
  320. notice, this list of conditions and the following disclaimer.
  321. * Redistributions in binary form must reproduce the above
  322. copyright notice, this list of conditions and the following disclaimer
  323. in the documentation and/or other materials provided with the
  324. distribution.
  325. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  326. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  327. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  328. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  329. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  330. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  331. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  332. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  333. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  334. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  335. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  336. You can contact the author at :
  337. - LZ4 homepage : http://www.lz4.org
  338. - LZ4 source repository : https://github.com/lz4/lz4
  339. ============================================================
  340. stb
  341. ============================================================
  342. stb_image - v2.19 - public domain image loader - http://nothings.org/stb
  343. no warranty implied; use at your own risk
  344. stb_image_resize - v0.95 - public domain image resizing
  345. by Jorge L Rodriguez (@VinoBS) - 2014
  346. http://github.com/nothings/stb
  347. stb_image_write - v1.09 - public domain - http://nothings.org/stb/stb_image_write.h
  348. writes out PNG/BMP/TGA/JPEG/HDR images to C stdio - Sean Barrett 2010-2015
  349. no warranty implied; use at your own risk
  350. ALTERNATIVE B - Public Domain (www.unlicense.org)
  351. This is free and unencumbered software released into the public domain.
  352. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
  353. software, either in source code form or as a compiled binary, for any purpose,
  354. commercial or non-commercial, and by any means.
  355. In jurisdictions that recognize copyright laws, the author or authors of this
  356. software dedicate any and all copyright interest in the software to the public
  357. domain. We make this dedication for the benefit of the public at large and to
  358. the detriment of our heirs and successors. We intend this dedication to be an
  359. overt act of relinquishment in perpetuity of all present and future rights to
  360. this software under copyright law.
  361. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  362. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  363. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  364. AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  365. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  366. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  367. ============================================================
  368. pugixml
  369. ============================================================
  370. MIT License
  371. Copyright (c) 2006-2019 Arseny Kapoulkine
  372. 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:
  373. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  374. 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. 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.
  375. ============================================================
  376. Vulkan C++ examples and demos (dome light texture filtering)
  377. ============================================================
  378. The MIT License (MIT)
  379. Copyright (c) 2016 Sascha Willems
  380. Permission is hereby granted, free of charge, to any person obtaining a copy
  381. of this software and associated documentation files (the "Software"), to deal
  382. in the Software without restriction, including without limitation the rights
  383. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  384. copies of the Software, and to permit persons to whom the Software is
  385. furnished to do so, subject to the following conditions:
  386. The above copyright notice and this permission notice shall be included in all
  387. copies or substantial portions of the Software.
  388. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  389. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  390. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  391. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  392. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  393. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  394. SOFTWARE.
  395. ============================================================
  396. pbrt (Hammersley Low-Discrepancy Sampling Sequence)
  397. ============================================================
  398. Copyright (c) 1998-2015, Matt Pharr, Greg Humphreys, and Wenzel Jakob.
  399. All rights reserved.
  400. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  401. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  402. 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.
  403. 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.
  404. ============================================================
  405. Draco
  406. ============================================================
  407. USD bundles Draco, which is available under the Apache 2.0 license. For details,
  408. see https://github.com/google/draco/blob/master/README.md.
  409. ============================================================
  410. Roboto Fonts
  411. ============================================================
  412. USD bundles Roboto fonts, which is available under the Apache 2.0 license.
  413. For details, see https://fonts.google.com/specimen/Roboto#license
  414. ============================================================
  415. Roboto Mono Fonts
  416. ============================================================
  417. USD bundles Roboto Mono fonts, which is available under the Apache 2.0 license.
  418. For details, see https://fonts.google.com/specimen/Roboto+Mono#license
  419. ============================================================
  420. Vulkan Memory Allocator
  421. ============================================================
  422. Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved.
  423. Permission is hereby granted, free of charge, to any person obtaining a copy
  424. of this software and associated documentation files (the "Software"), to deal
  425. in the Software without restriction, including without limitation the rights
  426. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  427. copies of the Software, and to permit persons to whom the Software is
  428. furnished to do so, subject to the following conditions:
  429. The above copyright notice and this permission notice shall be included in
  430. all copies or substantial portions of the Software.
  431. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  432. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  433. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  434. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  435. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  436. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  437. THE SOFTWARE.
  438. ============================================================
  439. Spirv Reflect
  440. ============================================================
  441. Copyright 2017-2018 Google Inc.
  442. Licensed under the Apache License, Version 2.0 (the "License");
  443. you may not use this file except in compliance with the License.
  444. You may obtain a copy of the License at
  445. http://www.apache.org/licenses/LICENSE-2.0
  446. Unless required by applicable law or agreed to in writing, software
  447. distributed under the License is distributed on an "AS IS" BASIS,
  448. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  449. See the License for the specific language governing permissions and
  450. limitations under the License.
  451. ============================================================
  452. khrplatform.h
  453. ============================================================
  454. Copyright (c) 2008-2018 The Khronos Group Inc.
  455. Permission is hereby granted, free of charge, to any person obtaining a
  456. copy of this software and/or associated documentation files (the
  457. "Materials"), to deal in the Materials without restriction, including
  458. without limitation the rights to use, copy, modify, merge, publish,
  459. distribute, sublicense, and/or sell copies of the Materials, and to
  460. permit persons to whom the Materials are furnished to do so, subject to
  461. the following conditions:
  462. The above copyright notice and this permission notice shall be included
  463. in all copies or substantial portions of the Materials.
  464. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  465. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  466. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  467. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  468. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  469. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  470. MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  471. ============================================================
  472. surfgrad-bump-standalone-demo
  473. ============================================================
  474. MIT License
  475. Copyright (c) 2020 mmikk
  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.
  491. ================================================================
  492. Tessil robin-map
  493. ================================================================
  494. MIT License
  495. Copyright (c) 2017 Thibaut Goetghebuer-Planchon <tessil@gmx.com>
  496. Permission is hereby granted, free of charge, to any person obtaining a copy
  497. of this software and associated documentation files (the "Software"), to deal
  498. in the Software without restriction, including without limitation the rights
  499. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  500. copies of the Software, and to permit persons to whom the Software is
  501. furnished to do so, subject to the following conditions:
  502. The above copyright notice and this permission notice shall be included in all
  503. copies or substantial portions of the Software.
  504. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  505. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  506. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  507. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  508. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  509. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  510. SOFTWARE.