summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2009-01-04 14:26:19 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2009-01-04 14:26:19 +0100
commit62ccd1be3d03bc27d4f3d8e83c0e8702c31d435d (patch)
treec9e359721cef2f6f5cfaa66bcefb24994c29528e /ext
parent37f58cef10de42862fb0d49e1ab7dc47f62af700 (diff)
downloadjinja2-62ccd1be3d03bc27d4f3d8e83c0e8702c31d435d.tar.gz
Copyright switch to "The Jinja Team".
--HG-- branch : trunk
Diffstat (limited to 'ext')
-rw-r--r--ext/django2jinja/django2jinja.py2
-rw-r--r--ext/djangojinja2.py2
-rw-r--r--ext/inlinegettext.py2
-rw-r--r--ext/jinja.el1
4 files changed, 4 insertions, 3 deletions
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
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;