|
1 | 1 | # WARNING: this metadata is currently incomplete, do not rely on it yet. |
2 | 2 |
|
3 | 3 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
4 | | -Files-Excluded: |
5 | | - src/llvm-project |
6 | 4 |
|
7 | 5 | # Note that we're explicitly listing the individual files at the root of the |
8 | 6 | # repository rather than just having `Files: *`. This is explicitly done to |
@@ -39,13 +37,8 @@ Files: compiler/* |
39 | 37 | Copyright: The Rust Project Developers (see https://thanks.rust-lang.org) |
40 | 38 | License: MIT or Apache-2.0 |
41 | 39 |
|
42 | | -Files: compiler/rustc_codegen_cranelift/src/cranelift_native.rs |
43 | | -Copyright: The Cranelift Project Developers |
44 | | - The Rust Project Developers (see https://thanks.rust-lang.org) |
45 | | -License: Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT) |
46 | | - |
47 | 40 | Files: compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp |
48 | | -Copyright: LLVM authors |
| 41 | +Copyright: 2003-2019 University of Illinois at Urbana-Champaign. |
49 | 42 | The Rust Project Developers (see https://thanks.rust-lang.org) |
50 | 43 | License: Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT) |
51 | 44 |
|
@@ -85,11 +78,44 @@ Files: src/librustdoc/html/static/css/normalize.css |
85 | 78 | Copyright: Nicolas Gallagher and Jonathan Neal |
86 | 79 | License: MIT |
87 | 80 |
|
88 | | -Files: src/librustdoc/html/static/css/themes/ayu.css |
89 | | -Copyright: Ike Ku, Jessica Stokes, Leon Guan |
| 81 | +Files: src/librustdoc/html/static/css/rustdoc.css |
| 82 | +Copyright: 2016 Ike Ku, Jessica Stokes and Leon Guan |
90 | 83 | The Rust Project Developers (see https://thanks.rust-lang.org) |
91 | 84 | License: MIT OR Apache-2.0 |
92 | 85 |
|
93 | 86 | Files: src/doc/rustc-dev-guide/mermaid.min.js |
94 | | -Copyright: Knut Sveidqvist |
| 87 | +Copyright: 2014-2021 Knut Sveidqvist |
95 | 88 | License: MIT |
| 89 | + |
| 90 | +Files: library/backtrace/* |
| 91 | +Copyright: 2014 Alex Crichton |
| 92 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 93 | +License: MIT OR Apache-2.0 |
| 94 | + |
| 95 | +Files: src/doc/embedded-book/* |
| 96 | +Copyright: Rust on Embedded Devices Working Group |
| 97 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 98 | +License: MIT OR Apache-2.0 OR CC-BY-SA-4.0 |
| 99 | + |
| 100 | +Files: src/doc/rust-by-example/* |
| 101 | +Copyright: 2014 Jorge Aparicio |
| 102 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 103 | +License: MIT OR Apache-2.0 |
| 104 | + |
| 105 | +# Reuse cannot process the LLVM source tree, and so the copyrights for the LLVM |
| 106 | +# submodule are written out here manually. The collect-licence-metadata tool |
| 107 | +# has a specific exception coded within it to ignore ./src/llvm-project so |
| 108 | +# any time LLVM is updated, please revisit this section. The copyrights are |
| 109 | +# taken from the relevant LLVM sub-folders: llvm, lld, lldb, compiler-rt and libunwind. |
| 110 | +# |
| 111 | +# The git hash for the CREDITS.TXT file is taken from the current git submodule |
| 112 | +# commit for ./src/llvm-project. |
| 113 | +# |
| 114 | +# The copyright years were compiled by looking at all the relevant |
| 115 | +# ./src/llvm-project/*/LICENSE.txt files |
| 116 | + |
| 117 | +Files: src/llvm-project/* |
| 118 | +Copyright: 2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT) |
| 119 | + 2010 Apple Inc |
| 120 | + 2003-2019 University of Illinois at Urbana-Champaign. |
| 121 | +License: NCSA AND Apache-2.0 WITH LLVM-exception |
0 commit comments