diff options
Diffstat (limited to 'pygments/formatters/svg.py')
-rw-r--r-- | pygments/formatters/svg.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/svg.py b/pygments/formatters/svg.py index 03bca93a..0d5fb1d5 100644 --- a/pygments/formatters/svg.py +++ b/pygments/formatters/svg.py @@ -5,8 +5,8 @@ Formatter for SVG output. - :copyright: 2007 by Matthew Harrison, Georg Brandl. - :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.formatter import Formatter |