summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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__)