forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 3
Draft: Upgrade to reuse 4.0.3 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,97 @@ | ||
| version = 1 | ||
|
|
||
| [[annotations]] | ||
| 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"] | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)" | ||
| SPDX-License-Identifier = "MIT or Apache-2.0" | ||
|
|
||
| [[annotations]] | ||
| path = "compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = ["2003-2019 University of Illinois at Urbana-Champaign.", "The Rust Project Developers (see https://thanks.rust-lang.org)"] | ||
| SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT)" | ||
|
|
||
| [[annotations]] | ||
| path = "library/core/src/unicode/unicode_data.rs" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = "1991-2022 Unicode, Inc. All rights reserved." | ||
| SPDX-License-Identifier = "Unicode-DFS-2016" | ||
|
|
||
| [[annotations]] | ||
| path = "library/std/src/sync/mpmc/**" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = ["2019 The Crossbeam Project Developers", "The Rust Project Developers (see https://thanks.rust-lang.org)"] | ||
| SPDX-License-Identifier = "MIT OR Apache-2.0" | ||
|
|
||
| [[annotations]] | ||
| path = "library/std/src/sys/sync/mutex/fuchsia.rs" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = ["2016 The Fuchsia Authors", "The Rust Project Developers (see https://thanks.rust-lang.org)"] | ||
| SPDX-License-Identifier = "BSD-2-Clause AND (MIT OR Apache-2.0)" | ||
|
|
||
| [[annotations]] | ||
| path = "src/test/rustdoc/auxiliary/enum-primitive.rs" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = "2015 Anders Kaseorg <[email protected]>" | ||
| SPDX-License-Identifier = "MIT" | ||
|
|
||
| [[annotations]] | ||
| path = "src/librustdoc/html/static/fonts/FiraSans**" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = ["2014, Mozilla Foundation", "2014, Telefonica S.A."] | ||
| SPDX-License-Identifier = "OFL-1.1" | ||
|
|
||
| [[annotations]] | ||
| path = "src/librustdoc/html/static/fonts/NanumBarun**" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = "2010 NAVER Corporation" | ||
| SPDX-License-Identifier = "OFL-1.1" | ||
|
|
||
| [[annotations]] | ||
| path = ["src/librustdoc/html/static/fonts/SourceCodePro**", "src/librustdoc/html/static/fonts/SourceSerif4**"] | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = "2010, 2012, 2014-2023, Adobe Systems Incorporated" | ||
| SPDX-License-Identifier = "OFL-1.1" | ||
|
|
||
| [[annotations]] | ||
| path = "src/librustdoc/html/static/css/normalize.css" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = "Nicolas Gallagher and Jonathan Neal" | ||
| SPDX-License-Identifier = "MIT" | ||
|
|
||
| [[annotations]] | ||
| path = "src/librustdoc/html/static/css/rustdoc.css" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = ["2016 Ike Ku, Jessica Stokes and Leon Guan", "The Rust Project Developers (see https://thanks.rust-lang.org)"] | ||
| SPDX-License-Identifier = "MIT OR Apache-2.0" | ||
|
|
||
| [[annotations]] | ||
| path = "src/doc/rustc-dev-guide/mermaid.min.js" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = "2014-2021 Knut Sveidqvist" | ||
| SPDX-License-Identifier = "MIT" | ||
|
|
||
| [[annotations]] | ||
| path = "library/backtrace/**" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = ["2014 Alex Crichton", "The Rust Project Developers (see https://thanks.rust-lang.org)"] | ||
| SPDX-License-Identifier = "MIT OR Apache-2.0" | ||
|
|
||
| [[annotations]] | ||
| path = "src/doc/embedded-book/**" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = ["Rust on Embedded Devices Working Group", "The Rust Project Developers (see https://thanks.rust-lang.org)"] | ||
| SPDX-License-Identifier = "MIT OR Apache-2.0 OR CC-BY-SA-4.0" | ||
|
|
||
| [[annotations]] | ||
| path = "src/doc/rust-by-example/**" | ||
| precedence = "aggregate" | ||
| SPDX-FileCopyrightText = ["2014 Jorge Aparicio", "The Rust Project Developers (see https://thanks.rust-lang.org)"] | ||
| SPDX-License-Identifier = "MIT OR Apache-2.0" | ||
|
|
||
| [[annotations]] | ||
| path = "src/llvm-project/**" | ||
| precedence = "aggregate" | ||
| 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."] | ||
| SPDX-License-Identifier = "NCSA AND Apache-2.0 WITH LLVM-exception" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,4 +11,4 @@ | |
| # pip-compile --allow-unsafe --generate-hashes reuse-requirements.in | ||
| # | ||
|
|
||
| reuse | ||
| reuse>=4.0,<5.0 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.