Commit 1d001e32 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarOli Vogt <oli.vogt.pub01@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 563f586e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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