浏览代码

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>
Thomas Petazzoni 11 年之前
父节点
当前提交
1d001e3224
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/python-flup/python-flup.mk

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