diff options
Diffstat (limited to 'pygments/styles/murphy.py')
-rw-r--r-- | pygments/styles/murphy.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/murphy.py b/pygments/styles/murphy.py index 5152fe68..5a3b7fcd 100644 --- a/pygments/styles/murphy.py +++ b/pygments/styles/murphy.py @@ -5,8 +5,8 @@ Murphy's style from CodeRay. - :copyright: 2006-2007 by Georg Brandl. - :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 |