From 820c31e493c55849db09754c42d49ca65d75a135 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Wed, 26 Jan 2011 01:02:45 +0000 Subject: [PATCH] python-scons_1.3.0: fix licence type MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit According to the wiki [1], the licence of the project [2] is MIT, not GPL. 1. http://www.scons.org/wiki/FrequentlyAskedQuestions#head-4fe23271137d5e5e95370a1360909ca303157c0d 2. http://scons.tigris.org/source/browse/scons/trunk/LICENSE?revision=557&view=markup Signed-off-by: Víctor Manuel Jáquez Leal Signed-off-by: Khem Raj --- recipes/python/python-scons_1.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/python/python-scons_1.3.0.bb b/recipes/python/python-scons_1.3.0.bb index a0690d1723..82231f24e6 100644 --- a/recipes/python/python-scons_1.3.0.bb +++ b/recipes/python/python-scons_1.3.0.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A Software Construction Tool" SECTION = "devel/python" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "MIT" SRCNAME = "scons" PR = "r1" -- 2.47.2