diff options
Diffstat (limited to 'mako/ext/beaker_cache.py')
-rw-r--r-- | mako/ext/beaker_cache.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mako/ext/beaker_cache.py b/mako/ext/beaker_cache.py index ebca8a9..b415c9c 100644 --- a/mako/ext/beaker_cache.py +++ b/mako/ext/beaker_cache.py @@ -1,3 +1,9 @@ +# ext/beaker_cache.py +# Copyright 2006-2019 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 + """Provide a :class:`.CacheImpl` for the Beaker caching system.""" from mako import exceptions |