-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy pathREUSE.toml
More file actions
360 lines (291 loc) · 10.8 KB
/
Copy pathREUSE.toml
File metadata and controls
360 lines (291 loc) · 10.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
version = 1
# Reuse annotations file.
#
# This file controls how reuse-tool finds copyright and license notices within
# source files. As the tool has a habit of picking up random uses of the word
# 'Copyright' within source code, and because it will complain that other files
# do not contain any specific copyright and license notifications, we usually
# just set a blanket license and copyright notice for a whole sub-tree at a
# time.
#
# See https://reuse.software and https://github.com/fsfe/reuse-tool for more
# details. We currently use reuse-tool version 4.0.3.
[[annotations]]
path = "await-call-tree/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "bitmaps-3.2.1/**"
SPDX-License-Identifier = "MPL-2.0"
SPDX-FileCopyrightText = "Bodil Stokke"
[[annotations]]
path = "bitmaps-3.2.1-new-solver/**"
SPDX-License-Identifier = "MPL-2.0"
SPDX-FileCopyrightText = "Bodil Stokke"
[[annotations]]
path = "cargo/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "cargo/socket2-0.2.3/**"
SPDX-FileCopyrightText = "Alex Crichton"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "cargo/url-1.5.1/**"
SPDX-FileCopyrightText = "The rust-url developers"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "cargo-0.87.1/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "clap_derive-4.5.32/**"
SPDX-FileCopyrightText = "clap contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "coercions/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "cranelift-codegen-0.119.0/**"
SPDX-FileCopyrightText = "The Cranelift Project Developers"
SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception"
[[annotations]]
path = "ctfe-stress-5/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "deep-vector/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "deeply-nested-multi/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "deeply-nested-multi-new-solver/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "derive/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "diesel-2.2.10/**"
SPDX-FileCopyrightText = "diesel contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "diesel-2.2.10-new-solver/**"
SPDX-FileCopyrightText = "diesel contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "encoding/**"
SPDX-FileCopyrightText = "encoding contributors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "eza-0.21.2/**"
SPDX-FileCopyrightText = "Christina Sørensen, eza contributors"
SPDX-License-Identifier = "EUPL-1.2"
[[annotations]]
path = "externs/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "futures/**"
SPDX-FileCopyrightText = "futures contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "helloworld/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "helloworld-tiny/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "html5ever/**"
SPDX-FileCopyrightText = [
"The html5ever Project Developers",
"tendril contributors"
]
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "html5ever-0.31.0/**"
SPDX-FileCopyrightText = "The html5ever Project Developers"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "html5ever-0.31.0-new-solver/**"
SPDX-FileCopyrightText = "The html5ever Project Developers"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "hyper-1.6.0/**"
SPDX-FileCopyrightText = "hyper contributors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "image-0.25.6/**"
SPDX-FileCopyrightText = "The image-rs Developers"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "include-blob/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "inflate/**"
SPDX-FileCopyrightText = "inflate contributors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "issue-46449/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "issue-58319/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "issue-88862/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "large-workspace/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "libc-0.2.172/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "many-assoc-items/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "match-stress/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "nalgebra-0.33.0/**"
SPDX-FileCopyrightText = "Sébastien Crozet"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "nalgebra-0.33.0-new-solver/**"
SPDX-FileCopyrightText = "Sébastien Crozet"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "piston-image/**"
SPDX-FileCopyrightText = "piston contributors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "projection-caching/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "regex/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "regex-automata-0.4.8/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "regression-31157/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "ripgrep-14.1.1/**"
SPDX-FileCopyrightText = "ripgrep contributors"
SPDX-License-Identifier = "MIT OR Unlicense"
[[annotations]]
path = "ripgrep-14.1.1-tiny/**"
SPDX-FileCopyrightText = "ripgrep contributors"
SPDX-License-Identifier = "MIT OR Unlicense"
[[annotations]]
path = "serde-1.0.219/**"
SPDX-FileCopyrightText = "serde contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "serde-1.0.219-new-solver/**"
SPDX-FileCopyrightText = "serde contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "serde-1.0.219-threads4/**"
SPDX-FileCopyrightText = "serde contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "serde_derive-1.0.219/**"
SPDX-FileCopyrightText = "serde contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "stm32f4-0.15.1/**"
SPDX-FileCopyrightText = "stm32-rs contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "syn/**"
SPDX-FileCopyrightText = "syn contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "syn-2.0.101/**"
SPDX-FileCopyrightText = "syn contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "syn-2.0.101-new-solver/**"
SPDX-FileCopyrightText = "syn contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "token-stream-stress/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tokio-webpush-simple/**"
SPDX-FileCopyrightText = [
"tokio-webpush-simple contributors",
"naive-tls contributors"
]
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "tt-muncher/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
# Vendored dependency of tt-muncher
[[annotations]]
path = "tt-muncher/quote-1.0.17-modified/**"
SPDX-FileCopyrightText = "quote contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "tuple-stress/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "typenum-1.18.0/**"
SPDX-FileCopyrightText = "typenum contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "typenum-1.18.0-new-solver/**"
SPDX-FileCopyrightText = "typenum contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "ucd/**"
SPDX-FileCopyrightText = "ucd contributors"
SPDX-License-Identifier = "MIT OR Unicode-DFS-2016"
[[annotations]]
path = "unicode-normalization-0.1.24/**"
SPDX-FileCopyrightText = "unicode-normalization contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "unify-linearly/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "unused-warnings/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "wf-projection-stress-65510/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "wg-grammar/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "wg-grammar-new-solver/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"