diff options
author | 3gg <3gg@shellblade.net> | 2025-06-27 10:18:39 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-06-27 10:18:39 -0700 |
commit | bd57f345ed9dbed1d81683e48199626de2ea9044 (patch) | |
tree | 4221f2f2a7ad2244d2e93052bd68187ec91b8ea9 /contrib/cgltf-tangents/LICENSE | |
parent | 9a82ce0083437a4f9f58108b2c23b957d2249ad8 (diff) |
Diffstat (limited to 'contrib/cgltf-tangents/LICENSE')
-rw-r--r-- | contrib/cgltf-tangents/LICENSE | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/contrib/cgltf-tangents/LICENSE b/contrib/cgltf-tangents/LICENSE new file mode 100644 index 0000000..7796e37 --- /dev/null +++ b/contrib/cgltf-tangents/LICENSE | |||
@@ -0,0 +1,79 @@ | |||
1 | This project has two third-party dependencies: | ||
2 | - MikkTSpace | ||
3 | - cgltf | ||
4 | |||
5 | The license for this project and its dependencies are included below. | ||
6 | |||
7 | -------------------------------------------------------------------------------- | ||
8 | cgltf-tangents | ||
9 | -------------------------------------------------------------------------------- | ||
10 | |||
11 | Copyright 2022 Marc Sunet | ||
12 | |||
13 | Redistribution and use in source and binary forms, with or without modification, | ||
14 | are permitted provided that the following conditions are met: | ||
15 | |||
16 | 1. Redistributions of source code must retain the above copyright notice, this | ||
17 | list of conditions and the following disclaimer. | ||
18 | |||
19 | 2. Redistributions in binary form must reproduce the above copyright notice, | ||
20 | this list of conditions and the following disclaimer in the documentation and/or | ||
21 | other materials provided with the distribution. | ||
22 | |||
23 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
24 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
25 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
26 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR | ||
27 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
28 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
29 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
30 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
31 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
32 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
33 | |||
34 | -------------------------------------------------------------------------------- | ||
35 | MikkTSpace | ||
36 | -------------------------------------------------------------------------------- | ||
37 | |||
38 | Copyright (C) 2011 by Morten S. Mikkelsen | ||
39 | |||
40 | This software is provided 'as-is', without any express or implied | ||
41 | warranty. In no event will the authors be held liable for any damages | ||
42 | arising from the use of this software. | ||
43 | |||
44 | Permission is granted to anyone to use this software for any purpose, | ||
45 | including commercial applications, and to alter it and redistribute it | ||
46 | freely, subject to the following restrictions: | ||
47 | |||
48 | 1. The origin of this software must not be misrepresented; you must not | ||
49 | claim that you wrote the original software. If you use this software | ||
50 | in a product, an acknowledgment in the product documentation would be | ||
51 | appreciated but is not required. | ||
52 | |||
53 | 2. Altered source versions must be plainly marked as such, and must not be | ||
54 | misrepresented as being the original software. | ||
55 | |||
56 | 3. This notice may not be removed or altered from any source distribution. | ||
57 | |||
58 | -------------------------------------------------------------------------------- | ||
59 | cgltf | ||
60 | -------------------------------------------------------------------------------- | ||
61 | |||
62 | Copyright (c) 2018-2021 Johannes Kuhlmann | ||
63 | |||
64 | Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
65 | this software and associated documentation files (the "Software"), to deal in | ||
66 | the Software without restriction, including without limitation the rights to | ||
67 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
68 | the Software, and to permit persons to whom the Software is furnished to do so, | ||
69 | subject to the following conditions: | ||
70 | |||
71 | The above copyright notice and this permission notice shall be included in all | ||
72 | copies or substantial portions of the Software. | ||
73 | |||
74 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
75 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
76 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
77 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
78 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
79 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||