diff options
author | Georg Brandl <georg@python.org> | 2015-01-21 08:33:25 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-01-21 08:33:25 +0100 |
commit | 13705acbd57b936990c63a12de05ce29834b6afb (patch) | |
tree | dc558c826771ca88449887f4e698a99147de8911 /pygments/lexers/special.py | |
parent | 3cff560fe7d84b1216fc6181c0a9cb0f2b3b9332 (diff) | |
download | pygments-13705acbd57b936990c63a12de05ce29834b6afb.tar.gz |
Copyright year update.
Diffstat (limited to 'pygments/lexers/special.py')
-rw-r--r-- | pygments/lexers/special.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/special.py b/pygments/lexers/special.py index bd869044..d3a168e7 100644 --- a/pygments/lexers/special.py +++ b/pygments/lexers/special.py @@ -5,7 +5,7 @@ Special lexers. - :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |