diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-22 16:47:28 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-22 16:47:28 -0500 |
commit | 98cd6b487331da8260279d05f56bc482f04db7b2 (patch) | |
tree | e09cbf128deb95468b6a7e2f3c48bd44c2e84b7d /mako/ext | |
parent | 1f770b1fde643a5d7239a197e15966b3ea3b7bb5 (diff) | |
download | external_python_mako-98cd6b487331da8260279d05f56bc482f04db7b2.tar.gz external_python_mako-98cd6b487331da8260279d05f56bc482f04db7b2.tar.bz2 external_python_mako-98cd6b487331da8260279d05f56bc482f04db7b2.zip |
happy new yearrel_1_0_1
Diffstat (limited to 'mako/ext')
-rw-r--r-- | mako/ext/autohandler.py | 2 | ||||
-rw-r--r-- | mako/ext/babelplugin.py | 2 | ||||
-rw-r--r-- | mako/ext/preprocessors.py | 2 | ||||
-rw-r--r-- | mako/ext/pygmentplugin.py | 2 | ||||
-rw-r--r-- | mako/ext/turbogears.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mako/ext/autohandler.py b/mako/ext/autohandler.py index 99f651a..8deaae1 100644 --- a/mako/ext/autohandler.py +++ b/mako/ext/autohandler.py @@ -1,5 +1,5 @@ # ext/autohandler.py -# Copyright (C) 2006-2014 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2015 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 diff --git a/mako/ext/babelplugin.py b/mako/ext/babelplugin.py index 699d8e0..ead7081 100644 --- a/mako/ext/babelplugin.py +++ b/mako/ext/babelplugin.py @@ -1,5 +1,5 @@ # ext/babelplugin.py -# Copyright (C) 2006-2014 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2015 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 diff --git a/mako/ext/preprocessors.py b/mako/ext/preprocessors.py index 6be1d2d..c24893b 100644 --- a/mako/ext/preprocessors.py +++ b/mako/ext/preprocessors.py @@ -1,5 +1,5 @@ # ext/preprocessors.py -# Copyright (C) 2006-2014 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2015 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 diff --git a/mako/ext/pygmentplugin.py b/mako/ext/pygmentplugin.py index 7e3cb42..3adcfb8 100644 --- a/mako/ext/pygmentplugin.py +++ b/mako/ext/pygmentplugin.py @@ -1,5 +1,5 @@ # ext/pygmentplugin.py -# Copyright (C) 2006-2014 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2015 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 diff --git a/mako/ext/turbogears.py b/mako/ext/turbogears.py index ebbee50..d3976d9 100644 --- a/mako/ext/turbogears.py +++ b/mako/ext/turbogears.py @@ -1,5 +1,5 @@ # ext/turbogears.py -# Copyright (C) 2006-2014 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2015 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 |