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_cfg.hpp
parent0b79db773f7e2a9be60c04712eff81f23aaa53c8 (diff)
Add MIT dual license for the SPIRV-Cross API.
Diffstat (limited to 'spirv_cfg.hpp')
-rw-r--r--spirv_cfg.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/spirv_cfg.hpp b/spirv_cfg.hpp
index 9f3e62a1..b5459933 100644
--- a/spirv_cfg.hpp
+++ b/spirv_cfg.hpp
@@ -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.
+ */
+
#ifndef SPIRV_CROSS_CFG_HPP
#define SPIRV_CROSS_CFG_HPP