|
| 1 | +# WARNING: this metadata is currently incomplete, do not rely on it yet. |
| 2 | + |
1 | 3 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
2 | 4 | Files-Excluded:
|
3 | 5 | src/llvm-project
|
4 | 6 |
|
5 |
| -Files: * |
| 7 | +# Note that we're explicitly listing the individual files at the root of the |
| 8 | +# repository rather than just having `Files: *`. This is explicitly done to |
| 9 | +# help downstream forks of the Rust compiler: this way, the files they add |
| 10 | +# won't be automatically marked as authored by the Rust project. |
| 11 | +Files: compiler/* |
| 12 | + library/* |
| 13 | + tests/* |
| 14 | + src/* |
| 15 | + .github/* |
| 16 | + Cargo.lock |
| 17 | + Cargo.toml |
| 18 | + CODE_OF_CONDUCT.md |
| 19 | + config.toml.example |
| 20 | + configure |
| 21 | + CONTRIBUTING.md |
| 22 | + COPYRIGHT |
| 23 | + LICENSE-APACHE |
| 24 | + LICENSE-MIT |
| 25 | + README.md |
| 26 | + RELEASES.md |
| 27 | + rustfmt.toml |
| 28 | + triagebot.toml |
| 29 | + x |
| 30 | + x.ps1 |
| 31 | + x.py |
| 32 | + .editorconfig |
| 33 | + .git-blame-ignore-revs |
| 34 | + .gitattributes |
| 35 | + .gitignore |
| 36 | + .gitmodules |
| 37 | + .mailmap |
6 | 38 | Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
|
7 | 39 | License: MIT or Apache-2.0
|
8 | 40 |
|
| 41 | +Files: compiler/rustc_apfloat/* |
| 42 | +Copyright: LLVM APFloat authors |
| 43 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 44 | +License: NCSA AND (MIT OR Apache-2.0) |
| 45 | + |
| 46 | +Files: compiler/rustc_codegen_cranelift/src/cranelift_native.rs |
| 47 | +Copyright: The Cranelift Project Developers |
| 48 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 49 | +License: Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT) |
| 50 | + |
| 51 | +Files: compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp |
| 52 | +Copyright: LLVM authors |
| 53 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 54 | +License: Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT) |
| 55 | + |
| 56 | +Files: library/core/src/unicode/unicode_data.rs |
| 57 | +Copyright: 1991-2022 Unicode, Inc. All rights reserved. |
| 58 | +License: Unicode-DFS-2016 |
| 59 | + |
| 60 | +Files: library/std/src/sync/mpmc/* |
| 61 | +Copyright: 2019 The Crossbeam Project Developers |
| 62 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 63 | +License: MIT OR Apache-2.0 |
| 64 | + |
| 65 | +Files: library/std/src/sys/unix/locks/fuchsia_mutex.rs |
| 66 | +Copyright: 2016 The Fuchsia Authors |
| 67 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 68 | +License: BSD-2-Clause AND (MIT OR Apache-2.0) |
| 69 | + |
| 70 | +Files: src/test/rustdoc/auxiliary/enum-primitive.rs |
| 71 | +Copyright: 2015 Anders Kaseorg < [email protected]> |
| 72 | +License: MIT |
| 73 | + |
9 | 74 | Files: src/librustdoc/html/static/fonts/FiraSans*
|
10 |
| -Copyright: 2014, Mozilla Foundation, 2014, Telefonica S.A. |
| 75 | +Copyright: 2014, Mozilla Foundation |
| 76 | + 2014, Telefonica S.A. |
11 | 77 | License: OFL-1.1
|
12 | 78 |
|
13 | 79 | Files: src/librustdoc/html/static/fonts/NanumBarun*
|
14 | 80 | Copyright: 2010 NAVER Corporation
|
15 | 81 | License: OFL-1.1
|
16 | 82 |
|
17 | 83 | Files: src/librustdoc/html/static/fonts/SourceCodePro*
|
18 |
| -Copyright: 2010, 2012 Adobe Systems Incorporated |
| 84 | + src/librustdoc/html/static/fonts/SourceSerif4* |
| 85 | +Copyright: 2010, 2012, 2014-2023, Adobe Systems Incorporated |
19 | 86 | License: OFL-1.1
|
20 | 87 |
|
21 |
| -Files: src/librustdoc/html/static/fonts/SourceSerif4* |
22 |
| -Copyright: 2014-2021 Adobe Systems Incorporated |
23 |
| -License: OFL-1.1 |
| 88 | +Files: src/librustdoc/html/static/css/normalize.css |
| 89 | +Copyright: Nicolas Gallagher and Jonathan Neal |
| 90 | +License: MIT |
| 91 | + |
| 92 | +Files: src/librustdoc/html/static/css/themes/ayu.css |
| 93 | +Copyright: Ike Ku, Jessica Stokes, Leon Guan |
| 94 | + The Rust Project Developers (see https://thanks.rust-lang.org) |
| 95 | +License: MIT OR Apache-2.0 |
| 96 | + |
| 97 | +Files: src/doc/rustc-dev-guide/mermaid.min.js |
| 98 | +Copyright: Knut Sveidqvist |
| 99 | +License: MIT |
0 commit comments