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/source
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 /source
parent1df8a5f8fb68f7cfcf46901c0fdaaf96a5d57f14 (diff)
File headers: add license to Python scripts
Diffstat (limited to 'source')
-rwxr-xr-xsource/blender/makesrna/rna_cleanup/rna_cleaner.py1
-rwxr-xr-xsource/blender/makesrna/rna_cleanup/rna_cleaner_merge.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/rna_cleanup/rna_cleaner.py b/source/blender/makesrna/rna_cleanup/rna_cleaner.py
index f5e5e32ee76..fdd198a1c7d 100755
--- a/source/blender/makesrna/rna_cleanup/rna_cleaner.py
+++ b/source/blender/makesrna/rna_cleanup/rna_cleaner.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+# SPDX-License-Identifier: GPL-2.0-or-later
"""
This script is used to help cleaning RNA api.
diff --git a/source/blender/makesrna/rna_cleanup/rna_cleaner_merge.py b/source/blender/makesrna/rna_cleanup/rna_cleaner_merge.py
index 8d1ec0b324b..fb24543f48a 100755
--- a/source/blender/makesrna/rna_cleanup/rna_cleaner_merge.py
+++ b/source/blender/makesrna/rna_cleanup/rna_cleaner_merge.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+# SPDX-License-Identifier: GPL-2.0-or-later
import sys