Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-11 06:23:56 +0300
committerCampbell Barton <campbell@blender.org>2022-02-11 06:23:56 +0300
commit1df8a5f8fb68f7cfcf46901c0fdaaf96a5d57f14 (patch)
tree307a131e08ea32d13715bcd31c3e1dc3fbc0e6df /tests
parent9802d50c6bbffd0559791e2930890bc1915a9818 (diff)
File headers: use SPDX license for CMake files
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
-rw-r--r--tests/gtests/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 3d9201bec04..484ffd17046 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
# Always run tests from install path, so all required scripts and libraries
# are available and we are testing the actual installation layout.
diff --git a/tests/gtests/CMakeLists.txt b/tests/gtests/CMakeLists.txt
index 6e2dd380793..4723bc40394 100644
--- a/tests/gtests/CMakeLists.txt
+++ b/tests/gtests/CMakeLists.txt
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
if(WITH_GTESTS)
# Otherwise we get warnings here that we can't fix in external projects