diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-12-12 06:52:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-12 06:52:49 +0100 |
| commit | 1ee83272fb7892957056f20c65b4da279cbcaf47 (patch) | |
| tree | c428ad7678c6bdea7c917ade8cc5638af2289373 /compiler/rustc_codegen_llvm/src | |
| parent | 5f5d2486022ad81e999d1135ad850c4085c65bd4 (diff) | |
| parent | eba02abb99cfce562607e8cf62836aa4a3ea557f (diff) | |
| download | rust-1ee83272fb7892957056f20c65b4da279cbcaf47.tar.gz rust-1ee83272fb7892957056f20c65b4da279cbcaf47.zip | |
Rollup merge of #118445 - ferrocene:jp-support-reuse-in-submodules, r=Mark-Simulacrum
Let `reuse` look inside git submodules Changes `collect-license-metadata` and `generate-copyright` so they can now look at the git submodules. Unfortunately `reuse` chokes on the LLVM submodule - it finds the word "Copyright" or the unicode copyright symbol in all kinds of places, including UTF-8 test cases. The `reuse` tool expressly won't let you ignore folders, so we let it scan everything and then strip out the LLVM sub-folder in post. Instead, we add in a hand-curated list of copyright information gleaned by reading the LLVM codebase carefully, which is stored in `.reuse/dep5` in Debian format where `reuse` can find and use it. The `.reuse/dep5` continues to track copyright info for files in the tree that do not have SPDX metadata in them (i.e. all of them)
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
