-
Notifications
You must be signed in to change notification settings - Fork 148
/
REUSE.toml
295 lines (239 loc) · 8.79 KB
/
REUSE.toml
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
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.1.0/**"
SPDX-License-Identifier = "MPL-2.0"
SPDX-FileCopyrightText = "Bodil Stokke"
[[annotations]]
path = "cargo-0.60.0/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "clap-3.1.6/**"
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.82.1/**"
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 = "derive/**"
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "diesel-1.4.8/**"
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 = "exa-0.10.1/**"
SPDX-FileCopyrightText = "exa contributors"
SPDX-License-Identifier = "MIT"
[[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.26.0/**"
SPDX-FileCopyrightText = "The html5ever Project Developers"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "hyper-0.14.18/**"
SPDX-FileCopyrightText = "hyper contributors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "image-0.24.1/**"
SPDX-FileCopyrightText = "The image-rs Developers"
SPDX-License-Identifier = "MIT"
[[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 = "libc-0.2.124/**"
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 = "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-1.5.5/**"
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-13.0.0/**"
SPDX-FileCopyrightText = "ripgrep contributors"
SPDX-License-Identifier = "MIT OR Unlicense"
[[annotations]]
path = "ripgrep-13.0.0-tiny/**"
SPDX-FileCopyrightText = "ripgrep contributors"
SPDX-License-Identifier = "MIT OR Unlicense"
[[annotations]]
path = "serde-1.0.136/**"
SPDX-FileCopyrightText = "serde contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "serde_derive-1.0.136/**"
SPDX-FileCopyrightText = "serde contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "stm32f4-0.14.0/**"
SPDX-FileCopyrightText = "stm32-rs contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "style-servo/**"
SPDX-FileCopyrightText = "The Servo Project Developers"
SPDX-License-Identifier = "MPL-2.0"
[[annotations]]
path = "syn/**"
SPDX-FileCopyrightText = "syn contributors"
SPDX-License-Identifier = "MIT OR Apache-2.0"
[[annotations]]
path = "syn-1.0.89/**"
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.17.0/**"
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.19/**"
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 = "webrender-2022/**"
SPDX-FileCopyrightText = "The Mozilla Project Developers"
SPDX-License-Identifier = "MPL-2.0"
[[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"