diff options
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/__init__.py | 5 | ||||
| -rw-r--r-- | lib/svg/guides.py | 5 | ||||
| -rw-r--r-- | lib/svg/path.py | 5 | ||||
| -rw-r--r-- | lib/svg/rendering.py | 5 | ||||
| -rw-r--r-- | lib/svg/svg.py | 5 | ||||
| -rw-r--r-- | lib/svg/tags.py | 5 | ||||
| -rw-r--r-- | lib/svg/units.py | 5 |
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 _ |
