diff options
Diffstat (limited to 'pygments/styles/tango.py')
-rw-r--r-- | pygments/styles/tango.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/styles/tango.py b/pygments/styles/tango.py index 0880373a..0d8347ae 100644 --- a/pygments/styles/tango.py +++ b/pygments/styles/tango.py @@ -33,8 +33,8 @@ have been chosen to have the same style. Similarly, keywords (Keyword.*), and Operator.Word (and, or, in) have been assigned the same style. - :copyright: 2008 by André Roberge. - :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 |