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) 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 - # -*- 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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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