Copyright switch to "The Jinja Team".

--HG--
branch : trunk
diff --git a/jinja2/environment.py b/jinja2/environment.py
index 9d43339..3c53fbd 100644
--- a/jinja2/environment.py
+++ b/jinja2/environment.py
@@ -5,7 +5,7 @@
 
     Provides a class that holds runtime and parsing time options.
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import sys