summaryrefslogtreecommitdiff
path: root/pygments/cmdline.py
diff options
context:
space:
mode:
authorthatch <devnull@localhost>2008-07-24 00:13:53 -0700
committerthatch <devnull@localhost>2008-07-24 00:13:53 -0700
commit62880707895efc42a5feaaea9983a77260830189 (patch)
treec72a839feb434788958656d5a1b5052714130110 /pygments/cmdline.py
parent23b50576837f5046953614c35b3398756e180593 (diff)
downloadpygments-62880707895efc42a5feaaea9983a77260830189.tar.gz
Bump copyright year on pygments.cmdline
Diffstat (limited to 'pygments/cmdline.py')
-rw-r--r--pygments/cmdline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/cmdline.py b/pygments/cmdline.py
index 722bc3cb..de10debe 100644
--- a/pygments/cmdline.py
+++ b/pygments/cmdline.py
@@ -5,7 +5,7 @@
Command line interface.
- :copyright: 2006-2007 by Georg Brandl.
+ :copyright: 2006-2008 by Georg Brandl.
:license: BSD, see LICENSE for more details.
"""
import sys
@@ -214,7 +214,7 @@ def main(args=sys.argv):
return 0
if opts.pop('-V', None) is not None:
- print 'Pygments version %s, (c) 2006-2007 by %s.' % (__version__, __author__)
+ print 'Pygments version %s, (c) 2006-2008 by %s.' % (__version__, __author__)
return 0
# handle ``pygmentize -L``