Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2020-11-25 17:22:08 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-12-01 18:47:08 +0300
commitcf1e9e0643eba07535f0015e68fd95bfe3cf1e73 (patch)
tree2d498b1c7c45c5223f4f2f6f13bee689e7aa6e1a /spirv_cross.cpp
parent0b79db773f7e2a9be60c04712eff81f23aaa53c8 (diff)
Add MIT dual license for the SPIRV-Cross API.
Diffstat (limited to 'spirv_cross.cpp')
-rw-r--r--spirv_cross.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/spirv_cross.cpp b/spirv_cross.cpp
index 21d2f2fc..5c1b3ebc 100644
--- a/spirv_cross.cpp
+++ b/spirv_cross.cpp
@@ -14,6 +14,13 @@
* limitations under the License.
*/
+/*
+ * At your option, you may choose to accept this material under either:
+ * 1. The Apache License, Version 2.0, found at <http://www.apache.org/licenses/LICENSE-2.0>, or
+ * 2. The MIT License, found at <http://opensource.org/licenses/MIT>.
+ * SPDX-License-Identifier: Apache-2.0 OR MIT.
+ */
+
#include "spirv_cross.hpp"
#include "GLSL.std.450.h"
#include "spirv_cfg.hpp"