Add license files into the capi crate tarball#73
Add license files into the capi crate tarball#73Mark-Simulacrum merged 1 commit intorust-lang:mainfrom
Conversation
|
@Mark-Simulacrum, can you please take a look? This PR will help address Chromium bug at https://crbug.com/378273840 |
Symlinks are added up to the license files in the repository root. This ensures projects that include the source code for this project will also get a copy of the licenses. Fixes rust-lang#72.
c12b17c to
ba32b6e
Compare
|
Thanks @Mark-Simulacrum! Could you please also release a new version (with the license files) to https://crates.io/crates/rustc-demangle-capi/versions? |
|
@alexcrichton, would it be possible to publish a new version of this crate please (including the PR here with symlinks that help to publish license files)? This would help Chromium's efforts to automate generation of software-bill-of-materials (SBOM) as tracked in https://crbug.com/378273840. I see that you are the publisher of |
|
I've handed off maintenance of this crate to rust-lang folks, so I would recommend raising this on Zulip perhaps to request a release |
This includes the license files (see rust-lang#73).
|
published, opened PR to bump the in-tree version number: #79 |
This includes the license files (see #73).
Symlinks are added up to the license files in the repository root.
This ensures projects that include the source code for this project will also get a copy of the licenses.
Fixes #72.