diff options
Diffstat (limited to 'mako/cache.py')
| -rw-r--r-- | mako/cache.py | 6 |
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 |
