|
| 1 | +The MIT License (MIT) |
| 2 | + |
| 3 | +Copyright (c) 2018 Andre Cunha |
| 4 | + |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in |
| 13 | +all copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 21 | +THE SOFTWARE. |
| 22 | + |
| 23 | + |
| 24 | +License for [Erkaman/vulkan_minimal_compute](https://github.com/Erkaman/vulkan_minimal_compute/) |
| 25 | +================================================================================================ |
| 26 | + |
| 27 | +The MIT License (MIT) |
| 28 | + |
| 29 | +Copyright (c) 2017 Eric Arnebäck |
| 30 | + |
| 31 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 32 | +of this software and associated documentation files (the "Software"), to deal |
| 33 | +in the Software without restriction, including without limitation the rights |
| 34 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 35 | +copies of the Software, and to permit persons to whom the Software is |
| 36 | +furnished to do so, subject to the following conditions: |
| 37 | + |
| 38 | +The above copyright notice and this permission notice shall be included in |
| 39 | +all copies or substantial portions of the Software. |
| 40 | + |
| 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 | + |
| 49 | + |
| 50 | +License for [lvandeve/lodepng](https://github.com/lvandeve/lodepng) |
| 51 | +=================================================================== |
| 52 | + |
| 53 | +LodePNG version 20180611 |
| 54 | + |
| 55 | +Copyright (c) 2005-2018 Lode Vandevenne |
| 56 | + |
| 57 | +This software is provided 'as-is', without any express or implied |
| 58 | +warranty. In no event will the authors be held liable for any damages |
| 59 | +arising from the use of this software. |
| 60 | + |
| 61 | +Permission is granted to anyone to use this software for any purpose, |
| 62 | +including commercial applications, and to alter it and redistribute it |
| 63 | +freely, subject to the following restrictions: |
| 64 | + |
| 65 | + 1. The origin of this software must not be misrepresented; you must not |
| 66 | + claim that you wrote the original software. If you use this software |
| 67 | + in a product, an acknowledgment in the product documentation would be |
| 68 | + appreciated but is not required. |
| 69 | + |
| 70 | + 2. Altered source versions must be plainly marked as such, and must not be |
| 71 | + misrepresented as being the original software. |
| 72 | + |
| 73 | + 3. This notice may not be removed or altered from any source |
| 74 | + distribution. |
| 75 | + |
| 76 | + |
| 77 | +License for the [Vulkan Extension Loader](https://github.com/KhronosGroup/Vulkan-Docs/blob/1.0/src/ext_loader/) |
| 78 | +=============================================================================================================== |
| 79 | + |
| 80 | +Copyright (c) 2015-2018 The Khronos Group Inc. |
| 81 | + |
| 82 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 83 | +you may not use this file except in compliance with the License. |
| 84 | +You may obtain a copy of the License at |
| 85 | + |
| 86 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 87 | + |
| 88 | +Unless required by applicable law or agreed to in writing, software |
| 89 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 90 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 91 | +See the License for the specific language governing permissions and |
| 92 | +limitations under the License. |
0 commit comments