From 4f8dae914dd8e05dffaeea35c68694871cd7b8fc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 31 May 2019 14:25:16 -0400 Subject: - update copyright Change-Id: I258e9ff77e5a9ac687cd20d33b6d75de7c79b4dc --- mako/ext/beaker_cache.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mako/ext/beaker_cache.py') 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 +# +# 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 -- cgit v1.2.3