diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-09 19:22:41 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-09 19:22:41 -0500 |
commit | bf98abb4664ae0298576a94b149594d1549b2e03 (patch) | |
tree | edc914d74453b5180054319118e8ddb33985c3dd /mako/ast.py | |
parent | c650f81e44f74bf5c4f7fe15ae1e08c99c46eae4 (diff) | |
download | external_python_mako-bf98abb4664ae0298576a94b149594d1549b2e03.tar.gz external_python_mako-bf98abb4664ae0298576a94b149594d1549b2e03.tar.bz2 external_python_mako-bf98abb4664ae0298576a94b149594d1549b2e03.zip |
- 2014
- move CHANGES to changelog.rst
Diffstat (limited to 'mako/ast.py')
-rw-r--r-- | mako/ast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/ast.py b/mako/ast.py index f9ae3e1..24ef1b4 100644 --- a/mako/ast.py +++ b/mako/ast.py @@ -1,5 +1,5 @@ # mako/ast.py -# Copyright (C) 2006-2013 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2014 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 |