]> git.notmuchmail.org Git - notmuch/commitdiff
doc: change copyright date
authorDavid Bremner <david@tethera.net>
Sun, 24 Apr 2016 20:49:18 +0000 (17:49 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 24 Apr 2016 20:49:18 +0000 (17:49 -0300)
Yes, it is 2016

doc/conf.py

index 65adafeb1cef2e89b3409dcb9912c4e9bb993ac0..8b9329662bf01fade407f02f22ccb9e2c3c5f1b8 100644 (file)
@@ -12,7 +12,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'notmuch'
-copyright = u'2009-2015, Carl Worth and many others'
+copyright = u'2009-2016, Carl Worth and many others'
 
 location = os.path.dirname(__file__)