mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
we are in 2015
This commit is contained in:
parent
76945e47f9
commit
4de78cffdf
4
LICENSE
4
LICENSE
@ -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
4
NOTICE
@ -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.
|
||||||
|
|||||||
@ -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__
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user