python-flup: re-add MIT license

The MIT license was in the original submission, but I had removed it
since I couldn't find where it was used. It is indeed used in
flup/server/paste_factory.py as noted by the original
submitter. Therefore, this commit adds the MIT license as one of the
licenses of python-flup.

Reported-by: Oli Vogt <oli.vogt.pub01@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2014-07-29 09:17:05 +02:00
parent 563f586e9a
commit 1d001e3224
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PYTHON_FLUP_VERSION = 1.0.3.dev-20110405
PYTHON_FLUP_SOURCE = flup-$(PYTHON_FLUP_VERSION).tar.gz
PYTHON_FLUP_SITE = http://pypi.python.org/packages/source/f/flup
PYTHON_FLUP_LICENSE = BSD-2c
PYTHON_FLUP_LICENSE = BSD-2c, MIT
PYTHON_FLUP_SETUP_TYPE = setuptools