aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-20 21:48:35 +0100
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-20 21:48:35 +0100
commit4bb9f59ff6da456392ffaf9871941203e4cf9b53 (patch)
treed27946ad79ee2556a407b83edb8d19d5d137cd00 /bindings
parentbe851ad39de11f38e1cd4f7f15f1fa952232efe2 (diff)
python: fix the projects name and update years of the copyright notice in the sphinx docs
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/docs/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py
index 76610b7d..9db377f7 100644
--- a/bindings/python/docs/source/conf.py
+++ b/bindings/python/docs/source/conf.py
@@ -57,8 +57,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'cnotmuch'
-copyright = u'2010, ' + __AUTHOR__
+project = u'notmuch'
+copyright = u'2010-2012, ' + __AUTHOR__
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the