diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | pygments/formatters/svg.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -19,3 +19,6 @@ Other contributors (as mentionend in :copyright:s) are: - Kumar Appaiah <akumar@ee.iitm.ac.in> - Varun Hiremath <varunhiremath@gmail.com> - Jeremy Thurgood +- Matthew Harrison + +Many thanks for all your contributions! diff --git a/pygments/formatters/svg.py b/pygments/formatters/svg.py index 0f2312be..0b882aac 100644 --- a/pygments/formatters/svg.py +++ b/pygments/formatters/svg.py @@ -5,7 +5,7 @@ Formatter for SVG output. - :copyright: 2007 by Georg Brandl. + :copyright: 2007 by Matthew Harrison, Georg Brandl. :license: BSD, see LICENSE for more details. """ import StringIO |