License Headers: Use "SPDX-FileCopyrightText: ... Blender Authors, add AUTHORS #110783

Closed
Campbell Barton wants to merge 14 commits from ideasman42/blender:pr-copyright-authors into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 7 additions and 1 deletions
Showing only changes of commit 0efe4f014e - Show all commits

View File

@ -25,7 +25,10 @@ SOURCE_DIRS = (
"intern/iksolver",
"intern/itasc",
"intern/libc_compat",
"intern/libmv",
# "intern/libmv",
"intern/libmv/intern",
"intern/locale",
"intern/mantaflow",
"intern/memutil",
@ -53,6 +56,9 @@ SOURCE_FILES_INDIVIDUAL = [
"intern/CMakeLists.txt",
"extern/CMakeLists.txt",
"GNUmakefile",
# Parital libmv.
"intern/libmv/CMakeLists.txt",
"intern/libmv/libmv-capi.h",
]
# A single string from a mising comma will search "/" ! - bad ju-ju.