xteejx wrote:They haven't. It wasn't a complete rewrite. Its still based on code from Ehud's roadmap for linux. If it contains even a single line of GPL code it MUST be GPL itself and as above, must be released immediately or hosted on something like github.
Sent from my Telenor_OneTouch using Tapatalk
That's assuming there were any outside (of Waze) contributors that did not agree to a re-licensing. Use of LGPL libraries (pretty much all of them) does not confer GPL status to code you wrote that uses said libraries. The code Ehud wrote is still Ehud's code, which he's free to license or transfer as he sees fit.
The GPL (v2 or v3) does not prevent you from forking
your own work and licensing as you see fit. It does however prevent you from forking someone else's work,
without their consent, and licensing it as you see fit, and from revoking availability of code as it existed while under a GPL license. This is why the code for the v2, and earlier, clients are still available. That said, an argument could be made for making the last v2.4.* code bases available instead of what's actually available, which is a bit older IIRC.