diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-29 09:17:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-29 09:17:05 +0200 |
commit | 1d001e322460fa47786f5790fd15ab367d47ab0e (patch) | |
tree | 14a567e729f96e2db6034e4f87a056143a6b848d /package/python-flup/python-flup.mk | |
parent | 563f586e9abd018b3cc348f0e6de78dfc3a54911 (diff) | |
download | buildroot-1d001e322460fa47786f5790fd15ab367d47ab0e.tar.gz buildroot-1d001e322460fa47786f5790fd15ab367d47ab0e.zip |
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>
Diffstat (limited to 'package/python-flup/python-flup.mk')
-rw-r--r-- | package/python-flup/python-flup.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |