update copyright year
authorAlexander Solovyov <alexander@solovyov.net>
Thu, 06 Jan 2011 20:34:09 +0100
changeset 159 053f4635877b
parent 158 c3ab9c848675
child 160 82b562890ed7
update copyright year
docs/conf.py
opster.py
--- 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
 '''