License headers: use SPDX-FileCopyrightText for CMake files

This commit is contained in:
Campbell Barton
2023-06-14 22:49:59 +10:00
parent f3dd63e25c
commit 49594c37ae
245 changed files with 493 additions and 121 deletions

View File

@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2014-2022 Blender Foundation
#
# SPDX-License-Identifier: GPL-2.0-or-later
if(WITH_GTESTS)

View File

@@ -1,5 +1,6 @@
# SPDX-FileCopyrightText: 2020 Blender Foundation
#
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2020 Blender Foundation
# Build the test runner. This runner takes care of running all GTests, i.e.
# the code that was built using the blender_add_test_lib() CMake macro (see

View File

@@ -1,5 +1,6 @@
# SPDX-FileCopyrightText: 2014 Blender Foundation
#
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2014 Blender Foundation
add_definitions(${GFLAGS_DEFINES})
add_definitions(${GLOG_DEFINES})