diff --git a/LICENSE b/LICENSE index 499599a2dbae8557d8dee8327cac4058ed2064ca..838dd0db84c0633c9e8e59a36ef6467d95f53635 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, 2007 Michael Bayer and contributors. Mako is a trademark of Michael +Copyright (C) 2006, 2007, 2008 Michael Bayer and contributors. 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/lib/mako/__init__.py b/lib/mako/__init__.py index 9eb316d8b987cd396dbe3fc072a199ceea8125aa..adced7f40d264d17347ea3851f597bddcad59f27 100644 --- a/lib/mako/__init__.py +++ b/lib/mako/__init__.py @@ -1,5 +1,5 @@ # __init__.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/ast.py b/lib/mako/ast.py index add529343f19fcd96a3eee603ed96cf90d0cb9c1..3ed500f95ae0823a94ef42c6848233366a65f155 100644 --- a/lib/mako/ast.py +++ b/lib/mako/ast.py @@ -1,5 +1,5 @@ # ast.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/codegen.py b/lib/mako/codegen.py index 0c6edc126c8d11bc2089f10d2dd2b612ea351dd2..5d974bc29a456aeb015ad46c74110b2ebb45b921 100644 --- a/lib/mako/codegen.py +++ b/lib/mako/codegen.py @@ -1,5 +1,5 @@ # codegen.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/exceptions.py b/lib/mako/exceptions.py index 3f12cd4a6e0007d103195aaa969ced15d34c8cb0..e665a7f74e4c2048c855870fdb9f4b2a6150e87f 100644 --- a/lib/mako/exceptions.py +++ b/lib/mako/exceptions.py @@ -1,5 +1,5 @@ # exceptions.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/filters.py b/lib/mako/filters.py index 68acd9e56683b7629735c4df1aeba8e9ce4dfc0b..94305d7760650874ef975e96fe38c0082dc1d952 100644 --- a/lib/mako/filters.py +++ b/lib/mako/filters.py @@ -1,5 +1,5 @@ # filters.py -# Copyright (C) 2006, 2007 Geoffrey T. Dairiki <dairiki@dairiki.org> and Michael Bayer <mike_mp@zzzcomputing.com> +# Copyright (C) 2006, 2007, 2008 Geoffrey T. Dairiki <dairiki@dairiki.org> and Michael Bayer <mike_mp@zzzcomputing.com> # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/lexer.py b/lib/mako/lexer.py index 36fe342a32dbccdfecb23537bbf75bb484e73feb..a504c1ebb39d67770a9c774ea37f66385fafc486 100644 --- a/lib/mako/lexer.py +++ b/lib/mako/lexer.py @@ -1,5 +1,5 @@ # lexer.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/lookup.py b/lib/mako/lookup.py index bf25542b4fa1870501e21b0c07e213ff87435892..da4d1c3909b3c581b52b934e4a25aa05e7a3af49 100644 --- a/lib/mako/lookup.py +++ b/lib/mako/lookup.py @@ -1,5 +1,5 @@ # lookup.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/parsetree.py b/lib/mako/parsetree.py index 0c24e0b4520a46efdd1677d911d371ce2e35d62d..426dc95c6480150cf0253ae94a4bce9922a98d0a 100644 --- a/lib/mako/parsetree.py +++ b/lib/mako/parsetree.py @@ -1,5 +1,5 @@ # parsetree.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/pygen.py b/lib/mako/pygen.py index 78310cf4d806c07148c849ef0a2d8ed38bb61677..7310ffe78b77d9638929a7f29ccaae0b50466920 100644 --- a/lib/mako/pygen.py +++ b/lib/mako/pygen.py @@ -1,5 +1,5 @@ # pygen.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/runtime.py b/lib/mako/runtime.py index dd4aade6ff2402ae503e7870502159e3104ca276..865e99c8cebc75484eca2ccf498f1627c835c26e 100644 --- a/lib/mako/runtime.py +++ b/lib/mako/runtime.py @@ -1,5 +1,5 @@ # runtime.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/template.py b/lib/mako/template.py index fc28c03932c3575ea71c716cc8209dd997e41d1a..fff42274b27421a09df10c9e68a7aaaed7bb50f8 100644 --- a/lib/mako/template.py +++ b/lib/mako/template.py @@ -1,5 +1,5 @@ # template.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/mako/util.py b/lib/mako/util.py index 65b93a014734ff307170d062332d97faf8add0d0..0f331491ebcb9aa2b115ef06cedf6fa6c1df0dcb 100644 --- a/lib/mako/util.py +++ b/lib/mako/util.py @@ -1,5 +1,5 @@ # util.py -# Copyright (C) 2006, 2007 Michael Bayer mike_mp@zzzcomputing.com +# Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php