Copyright switch to "The Jinja Team".
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 4 Jan 2009 13:26:19 +0000 (14:26 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 4 Jan 2009 13:26:19 +0000 (14:26 +0100)
--HG--
branch : trunk

51 files changed:
AUTHORS
LICENSE
THANKS [deleted file]
examples/rwbench/rwbench.py
ext/django2jinja/django2jinja.py
ext/djangojinja2.py
ext/inlinegettext.py
ext/jinja.el
jinja2/__init__.py
jinja2/_ipysupport.py
jinja2/_speedups.c
jinja2/bccache.py
jinja2/compiler.py
jinja2/constants.py
jinja2/debug.py
jinja2/defaults.py
jinja2/environment.py
jinja2/exceptions.py
jinja2/ext.py
jinja2/filters.py
jinja2/lexer.py
jinja2/loaders.py
jinja2/nodes.py
jinja2/optimizer.py
jinja2/parser.py
jinja2/runtime.py
jinja2/sandbox.py
jinja2/tests.py
jinja2/utils.py
jinja2/visitor.py
tests/conftest.py
tests/test_debug.py
tests/test_ext.py
tests/test_filters.py
tests/test_forloop.py
tests/test_i18n.py
tests/test_ifcondition.py
tests/test_imports.py
tests/test_inheritance.py
tests/test_lexer.py
tests/test_loaders.py
tests/test_lrucache.py
tests/test_macros.py
tests/test_old_bugs.py
tests/test_parser.py
tests/test_security.py
tests/test_streaming.py
tests/test_syntax.py
tests/test_tests.py
tests/test_undefined.py
tests/test_various.py

diff --git a/AUTHORS b/AUTHORS
index 0b6b6b3aaf239cd2f52c81035550b86388d6ea79..5f17a832cc2ebcbb3ab23e5ebdfa23e34aa9a256 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,10 +1,30 @@
-Jinja is written and maintained by Armin Ronacher <armin.ronacher@active-4.com>.
+Jinja is written and maintained by the Jinja Team and various
+contributors:
 
-Other contributors (as mentionend in :copyright:s) are:
+Lead Developer:
 
 - Armin Ronacher <armin.ronacher@active-4.com>
+
+Developers:
+
+- Christoph Hack
 - Georg Brandl
-- Lawrence Journal-World.
+
+Contributors:
+
 - Bryan McLemore
 - Mickaël Guérin <kael@crocobox.org>
 - Cameron Knight
+- Lawrence Journal-World.
+- David Cramer
+
+Patches and suggestions:
+
+- Ronny Pfannschmidt
+- Axel Böhm
+- Alexey Melchakov
+- Bryan McLemore
+- Clovis Fabricio (nosklo)
+- Cameron Knight
+- Peter van Dijk (Habbie)
+- Stefan Ebner
diff --git a/LICENSE b/LICENSE
index 859db46b2ffc6c2587938d0591cff1df660c477f..efcc6911f32e1c61f90e6532051c9f97140e18b9 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,7 @@
-Copyright (c) 2006-2008 by the respective authors (see AUTHORS file).\r
-All rights reserved.\r
+Copyright (c) 2006-2008 by the Jinja Team and contributors (see\r
+AUTHORS file).\r
+\r
+Some rights reserved.\r
 \r
 Redistribution and use in source and binary forms, with or without\r
 modification, are permitted provided that the following conditions are\r
diff --git a/THANKS b/THANKS
deleted file mode 100644 (file)
index a4aabb5..0000000
--- a/THANKS
+++ /dev/null
@@ -1,15 +0,0 @@
-Thanks To
-=========
-
-All the people listed here helped improving Jinja a lot, provided
-patches, helped working out solutions etc. Thanks to all of you!
-
-- Ronny Pfannschmidt
-- Axel Böhm
-- Alexey Melchakov
-- Stefan Ebner
-- Bryan McLemore
-- David Cramer
-- Clovis Fabricio (nosklo)
-- Cameron Knight
-- Peter van Dijk (Habbie)
index 742e0ea9170dbcc6b6e37ce9ef0a8c6105bf883f..9cb3195a3472b8d35710c750142b2263acf6c0b5 100644 (file)
@@ -7,7 +7,7 @@
     Jinja2 repository this has no real-world usefulnes (despite the name).
     Just go away and ignore it.  NOW!
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 import sys
index c9f3a711e20ae481ff7e465aa73eae02d52755bc..9dae0095652bdb3c54133525a58273cea6ee5311 100644 (file)
@@ -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
index 492c2527e98f7172c8475e8a33ecf5cba47d4a13..ff584b79062498eb1902709c955da6f981cd0f12 100644 (file)
@@ -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
index 049ab3b2d6f00cbdaba7a5580c80e696cd2c2a70..cf4ed5e4418cd6059f69164fbfc6899366dfecd7 100644 (file)
@@ -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
index bff9e8306f196034b5cd6018e4a4017ad5fb6844..401ba293dc61dd675173735200e12b0a721b4dc0 100644 (file)
@@ -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
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
index 95b2d5bc9f47869408d921fb65f3ac63ad11642b..b7a14f781f2f78f61e6cace9b55588ae33b38d23 100644 (file)
@@ -23,7 +23,7 @@
         {% endblock %}
 
 
-    :copyright: 2008 by Armin Ronacher, Christoph Hack.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 __docformat__ = 'restructuredtext en'
index 22ae823ae9f9a64d31be644f70e18ad25858c72a..f7f807b5891545a7d194856b5f69bf83b6db5cbb 100644 (file)
@@ -6,7 +6,7 @@
     IronPython support library.  This library exports functionality from
     the CLR to Python that is normally available in the standard library.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 from System import DateTime
index cce9dfbbcccf456c91ad0572b259c2f50e92e81a..c8ef9afbd27fcedb0ec449b605017f706feaca85 100644 (file)
@@ -8,7 +8,7 @@
  * implementation of `tb_set_next` and Python implementations of the other
  * functions are used.
  *
- * :copyright: 2008 by Armin Ronacher, Mickaël Guérin.
+ * :copyright: (c) 2009 by the Jinja Team.
  * :license: BSD.
  */
 
index 2c57616ec11083b4b6b54b902d00a03c18dd190b..2786082e0cfcf32e7576cfacb88662ca4925e9c4 100644 (file)
@@ -11,7 +11,7 @@
     Situations where this is useful are often forking web applications that
     are initialized on the first request.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 from os import path, listdir
index e17aa1de80023cff06323340fad221adf9d350b3..0e74faf2734c2630ab227c815b88e2a74cb6b2a0 100644 (file)
@@ -5,7 +5,7 @@
 
     Compiles nodes into python code.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 from cStringIO import StringIO
index c471e79eeff313f98d439c7066cddf10e65f6d39..6e7ed9069fd04d355fbb1e5113c4b7e7c7ffe91b 100644 (file)
@@ -5,7 +5,7 @@
 
     Various constants.
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 53dac4d112309796952945e891a5e42e21343411..38fa012fd4f62147a07e6965645e668a6b062bec 100644 (file)
@@ -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
index 3e24e7decb1d30644faac204b44bab76d857ed9a..aacd32b4398226f8b576c756ddce555b34ae691c 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja default filters and tags.
 
-    :copyright: 2007-2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2.utils import generate_lorem_ipsum, Cycler, Joiner
index 9d43339a3f85d91fb1f4e40e3aaa09e18e32e947..3c53fbd5ae7f36cfcc025eb36d865be7c6d552e2 100644 (file)
@@ -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
index 5bfca660d0158198b57c609be95f8472ce2a0208..c40f7de9702f7e9a81fcc69a05388e38b0aec095 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja exceptions.
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 353f2654db767fcdbdc38bb3bf57b7bf8a049d31..cc8f43105a0d4551fabe61a209639f6f7afe881e 100644 (file)
@@ -7,7 +7,7 @@
     tags work.  By default two example extensions exist: an i18n and a cache
     extension.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 from collections import deque
index afa7667c72180951388b08f3733ec78ce1295c47..553ce6e916a47005114367d2bf5f996d01f5b806 100644 (file)
@@ -5,7 +5,7 @@
 
     Bundled jinja filters.
 
-    :copyright: 2008 by Armin Ronacher, Christoph Hack.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index 6b2698365c130a0c17eaed2f9f918a90e6fae424..19509ac217607ff04f02ea7f3357694a5fdc4a00 100644 (file)
@@ -11,7 +11,7 @@
     operators we don't allow in templates. On the other hand it separates
     template code and python code in expressions.
 
-    :copyright: 2007-2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index c61cd840fbd6f759458af2a695308630d8e59bbc..b5817c7514e4a8141d9331af63e0574af4b82bf5 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja loader classes.
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from os import path
index 9d78b254436d94825cc5fb55cdb3d6dc6ba37804..483366b1185a36e5c9123d2ec3179bdbd6c680b6 100644 (file)
@@ -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
index 43065df6c94286aaa62ec0925a81dcfb0021563b..1831beb84b17591a12265bc605467401ff5d5420 100644 (file)
@@ -13,7 +13,7 @@
 
     The solution would be a second syntax tree that has the scoping rules stored.
 
-    :copyright: Copyright 2008 by Christoph Hack, Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 from jinja2 import nodes
index e8f07c5f58540d7a0b550decd59b89b39436a38a..5aa720e82408fab972e3ef8060ef43bb74a2a0d2 100644 (file)
@@ -5,7 +5,7 @@
 
     Implements the template parser.
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import nodes
index 87c2354606bfb316494a2ac53c86ea93ea126866..60a9035f2e7cc3df70dcec5f18a884056370e67e 100644 (file)
@@ -5,7 +5,7 @@
 
     Runtime helpers.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 import sys
index 7b28273df70dc9f8b9cc6906c4ab4ea3b4213741..c29bdea27037eb46d3d55e3a0c52a5e091be3c3e 100644 (file)
@@ -9,7 +9,7 @@
 
     The behavior can be changed by subclassing the environment.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 import operator
index 6873b5a8f5fc0de9a59c004a4096b6abaaac9231..58dc0c05f9f9f8c5999317c30c79a3ca8a297ff1 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja test functions. Used with the "is" operator.
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index 45be2c29fd4c020d16d45b0bc5f9f78b9d24d64f..5e31779e4016791769c9e363d82eba29fc347322 100644 (file)
@@ -5,7 +5,7 @@
 
     Utility functions.
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index ad111088954bd5bb4bd875de988814502144e7d4..c27c24cef7537df3bf8e8e870a109952d8b33bdb 100644 (file)
@@ -5,7 +5,7 @@
 
     This module implements a visitor for the nodes.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 from jinja2.nodes import Node
index fa60acd1da3dd8c2babda59a45d276b3e01b39f5..453fbd728727d403dff3c9321830ce1600a90ab5 100644 (file)
@@ -5,7 +5,7 @@
 
     Configure py.test for support stuff.
 
-    :copyright: 2007 by Armin Ronacher, Alexander Schremmer.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 7f59445d70cf2b5a37fd4b3ef960294d4683c1cb..d9c5f7a9c63998c5852954db629eda3c24ebdbeb 100644 (file)
@@ -5,7 +5,7 @@
 
     Tests the traceback rewriter.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 from jinja2 import Environment
index b425e18d32dc112c3d5520f654b54bf7fc427f24..6c56c4aa8e2a2b9a695c8c309533dc8b62f17003 100644 (file)
@@ -3,7 +3,7 @@
     unit test for some extensions
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index a02d2ae579c5e1a8c1a55af5d413fa59687b38ab..5e45afebb6287ab0e31aad4940a7e189fbd8ca92 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the filters
     ~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import Markup, Environment
index f5e4996ea4d396d374095a9a04d0aaa875322ec2..fa1e03bdaebc5c8a1504b33ddc1098fc63185c04 100644 (file)
@@ -3,7 +3,7 @@
     unit test for loop functions
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from py.test import raises
index 4890904aa53735e21e083753e14665a6accac3d1..7e9fb494a41f25c1bfa2a2074b8297419535be19 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the i18n functions
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from py.test import raises
index ec1fff4b2c2b945d8463752d8f506473367b8496..eff49bfbb8e5db7b53a6dddb389d34f259c8a574 100644 (file)
@@ -3,7 +3,7 @@
     unit test for if conditions
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 224441c5a1c739ad3c53ceaad8a96eb73ba4c59e..a0bb0322fdbb5417201478cde907cc468fc841f0 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the imports and includes
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from py.test import raises
index bb86b4188611f2dd5d1083c688c65b38bd481def..ed7b31a2c028dabcb55ae31da94e39958711feab 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the inheritance
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import Environment, DictLoader
index cb1e2dc16c6a2a869af7717df44e689a3efd5bf0..b1631f081f595088684ea588d8760ab5b7d185c8 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the lexer
     ~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 8faf987b03ea7ab8d6c81a604ba057f7b5a17edd..d8f7b82dc37fd8e91dccf8c1717b54468e030fec 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the loaders
     ~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index c53505a398ccb59a048970062fc8ea02ca25085e..5ce4350345ca08abed0abaa816f22683dbe6135d 100644 (file)
@@ -5,7 +5,7 @@
 
     This module tests the LRU Cache
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 import thread
index ee6c35321d5ada8f39387791a2f69829a1d3cb6c..e2e7bc2b237122b519cb2a0ca2c8406d20fc8fc3 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the macros
     ~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 8ce0a6517425d22c72e3a09c34c9e55780710413..a30c90922d580b85972bb594f786cf4b431d04ea 100644 (file)
@@ -5,7 +5,7 @@
 
     Unittest that test situations caused by various older bugs.
 
-    :copyright: Copyright 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD.
 """
 from jinja2 import Environment, DictLoader
index 80ac497883dd7a5d0b349d3fd6b48656b13702d5..fb338e1c20477c59ee0dff944997864da0fd524e 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the parser
     ~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import Environment
index 8ef3edf7980d44f732af1747539cdeae236a5076..492a081ca960b67de6708de9ce686a556f6303c5 100644 (file)
@@ -3,7 +3,7 @@
     unit test for security features
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from py.test import raises
index 709105ba986f01f03ce00a29219ec5d7fa801082..8e44263e79792b973b7c63a856afebbcbb561c7d 100644 (file)
@@ -3,7 +3,7 @@
     unit test for streaming interface
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 157720ff958bf00852a11774ba8b3fc76bb16b39..8d14c665ce77d82d0519c5d2940a6278bb426664 100644 (file)
@@ -3,7 +3,7 @@
     unit test for expression syntax
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from py.test import raises
index c02d0b3299f77908c94c98f82ddc52bd6c5f055e..e210b4b3d8c927e21efca4083f21f49d6c768c99 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the test functions
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import Environment, Markup
index eb1e7e676b291add713313507105e186b0b232a8..dc66d56a9592e6bae4fb8d0545cdb26ad78c90ef 100644 (file)
@@ -3,7 +3,7 @@
     unit test for the undefined types
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2008 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from py.test import raises
index 5a01037c0e104928e681145121f92c6a08872313..f0c997da1187ebdc24964fdeee6462ec1d0ca9b7 100644 (file)
@@ -3,7 +3,7 @@
     unit test for various things
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    :copyright: 2007 by Armin Ronacher.
+    :copyright: (c) 2009 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import gc