summaryrefslogtreecommitdiff
path: root/mako/ext/turbogears.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/ext/turbogears.py')
-rw-r--r--mako/ext/turbogears.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/mako/ext/turbogears.py b/mako/ext/turbogears.py
index 22b707a..f7822ee 100644
--- a/mako/ext/turbogears.py
+++ b/mako/ext/turbogears.py
@@ -1,3 +1,9 @@
+# ext/turbogears.py
+# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file>
+#
+# This module is part of Mako and is released under
+# the MIT License: http://www.opensource.org/licenses/mit-license.php
+
import re, inspect
from mako.lookup import TemplateLookup
from mako.template import Template