From 08b7b7cb9ecda31de2f6652a704f80a706c87891 Mon Sep 17 00:00:00 2001 From: Mike Bayer <mike_mp@zzzcomputing.com> Date: Sat, 19 Jan 2008 23:13:34 +0000 Subject: [PATCH] copyright ! --- LICENSE | 2 +- lib/mako/__init__.py | 2 +- lib/mako/ast.py | 2 +- lib/mako/codegen.py | 2 +- lib/mako/exceptions.py | 2 +- lib/mako/filters.py | 2 +- lib/mako/lexer.py | 2 +- lib/mako/lookup.py | 2 +- lib/mako/parsetree.py | 2 +- lib/mako/pygen.py | 2 +- lib/mako/runtime.py | 2 +- lib/mako/template.py | 2 +- lib/mako/util.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 499599a..838dd0d 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 9eb316d..adced7f 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 add5293..3ed500f 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 0c6edc1..5d974bc 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 3f12cd4..e665a7f 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 68acd9e..94305d7 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 36fe342..a504c1e 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 bf25542..da4d1c3 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 0c24e0b..426dc95 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 78310cf..7310ffe 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 dd4aade..865e99c 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 fc28c03..fff4227 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 65b93a0..0f33149 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 -- GitLab