--- a/docs/conf.py Wed Jan 05 20:41:43 2011 +0100
+++ b/docs/conf.py Thu Jan 06 20:34:09 2011 +0100
@@ -11,7 +11,7 @@
source_suffix = '.rst'
master_doc = 'index'
project = u'Opster'
-copyright = u'2009-2010, Alexander Solovyov'
+copyright = u'2009-2011, Alexander Solovyov'
version = release = opster.__version__
exclude_trees = ['_build']
pygments_style = 'sphinx'
--- a/opster.py Wed Jan 05 20:41:43 2011 +0100
+++ b/opster.py Thu Jan 06 20:34:09 2011 +0100
@@ -1,4 +1,4 @@
-# (c) Alexander Solovyov, 2009-2010, under terms of the new BSD License
+# (c) Alexander Solovyov, 2009-2011, under terms of the new BSD License
'''Command line arguments parser
'''