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
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/doc/license/CMakeLists.txt')
-rw-r--r--intern/cycles/doc/license/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/intern/cycles/doc/license/CMakeLists.txt b/intern/cycles/doc/license/CMakeLists.txt
index a39c9011325..df49095166c 100644
--- a/intern/cycles/doc/license/CMakeLists.txt
+++ b/intern/cycles/doc/license/CMakeLists.txt
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: Apache-2.0
-# Copyright 2011-2020 Blender Foundation
+# Copyright 2011-2022 Blender Foundation
set(LICENSES
- Apache_2.0.txt
- ILM.txt
- NVidia.txt
- OSL.txt
- Sobol.txt
+ Apache2-license.txt
+ BSD-3-Clause-license.txt
+ MIT-license.txt
readme.txt
+ SPDX-license-identifiers.txt
+ Zlib-license.txt
)
delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${LICENSES}" ${CYCLES_INSTALL_PATH}/license)