From patchwork Tue Jan 25 17:02:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [PATCHv3] python-scons_1.3.0: fix licence type Date: Tue, 25 Jan 2011 17:02:45 -0000 From: =?utf-8?q?V=C3=ADctor_Manuel_J=C3=A1quez_Leal_=3Cvjaquez=40igalia=2Ec?= =?utf-8?b?b20+?= X-Patchwork-Id: 372 Message-Id: <1295974965-9220-1-git-send-email-vjaquez@igalia.com> To: openembedded-devel@lists.openembedded.org 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 --- recipes/python/python-scons_1.3.0.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/python/python-scons_1.3.0.bb b/recipes/python/python-scons_1.3.0.bb index a0690d1..82231f2 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"