From 62880707895efc42a5feaaea9983a77260830189 Mon Sep 17 00:00:00 2001 From: thatch Date: Thu, 24 Jul 2008 00:13:53 -0700 Subject: Bump copyright year on pygments.cmdline --- pygments/cmdline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pygments/cmdline.py') 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`` -- cgit v1.2.1