Copyright switch to "The Jinja Team".
--HG--
branch : trunk
diff --git a/ext/django2jinja/django2jinja.py b/ext/django2jinja/django2jinja.py
index c9f3a71..9dae009 100644
--- a/ext/django2jinja/django2jinja.py
+++ b/ext/django2jinja/django2jinja.py
@@ -65,7 +65,7 @@
For details about the writing process have a look at the module code.
- :copyright: Copyright 2008 by Armin Ronacher.
+ :copyright: (c) 2009 by the Jinja Team.
:license: BSD.
"""
import re
diff --git a/ext/djangojinja2.py b/ext/djangojinja2.py
index 492c252..ff584b7 100644
--- a/ext/djangojinja2.py
+++ b/ext/djangojinja2.py
@@ -15,7 +15,7 @@
`JINJA2_CACHE_SIZE` The size of the Jinja2 template cache.
======================= =============================================
- :copyright: Copyright 2008 by Armin Ronacher.
+ :copyright: (c) 2009 by the Jinja Team.
:license: BSD.
"""
from itertools import chain
diff --git a/ext/inlinegettext.py b/ext/inlinegettext.py
index 049ab3b..cf4ed5e 100644
--- a/ext/inlinegettext.py
+++ b/ext/inlinegettext.py
@@ -6,7 +6,7 @@
An example extension for Jinja2 that supports inline gettext calls.
Requires the i18n extension to be loaded.
- :copyright: Copyright 2008 by Armin Ronacher.
+ :copyright: (c) 2009 by the Jinja Team.
:license: BSD.
"""
import re
diff --git a/ext/jinja.el b/ext/jinja.el
index bff9e83..401ba29 100644
--- a/ext/jinja.el
+++ b/ext/jinja.el
@@ -1,6 +1,7 @@
;;; jinja.el --- Jinja mode highlighting
;;
;; Author: Georg Brandl
+;; Copyright: (c) 2009 by the Jinja Team
;; Last modified: 2008-05-22 23:04 by gbr
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;