|
|
Rockbox mail archiveSubject: RE: [Theme Editor] Weekly Status Report #7RE: [Theme Editor] Weekly Status Report #7
From: Mike Giacomelli <giac2000_at_hotmail.com>
Date: Sun, 4 Jul 2010 12:07:51 -0700
> Doesn't that mean we would need to license the sources as GPLv3 as
They're already licensed as GPLv3. GPLv2+ mean you have GPLv2 and GPLv3 licensing concurrently.
Basically, it says "choose between GPLv2 or GPLv3 as you like".
> Isn't> the intent of the GPLv3 to be a one-way conversion route? It sounds
The binary and source would both share GPLv3 licensing. The source would also have GPLv2 (but not the binary). GPL version conversion is one way in that the two licenses are incompatible (each imposes restrictions not allowed by the other). But theres no reason you can't have both on the same code, you just pick whichever one you want to follow when passing out binaries and source.
This sort of thing is actually very common. A lot of software is distributed under dual licenses. For instance mysql is GPL unless you pay, then you get a proprietary license which obviates the requirements of the GPL. In our case choosing GPLv3 removes the GPLv2 requirements on the binary, but does not relicense the actual source (which is impossible since you can't un-GPLv2 something after you distribute the source).
Page was last modified "Jan 10 2012" The Rockbox Crew |