diff options
Diffstat (limited to 'pygments/style.py')
-rw-r--r-- | pygments/style.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/style.py b/pygments/style.py index 2ada31b2..8a04dcb9 100644 --- a/pygments/style.py +++ b/pygments/style.py @@ -5,8 +5,8 @@ Basic style object. - :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.token import Token, STANDARD_TYPES |