-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include license files in crates #44
Comments
Both our crates specify the license name in the |
The Cargo manual has this to say:
-- https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields So it does not really sound like it encourages license files to begin with. We do specify what license the crate is under already. And tools such as |
|
@faern I'm not asking you to use the |
Fixed in #46! Thanks for reporting. This was indeed easily fixed. If tools use it then it's just good 👍 |
This is now part of the just published |
Currently, the
LICENSE-APACHE
andLICENSE-MIT
files at the root of this repository are not included in thesystem-configuration
andsystem-configuration-sys
crates uploaded to crates.io, which is a problem for dependents who wish to properly honor licensing requirements. I believe that, in order to include them in the crates, it's necessary to copy the license files into the individual package roots (i.e., next to theCargo.toml
files).The text was updated successfully, but these errors were encountered: