From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Mon, 20 Feb 2012 20:48:35 +0000 (+0100)
Subject: python: fix the projects name and update years of the copyright notice in the sphinx... 
X-Git-Tag: debian/0.12_rc1-1~65
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4bb9f59ff6da456392ffaf9871941203e4cf9b53;p=notmuch-old

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>
---

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