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/intersections.py')
-rw-r--r--curve_tools/intersections.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/curve_tools/intersections.py b/curve_tools/intersections.py
index f0b8e96f..113a97ed 100644
--- a/curve_tools/intersections.py
+++ b/curve_tools/intersections.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
import bpy
from . import mathematics
from . import curves