diff options
author | Georg Brandl <georg@python.org> | 2014-01-10 10:52:53 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-10 10:52:53 +0100 |
commit | 492f361b79f93a110679ccb7f7e86f4814990dee (patch) | |
tree | 17255cc8036cee909f4e03bd74acddd4fb232bab /pygments/cmdline.py | |
parent | b754562ea05d8eac5baccc4b0c7c650751e8b005 (diff) | |
download | pygments-492f361b79f93a110679ccb7f7e86f4814990dee.tar.gz |
new year in copyright notice
Diffstat (limited to 'pygments/cmdline.py')
-rw-r--r-- | pygments/cmdline.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/cmdline.py b/pygments/cmdline.py index f260f76a..687cdad0 100644 --- a/pygments/cmdline.py +++ b/pygments/cmdline.py @@ -5,7 +5,7 @@ Command line interface. - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ import sys @@ -227,7 +227,7 @@ def main(args=sys.argv): return 0 if opts.pop('-V', None) is not None: - print 'Pygments version %s, (c) 2006-2013 by Georg Brandl.' % __version__ + print 'Pygments version %s, (c) 2006-2014 by Georg Brandl.' % __version__ return 0 # handle ``pygmentize -L`` |