Overview
The published crates lack a copy of the license text, even though the chosen MIT license requires that the copyright and permission notices “shall be included in all copies or substantial portions of the Software.”
How To Reproduce
Steps to reproduce this behavior:
curl -s -L https://crates.io/api/v1/crates/purl/0.1.6/download | tar -tz
- Observe that the
LICENSE file is not present in the crate
Expected Behavior
The published crate contains a copy of LICENSE
Additional Context
I plan to open a PR; the PR template asks me to crate an issue first.
Overview
The published crates lack a copy of the license text, even though the chosen MIT license requires that the copyright and permission notices “shall be included in all copies or substantial portions of the Software.”
How To Reproduce
Steps to reproduce this behavior:
curl -s -L https://crates.io/api/v1/crates/purl/0.1.6/download | tar -tzLICENSEfile is not present in the crateExpected Behavior
The published crate contains a copy of
LICENSEAdditional Context
I plan to open a PR; the PR template asks me to crate an issue first.