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 /external/markdown-processor.py | |
parent | 3cff560fe7d84b1216fc6181c0a9cb0f2b3b9332 (diff) | |
download | pygments-13705acbd57b936990c63a12de05ce29834b6afb.tar.gz |
Copyright year update.
Diffstat (limited to 'external/markdown-processor.py')
-rw-r--r-- | external/markdown-processor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/markdown-processor.py b/external/markdown-processor.py index 2a92a40e..a3e178ec 100644 --- a/external/markdown-processor.py +++ b/external/markdown-processor.py @@ -22,7 +22,7 @@ .. _Markdown: https://pypi.python.org/pypi/Markdown - :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. """ |