summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2014-06-28 16:57:32 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2014-06-28 16:57:32 +0200
commit9210ac071846c29952db109b93566ee062decba8 (patch)
tree2338982cff1b3e2eea599d79eb6cfc9346887df4
parentc5097f763c4842cb4f72daa15fd351e3a79077b6 (diff)
downloadxstatic-9210ac071846c29952db109b93566ee062decba8.tar.gz
add license headers to xstatic code files
-rw-r--r--xstatic/__init__.py3
-rw-r--r--xstatic/pkg/__init__.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/xstatic/__init__.py b/xstatic/__init__.py
index de40ea7..22d1bc4 100644
--- a/xstatic/__init__.py
+++ b/xstatic/__init__.py
@@ -1 +1,4 @@
+# Copyright: 2011-2014 by the XStatic authors, see AUTHORS.txt for details.
+# License: MIT license, see LICENSE.txt for details.
+
__import__('pkg_resources').declare_namespace(__name__)
diff --git a/xstatic/pkg/__init__.py b/xstatic/pkg/__init__.py
index de40ea7..22d1bc4 100644
--- a/xstatic/pkg/__init__.py
+++ b/xstatic/pkg/__init__.py
@@ -1 +1,4 @@
+# Copyright: 2011-2014 by the XStatic authors, see AUTHORS.txt for details.
+# License: MIT license, see LICENSE.txt for details.
+
__import__('pkg_resources').declare_namespace(__name__)