From 62ccd1be3d03bc27d4f3d8e83c0e8702c31d435d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 4 Jan 2009 14:26:19 +0100 Subject: [PATCH] Copyright switch to "The Jinja Team". --HG-- branch : trunk --- AUTHORS | 26 +++++++++++++++++++++++--- LICENSE | 6 ++++-- THANKS | 15 --------------- examples/rwbench/rwbench.py | 2 +- ext/django2jinja/django2jinja.py | 2 +- ext/djangojinja2.py | 2 +- ext/inlinegettext.py | 2 +- ext/jinja.el | 1 + jinja2/__init__.py | 2 +- jinja2/_ipysupport.py | 2 +- jinja2/_speedups.c | 2 +- jinja2/bccache.py | 2 +- jinja2/compiler.py | 2 +- jinja2/constants.py | 2 +- jinja2/debug.py | 2 +- jinja2/defaults.py | 2 +- jinja2/environment.py | 2 +- jinja2/exceptions.py | 2 +- jinja2/ext.py | 2 +- jinja2/filters.py | 2 +- jinja2/lexer.py | 2 +- jinja2/loaders.py | 2 +- jinja2/nodes.py | 2 +- jinja2/optimizer.py | 2 +- jinja2/parser.py | 2 +- jinja2/runtime.py | 2 +- jinja2/sandbox.py | 2 +- jinja2/tests.py | 2 +- jinja2/utils.py | 2 +- jinja2/visitor.py | 2 +- tests/conftest.py | 2 +- tests/test_debug.py | 2 +- tests/test_ext.py | 2 +- tests/test_filters.py | 2 +- tests/test_forloop.py | 2 +- tests/test_i18n.py | 2 +- tests/test_ifcondition.py | 2 +- tests/test_imports.py | 2 +- tests/test_inheritance.py | 2 +- tests/test_lexer.py | 2 +- tests/test_loaders.py | 2 +- tests/test_lrucache.py | 2 +- tests/test_macros.py | 2 +- tests/test_old_bugs.py | 2 +- tests/test_parser.py | 2 +- tests/test_security.py | 2 +- tests/test_streaming.py | 2 +- tests/test_syntax.py | 2 +- tests/test_tests.py | 2 +- tests/test_undefined.py | 2 +- tests/test_various.py | 2 +- 51 files changed, 75 insertions(+), 67 deletions(-) delete mode 100644 THANKS diff --git a/AUTHORS b/AUTHORS index 0b6b6b3..5f17a83 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,30 @@ -Jinja is written and maintained by Armin Ronacher . +Jinja is written and maintained by the Jinja Team and various +contributors: -Other contributors (as mentionend in :copyright:s) are: +Lead Developer: - Armin Ronacher + +Developers: + +- Christoph Hack - Georg Brandl -- Lawrence Journal-World. + +Contributors: + - Bryan McLemore - Mickaël Guérin - 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 859db46..efcc691 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,7 @@ -Copyright (c) 2006-2008 by the respective authors (see AUTHORS file). -All rights reserved. +Copyright (c) 2006-2008 by the Jinja Team and contributors (see +AUTHORS file). + +Some rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/THANKS b/THANKS deleted file mode 100644 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) diff --git a/examples/rwbench/rwbench.py b/examples/rwbench/rwbench.py index 742e0ea..9cb3195 100644 --- a/examples/rwbench/rwbench.py +++ b/examples/rwbench/rwbench.py @@ -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 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 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/jinja2/__init__.py b/jinja2/__init__.py index 95b2d5b..b7a14f7 100644 --- a/jinja2/__init__.py +++ b/jinja2/__init__.py @@ -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' diff --git a/jinja2/_ipysupport.py b/jinja2/_ipysupport.py index 22ae823..f7f807b 100644 --- a/jinja2/_ipysupport.py +++ b/jinja2/_ipysupport.py @@ -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 diff --git a/jinja2/_speedups.c b/jinja2/_speedups.c index cce9dfb..c8ef9af 100644 --- a/jinja2/_speedups.c +++ b/jinja2/_speedups.c @@ -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. */ diff --git a/jinja2/bccache.py b/jinja2/bccache.py index 2c57616..2786082 100644 --- a/jinja2/bccache.py +++ b/jinja2/bccache.py @@ -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 diff --git a/jinja2/compiler.py b/jinja2/compiler.py index e17aa1d..0e74faf 100644 --- a/jinja2/compiler.py +++ b/jinja2/compiler.py @@ -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 diff --git a/jinja2/constants.py b/jinja2/constants.py index c471e79..6e7ed90 100644 --- a/jinja2/constants.py +++ b/jinja2/constants.py @@ -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. """ 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 diff --git a/jinja2/defaults.py b/jinja2/defaults.py index 3e24e7d..aacd32b 100644 --- a/jinja2/defaults.py +++ b/jinja2/defaults.py @@ -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 diff --git a/jinja2/environment.py b/jinja2/environment.py index 9d43339..3c53fbd 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -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 diff --git a/jinja2/exceptions.py b/jinja2/exceptions.py index 5bfca66..c40f7de 100644 --- a/jinja2/exceptions.py +++ b/jinja2/exceptions.py @@ -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. """ diff --git a/jinja2/ext.py b/jinja2/ext.py index 353f265..cc8f431 100644 --- a/jinja2/ext.py +++ b/jinja2/ext.py @@ -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 diff --git a/jinja2/filters.py b/jinja2/filters.py index afa7667..553ce6e 100644 --- a/jinja2/filters.py +++ b/jinja2/filters.py @@ -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 diff --git a/jinja2/lexer.py b/jinja2/lexer.py index 6b26983..19509ac 100644 --- a/jinja2/lexer.py +++ b/jinja2/lexer.py @@ -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 diff --git a/jinja2/loaders.py b/jinja2/loaders.py index c61cd84..b5817c7 100644 --- a/jinja2/loaders.py +++ b/jinja2/loaders.py @@ -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 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 diff --git a/jinja2/optimizer.py b/jinja2/optimizer.py index 43065df..1831beb 100644 --- a/jinja2/optimizer.py +++ b/jinja2/optimizer.py @@ -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 diff --git a/jinja2/parser.py b/jinja2/parser.py index e8f07c5..5aa720e 100644 --- a/jinja2/parser.py +++ b/jinja2/parser.py @@ -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 diff --git a/jinja2/runtime.py b/jinja2/runtime.py index 87c2354..60a9035 100644 --- a/jinja2/runtime.py +++ b/jinja2/runtime.py @@ -5,7 +5,7 @@ Runtime helpers. - :copyright: Copyright 2008 by Armin Ronacher. + :copyright: (c) 2009 by the Jinja Team. :license: BSD. """ import sys diff --git a/jinja2/sandbox.py b/jinja2/sandbox.py index 7b28273..c29bdea 100644 --- a/jinja2/sandbox.py +++ b/jinja2/sandbox.py @@ -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 diff --git a/jinja2/tests.py b/jinja2/tests.py index 6873b5a..58dc0c0 100644 --- a/jinja2/tests.py +++ b/jinja2/tests.py @@ -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 diff --git a/jinja2/utils.py b/jinja2/utils.py index 45be2c2..5e31779 100644 --- a/jinja2/utils.py +++ b/jinja2/utils.py @@ -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 diff --git a/jinja2/visitor.py b/jinja2/visitor.py index ad11108..c27c24c 100644 --- a/jinja2/visitor.py +++ b/jinja2/visitor.py @@ -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 diff --git a/tests/conftest.py b/tests/conftest.py index fa60acd..453fbd7 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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. """ diff --git a/tests/test_debug.py b/tests/test_debug.py index 7f59445..d9c5f7a 100644 --- a/tests/test_debug.py +++ b/tests/test_debug.py @@ -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 diff --git a/tests/test_ext.py b/tests/test_ext.py index b425e18..6c56c4a 100644 --- a/tests/test_ext.py +++ b/tests/test_ext.py @@ -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 diff --git a/tests/test_filters.py b/tests/test_filters.py index a02d2ae..5e45afe 100644 --- a/tests/test_filters.py +++ b/tests/test_filters.py @@ -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 diff --git a/tests/test_forloop.py b/tests/test_forloop.py index f5e4996..fa1e03b 100644 --- a/tests/test_forloop.py +++ b/tests/test_forloop.py @@ -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 diff --git a/tests/test_i18n.py b/tests/test_i18n.py index 4890904..7e9fb49 100644 --- a/tests/test_i18n.py +++ b/tests/test_i18n.py @@ -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 diff --git a/tests/test_ifcondition.py b/tests/test_ifcondition.py index ec1fff4..eff49bf 100644 --- a/tests/test_ifcondition.py +++ b/tests/test_ifcondition.py @@ -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. """ diff --git a/tests/test_imports.py b/tests/test_imports.py index 224441c..a0bb032 100644 --- a/tests/test_imports.py +++ b/tests/test_imports.py @@ -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 diff --git a/tests/test_inheritance.py b/tests/test_inheritance.py index bb86b41..ed7b31a 100644 --- a/tests/test_inheritance.py +++ b/tests/test_inheritance.py @@ -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 diff --git a/tests/test_lexer.py b/tests/test_lexer.py index cb1e2dc..b1631f0 100644 --- a/tests/test_lexer.py +++ b/tests/test_lexer.py @@ -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. """ diff --git a/tests/test_loaders.py b/tests/test_loaders.py index 8faf987..d8f7b82 100644 --- a/tests/test_loaders.py +++ b/tests/test_loaders.py @@ -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. """ diff --git a/tests/test_lrucache.py b/tests/test_lrucache.py index c53505a..5ce4350 100644 --- a/tests/test_lrucache.py +++ b/tests/test_lrucache.py @@ -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 diff --git a/tests/test_macros.py b/tests/test_macros.py index ee6c353..e2e7bc2 100644 --- a/tests/test_macros.py +++ b/tests/test_macros.py @@ -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. """ diff --git a/tests/test_old_bugs.py b/tests/test_old_bugs.py index 8ce0a65..a30c909 100644 --- a/tests/test_old_bugs.py +++ b/tests/test_old_bugs.py @@ -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 diff --git a/tests/test_parser.py b/tests/test_parser.py index 80ac497..fb338e1 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -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 diff --git a/tests/test_security.py b/tests/test_security.py index 8ef3edf..492a081 100644 --- a/tests/test_security.py +++ b/tests/test_security.py @@ -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 diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 709105b..8e44263 100644 --- a/tests/test_streaming.py +++ b/tests/test_streaming.py @@ -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. """ diff --git a/tests/test_syntax.py b/tests/test_syntax.py index 157720f..8d14c66 100644 --- a/tests/test_syntax.py +++ b/tests/test_syntax.py @@ -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 diff --git a/tests/test_tests.py b/tests/test_tests.py index c02d0b3..e210b4b 100644 --- a/tests/test_tests.py +++ b/tests/test_tests.py @@ -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 diff --git a/tests/test_undefined.py b/tests/test_undefined.py index eb1e7e6..dc66d56 100644 --- a/tests/test_undefined.py +++ b/tests/test_undefined.py @@ -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 diff --git a/tests/test_various.py b/tests/test_various.py index 5a01037..f0c997d 100644 --- a/tests/test_various.py +++ b/tests/test_various.py @@ -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 -- 2.26.2