diff options
author | gbrandl <devnull@localhost> | 2009-01-04 15:26:47 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2009-01-04 15:26:47 +0100 |
commit | 778e736ce9d0b19632cf2f18e216b12e2001d390 (patch) | |
tree | 9ff4148fe0dbd44cc8843547b76f155dc8440c1d /pygments/lexers/agile.py | |
parent | 283da4a0c3beac704d79530d1517021831894739 (diff) | |
download | pygments-778e736ce9d0b19632cf2f18e216b12e2001d390.tar.gz |
Update copyrighting style to standard "team" tags.
Update AUTHORS file accordingly.
Diffstat (limited to 'pygments/lexers/agile.py')
-rw-r--r-- | pygments/lexers/agile.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pygments/lexers/agile.py b/pygments/lexers/agile.py index e80e3fdd..963af1b5 100644 --- a/pygments/lexers/agile.py +++ b/pygments/lexers/agile.py @@ -5,11 +5,8 @@ Lexers for agile languages. - :copyright: 2006-2008 by Georg Brandl, Armin Ronacher, - Lukas Meuser, Tim Hatch, Jarrett Billingsley, - Tassilo Schweyer, Steven Hazel, Nick Efford, - Davy Wybiral. - :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 |