- happy new year
diff --git a/LICENSE b/LICENSE index 24eefa1..86543fc 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-2015 the Mako authors and contributors <see AUTHORS file>. +Copyright (C) 2006-2016 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 850f2a6..1360163 100644 --- a/mako/__init__.py +++ b/mako/__init__.py
@@ -1,5 +1,5 @@ # mako/__init__.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 cc298d5..8d19b0d 100644 --- a/mako/_ast_util.py +++ b/mako/_ast_util.py
@@ -1,5 +1,5 @@ # mako/_ast_util.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 c55b29c..8d2d150 100644 --- a/mako/ast.py +++ b/mako/ast.py
@@ -1,5 +1,5 @@ # mako/ast.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 c7aabd2..94f3870 100644 --- a/mako/cache.py +++ b/mako/cache.py
@@ -1,5 +1,5 @@ # mako/cache.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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/cmd.py b/mako/cmd.py index 50d47fc..dd1f833 100755 --- a/mako/cmd.py +++ b/mako/cmd.py
@@ -1,5 +1,5 @@ # mako/cmd.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 bf86d79..d4ecbe8 100644 --- a/mako/codegen.py +++ b/mako/codegen.py
@@ -1,5 +1,5 @@ # mako/codegen.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 84d2297..cb6fb3f 100644 --- a/mako/exceptions.py +++ b/mako/exceptions.py
@@ -1,5 +1,5 @@ # mako/exceptions.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 9ee780a..9d1c911 100644 --- a/mako/ext/autohandler.py +++ b/mako/ext/autohandler.py
@@ -1,5 +1,5 @@ # ext/autohandler.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 53d62ba..0b5e84f 100644 --- a/mako/ext/babelplugin.py +++ b/mako/ext/babelplugin.py
@@ -1,5 +1,5 @@ # ext/babelplugin.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 5624f70..9b700d1 100644 --- a/mako/ext/preprocessors.py +++ b/mako/ext/preprocessors.py
@@ -1,5 +1,5 @@ # ext/preprocessors.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 1121c5d..4057caa 100644 --- a/mako/ext/pygmentplugin.py +++ b/mako/ext/pygmentplugin.py
@@ -1,5 +1,5 @@ # ext/pygmentplugin.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 2e7d039..eaa2d78 100644 --- a/mako/ext/turbogears.py +++ b/mako/ext/turbogears.py
@@ -1,5 +1,5 @@ # ext/turbogears.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 525aeb8..c082690 100644 --- a/mako/filters.py +++ b/mako/filters.py
@@ -1,5 +1,5 @@ # mako/filters.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 a80b898..cf4187f 100644 --- a/mako/lexer.py +++ b/mako/lexer.py
@@ -1,5 +1,5 @@ # mako/lexer.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 e6dff9d..a9c5bb2 100644 --- a/mako/lookup.py +++ b/mako/lookup.py
@@ -1,5 +1,5 @@ # mako/lookup.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 e7af4bc..879882e 100644 --- a/mako/parsetree.py +++ b/mako/parsetree.py
@@ -1,5 +1,5 @@ # mako/parsetree.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 5d87bbd..8514e02 100644 --- a/mako/pygen.py +++ b/mako/pygen.py
@@ -1,5 +1,5 @@ # mako/pygen.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 96e5335..15d0da6 100644 --- a/mako/pyparser.py +++ b/mako/pyparser.py
@@ -1,5 +1,5 @@ # mako/pyparser.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 8d2f4a9..5c40381 100644 --- a/mako/runtime.py +++ b/mako/runtime.py
@@ -1,5 +1,5 @@ # mako/runtime.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 6b34514..bacbc13 100644 --- a/mako/template.py +++ b/mako/template.py
@@ -1,5 +1,5 @@ # mako/template.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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 c7dad65..2f089ff 100644 --- a/mako/util.py +++ b/mako/util.py
@@ -1,5 +1,5 @@ # mako/util.py -# Copyright (C) 2006-2015 the Mako authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2016 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