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