mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
edit header to tell the license.
This commit is contained in:
parent
bcfeed0d5f
commit
d37a9d81dc
7
NOTICE
7
NOTICE
@ -1,4 +1,7 @@
|
||||
gnicorn
|
||||
Gunicorn
|
||||
|
||||
2009,2010 (c) Benoît Chesneau <benoitc@e-engura.org>
|
||||
2009,2010 (c) Paul J. Davis <paul.joseph.davis@gmail.com>
|
||||
2009,2010 (c) Paul J. Davis <paul.joseph.davis@gmail.com>
|
||||
|
||||
Gunicorn is released under the MIT license. See the LICENSE
|
||||
file for the complete license.
|
||||
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
__version__ = "0.1"
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
import errno
|
||||
import fcntl
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
from gunicorn.http.request import HTTPRequest, RequestError
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
class HttpParser(object):
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
import errno
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
import errno
|
||||
import socket
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
"""
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
import logging
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
import errno
|
||||
import select
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -
|
||||
#
|
||||
# This file is part of gunicorn. See the NOTICE file included
|
||||
# with this release for more information.
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
|
||||
import errno
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user