aboutsummaryrefslogtreecommitdiffstats
path: root/mako/cache.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-02-19 17:05:39 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-02-19 17:05:39 -0500
commita3b2aba0256069f67d435e80f6f1c9da339147ab (patch)
tree506af9b988bdb2580a6cf52ba2aa4030f8c46980 /mako/cache.py
parent6779081b32cfb237062da8bc623a27d47301ce4c (diff)
downloadexternal_python_mako-a3b2aba0256069f67d435e80f6f1c9da339147ab.tar.gz
external_python_mako-a3b2aba0256069f67d435e80f6f1c9da339147ab.tar.bz2
external_python_mako-a3b2aba0256069f67d435e80f6f1c9da339147ab.zip
- add AUTHORS file
- convert heading copyrights to 2006-2011, reference AUTHORS file
Diffstat (limited to 'mako/cache.py')
-rw-r--r--mako/cache.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/mako/cache.py b/mako/cache.py
index c82bd05..ce73ae5 100644
--- a/mako/cache.py
+++ b/mako/cache.py
@@ -1,3 +1,9 @@
+# mako/cache.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
+
from mako import exceptions
cache = None