python-flup: re-add MIT license
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Jul 2014 07:17:05 +0000 (09:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Jul 2014 07:17:05 +0000 (09:17 +0200)
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>
package/python-flup/python-flup.mk

index 39c66580ed2d407fc4937c42a7aaa01f22951c5e..5e612bb357b2d6ba6cb98b1253b47c0982177f51 100644 (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