diff options
Diffstat (limited to 'pygments/styles/emacs.py')
-rw-r--r-- | pygments/styles/emacs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/emacs.py b/pygments/styles/emacs.py index 0a01a39c..6f1e28cd 100644 --- a/pygments/styles/emacs.py +++ b/pygments/styles/emacs.py @@ -5,8 +5,8 @@ A highlighting style for Pygments, inspired by Emacs. - :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 |