docs: state the contributor-license policy (issues yes, code no) - #70
Merged
Merged
Conversation
The repo had no contributor-license policy, so the default inbound = outbound applied: a merged outside patch would leave its author holding copyright on those lines, and the project could never change its own licensing terms again without tracking every past contributor down. This mirrors the policy already in force in felitronics-core.
AliceLafox
force-pushed
the
docs/contributor-policy
branch
from
September 13, 2026 18:32
91540c9 to
8b3fb63
Compare
…xist The policy sends a would-be contributor to an issue without saying what to put in it; a pasted patch carries the same copyright question in through the side door. And third-party dependencies were said to be recorded "with the project's notices" — this repo fetches minimp3 and nlohmann/json but keeps no such file, so the sentence promised a record that is not there.
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.
This repo had no contributor-license policy, so the default inbound = outbound applied: a single merged outside patch would leave its author holding copyright on those lines permanently, and the project could never change its own licensing terms again — dual-licensing, granting an exception, or shipping the code inside something else — without tracking every past contributor down.
Adopts the policy already in force in felitronics-core: issues and ideas welcome and credited, code PRs closed unmerged, reasoning stated in the file. No code, build or licence change.