diff options
author | Juan Ramos <[email protected]> | 2023-07-12 12:52:35 -0600 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-07-14 09:57:20 -0600 |
commit | bc14fdad60c51235e23ee569834a5baecae9231a (patch) | |
tree | a26f2917cd82ede78de37891cf4f81baa2cb934f /.gitattributes | |
parent | 2565ffa31ea67650f95f65347ed8f5917c651fac (diff) | |
download | Vulkan-Headers-bc14fdad60c51235e23ee569834a5baecae9231a.tar.gz Vulkan-Headers-bc14fdad60c51235e23ee569834a5baecae9231a.zip |
Add REUSE compliance checker to CI
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ca85b46..41eae37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,11 @@ +# ~~~ +# Copyright 2018-2023 The Khronos Group Inc. +# Copyright 2018-2023 Valve Corporation +# Copyright 2018-2023 LunarG, Inc. +# +# SPDX-License-Identifier: Apache-2.0 +# ~~~ + # See https://git-scm.com/docs/gitattributes # See https://help.github.com/articles/dealing-with-line-endings/ |