| Submitter | Víctor Manuel Jáquez Leal |
|---|---|
| Date | Jan. 25, 2011, 4:16 p.m. |
| Message ID | <c47809e46ea6a0fa950c961b01213171d4bea774.1295971903.git.vjaquez@igalia.com> |
| Download | mbox | patch |
| Permalink | /patch/371/ |
| State | Superseded |
| Headers | show |
Comments
Op 25 jan 2011, om 17:16 heeft Víctor Manuel Jáquez Leal het volgende geschreven: > 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 Missing sign-off? Acked-by: Koen Kooi <koen@openembedded.org> > --- > 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 >
On Tue, Jan 25, 2011 at 05:22:02PM +0100, Koen Kooi wrote: > > Op 25 jan 2011, om 17:16 heeft Víctor Manuel Jáquez Leal het volgende geschreven: > > > 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 > > Missing sign-off? D'oh! Do I resend it? vmjl
Op 25 jan 2011, om 17:25 heeft Víctor M. Jáquez L. het volgende geschreven: > On Tue, Jan 25, 2011 at 05:22:02PM +0100, Koen Kooi wrote: >> >> Op 25 jan 2011, om 17:16 heeft Víctor Manuel Jáquez Leal het volgende geschreven: >> >>> 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 >> >> Missing sign-off? > > D'oh! > > Do I resend it? Just reply to it, patchwork will pick it up
Patch
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"