summaryrefslogtreecommitdiff
path: root/pygments/formatters/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/formatters/other.py')
-rw-r--r--pygments/formatters/other.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/other.py b/pygments/formatters/other.py
index fb123689..1ddba006 100644
--- a/pygments/formatters/other.py
+++ b/pygments/formatters/other.py
@@ -5,8 +5,8 @@
Other formatters: NullFormatter, RawTokenFormatter.
- :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.formatter import Formatter