feat: add support for the Mozilla Public License 2.0 - #541
Merged
Conversation
Adds "Mozilla Public License Version 2.0" as a license choice, listed after Apache 2.0 and before GPLv3 to keep the permissive-to-copyleft ordering of the existing options. The license text is the canonical Mozilla text, verbatim except for one stripped trailing space (the upstream text has one on the line defining "Larger Work"), which the generated project's trailing-whitespace hook would otherwise flag. Unlike the other options, no copyright holder is interpolated: MPL 2.0 has no copyright placeholder, and attribution belongs in the per-file Exhibit A notice rather than in the license text. Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
|
A PR has been generated to the instance repo: scverse/cookiecutter-scverse-instance#305 You can check out the PR to preview your changes in an instance of the cookiecutter template. |
Zethson
added a commit
to scverse/scverse-doc
that referenced
this pull request
Jul 26, 2026
cookiecutter-scverse gained a 'Mozilla Public License Version 2.0' choice in scverse/cookiecutter-scverse#541, so the template answer can now name it instead of MIT. Also strips one trailing space so LICENSE is byte-identical to the template's rendered text and to the trailing-whitespace hook's expectations. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Mozilla Public License 2.0 to the
licensechoices offered by the template.