diff options
author | Juan Ramos <[email protected]> | 2023-08-14 13:03:56 -0600 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-08-14 13:06:51 -0600 |
commit | 85c2334e92e215cce34e8e0ed8b2dce4700f4a50 (patch) | |
tree | 5746d8589e13d66de0b2a1ff67b3002d8e04adb5 | |
parent | b3da20eebd2d59ddcf9e87691364fc479bf14907 (diff) | |
download | Vulkan-Headers-85c2334e92e215cce34e8e0ed8b2dce4700f4a50.tar.gz Vulkan-Headers-85c2334e92e215cce34e8e0ed8b2dce4700f4a50.zip |
reuse: Cleanup copyright for *.md filessdk-1.3.261.1sdk-1.3.261.0sdk-1.3.261
-rw-r--r-- | .reuse/dep5 | 4 | ||||
-rw-r--r-- | BUILD.md | 6 | ||||
-rw-r--r-- | CONTRIBUTING.md | 6 | ||||
-rw-r--r-- | INTEGRATION.md | 6 | ||||
-rw-r--r-- | README.md | 6 |
5 files changed, 24 insertions, 4 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index c17fc8d..e3efbfc 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -13,7 +13,3 @@ 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 @@ -1,3 +1,9 @@ +<!-- +Copyright 2018-2023 The Khronos Group Inc. + +SPDX-License-Identifier: Apache-2.0 +--> + # Build Instructions Instructions for building this repository. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6de905c..6be16c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,9 @@ +<!-- +Copyright 2018-2023 The Khronos Group Inc. + +SPDX-License-Identifier: Apache-2.0 +--> + # CONTRIBUTING Please note when contributing what files this repository actually is responsible for. diff --git a/INTEGRATION.md b/INTEGRATION.md index c7cd885..b6c93a2 100644 --- a/INTEGRATION.md +++ b/INTEGRATION.md @@ -1,3 +1,9 @@ +<!-- +Copyright 2018-2023 The Khronos Group Inc. + +SPDX-License-Identifier: Apache-2.0 +--> + # Integrating Updated Vulkan Headers into Vulkan Repositories - This guide assumes the [Vulkan-Headers](https://github.com/KhronosGroup/Vulkan-Headers), [Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader), [Vulkan-Tools](https://github.com/KhronosGroup/Vulkan-Tools), [Vulkan-ValidationLayers](https://github.com/KhronosGroup/Vulkan-ValidationLayers), [LunarG/VulkanSamples](https://github.com/LunarG/VulkanSamples), and [LunarG/VulkanTools](https://github.com/LunarG/VulkanTools) repositories have been cloned to a known directory on the system. If necessary, see the `BUILD.md` file in each repository for information on how to clone and build the projects. @@ -1,3 +1,9 @@ +<!-- +Copyright 2018-2023 The Khronos Group Inc. + +SPDX-License-Identifier: Apache-2.0 +--> + # Vulkan-Headers Vulkan header files and API registry |