|
| 1 | +version = 1 |
| 2 | + |
| 3 | +[[annotations]] |
| 4 | +path = ["compiler/**", "library/**", "tests/**", "src/**", ".github/**", "Cargo.lock", "Cargo.toml", "CODE_OF_CONDUCT.md", "config.example.toml", "configure", "CONTRIBUTING.md", "COPYRIGHT", "INSTALL.md", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "RELEASES.md", "rustfmt.toml", "rust-bors.toml", "triagebot.toml", "x", "x.ps1", "x.py", ".clang-format", ".editorconfig", ".git-blame-ignore-revs", ".gitattributes", ".gitignore", ".gitmodules", ".mailmap", ".ignore"] |
| 5 | +precedence = "aggregate" |
| 6 | +SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)" |
| 7 | +SPDX-License-Identifier = "MIT or Apache-2.0" |
| 8 | + |
| 9 | +[[annotations]] |
| 10 | +path = "compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp" |
| 11 | +precedence = "aggregate" |
| 12 | +SPDX-FileCopyrightText = ["2003-2019 University of Illinois at Urbana-Champaign.", "The Rust Project Developers (see https://thanks.rust-lang.org)"] |
| 13 | +SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT)" |
| 14 | + |
| 15 | +[[annotations]] |
| 16 | +path = "library/core/src/unicode/unicode_data.rs" |
| 17 | +precedence = "aggregate" |
| 18 | +SPDX-FileCopyrightText = "1991-2022 Unicode, Inc. All rights reserved." |
| 19 | +SPDX-License-Identifier = "Unicode-DFS-2016" |
| 20 | + |
| 21 | +[[annotations]] |
| 22 | +path = "library/std/src/sync/mpmc/**" |
| 23 | +precedence = "aggregate" |
| 24 | +SPDX-FileCopyrightText = ["2019 The Crossbeam Project Developers", "The Rust Project Developers (see https://thanks.rust-lang.org)"] |
| 25 | +SPDX-License-Identifier = "MIT OR Apache-2.0" |
| 26 | + |
| 27 | +[[annotations]] |
| 28 | +path = "library/std/src/sys/sync/mutex/fuchsia.rs" |
| 29 | +precedence = "aggregate" |
| 30 | +SPDX-FileCopyrightText = ["2016 The Fuchsia Authors", "The Rust Project Developers (see https://thanks.rust-lang.org)"] |
| 31 | +SPDX-License-Identifier = "BSD-2-Clause AND (MIT OR Apache-2.0)" |
| 32 | + |
| 33 | +[[annotations]] |
| 34 | +path = "src/test/rustdoc/auxiliary/enum-primitive.rs" |
| 35 | +precedence = "aggregate" |
| 36 | +SPDX-FileCopyrightText = "2015 Anders Kaseorg <[email protected]>" |
| 37 | +SPDX-License-Identifier = "MIT" |
| 38 | + |
| 39 | +[[annotations]] |
| 40 | +path = "src/librustdoc/html/static/fonts/FiraSans**" |
| 41 | +precedence = "aggregate" |
| 42 | +SPDX-FileCopyrightText = ["2014, Mozilla Foundation", "2014, Telefonica S.A."] |
| 43 | +SPDX-License-Identifier = "OFL-1.1" |
| 44 | + |
| 45 | +[[annotations]] |
| 46 | +path = "src/librustdoc/html/static/fonts/NanumBarun**" |
| 47 | +precedence = "aggregate" |
| 48 | +SPDX-FileCopyrightText = "2010 NAVER Corporation" |
| 49 | +SPDX-License-Identifier = "OFL-1.1" |
| 50 | + |
| 51 | +[[annotations]] |
| 52 | +path = ["src/librustdoc/html/static/fonts/SourceCodePro**", "src/librustdoc/html/static/fonts/SourceSerif4**"] |
| 53 | +precedence = "aggregate" |
| 54 | +SPDX-FileCopyrightText = "2010, 2012, 2014-2023, Adobe Systems Incorporated" |
| 55 | +SPDX-License-Identifier = "OFL-1.1" |
| 56 | + |
| 57 | +[[annotations]] |
| 58 | +path = "src/librustdoc/html/static/css/normalize.css" |
| 59 | +precedence = "aggregate" |
| 60 | +SPDX-FileCopyrightText = "Nicolas Gallagher and Jonathan Neal" |
| 61 | +SPDX-License-Identifier = "MIT" |
| 62 | + |
| 63 | +[[annotations]] |
| 64 | +path = "src/librustdoc/html/static/css/rustdoc.css" |
| 65 | +precedence = "aggregate" |
| 66 | +SPDX-FileCopyrightText = ["2016 Ike Ku, Jessica Stokes and Leon Guan", "The Rust Project Developers (see https://thanks.rust-lang.org)"] |
| 67 | +SPDX-License-Identifier = "MIT OR Apache-2.0" |
| 68 | + |
| 69 | +[[annotations]] |
| 70 | +path = "src/doc/rustc-dev-guide/mermaid.min.js" |
| 71 | +precedence = "aggregate" |
| 72 | +SPDX-FileCopyrightText = "2014-2021 Knut Sveidqvist" |
| 73 | +SPDX-License-Identifier = "MIT" |
| 74 | + |
| 75 | +[[annotations]] |
| 76 | +path = "library/backtrace/**" |
| 77 | +precedence = "aggregate" |
| 78 | +SPDX-FileCopyrightText = ["2014 Alex Crichton", "The Rust Project Developers (see https://thanks.rust-lang.org)"] |
| 79 | +SPDX-License-Identifier = "MIT OR Apache-2.0" |
| 80 | + |
| 81 | +[[annotations]] |
| 82 | +path = "src/doc/embedded-book/**" |
| 83 | +precedence = "aggregate" |
| 84 | +SPDX-FileCopyrightText = ["Rust on Embedded Devices Working Group", "The Rust Project Developers (see https://thanks.rust-lang.org)"] |
| 85 | +SPDX-License-Identifier = "MIT OR Apache-2.0 OR CC-BY-SA-4.0" |
| 86 | + |
| 87 | +[[annotations]] |
| 88 | +path = "src/doc/rust-by-example/**" |
| 89 | +precedence = "aggregate" |
| 90 | +SPDX-FileCopyrightText = ["2014 Jorge Aparicio", "The Rust Project Developers (see https://thanks.rust-lang.org)"] |
| 91 | +SPDX-License-Identifier = "MIT OR Apache-2.0" |
| 92 | + |
| 93 | +[[annotations]] |
| 94 | +path = "src/llvm-project/**" |
| 95 | +precedence = "aggregate" |
| 96 | +SPDX-FileCopyrightText = ["2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT)", "2010 Apple Inc", "2003-2019 University of Illinois at Urbana-Champaign."] |
| 97 | +SPDX-License-Identifier = "NCSA AND Apache-2.0 WITH LLVM-exception" |
0 commit comments