-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Section 4 of the LGPL license states that
4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
This means that if you bundle or minify Fit.UI, you change the code, and changed code must be licensed as LGPL too.
In particular with bundling it is unclear how far this extends.
We suggest that you dual license Fit.UI with MIT or change to MIT completely.