diff options
Diffstat (limited to 'mako/compat.py')
-rw-r--r-- | mako/compat.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mako/compat.py b/mako/compat.py index 5f9d9ac..a3b1fd0 100644 --- a/mako/compat.py +++ b/mako/compat.py @@ -1,3 +1,9 @@ +# mako/compat.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 + import json # noqa import sys import time |