diff options
Diffstat (limited to 'pygments/lexers/math.py')
-rw-r--r-- | pygments/lexers/math.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pygments/lexers/math.py b/pygments/lexers/math.py index 151c872f..055db3a3 100644 --- a/pygments/lexers/math.py +++ b/pygments/lexers/math.py @@ -5,9 +5,8 @@ Lexers for math languages. - :copyright: 2007-2008 by Christopher Creutzig, Ken Schutte, Stou Sandalski, - Laurent Gautier <lgautier@gmail.com>. - :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 |