rust-lang / team

Rust teams structure
Apache License 2.0
309 stars 287 forks source link

feat: add missing license #1462

Closed weihanglo closed 4 months ago

weihanglo commented 4 months ago

We have put two license files in the repo root, but never declared them in Cargo.toml. This PR fills in the workspace.package.license field, so that every workspace members can just inherit from it.

This was found during the course of vendoring rustc-perf in rust-lang/rust: https://github.com/rust-lang/rust/pull/125465#issuecomment-2130745904.

weihanglo commented 4 months ago

Friendly ping @jackh726, if you've got time merging this :)