diff options
Diffstat (limited to 'pygments/styles/manni.py')
-rw-r--r-- | pygments/styles/manni.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/manni.py b/pygments/styles/manni.py index c160f873..d004a70b 100644 --- a/pygments/styles/manni.py +++ b/pygments/styles/manni.py @@ -8,8 +8,8 @@ This is a port of the style used in the `php port`_ of pygments by Manni. The style is called 'default' there. - :copyright: 2006-2007 by Armin Ronacher, Manni <manni@fnord.name>. - :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.style import Style |