From: Armin Ronacher Date: Sun, 13 Sep 2009 17:54:37 +0000 (-0700) Subject: Clarified copyrights. X-Git-Tag: 2.2.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef9234b32bdb6c7bc475129af6ec4990b67b9e3;p=thirdparty%2Fjinja.git Clarified copyrights. --HG-- branch : trunk --- diff --git a/jinja2/_stringdefs.py b/jinja2/_stringdefs.py index 269eff42..1161b7f4 100644 --- a/jinja2/_stringdefs.py +++ b/jinja2/_stringdefs.py @@ -9,7 +9,7 @@ Inspired by chartypes_create.py from the MoinMoin project, original implementation from Pygments. - :copyright: Copyright 2006-2009 by the Jinja2 team, see AUTHORS. + :copyright: Copyright 2006-2009 by the Jinja team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/jinja2/meta.py b/jinja2/meta.py index 3c7a0d39..2da3ebb0 100644 --- a/jinja2/meta.py +++ b/jinja2/meta.py @@ -6,7 +6,7 @@ This module implements various functions that exposes information about templates that might be interesting for various kinds of applications. - :copyright: (c) 2009 by the Jinja2 Team, see AUTHORS for more details. + :copyright: (c) 2009 by the Jinja Team, see AUTHORS for more details. :license: BSD, see LICENSE for more details. """ from jinja2 import nodes