From 9d558462548721f6f88ff7d89fdf2bd2d63a5989 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 16 Aug 2014 13:32:55 +0200 Subject: [PATCH] fix copyright --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6c170a39..e5bba1f8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ master_doc = 'index' # General information about the project. project = u'Gunicorn' -copyright = u'2012, Benoit Chesneau' +copyright = u'2009-2014, Benoit Chesneau' # gunicorn version import gunicorn release = version = gunicorn.__version__