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:24:34 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2021-06-29 12:03:38 +0300
commit2ceca64004c62cae33ecf462efd5e3166246dfb2 (patch)
tree680f8192fb970793ab23431959761cbf9186d476 /Makefile
parent853e84e8bff892e9d1e408e15648c2dfc8c89d0d (diff)
Add missing copyright headers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f4e00b5..b44eb5e8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# Copyright 2016-2021 The Khronos Group Inc.
+# SPDX-License-Identifier: Apache-2.0
+
TARGET := spirv-cross
SOURCES := $(wildcard spirv_*.cpp)