summaryrefslogtreecommitdiff
path: root/lib/elements/validation.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-03-11 23:17:19 -0500
committerLex Neva <github.com@lexneva.name>2021-03-11 23:17:19 -0500
commit3b3f890c1256bd7da89da33cc2547d7e8123979c (patch)
tree56ed4104b3c18eaac802e0ba151264ea232b0a6a /lib/elements/validation.py
parent3dd767917d8e604bf4a1f3b41c5c4fc506fa2b96 (diff)
add copyright headers
Diffstat (limited to 'lib/elements/validation.py')
-rw-r--r--lib/elements/validation.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/elements/validation.py b/lib/elements/validation.py
index f77e2fc4..c14b634c 100644
--- a/lib/elements/validation.py
+++ b/lib/elements/validation.py
@@ -1,3 +1,8 @@
+# Authors: see git history
+#
+# Copyright (c) 2010 Authors
+# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
+
from shapely.geometry import Point as ShapelyPoint
from ..utils import Point as InkstitchPoint