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:
authorCampbell Barton <ideasman42@gmail.com>2022-02-11 08:34:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-02-11 08:34:06 +0300
commitf7876b71cdaa7f9627d1ce9de2e876efaaca19af (patch)
tree025b76aeded7fae40ef8f1a8adddd981fb76348e /curve_tools
parentb8d86ccc0a3614bd0226a7f8baa4348512e144c6 (diff)
File headers: use SPDX license identifiers
Some files needed to be changed manually.
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