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 /.clang-format
parent853e84e8bff892e9d1e408e15648c2dfc8c89d0d (diff)
Add missing copyright headers.
Diffstat (limited to '.clang-format')
-rwxr-xr-x.clang-format3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 443f90b7..84552f33 100755
--- a/.clang-format
+++ b/.clang-format
@@ -1,3 +1,6 @@
+# Copyright 2016-2021 The Khronos Group Inc.
+# SPDX-License-Identifier: Apache-2.0
+
# The style used for all options not specifically set in the configuration.
BasedOnStyle: LLVM