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:
authorCampbell Barton <campbell@blender.org>2022-02-11 06:30:11 +0300
committerCampbell Barton <campbell@blender.org>2022-02-11 06:30:21 +0300
commitf7bbec290dc750cb146408c6e9098673f34c29c3 (patch)
tree9fbf8641a99eba0101572ba553c873d518a65531 /tests/python/view_layer/test_scene_delete.py
parent1df8a5f8fb68f7cfcf46901c0fdaaf96a5d57f14 (diff)
File headers: add license to Python scripts
Diffstat (limited to 'tests/python/view_layer/test_scene_delete.py')
-rw-r--r--tests/python/view_layer/test_scene_delete.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/python/view_layer/test_scene_delete.py b/tests/python/view_layer/test_scene_delete.py
index edc997d6495..59a484187a7 100644
--- a/tests/python/view_layer/test_scene_delete.py
+++ b/tests/python/view_layer/test_scene_delete.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# ############################################################
# Importing - Same For All Render Layer Tests
# ############################################################