aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2015-10-15 20:57:43 +0300
committerDavid Bremner <david@tethera.net>2015-10-17 09:06:28 -0300
commite56fb9785cb060b89b6b4c23e8a10cd0c51c7c2b (patch)
tree25082e362ec3438a3f6a7d73cc3ba0ec94a5b92b
parent127caf7a9ef1c8090f3f1a4e4d5f8c55519a6560 (diff)
doc: update copyright year to contain range 2009-2015
Now it is accurate and provides more information to the reader of the documents.
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 8fbc8544..65adafeb 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'2014, Carl Worth and many others'
+copyright = u'2009-2015, Carl Worth and many others'
location = os.path.dirname(__file__)