summaryrefslogtreecommitdiff
path: root/lib/svg
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2021-03-28 18:11:15 -0400
committerGitHub <noreply@github.com>2021-03-28 18:11:15 -0400
commitf787121080255abfb2f4ffc94d7d572a09e3ba61 (patch)
tree3bebe0e190250c4b74d8ca3901f66d78a8907467 /lib/svg
parent399a2a8cc8c29ece566fdc6b0ddb4ec1a5d6a9b9 (diff)
parent90a59769dd8d4de7b66c3e943e5271329980dab1 (diff)
Merge pull request #1083 from inkstitch/lexelby/license-headers
add license headers
Diffstat (limited to 'lib/svg')
-rw-r--r--lib/svg/__init__.py5
-rw-r--r--lib/svg/guides.py5
-rw-r--r--lib/svg/path.py5
-rw-r--r--lib/svg/rendering.py5
-rw-r--r--lib/svg/svg.py5
-rw-r--r--lib/svg/tags.py5
-rw-r--r--lib/svg/units.py5
7 files changed, 35 insertions, 0 deletions
diff --git a/lib/svg/__init__.py b/lib/svg/__init__.py
index 640aee73..b17a37f0 100644
--- a/lib/svg/__init__.py
+++ b/lib/svg/__init__.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 .guides import get_guides
from .path import apply_transforms, get_node_transform, get_correction_transform, line_strings_to_csp, point_lists_to_csp, line_strings_to_path
from .path import apply_transforms, get_node_transform, get_correction_transform, line_strings_to_csp, point_lists_to_csp
diff --git a/lib/svg/guides.py b/lib/svg/guides.py
index 255b3e6a..e492a90d 100644
--- a/lib/svg/guides.py
+++ b/lib/svg/guides.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 inkex import transforms
from ..utils import Point, cache, string_to_floats
diff --git a/lib/svg/path.py b/lib/svg/path.py
index baa93443..b503cc75 100644
--- a/lib/svg/path.py
+++ b/lib/svg/path.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.
+
import inkex
from lxml import etree
diff --git a/lib/svg/rendering.py b/lib/svg/rendering.py
index ced7d4f1..c28c7003 100644
--- a/lib/svg/rendering.py
+++ b/lib/svg/rendering.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.
+
import math
import inkex
diff --git a/lib/svg/svg.py b/lib/svg/svg.py
index 1a6b10e8..3bd9a693 100644
--- a/lib/svg/svg.py
+++ b/lib/svg/svg.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 inkex import NSS
from lxml import etree
diff --git a/lib/svg/tags.py b/lib/svg/tags.py
index 6fa47aa0..5c1d892a 100644
--- a/lib/svg/tags.py
+++ b/lib/svg/tags.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.
+
import inkex
from lxml import etree
diff --git a/lib/svg/units.py b/lib/svg/units.py
index 6f16d7fb..f229c2c3 100644
--- a/lib/svg/units.py
+++ b/lib/svg/units.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.
+
import inkex
from ..i18n import _