What do you do if you build your project with an open-source library, but that library then changes its license to one you cannot easily work with? For example, you choose a library licensed under the terms of the LGPL, but later the provider announces that the new version is licensed under the more restrictive GPL? (or is it less restrictive!) Would you:
These are real-world issues and questions that probably occur more often than most of us realize. For example, the popular open source Javascript library, Ext-JS [1], has recently switched from a “nearly LGPL” license to the GPL v3. On the surface, the license change seems to align Ext with a dual-licensing model popular among commercial open source offerings, but some Ext users feel left in the lurch.
The original developer, Jack Slocum, explains how Ext started as a labor of love [2] but had to become commercial in order to continue. It's certainly a plausible story, but where does it leave the users who adopted Ext and helped make it popular under the more permissive license terms? Do they now have to ante up for commerical licenses, stop using new versions, or fork the project?
It's a dilemma, and it may be one you have faced or will face in the future. What would you do?
Links:
[1] http://extjs.com/
[2] http://mjg59.livejournal.com/84586.html?thread=718442#t718442