Skip to content

Commit 4b210bc

Browse files
Reformatted REUSE.toml
1 parent 1d9a563 commit 4b210bc

File tree

1 file changed

+70
-10
lines changed

1 file changed

+70
-10
lines changed

REUSE.toml

+70-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,50 @@
11
version = 1
22

33
[[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"]
4+
path = [
5+
"compiler/**",
6+
"library/**",
7+
"tests/**",
8+
"src/**",
9+
".github/**",
10+
"Cargo.lock",
11+
"Cargo.toml",
12+
"CODE_OF_CONDUCT.md",
13+
"config.example.toml",
14+
"configure",
15+
"CONTRIBUTING.md",
16+
"COPYRIGHT",
17+
"INSTALL.md",
18+
"LICENSE-APACHE",
19+
"LICENSE-MIT",
20+
"README.md",
21+
"RELEASES.md",
22+
"rustfmt.toml",
23+
"rust-bors.toml",
24+
"triagebot.toml",
25+
"x",
26+
"x.ps1",
27+
"x.py",
28+
".clang-format",
29+
".editorconfig",
30+
".git-blame-ignore-revs",
31+
".gitattributes",
32+
".gitignore",
33+
".gitmodules",
34+
".mailmap",
35+
".ignore",
36+
]
537
precedence = "aggregate"
638
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
739
SPDX-License-Identifier = "MIT or Apache-2.0"
840

941
[[annotations]]
1042
path = "compiler/rustc_llvm/llvm-wrapper/SymbolWrapper.cpp"
1143
precedence = "aggregate"
12-
SPDX-FileCopyrightText = ["2003-2019 University of Illinois at Urbana-Champaign.", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
44+
SPDX-FileCopyrightText = [
45+
"2003-2019 University of Illinois at Urbana-Champaign.",
46+
"The Rust Project Developers (see https://thanks.rust-lang.org)",
47+
]
1348
SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception AND (Apache-2.0 OR MIT)"
1449

1550
[[annotations]]
@@ -21,13 +56,19 @@ SPDX-License-Identifier = "Unicode-DFS-2016"
2156
[[annotations]]
2257
path = "library/std/src/sync/mpmc/**"
2358
precedence = "aggregate"
24-
SPDX-FileCopyrightText = ["2019 The Crossbeam Project Developers", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
59+
SPDX-FileCopyrightText = [
60+
"2019 The Crossbeam Project Developers",
61+
"The Rust Project Developers (see https://thanks.rust-lang.org)",
62+
]
2563
SPDX-License-Identifier = "MIT OR Apache-2.0"
2664

2765
[[annotations]]
2866
path = "library/std/src/sys/sync/mutex/fuchsia.rs"
2967
precedence = "aggregate"
30-
SPDX-FileCopyrightText = ["2016 The Fuchsia Authors", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
68+
SPDX-FileCopyrightText = [
69+
"2016 The Fuchsia Authors",
70+
"The Rust Project Developers (see https://thanks.rust-lang.org)",
71+
]
3172
SPDX-License-Identifier = "BSD-2-Clause AND (MIT OR Apache-2.0)"
3273

3374
[[annotations]]
@@ -49,7 +90,10 @@ SPDX-FileCopyrightText = "2010 NAVER Corporation"
4990
SPDX-License-Identifier = "OFL-1.1"
5091

5192
[[annotations]]
52-
path = ["src/librustdoc/html/static/fonts/SourceCodePro**", "src/librustdoc/html/static/fonts/SourceSerif4**"]
93+
path = [
94+
"src/librustdoc/html/static/fonts/SourceCodePro**",
95+
"src/librustdoc/html/static/fonts/SourceSerif4**",
96+
]
5397
precedence = "aggregate"
5498
SPDX-FileCopyrightText = "2010, 2012, 2014-2023, Adobe Systems Incorporated"
5599
SPDX-License-Identifier = "OFL-1.1"
@@ -63,7 +107,10 @@ SPDX-License-Identifier = "MIT"
63107
[[annotations]]
64108
path = "src/librustdoc/html/static/css/rustdoc.css"
65109
precedence = "aggregate"
66-
SPDX-FileCopyrightText = ["2016 Ike Ku, Jessica Stokes and Leon Guan", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
110+
SPDX-FileCopyrightText = [
111+
"2016 Ike Ku, Jessica Stokes and Leon Guan",
112+
"The Rust Project Developers (see https://thanks.rust-lang.org)",
113+
]
67114
SPDX-License-Identifier = "MIT OR Apache-2.0"
68115

69116
[[annotations]]
@@ -75,23 +122,36 @@ SPDX-License-Identifier = "MIT"
75122
[[annotations]]
76123
path = "library/backtrace/**"
77124
precedence = "aggregate"
78-
SPDX-FileCopyrightText = ["2014 Alex Crichton", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
125+
SPDX-FileCopyrightText = [
126+
"2014 Alex Crichton",
127+
"The Rust Project Developers (see https://thanks.rust-lang.org)",
128+
]
79129
SPDX-License-Identifier = "MIT OR Apache-2.0"
80130

81131
[[annotations]]
82132
path = "src/doc/embedded-book/**"
83133
precedence = "aggregate"
84-
SPDX-FileCopyrightText = ["Rust on Embedded Devices Working Group", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
134+
SPDX-FileCopyrightText = [
135+
"Rust on Embedded Devices Working Group",
136+
"The Rust Project Developers (see https://thanks.rust-lang.org)",
137+
]
85138
SPDX-License-Identifier = "MIT OR Apache-2.0 OR CC-BY-SA-4.0"
86139

87140
[[annotations]]
88141
path = "src/doc/rust-by-example/**"
89142
precedence = "aggregate"
90-
SPDX-FileCopyrightText = ["2014 Jorge Aparicio", "The Rust Project Developers (see https://thanks.rust-lang.org)"]
143+
SPDX-FileCopyrightText = [
144+
"2014 Jorge Aparicio",
145+
"The Rust Project Developers (see https://thanks.rust-lang.org)",
146+
]
91147
SPDX-License-Identifier = "MIT OR Apache-2.0"
92148

93149
[[annotations]]
94150
path = "src/llvm-project/**"
95151
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."]
152+
SPDX-FileCopyrightText = [
153+
"2003-2019 by the contributors listed in [CREDITS.TXT](https://github.com/rust-lang/llvm-project/blob/7738295178045041669876bf32b0543ec8319a5c/llvm/CREDITS.TXT)",
154+
"2010 Apple Inc",
155+
"2003-2019 University of Illinois at Urbana-Champaign.",
156+
]
97157
SPDX-License-Identifier = "NCSA AND Apache-2.0 WITH LLVM-exception"

0 commit comments

Comments
 (0)