This is a tracking issue for [MCP 519: track licensing metadata with REUSE](https://github.com/rust-lang/compiler-team/issues/519) ### Steps - [x] Implement scaffolding to track metadata with REUSE - [x] Add step in CI to verify REUSE can parse all the metadata in the repository. - [x] Import copyright metadata from the Debian rustc package. - [x] Enhance the metadata with the existing text in the `COPYRIGHT` file and [issues labeled `A-licensing`](https://github.com/rust-lang/rust/labels/A-licensing). - [x] https://github.com/rust-lang/rust/issues/127361 - [x] https://github.com/rust-lang/rustc-perf/issues/1939 - [ ] Automatically include dependencies licensing in tarballs' `.reuse/dep5` in rustbuild. - [ ] Remove `LICENSE-MIT` and `LICENSE-APACHE`. - [ ] Auto-generate `src/librustdoc/html/static/COPYRIGHT.txt` - [ ] Auto-generate `COPYRIGHT` in source distributions and tarballs - [ ] Replace `COPYRIGHT` to explain we're using REUSE and instructions on how to lookup actual metadata. ### Implementation history * https://github.com/rust-lang/rust/pull/99415 * https://github.com/rust-lang/rust/pull/104139 * https://github.com/rust-lang/rust/pull/104439 * https://github.com/rust-lang/rust/pull/104527 * https://github.com/rust-lang/rust/pull/118445 * https://github.com/rust-lang/rust/pull/127923 * https://github.com/rust-lang/rustc-perf/pull/1951
This is a tracking issue for MCP 519: track licensing metadata with REUSE
Steps
COPYRIGHTfile and issues labeledA-licensing.REUSE.toml#127361collector/compile-benchmarksrustc-perf#1939.reuse/dep5in rustbuild.LICENSE-MITandLICENSE-APACHE.src/librustdoc/html/static/COPYRIGHT.txtCOPYRIGHTin source distributions and tarballsCOPYRIGHTto explain we're using REUSE and instructions on how to lookup actual metadata.Implementation history
COPYRIGHTfrom REUSE metadata #104439reuselook inside git submodules #118445