diff options
Diffstat (limited to 'pygments/styles/default.py')
-rw-r--r-- | pygments/styles/default.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pygments/styles/default.py b/pygments/styles/default.py index d8d4aa38..21a088cd 100644 --- a/pygments/styles/default.py +++ b/pygments/styles/default.py @@ -5,9 +5,8 @@ The default highlighting style. - :copyright: 2007 by Tiberius Teng. - :copyright: 2006 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 |