From: Thomas Petazzoni Date: Tue, 29 Jul 2014 07:17:05 +0000 (+0200) Subject: python-flup: re-add MIT license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d001e322460fa47786f5790fd15ab367d47ab0e;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-flup/python-flup.mk b/package/python-flup/python-flup.mk index 39c66580ed..5e612bb357 100644 --- a/package/python-flup/python-flup.mk +++ b/package/python-flup/python-flup.mk @@ -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