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/cmdline.py | |
parent | 3cff560fe7d84b1216fc6181c0a9cb0f2b3b9332 (diff) | |
download | pygments-13705acbd57b936990c63a12de05ce29834b6afb.tar.gz |
Copyright year update.
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 0f629ece..9e9f02bc 100644 --- a/pygments/cmdline.py +++ b/pygments/cmdline.py @@ -5,7 +5,7 @@ Command line interface. - :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. """ @@ -217,7 +217,7 @@ def main_inner(popts, args, usage): return 0 if opts.pop('-V', None) is not None: - print('Pygments version %s, (c) 2006-2014 by Georg Brandl.' % __version__) + print('Pygments version %s, (c) 2006-2015 by Georg Brandl.' % __version__) return 0 # handle ``pygmentize -L`` |