Copyright switch to "The Jinja Team".

--HG--
branch : trunk
diff --git a/jinja2/lexer.py b/jinja2/lexer.py
index 6b26983..19509ac 100644
--- a/jinja2/lexer.py
+++ b/jinja2/lexer.py
@@ -11,7 +11,7 @@
     operators we don't allow in templates. On the other hand it separates
     template code and python code in expressions.
 
-    :copyright: 2007-2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re