diff options
Diffstat (limited to 'pygments/formatter.py')
-rw-r--r-- | pygments/formatter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatter.py b/pygments/formatter.py index 60848b52..a577a4e3 100644 --- a/pygments/formatter.py +++ b/pygments/formatter.py @@ -5,8 +5,8 @@ Base formatter class. - :copyright: 2006-2007 by Georg Brandl, Armin Ronacher. - :license: BSD, see LICENSE for more details. + :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ from pygments.util import get_bool_opt |