edit header to tell the license.

This commit is contained in:
Benoit Chesneau 2010-01-19 00:09:09 +01:00
parent bcfeed0d5f
commit d37a9d81dc
12 changed files with 27 additions and 27 deletions

7
NOTICE
View File

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

View File

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

View File

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

View File

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

View File

@ -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):

View File

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

View File

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

View File

@ -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.
"""

View File

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

View File

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

View File

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

View File

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