summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-06-28 16:57:32 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-06-28 16:57:32 +0200
commit0665824db0a1e8fdd50f703628ca1fc1dc92e116 (patch)
tree2338982cff1b3e2eea599d79eb6cfc9346887df4
parent7c5e69feb3d9fd4dde7286c983901486b4e80936 (diff)
downloadxstatic-git-0665824db0a1e8fdd50f703628ca1fc1dc92e116.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__)