You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm thinking about using OSMBonusPack in my project, but the LGPL licence is a
huge obstacle.
Is there any discussion about changing the licence ?
Thanks guys
Original issue reported on code.google.com by mathieu.debrito on 17 Sep 2014 at 7:21
The text was updated successfully, but these errors were encountered:
Well, the discussion can start here, and now :-)
The status:
- OSMBonusPack uses LGPL 3.0
- osmdroid was using LGPL until mid-2013, then moved to Apache 2.0 (osmdroid
issue #485).
Could you detail the huge obstacle of LGPL 3.0, compared to Apache 2.0?
Sure,
I heard about the fact that : with LGPL 3.0, we must set as LGPL the parts of
our work that uses LGPL 3.0 licences.
But actually (after some more reading about it), it's not true right ?
I want to make an app that uses OSMBonusPack, the app will have a paid version
and the code will not go open source. What should I do ?
Original comment by mathieu.debrito on 17 Sep 2014 at 8:31
As far as I understand opensource licences (I'm not a layer...):
- You can use a LPGL library - as it is - to build your own app ("work that
uses the Library"). Your app can be close-source, and sold. Apache licence is
similar on this.
- You can modify the LGPL lib ("derivative work") => in this case, your change
must be LGPL as well (open source, and free of charge). This is the main
difference with Apache licence.
So:
- Yes, you can use OSMBonusPack to build your close-source app, and then sell
this app.
- But if you want to fork OSMBonusPack, this fork must be opensource, and LGPL
as well.
Original issue reported on code.google.com by
mathieu.debrito
on 17 Sep 2014 at 7:21The text was updated successfully, but these errors were encountered: