summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-08-19 10:36:12 +0200
committerGeorg Brandl <georg@python.org>2012-08-19 10:36:12 +0200
commite2ea98f0f72ca05e55b234b2a6dd548692818ac2 (patch)
treeb3e51a00210275323e476076774c67368ef4e0c3
parent482c01a74637adc39d0b70dba6b826d8bf87bcb1 (diff)
downloadpygments-e2ea98f0f72ca05e55b234b2a6dd548692818ac2.tar.gz
Happy new year.
-rw-r--r--LICENSE2
-rw-r--r--pygments/cmdline.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 314b3710..ca0a3ad3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2011 by the respective authors (see AUTHORS file).
+Copyright (c) 2006-2012 by the respective authors (see AUTHORS file).
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/pygments/cmdline.py b/pygments/cmdline.py
index e5b9b9b2..1f14cf5d 100644
--- a/pygments/cmdline.py
+++ b/pygments/cmdline.py
@@ -219,7 +219,7 @@ def main(args=sys.argv):
return 0
if opts.pop('-V', None) is not None:
- print 'Pygments version %s, (c) 2006-2011 by Georg Brandl.' % __version__
+ print 'Pygments version %s, (c) 2006-2012 by Georg Brandl.' % __version__
return 0
# handle ``pygmentize -L``