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 · 2 comments

Comments

Projects
None yet
4 participants
@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.

@joshtriplett

This comment has been minimized.

Copy link
Member

joshtriplett commented Aug 23, 2018

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

@infinity0

This comment has been minimized.

Copy link
Contributor

infinity0 commented Aug 25, 2018

Thanks, I'll keep an eye on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.