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')
-rw-r--r--curve_tools/curves.py2
-rw-r--r--curve_tools/operators.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/curve_tools/curves.py b/curve_tools/curves.py
index 8a1a1484..8b5e2e7f 100644
--- a/curve_tools/curves.py
+++ b/curve_tools/curves.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
from . import mathematics
import bpy
diff --git a/curve_tools/operators.py b/curve_tools/operators.py
index 2b1fe12d..e4480f88 100644
--- a/curve_tools/operators.py
+++ b/curve_tools/operators.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
import time
import threading