summaryrefslogtreecommitdiff
path: root/pygments/scanner.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-05 12:58:02 +0100
committerGeorg Brandl <georg@python.org>2012-02-05 12:58:02 +0100
commitcecb6181930eb60cbbe26cd5b09d5047084faa97 (patch)
tree26420fc7589266fa3b28ba2c173e5cf6e6440165 /pygments/scanner.py
parentc7e77eb6a50245fbcea3849e7c65439156c61206 (diff)
downloadpygments-cecb6181930eb60cbbe26cd5b09d5047084faa97.tar.gz
Copyright update.
Diffstat (limited to 'pygments/scanner.py')
-rw-r--r--pygments/scanner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/scanner.py b/pygments/scanner.py
index 337eb778..2acd6e6b 100644
--- a/pygments/scanner.py
+++ b/pygments/scanner.py
@@ -12,7 +12,7 @@
Have a look at the `DelphiLexer` to get an idea of how to use
this scanner.
- :copyright: Copyright 2006-2011 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import re