diff options
author | gbrandl <devnull@localhost> | 2007-10-14 22:40:44 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-10-14 22:40:44 +0200 |
commit | 94162f21faf8913e694a2a0a4bb2174da439cbd6 (patch) | |
tree | 2879c81aacfe0cbbbe585937366b81b300760f53 | |
parent | 27e514830f52bbcf525b485be3c3209bd0901f60 (diff) | |
download | pygments-94162f21faf8913e694a2a0a4bb2174da439cbd6.tar.gz |
A last AUTHORS update.
-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 |