Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow MPL 2.0 License #719

Closed
davidperezgar opened this issue Oct 14, 2024 · 1 comment · Fixed by #755
Closed

Allow MPL 2.0 License #719

davidperezgar opened this issue Oct 14, 2024 · 1 comment · Fixed by #755
Labels
[Team] Plugin Review Issues owned by Plugin Review Team [Type] Enhancement A suggestion for improvement of an existing feature

Comments

@davidperezgar
Copy link
Member

davidperezgar commented Oct 14, 2024

The MPL 2.0 is compatible with GPL, and there are few instances of MPL 2.0 also in few plugins.

More information about the license:
https://www.gnu.org/licenses/license-list.en.html#MPL-2.0

Not other versions are compatible, so we should develop only for that version.

Links:
https://www.tldrlegal.com/license/mozilla-public-license-2-0-mpl-2#:~:text=MPL%20is%20a%20copyleft%20license,GPL%20version%202%20or%20greater.

https://www.mozilla.org/en-US/MPL/2.0/FAQ/

@chriscct7
Copy link
Member

Specifically versions below 2.0 are not compatible, so that can be version_compare'd against

@swissspidy swissspidy added [Type] Enhancement A suggestion for improvement of an existing feature [Team] Plugin Review Issues owned by Plugin Review Team labels Oct 23, 2024
syrusakbary added a commit to syrusakbary/plugin-check that referenced this issue Oct 27, 2024
davidperezgar added a commit that referenced this issue Oct 29, 2024
Added support for MPL-2.0 SPDX license. Fixes #719
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Team] Plugin Review Issues owned by Plugin Review Team [Type] Enhancement A suggestion for improvement of an existing feature
Projects
None yet
3 participants