Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'curve_tools/auto_loft.py')
-rw-r--r--curve_tools/auto_loft.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/curve_tools/auto_loft.py b/curve_tools/auto_loft.py
index 17705cc9..3092e6b8 100644
--- a/curve_tools/auto_loft.py
+++ b/curve_tools/auto_loft.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
import bpy
from bpy.props import BoolProperty
from bpy.types import Operator, Panel