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/lettering/__init__.py | |
| parent | 3dd767917d8e604bf4a1f3b41c5c4fc506fa2b96 (diff) | |
add copyright headers
Diffstat (limited to 'lib/lettering/__init__.py')
| -rw-r--r-- | lib/lettering/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/lettering/__init__.py b/lib/lettering/__init__.py index 5a9d345c..a733aa9f 100644 --- a/lib/lettering/__init__.py +++ b/lib/lettering/__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 .font import Font, FontError |
