Copyright switch to "The Jinja Team".

--HG--
branch : trunk
diff --git a/jinja2/debug.py b/jinja2/debug.py
index 53dac4d..38fa012 100644
--- a/jinja2/debug.py
+++ b/jinja2/debug.py
@@ -7,7 +7,7 @@
     ugly stuff with the Python traceback system in order to achieve tracebacks
     with correct line numbers, locals and contents.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 import sys