[oe-commits] Ting Liu : python-pip: correct license to GPLv2+

git at git.openembedded.org git at git.openembedded.org
Wed Feb 4 16:11:52 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 7b615ff135496aa64bb20ce3681f3d41cea25b78
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7b615ff135496aa64bb20ce3681f3d41cea25b78

Author: Ting Liu <ting.liu at freescale.com>
Date:   Fri Jan 30 16:20:44 2015 +0800

python-pip: correct license to GPLv2+

WARNING: python-pip: No generic license file exists for: GPL in any provider

Signed-off-by: Ting Liu <ting.liu at freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-python/recipes-devtools/python/python-pip_1.3.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
index d1a7c8b..87493f5 100644
--- a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
+++ b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
@@ -1,5 +1,5 @@
 SUMMARY = "PIP is a tool for installing and managing Python packages"
-LICENSE = "MIT & GPL"
+LICENSE = "MIT & GPLv2+"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd00425a3465a0e4c81929b94241d3de"
 
 SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz"



More information about the Openembedded-commits mailing list