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
5
NOTICE
5
NOTICE
@ -1,4 +1,7 @@
|
|||||||
gnicorn
|
Gunicorn
|
||||||
|
|
||||||
2009,2010 (c) Benoît Chesneau <benoitc@e-engura.org>
|
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 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.1"
|
__version__ = "0.1"
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import fcntl
|
import fcntl
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
from gunicorn.http.request import HTTPRequest, RequestError
|
from gunicorn.http.request import HTTPRequest, RequestError
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
class HttpParser(object):
|
class HttpParser(object):
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import socket
|
import socket
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import select
|
import select
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
|
|||||||
5
setup.py
5
setup.py
@ -1,8 +1,7 @@
|
|||||||
# -*- coding: utf-8 -
|
# -*- coding: utf-8 -
|
||||||
#
|
#
|
||||||
# This file is part of gunicorn. See the NOTICE file included
|
# This file is part of gunicorn released under the MIT license.
|
||||||
# with this release for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user