Copyright switch to "The Jinja Team".

--HG--
branch : trunk
diff --git a/jinja2/nodes.py b/jinja2/nodes.py
index 9d78b25..483366b 100644
--- a/jinja2/nodes.py
+++ b/jinja2/nodes.py
@@ -9,7 +9,7 @@
     `get_nodes` used by the parser and translator in order to normalize
     python and jinja nodes.
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import operator