Skip to content

Commit 3b70d1b

Browse files
Set all reuse annotations to override.
1 parent 4b210bc commit 3b70d1b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

REUSE.toml

+16-16
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ path = [
3434
".mailmap",
3535
".ignore",
3636
]
37-
precedence = "aggregate"
37+
precedence = "override"
3838
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
3939
SPDX-License-Identifier = "MIT or Apache-2.0"
4040

4141
[[annotations]]
4242
path = "compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp"
43-
precedence = "aggregate"
43+
precedence = "override"
4444
SPDX-FileCopyrightText = [
4545
"2003-2019 University of Illinois at Urbana-Champaign.",
4646
"The Rust Project Developers (see https://thanks.rust-lang.org)",
@@ -49,13 +49,13 @@ SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT
4949

5050
[[annotations]]
5151
path = "library/core/src/unicode/unicode_data.rs"
52-
precedence = "aggregate"
52+
precedence = "override"
5353
SPDX-FileCopyrightText = "1991-2022 Unicode, Inc. All rights reserved."
5454
SPDX-License-Identifier = "Unicode-DFS-2016"
5555

5656
[[annotations]]
5757
path = "library/std/src/sync/mpmc/**"
58-
precedence = "aggregate"
58+
precedence = "override"
5959
SPDX-FileCopyrightText = [
6060
"2019 The Crossbeam Project Developers",
6161
"The Rust Project Developers (see https://thanks.rust-lang.org)",
@@ -64,7 +64,7 @@ SPDX-License-Identifier = "MIT OR Apache-2.0"
6464

6565
[[annotations]]
6666
path = "library/std/src/sys/sync/mutex/fuchsia.rs"
67-
precedence = "aggregate"
67+
precedence = "override"
6868
SPDX-FileCopyrightText = [
6969
"2016 The Fuchsia Authors",
7070
"The Rust Project Developers (see https://thanks.rust-lang.org)",
@@ -73,19 +73,19 @@ SPDX-License-Identifier = "BSD-2-Clause AND (MIT OR Apache-2.0)"
7373

7474
[[annotations]]
7575
path = "src/test/rustdoc/auxiliary/enum-primitive.rs"
76-
precedence = "aggregate"
76+
precedence = "override"
7777
SPDX-FileCopyrightText = "2015 Anders Kaseorg <[email protected]>"
7878
SPDX-License-Identifier = "MIT"
7979

8080
[[annotations]]
8181
path = "src/librustdoc/html/static/fonts/FiraSans**"
82-
precedence = "aggregate"
82+
precedence = "override"
8383
SPDX-FileCopyrightText = ["2014, Mozilla Foundation", "2014, Telefonica S.A."]
8484
SPDX-License-Identifier = "OFL-1.1"
8585

8686
[[annotations]]
8787
path = "src/librustdoc/html/static/fonts/NanumBarun**"
88-
precedence = "aggregate"
88+
precedence = "override"
8989
SPDX-FileCopyrightText = "2010 NAVER Corporation"
9090
SPDX-License-Identifier = "OFL-1.1"
9191

@@ -94,19 +94,19 @@ path = [
9494
"src/librustdoc/html/static/fonts/SourceCodePro**",
9595
"src/librustdoc/html/static/fonts/SourceSerif4**",
9696
]
97-
precedence = "aggregate"
97+
precedence = "override"
9898
SPDX-FileCopyrightText = "2010, 2012, 2014-2023, Adobe Systems Incorporated"
9999
SPDX-License-Identifier = "OFL-1.1"
100100

101101
[[annotations]]
102102
path = "src/librustdoc/html/static/css/normalize.css"
103-
precedence = "aggregate"
103+
precedence = "override"
104104
SPDX-FileCopyrightText = "Nicolas Gallagher and Jonathan Neal"
105105
SPDX-License-Identifier = "MIT"
106106

107107
[[annotations]]
108108
path = "src/librustdoc/html/static/css/rustdoc.css"
109-
precedence = "aggregate"
109+
precedence = "override"
110110
SPDX-FileCopyrightText = [
111111
"2016 Ike Ku, Jessica Stokes and Leon Guan",
112112
"The Rust Project Developers (see https://thanks.rust-lang.org)",
@@ -115,13 +115,13 @@ SPDX-License-Identifier = "MIT OR Apache-2.0"
115115

116116
[[annotations]]
117117
path = "src/doc/rustc-dev-guide/mermaid.min.js"
118-
precedence = "aggregate"
118+
precedence = "override"
119119
SPDX-FileCopyrightText = "2014-2021 Knut Sveidqvist"
120120
SPDX-License-Identifier = "MIT"
121121

122122
[[annotations]]
123123
path = "library/backtrace/**"
124-
precedence = "aggregate"
124+
precedence = "override"
125125
SPDX-FileCopyrightText = [
126126
"2014 Alex Crichton",
127127
"The Rust Project Developers (see https://thanks.rust-lang.org)",
@@ -130,7 +130,7 @@ SPDX-License-Identifier = "MIT OR Apache-2.0"
130130

131131
[[annotations]]
132132
path = "src/doc/embedded-book/**"
133-
precedence = "aggregate"
133+
precedence = "override"
134134
SPDX-FileCopyrightText = [
135135
"Rust on Embedded Devices Working Group",
136136
"The Rust Project Developers (see https://thanks.rust-lang.org)",
@@ -139,7 +139,7 @@ SPDX-License-Identifier = "MIT OR Apache-2.0 OR CC-BY-SA-4.0"
139139

140140
[[annotations]]
141141
path = "src/doc/rust-by-example/**"
142-
precedence = "aggregate"
142+
precedence = "override"
143143
SPDX-FileCopyrightText = [
144144
"2014 Jorge Aparicio",
145145
"The Rust Project Developers (see https://thanks.rust-lang.org)",
@@ -148,7 +148,7 @@ SPDX-License-Identifier = "MIT OR Apache-2.0"
148148

149149
[[annotations]]
150150
path = "src/llvm-project/**"
151-
precedence = "aggregate"
151+
precedence = "override"
152152
SPDX-FileCopyrightText = [
153153
"2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT)",
154154
"2010 Apple Inc",

0 commit comments

Comments
 (0)