chore: relicense to MPL-2.0 - #9
Merged
Merged
Conversation
comline-runtime is linked into user applications (generated protocol code depends on it), so unlike the GPL toolchain it takes weak, file-level copyleft: modifications to its own files stay open when distributed, proprietary apps may link it freely (MPL §3.3). - LICENSE: Mozilla Public License 2.0. - license = "MPL-2.0" on comline-runtime and the runtime-langs / extra-std member crates. - src/lib.rs: MPL Exhibit A header; drop the stale commented `# license = "Parity OR Prosperity"`. - README: written, with the License section. See docs/design/licensing.md for the project-wide split.
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.
Project-wide relicensing (see
docs/design/licensing.md).comline-runtimeis the one piece meant to ship inside your program — generated protocol code links it — so it takes MPL-2.0 rather than the toolchain's GPL-3.0-only.Weak, file-level copyleft: modifications to this crate's own files must stay open when distributed; linking it into proprietary software is explicitly fine (MPL §3.3). That's what keeps commercial use of Comline unaffected.
LICENSE= MPL 2.0.license = "MPL-2.0"oncomline-runtime+ theruntime-langs/runtime-std-extramember crates.src/lib.rs: MPL Exhibit A header; removed a stale commented-outParity OR Prosperitylicense line.README.md: written.Builds green (default +
--no-default-features). Sole copyright holder.