diff --git a/LICENSE b/LICENSE index d9c0a90ac1cecc45931f1ca95825ef9192eed5fb..76685487f9d5397aff7d8d201d69d4d10b301dec 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ This is the MIT license: http://www.opensource.org/licenses/mit-license.php -Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file>. +Copyright (C) 2006-2012 the Mako authors and contributors <see AUTHORS file>. Mako is a trademark of Michael Bayer. Permission is hereby granted, free of charge, to any person obtaining a copy of this diff --git a/mako/__init__.py b/mako/__init__.py index 2362d3a447c929ce1f6861f9fe11da8c1a4ea34f..97c73e0d699a4c4bc247ee4cf42ee8921a56fc70 100644 --- a/mako/__init__.py +++ b/mako/__init__.py @@ -1,5 +1,5 @@ # mako/__init__.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/_ast_util.py b/mako/_ast_util.py index 9521ccbb359a8c822c1a046c56076765a87c77c4..a1bd54c4233b99f34ae0a944db3a0d587bb92cf0 100644 --- a/mako/_ast_util.py +++ b/mako/_ast_util.py @@ -1,5 +1,5 @@ # mako/_ast_util.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/ast.py b/mako/ast.py index 4365b0b11620423b816bf21edbe1b3b434f435b9..515d7b8ecf0fc73c80c2a17b6844ac725e7f54d3 100644 --- a/mako/ast.py +++ b/mako/ast.py @@ -1,5 +1,5 @@ # mako/ast.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/cache.py b/mako/cache.py index 2caa131addfff2ca87e2463f3dca6d2b97bbcfbb..4a02554aea99802e789cfff9503be90cc918cc3b 100644 --- a/mako/cache.py +++ b/mako/cache.py @@ -1,5 +1,5 @@ # mako/cache.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/codegen.py b/mako/codegen.py index 5a7737bf61bd2c17a08cbb8d80487556462ed1a7..5e3dee6a5e5ee08f12e621aeb9bce0b3a4e868ce 100644 --- a/mako/codegen.py +++ b/mako/codegen.py @@ -1,5 +1,5 @@ # mako/codegen.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/exceptions.py b/mako/exceptions.py index 491d2af5e3c3f3ced2919f022a10ceebea82268a..45155aaf9ab8aa4fce1ae12379c494ba2590a1b1 100644 --- a/mako/exceptions.py +++ b/mako/exceptions.py @@ -1,5 +1,5 @@ # mako/exceptions.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/autohandler.py b/mako/ext/autohandler.py index 5d89ac59c2fb05f9d7ca07e13b0ad16fe615ac11..93c60866b1cfa346b87cc690490d958ba3181e10 100644 --- a/mako/ext/autohandler.py +++ b/mako/ext/autohandler.py @@ -1,5 +1,5 @@ # ext/autohandler.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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 e75b7d0bf5431725d317ee67bd07ad3ae04f2b32..65f7e02f6e5e645346a7e40e0af94b9a8f303019 100644 --- a/mako/ext/babelplugin.py +++ b/mako/ext/babelplugin.py @@ -1,5 +1,5 @@ # ext/babelplugin.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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 2c0d99359b16488437744ff05f643c094150b5c2..fcc5500741f32969d238a956edb41222405b8756 100644 --- a/mako/ext/preprocessors.py +++ b/mako/ext/preprocessors.py @@ -1,5 +1,5 @@ # ext/preprocessors.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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 0ce57c47b8afc63886e8bba7ded3ecbfd53fc2c9..0b15126d612c2ea5860eb9fa9c916759878db8c5 100644 --- a/mako/ext/pygmentplugin.py +++ b/mako/ext/pygmentplugin.py @@ -1,5 +1,5 @@ # ext/pygmentplugin.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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 f7822eea02a43156fff1aae6226a2977fd46c39c..94e300a8edb3600d2b91d10c2c064a605f6ad8ba 100644 --- a/mako/ext/turbogears.py +++ b/mako/ext/turbogears.py @@ -1,5 +1,5 @@ # ext/turbogears.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/filters.py b/mako/filters.py index 30c792f22226838886f4f18b1257bb3231509f9c..a9902dfa5ac3dd55b9fc708b7a23e3f4950c7532 100644 --- a/mako/filters.py +++ b/mako/filters.py @@ -1,5 +1,5 @@ # mako/filters.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/lexer.py b/mako/lexer.py index cf06bb5292c0cec05aa960c6ae9ffabf351a23ca..217674f008914d16dc1881809ffd1ffd10640fc7 100644 --- a/mako/lexer.py +++ b/mako/lexer.py @@ -1,5 +1,5 @@ # mako/lexer.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/lookup.py b/mako/lookup.py index e35fe104669cca6689702cb5f2c6bfe49b957a20..ef75ade22c5a2b9dd85b9fe284ababcda4e7b244 100644 --- a/mako/lookup.py +++ b/mako/lookup.py @@ -1,5 +1,5 @@ # mako/lookup.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/parsetree.py b/mako/parsetree.py index 98a8701054603a7395098f544dfd4d67846546a1..8aa95d4da99ce3ac213b963261bb1fa462a2ce91 100644 --- a/mako/parsetree.py +++ b/mako/parsetree.py @@ -1,5 +1,5 @@ # mako/parsetree.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/pygen.py b/mako/pygen.py index 07f2667089bbfabd381d539373b2158beea67caf..e38b3839639ce68eec0d6b68a42b4cb3e64140bf 100644 --- a/mako/pygen.py +++ b/mako/pygen.py @@ -1,5 +1,5 @@ # mako/pygen.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/pyparser.py b/mako/pyparser.py index 953596af3bcb6108faf0da62acddc0f8484e317a..1fc2c5ddbcde25b5ca1b50f0ec6dcf2031fdf52d 100644 --- a/mako/pyparser.py +++ b/mako/pyparser.py @@ -1,5 +1,5 @@ # mako/pyparser.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/runtime.py b/mako/runtime.py index 7e3b6d471b035a98f555ca1f5bd0d2541d5f39cf..65c03e17c77bc71ff11ff81b0697f4aeecd1556c 100644 --- a/mako/runtime.py +++ b/mako/runtime.py @@ -1,5 +1,5 @@ # mako/runtime.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/template.py b/mako/template.py index 10e236ca52f8543a544961c6ca3211dc0d2268c2..5d30c139f4af76c03a62603be809871fa3c15209 100644 --- a/mako/template.py +++ b/mako/template.py @@ -1,5 +1,5 @@ # mako/template.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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/util.py b/mako/util.py index 3cc688bb5b84d1dd06f3d650ea8bf54deebcbe89..dab5584dfb4f55d66713934b70e32bc53546d3f2 100644 --- a/mako/util.py +++ b/mako/util.py @@ -1,5 +1,5 @@ # mako/util.py -# Copyright (C) 2006-2011 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2012 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