Skip to content
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

Support multiple license files #5933

Open
joshlf opened this issue Aug 23, 2018 · 3 comments
Open

Support multiple license files #5933

joshlf opened this issue Aug 23, 2018 · 3 comments
Labels
A-license Area: license handling A-manifest Area: Cargo.toml issues C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-team-input Status: Needs input from team on whether/how to proceed.

Comments

@joshlf
Copy link

joshlf commented Aug 23, 2018

Cargo's license-file manifest key allows a crate author to specify the path to a license file. However, some projects have different license files applying to different files. Cargo should add a new license-files (plural) key which takes an array of file paths, which would be mutually exclusive with the license-file key.

Discussion on internals here.

@alexcrichton alexcrichton added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Aug 23, 2018
@joshtriplett
Copy link
Member

cc @infinity0 since this will also require an update to debcargo.

@infinity0
Copy link
Contributor

Thanks, I'll keep an eye on it.

@ear7h
Copy link

ear7h commented Sep 14, 2020

I would like to take this on. Looks like it would be similar to 85d09d0 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-license Area: license handling A-manifest Area: Cargo.toml issues C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-team-input Status: Needs input from team on whether/how to proceed.
Projects
None yet
Development

No branches or pull requests

7 participants