summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJuan Ramos <[email protected]>2023-07-12 12:52:35 -0600
committerJuan Ramos <[email protected]>2023-07-14 09:57:20 -0600
commitbc14fdad60c51235e23ee569834a5baecae9231a (patch)
treea26f2917cd82ede78de37891cf4f81baa2cb934f /tests
parent2565ffa31ea67650f95f65347ed8f5917c651fac (diff)
downloadVulkan-Headers-bc14fdad60c51235e23ee569834a5baecae9231a.tar.gz
Vulkan-Headers-bc14fdad60c51235e23ee569834a5baecae9231a.zip
Add REUSE compliance checker to CI
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt16
-rw-r--r--tests/add_subdirectory/CMakeLists.txt7
-rw-r--r--tests/find_package/CMakeLists.txt7
-rw-r--r--tests/vk_icd.c8
-rw-r--r--tests/vk_layer.c8
5 files changed, 34 insertions, 12 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index e24f3d2..85afe76 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,17 +1,9 @@
# ~~~
-# Copyright (c) 2022-2023 LunarG, Inc.
+# Copyright 2022-2023 The Khronos Group Inc.
+# Copyright 2022-2023 Valve Corporation
+# Copyright 2022-2023 LunarG, Inc.
#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# SPDX-License-Identifier: Apache-2.0
# ~~~
# Test the non-API headers provided by this repo
diff --git a/tests/add_subdirectory/CMakeLists.txt b/tests/add_subdirectory/CMakeLists.txt
index cb8fdcc..286c36e 100644
--- a/tests/add_subdirectory/CMakeLists.txt
+++ b/tests/add_subdirectory/CMakeLists.txt
@@ -1,3 +1,10 @@
+# ~~~
+# Copyright 2022-2023 The Khronos Group Inc.
+# Copyright 2022-2023 Valve Corporation
+# Copyright 2022-2023 LunarG, Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ~~~
cmake_minimum_required(VERSION 3.14.2)
project(TEST_VULKAN_HEADERS_ADD_SUBDIRECTORY_SUPPORT LANGUAGES C)
diff --git a/tests/find_package/CMakeLists.txt b/tests/find_package/CMakeLists.txt
index f45fc6c..c1a9900 100644
--- a/tests/find_package/CMakeLists.txt
+++ b/tests/find_package/CMakeLists.txt
@@ -1,3 +1,10 @@
+# ~~~
+# Copyright 2022-2023 The Khronos Group Inc.
+# Copyright 2022-2023 Valve Corporation
+# Copyright 2022-2023 LunarG, Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ~~~
cmake_minimum_required(VERSION 3.14.2)
project(TEST_VULKAN_HEADERS_FIND_PACKAGE_SUPPORT LANGUAGES C)
diff --git a/tests/vk_icd.c b/tests/vk_icd.c
index 23766e5..de29d36 100644
--- a/tests/vk_icd.c
+++ b/tests/vk_icd.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright 2022-2023 The Khronos Group Inc.
+ * Copyright 2022-2023 Valve Corporation
+ * Copyright 2022-2023 LunarG, Inc.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
#include "vulkan/vk_icd.h"
int main()
diff --git a/tests/vk_layer.c b/tests/vk_layer.c
index df2bc09..490beb3 100644
--- a/tests/vk_layer.c
+++ b/tests/vk_layer.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright 2022-2023 The Khronos Group Inc.
+ * Copyright 2022-2023 Valve Corporation
+ * Copyright 2022-2023 LunarG, Inc.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
#include "vulkan/vk_layer.h"
int foobar()