summaryrefslogtreecommitdiff
path: root/lib/stitch_plan
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-08-07 12:38:41 -0400
committerLex Neva <github.com@lexneva.name>2021-08-07 12:38:41 -0400
commit3b7994c01add202c8f3475956f093a143890160f (patch)
tree3e8cda801e4e72d0b13e876830408925cf589b9a /lib/stitch_plan
parent923ff3cb97c764f9999ac908c9b3aa321fd02301 (diff)
add headers
Diffstat (limited to 'lib/stitch_plan')
-rw-r--r--lib/stitch_plan/color_block.py5
-rw-r--r--lib/stitch_plan/stitch_group.py5
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/stitch_plan/color_block.py b/lib/stitch_plan/color_block.py
index 4ff33cdf..86edaff2 100644
--- a/lib/stitch_plan/color_block.py
+++ b/lib/stitch_plan/color_block.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 .stitch import Stitch
from ..threads import ThreadColor
from ..utils.geometry import Point
diff --git a/lib/stitch_plan/stitch_group.py b/lib/stitch_plan/stitch_group.py
index 548ad892..ee077f26 100644
--- a/lib/stitch_plan/stitch_group.py
+++ b/lib/stitch_plan/stitch_group.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 .stitch import Stitch