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

git version control git at git.openembedded.org
Wed Jan 26 07:22:39 UTC 2011


Module: openembedded.git
Branch: master
Commit: 820c31e493c55849db09754c42d49ca65d75a135
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=820c31e493c55849db09754c42d49ca65d75a135

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