diff options
author | Georg Brandl <georg@python.org> | 2011-07-09 12:05:46 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-09 12:05:46 +0200 |
commit | a2648efced6c982e879419241ad75cacfae792bd (patch) | |
tree | 64262bfd67499def703ac7ea6441d535ef3142ef /pygments/styles/monokai.py | |
parent | a2a7fdb68c7a8cb10d5f976f242871511422d755 (diff) | |
download | pygments-a2648efced6c982e879419241ad75cacfae792bd.tar.gz |
Fix current copyright year.
Diffstat (limited to 'pygments/styles/monokai.py')
-rw-r--r-- | pygments/styles/monokai.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/monokai.py b/pygments/styles/monokai.py index 90c36646..e80d8919 100644 --- a/pygments/styles/monokai.py +++ b/pygments/styles/monokai.py @@ -7,7 +7,7 @@ http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/ - :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |