diff options
Diffstat (limited to 'pygments/lexers/templates.py')
-rw-r--r-- | pygments/lexers/templates.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pygments/lexers/templates.py b/pygments/lexers/templates.py index 125ecd31..c1519d8d 100644 --- a/pygments/lexers/templates.py +++ b/pygments/lexers/templates.py @@ -5,9 +5,8 @@ Lexers for various template engines' markup. - :copyright: 2006-2009 by Armin Ronacher, Georg Brandl, Matt Good, - Ben Bangert. - :license: BSD, see LICENSE for more details. + :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import re |