diff options
author | preevs <devnull@localhost> | 2011-08-02 19:28:36 -0400 |
---|---|---|
committer | preevs <devnull@localhost> | 2011-08-02 19:28:36 -0400 |
commit | 9afc51734911a6cf7f235f9ba573bca0a53e8cba (patch) | |
tree | 152fe89c88aa38e4afc757bef78f000cb918ea46 /external | |
parent | 6f6c33b7ddb284030d3e723706988718e113e37c (diff) | |
parent | fe76841035ece13ad6640c920f2fd9d23144148b (diff) | |
download | pygments-9afc51734911a6cf7f235f9ba573bca0a53e8cba.tar.gz |
merge
Diffstat (limited to 'external')
-rw-r--r-- | external/markdown-processor.py | 2 | ||||
-rw-r--r-- | external/moin-parser.py | 2 | ||||
-rw-r--r-- | external/rst-directive-old.py | 2 | ||||
-rw-r--r-- | external/rst-directive.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/external/markdown-processor.py b/external/markdown-processor.py index 0371af2b..b7ebb7f4 100644 --- a/external/markdown-processor.py +++ b/external/markdown-processor.py @@ -27,7 +27,7 @@ .. _Markdown: http://www.freewisdom.org/projects/python-markdown/ - :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. """ diff --git a/external/moin-parser.py b/external/moin-parser.py index 6d55004f..bc550b89 100644 --- a/external/moin-parser.py +++ b/external/moin-parser.py @@ -31,7 +31,7 @@ If you do not want to do that and are willing to accept larger HTML output, you can set the INLINESTYLES option below to True. - :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. """ diff --git a/external/rst-directive-old.py b/external/rst-directive-old.py index b7877ae7..e01e0b66 100644 --- a/external/rst-directive-old.py +++ b/external/rst-directive-old.py @@ -31,7 +31,7 @@ .. _directive documentation: http://docutils.sourceforge.net/docs/howto/rst-directives.html - :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. """ diff --git a/external/rst-directive.py b/external/rst-directive.py index 934adb54..2447d082 100644 --- a/external/rst-directive.py +++ b/external/rst-directive.py @@ -31,7 +31,7 @@ .. _directive documentation: http://docutils.sourceforge.net/docs/howto/rst-directives.html - :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. """ |