we are in 2015

This commit is contained in:
benoitc 2015-01-30 15:23:10 +01:00
parent 76945e47f9
commit 4de78cffdf
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
2009-2013 (c) Benoît Chesneau <benoitc@e-engura.org> 2009-2015 (c) Benoît Chesneau <benoitc@e-engura.org>
2009-2013 (c) Paul J. Davis <paul.joseph.davis@gmail.com> 2009-2015 (c) Paul J. Davis <paul.joseph.davis@gmail.com>
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

4
NOTICE
View File

@ -1,7 +1,7 @@
Gunicorn Gunicorn
2009-2013 (c) Benoît Chesneau <benoitc@e-engura.org> 2009-2015 (c) Benoît Chesneau <benoitc@e-engura.org>
2009-2013 (c) Paul J. Davis <paul.joseph.davis@gmail.com> 2009-2015 (c) Paul J. Davis <paul.joseph.davis@gmail.com>
Gunicorn is released under the MIT license. See the LICENSE Gunicorn is released under the MIT license. See the LICENSE
file for the complete license. file for the complete license.

View File

@ -19,7 +19,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Gunicorn' project = u'Gunicorn'
copyright = u'2009-2014, Benoit Chesneau' copyright = u'2009-2015, Benoit Chesneau'
# gunicorn version # gunicorn version
import gunicorn import gunicorn
release = version = gunicorn.__version__ release = version = gunicorn.__version__