Problem Statement
README.md advertises MIT and shows a badge, but LICENSE is not
committed. The line near the end of README says "No LICENSE file is
currently committed — add one before publishing. Until then, all rights
reserved by default."
Why it matters
For an open-source project, missing license is a blocker. The badge is
truthful only relative to the publishing break.
Acceptance Criteria
LICENSE committed (full MIT text, copyright "PeerX Contributors").
Cargo.toml [package].license = "MIT".
- README is updated to remove the disclaimer.
Files Affected
LICENSE (new), Cargo.toml, README.md.
Difficulty / Effort 🥉 / XS
Labels documentation, legal, priority/critical
Problem Statement
README.mdadvertises MIT and shows a badge, butLICENSEis notcommitted. The line near the end of README says "No LICENSE file is
currently committed — add one before publishing. Until then, all rights
reserved by default."
Why it matters
For an open-source project, missing license is a blocker. The badge is
truthful only relative to the publishing break.
Acceptance Criteria
LICENSEcommitted (full MIT text, copyright "PeerX Contributors").Cargo.toml [package].license = "MIT".Files Affected
LICENSE(new),Cargo.toml,README.md.Difficulty / Effort 🥉 / XS
Labels
documentation,legal,priority/critical