[oe-commits] Víctor Manuel Jáquez Leal : python-scons_1.3.0: fix licence type

git version control git at git.openembedded.org
Thu Feb 3 22:36:26 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: 4aa6127c99fe1e0fe19e045c0fe3437d5d224d4e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4aa6127c99fe1e0fe19e045c0fe3437d5d224d4e

Author: Víctor Manuel Jáquez Leal <vjaquez at igalia.com>
Date:   Wed Jan 26 01:02:45 2011 +0000

python-scons_1.3.0: fix licence type

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 <vjaquez at igalia.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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"
 





More information about the Openembedded-commits mailing list