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
My project is under proprietary license and I have a MPL-2.0 dependency, that is shown to be incompatible with my project.
IANAL but my understanding is that the MPL-2.0 only cares about source code modifications, so there should be no compatibility issue here, since LicenseCheck is looking at compatibility with installed packages.
Am I missing something or is this a bug?
Many thanks.
The text was updated successfully, but these errors were encountered:
My take on this is that it'd be permissible to use an MPL library in an MIT/ Proprietary/ etc project as long as you disclose the lib, and provide the source/ access to the source. Before I make any changes, I'd like to consolidate my understanding best I can (as this would be a large impact change!)
For now the best option would be to include --ignore-license mpl
My project is under proprietary license and I have a MPL-2.0 dependency, that is shown to be incompatible with my project.
IANAL but my understanding is that the MPL-2.0 only cares about source code modifications, so there should be no compatibility issue here, since LicenseCheck is looking at compatibility with installed packages.
Am I missing something or is this a bug?
Many thanks.
The text was updated successfully, but these errors were encountered: