1
+ Files: All files except for those called out below.
1
2
Copyright (c) 2015-2024 The Khronos Group Inc.
2
3
3
4
Permission is hereby granted, free of charge, to any person obtaining a
@@ -23,3 +24,80 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
23
24
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
24
25
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
25
26
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
27
+
28
+ ---
29
+
30
+ Files: include/spirv/spir-v.xml
31
+ Copyright (c) 2015-2024 The Khronos Group Inc.
32
+
33
+ Permission is hereby granted, free of charge, to any person obtaining a
34
+ copy of this software and/or associated documentation files (the
35
+ "Materials"), to deal in the Materials without restriction, including
36
+ without limitation the rights to use, copy, modify, merge, publish,
37
+ distribute, sublicense, and/or sell copies of the Materials, and to
38
+ permit persons to whom the Materials are furnished to do so, subject to
39
+ the following conditions:
40
+
41
+ The above copyright notice and this permission notice shall be included
42
+ in all copies or substantial portions of the Materials.
43
+
44
+ THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
45
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
47
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
49
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
50
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
51
+
52
+ ---
53
+
54
+ Files: tools/buildHeaders/jsoncpp/*
55
+ The JsonCpp library's source code, including accompanying documentation,
56
+ tests and demonstration applications, are licensed under the following
57
+ conditions...
58
+
59
+ The author (Baptiste Lepilleur) explicitly disclaims copyright in all
60
+ jurisdictions which recognize such a disclaimer. In such jurisdictions,
61
+ this software is released into the Public Domain.
62
+
63
+ In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
64
+ 2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
65
+ released under the terms of the MIT License (see below).
66
+
67
+ In jurisdictions which recognize Public Domain property, the user of this
68
+ software may choose to accept it either as 1) Public Domain, 2) under the
69
+ conditions of the MIT License (see below), or 3) under the terms of dual
70
+ Public Domain/MIT License conditions described here, as they choose.
71
+
72
+ The MIT License is about as close to Public Domain as a license can get, and is
73
+ described in clear, concise terms at:
74
+
75
+ http://en.wikipedia.org/wiki/MIT_License
76
+
77
+ The full text of the MIT License follows:
78
+
79
+ ========================================================================
80
+ Copyright (c) 2007-2010 Baptiste Lepilleur
81
+
82
+ Permission is hereby granted, free of charge, to any person
83
+ obtaining a copy of this software and associated documentation
84
+ files (the "Software"), to deal in the Software without
85
+ restriction, including without limitation the rights to use, copy,
86
+ modify, merge, publish, distribute, sublicense, and/or sell copies
87
+ of the Software, and to permit persons to whom the Software is
88
+ furnished to do so, subject to the following conditions:
89
+
90
+ The above copyright notice and this permission notice shall be
91
+ included in all copies or substantial portions of the Software.
92
+
93
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
94
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
95
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
96
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
97
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
98
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
99
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
100
+ SOFTWARE.
101
+ ========================================================================
102
+
103
+ ---
0 commit comments