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:
authorJon Leech <oddhack@sonic.net>2021-05-08 11:47:48 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2021-06-29 12:03:52 +0300
commitf2a65545b8e8fec3ad51dedf7e25ee1cc3d1bddd (patch)
tree4c3ef5062b84fb3d24ebcf7ad796befa4244b313 /spirv_hlsl.hpp
parent2ceca64004c62cae33ecf462efd5e3166246dfb2 (diff)
Finish adding SPDX tags and setup a reuse checked in Github Actions CI
Diffstat (limited to 'spirv_hlsl.hpp')
-rw-r--r--spirv_hlsl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/spirv_hlsl.hpp b/spirv_hlsl.hpp
index 2eff8e70..54a49daf 100644
--- a/spirv_hlsl.hpp
+++ b/spirv_hlsl.hpp
@@ -1,5 +1,6 @@
/*
* Copyright 2016-2021 Robert Konrad
+ * SPDX-License-Identifier: Apache-2.0 OR MIT
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +19,6 @@
* 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_HLSL_HPP