summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-10-14 22:40:44 +0200
committergbrandl <devnull@localhost>2007-10-14 22:40:44 +0200
commit94162f21faf8913e694a2a0a4bb2174da439cbd6 (patch)
tree2879c81aacfe0cbbbe585937366b81b300760f53
parent27e514830f52bbcf525b485be3c3209bd0901f60 (diff)
downloadpygments-94162f21faf8913e694a2a0a4bb2174da439cbd6.tar.gz
A last AUTHORS update.
-rw-r--r--AUTHORS3
-rw-r--r--pygments/formatters/svg.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index cbbb377e..c5bd49c5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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