dtolnay / inventory

Typed distributed plugin registration
Apache License 2.0
986 stars 43 forks source link

please include LICENSE-* files in published -impl crates #27

Closed decathorpe closed 3 years ago

decathorpe commented 3 years ago

The inventory-impl crates published to crates.io do not contain the LICENSE-APACHE and LICENSE-MIT files. For both those licenses, it's necessary to distribute the license text alongside the covered source code. This creates issues for (linux) distributions which redistribute the crate source code. Adding symlinks from the impl directory to the files in the root of the repository should be enough to fix this, if you're running cargo publish from linux or mac OS.

dtolnay commented 3 years ago

Thanks for reporting. I published inventory-impl 0.1.10 with the license files.

decathorpe commented 3 years ago

Wow, that was fast. Thanks!