-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as not planned
Closed as not planned
Copy link
Labels
A-licenseArea: license handlingArea: license handlingC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-initCommand-newCommand-packageCommand-publishS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.
Description
Problem
I just ran cargo new
in a workspace and I had to manually copy over the license files.
Proposed Solution
LICENSE
/ LICENSE-*
file names are a fairly strong convention that automatically linking them into a new package automatically seems to fit in along with our other workspace inheritance logic.
iirc we automatically move workspace.package.license-file
into the package on publish, so we could skip this if that is set.
Notes
No response
andrewbanchichandrewbanchich
Metadata
Metadata
Assignees
Labels
A-licenseArea: license handlingArea: license handlingC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Command-initCommand-newCommand-packageCommand-publishS-needs-team-inputStatus: Needs input from team on whether/how to proceed.Status: Needs input from team on whether/how to proceed.