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 /.reuse | |
parent | 2565ffa31ea67650f95f65347ed8f5917c651fac (diff) | |
download | Vulkan-Headers-bc14fdad60c51235e23ee569834a5baecae9231a.tar.gz Vulkan-Headers-bc14fdad60c51235e23ee569834a5baecae9231a.zip |
Add REUSE compliance checker to CI
Diffstat (limited to '.reuse')
-rw-r--r-- | .reuse/dep5 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..c17fc8d --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,19 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Vulkan-Headers +Source: https://github.com/KhronosGroup/Vulkan-Headers + +Files: registry/profiles/VP_KHR_roadmap_2022.json +Copyright: 2022-2023 The Khronos Group Inc. +License: Apache-2.0 + +Files: registry/validusage.json +Copyright: 2018-2023 The Khronos Group Inc. +License: Apache-2.0 + +Files: .github/ISSUE_TEMPLATE/bug_report.md .github/pull_request_template.md +Copyright: 2022-2023 The Khronos Group Inc. +License: Apache-2.0 + +Files: BUILD.md CODE_OF_CONDUCT.md CONTRIBUTING.md INTEGRATION.md README.md +Copyright: 2018-2023 The Khronos Group Inc. +License: Apache-2.0 |