diff options
Diffstat (limited to 'pygments/styles/bw.py')
-rw-r--r-- | pygments/styles/bw.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/bw.py b/pygments/styles/bw.py index 2d589c3a..e7886a93 100644 --- a/pygments/styles/bw.py +++ b/pygments/styles/bw.py @@ -5,8 +5,8 @@ Simple black/white only style. - :copyright: 2008 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 |