From b194340ecc1117210119eaac48f3da3866dcb36a Mon Sep 17 00:00:00 2001
From: David Bremner <david@tethera.net>
Date: Sun, 24 Apr 2016 17:49:18 -0300
Subject: [PATCH] doc: change copyright date

Yes, it is 2016
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 65adafeb..8b932966 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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__)
 
-- 
2.45.2