diff options
author | Georg Brandl <georg@python.org> | 2014-01-10 10:52:53 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-10 10:52:53 +0100 |
commit | 492f361b79f93a110679ccb7f7e86f4814990dee (patch) | |
tree | 17255cc8036cee909f4e03bd74acddd4fb232bab /pygments/styles/tango.py | |
parent | b754562ea05d8eac5baccc4b0c7c650751e8b005 (diff) | |
download | pygments-492f361b79f93a110679ccb7f7e86f4814990dee.tar.gz |
new year in copyright notice
Diffstat (limited to 'pygments/styles/tango.py')
-rw-r--r-- | pygments/styles/tango.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/tango.py b/pygments/styles/tango.py index 7b1c4f3c..72b4cbdf 100644 --- a/pygments/styles/tango.py +++ b/pygments/styles/tango.py @@ -33,7 +33,7 @@ have been chosen to have the same style. Similarly, keywords (Keyword.*), and Operator.Word (and, or, in) have been assigned the same style. - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |