diff options
| author | Lex Neva <github.com@lexneva.name> | 2021-03-11 23:17:19 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2021-03-11 23:17:19 -0500 |
| commit | 3b3f890c1256bd7da89da33cc2547d7e8123979c (patch) | |
| tree | 56ed4104b3c18eaac802e0ba151264ea232b0a6a /lib/inx | |
| parent | 3dd767917d8e604bf4a1f3b41c5c4fc506fa2b96 (diff) | |
add copyright headers
Diffstat (limited to 'lib/inx')
| -rw-r--r-- | lib/inx/__init__.py | 5 | ||||
| -rwxr-xr-x | lib/inx/about.py | 5 | ||||
| -rwxr-xr-x | lib/inx/extensions.py | 5 | ||||
| -rw-r--r-- | lib/inx/generate.py | 5 | ||||
| -rwxr-xr-x | lib/inx/info.py | 5 | ||||
| -rwxr-xr-x | lib/inx/inputs.py | 5 | ||||
| -rw-r--r-- | lib/inx/outputs.py | 5 | ||||
| -rw-r--r-- | lib/inx/utils.py | 5 |
8 files changed, 40 insertions, 0 deletions
diff --git a/lib/inx/__init__.py b/lib/inx/__init__.py index cc2b039d..6d4846f2 100644 --- a/lib/inx/__init__.py +++ b/lib/inx/__init__.py @@ -1 +1,6 @@ +# 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 .generate import generate_inx_files diff --git a/lib/inx/about.py b/lib/inx/about.py index 6db13865..c1ce458f 100755 --- a/lib/inx/about.py +++ b/lib/inx/about.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 .utils import build_environment, write_inx_file diff --git a/lib/inx/extensions.py b/lib/inx/extensions.py index 379e98cd..9a197c5d 100755 --- a/lib/inx/extensions.py +++ b/lib/inx/extensions.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 pyembroidery from ..commands import (COMMANDS, GLOBAL_COMMANDS, LAYER_COMMANDS, diff --git a/lib/inx/generate.py b/lib/inx/generate.py index 8a5b9569..cfcb224e 100644 --- a/lib/inx/generate.py +++ b/lib/inx/generate.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 .info import generate_info_inx_files from .extensions import generate_extension_inx_files from .inputs import generate_input_inx_files diff --git a/lib/inx/info.py b/lib/inx/info.py index f391b546..3a69adad 100755 --- a/lib/inx/info.py +++ b/lib/inx/info.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 .utils import build_environment, write_inx_file diff --git a/lib/inx/inputs.py b/lib/inx/inputs.py index b50ec9f9..2cf84df9 100755 --- a/lib/inx/inputs.py +++ b/lib/inx/inputs.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 pyembroidery from .utils import build_environment, write_inx_file diff --git a/lib/inx/outputs.py b/lib/inx/outputs.py index ccb323c7..1ac1daf8 100644 --- a/lib/inx/outputs.py +++ b/lib/inx/outputs.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 pyembroidery from .utils import build_environment, write_inx_file diff --git a/lib/inx/utils.py b/lib/inx/utils.py index 2fb6b21b..4a62c507 100644 --- a/lib/inx/utils.py +++ b/lib/inx/utils.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 errno import gettext import os |
