From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp4.mundo-r.com ([212.51.32.151]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1PhmIk-0002bD-UA for openembedded-devel@lists.openembedded.org; Tue, 25 Jan 2011 18:03:31 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcEABWRPk1bdWOb/2dsb2JhbACEE5I+jxGsAYM7AY0qgSODOHQEjCiFYw X-IronPort-AV: E=Sophos;i="4.60,375,1291590000"; d="scan'208";a="323575231" Received: from 155.99.117.91.static.mundo-r.com (HELO fanzine.igalia.com) ([91.117.99.155]) by smtp4.mundo-r.com with ESMTP; 25 Jan 2011 18:02:45 +0100 Received: from maestria.local.igalia.com ([192.168.10.14] helo=mail.igalia.com) by fanzine.igalia.com with esmtps (Cipher TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim) id 1PhmI2-0005zu-0J for ; Tue, 25 Jan 2011 18:02:46 +0100 Received: from ip148.dynamic.igalia.com ([192.168.10.148] helo=lit.local.igalia.com) by mail.igalia.com with esmtps (Cipher TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim) id 1PhmI1-0005zW-SW for ; Tue, 25 Jan 2011 18:02:45 +0100 Received: from vjaquez by lit.local.igalia.com with local (Exim 4.72) (envelope-from ) id 1PhmI1-0002PE-Fr for openembedded-devel@lists.openembedded.org; Tue, 25 Jan 2011 18:02:45 +0100 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= To: openembedded-devel@lists.openembedded.org Date: Tue, 25 Jan 2011 18:02:45 +0100 Message-Id: <1295974965-9220-1-git-send-email-vjaquez@igalia.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: References: MIME-Version: 1.0 Subject: [PATCHv3] python-scons_1.3.0: fix licence type X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2011 17:03:31 -0000 Content-Type: text/plain; charset=UTF-8 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 --- 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" -- 1.7.2.3