From 0665824db0a1e8fdd50f703628ca1fc1dc92e116 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 28 Jun 2014 16:57:32 +0200 Subject: add license headers to xstatic code files --- xstatic/__init__.py | 3 +++ xstatic/pkg/__init__.py | 3 +++ 2 files changed, 6 insertions(+) (limited to 'xstatic') 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__) -- cgit v1.2.1