fix copyright

This commit is contained in:
benoitc 2014-08-16 13:32:55 +02:00
parent 3e76389ef0
commit 9d55846254

View File

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