blob: 5b764dcd41c86eb29b0f0213b89120df8dbe3839 [file] [log] [blame]
Bob Badourb80dfee2021-01-07 03:34:31 +00001//
2// Copyright (C) 2020 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15
16package {
Bob Badourb545c5f2021-01-23 14:35:55 -080017 default_visibility: ["//visibility:public"],
18 default_applicable_licenses: ["Android-Apache-2.0"],
Bob Badourb80dfee2021-01-07 03:34:31 +000019}
20
21license {
Bob Badourb545c5f2021-01-23 14:35:55 -080022 name: "Android-Apache-2.0",
Bob Badour414719e2021-04-15 12:43:39 -070023 package_name: "Android",
Bob Badourb545c5f2021-01-23 14:35:55 -080024 license_kinds: ["SPDX-license-identifier-Apache-2.0"],
25 copyright_notice: "Copyright (C) The Android Open Source Project",
26 license_text: ["LICENSE"],
Bob Badourb80dfee2021-01-07 03:34:31 +000027}
28
29license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -080030 name: "SPDX-license-identifier-0BSD",
31 conditions: ["unencumbered"],
32 url: "https://spdx.org/licenses/0BSD",
33}
34
35license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080036 name: "SPDX-license-identifier-AFL-1.1",
37 conditions: ["by_exception_only"],
38 url: "https://spdx.org/licenses/AFL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000039}
40
41license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080042 name: "SPDX-license-identifier-AFL-1.2",
43 conditions: ["by_exception_only"],
44 url: "https://spdx.org/licenses/AFL-1.2.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000045}
46
47license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080048 name: "SPDX-license-identifier-AFL-2.0",
49 conditions: ["by_exception_only"],
50 url: "https://spdx.org/licenses/AFL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000051}
52
53license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080054 name: "SPDX-license-identifier-AFL-2.1",
55 conditions: ["notice"],
56 url: "https://spdx.org/licenses/AFL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000057}
58
59license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080060 name: "SPDX-license-identifier-AFL-3.0",
61 conditions: ["notice"],
62 url: "https://spdx.org/licenses/AFL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000063}
64
65license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080066 name: "SPDX-license-identifier-AGPL",
67 conditions: [
68 "by_exception_only",
69 "not_allowed",
70 ],
71 url: "https://spdx.org/licenses/AGPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000072}
73
74license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080075 name: "SPDX-license-identifier-AGPL-1.0",
76 conditions: [
77 "by_exception_only",
78 "not_allowed",
79 ],
80 url: "https://spdx.org/licenses/AGPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000081}
82
83license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080084 name: "SPDX-license-identifier-AGPL-1.0-only",
85 conditions: [
86 "by_exception_only",
87 "not_allowed",
88 ],
89 url: "https://spdx.org/licenses/AGPL-1.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000090}
91
92license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080093 name: "SPDX-license-identifier-AGPL-1.0-or-later",
94 conditions: [
95 "by_exception_only",
96 "not_allowed",
97 ],
98 url: "https://spdx.org/licenses/AGPL-1.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000099}
100
101license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800102 name: "SPDX-license-identifier-AGPL-3.0",
103 conditions: [
104 "by_exception_only",
105 "not_allowed",
106 ],
107 url: "https://spdx.org/licenses/AGPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000108}
109
110license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800111 name: "SPDX-license-identifier-AGPL-3.0-only",
112 conditions: [
113 "by_exception_only",
114 "not_allowed",
115 ],
116 url: "https://spdx.org/licenses/AGPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000117}
118
119license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800120 name: "SPDX-license-identifier-AGPL-3.0-or-later",
121 conditions: [
122 "by_exception_only",
123 "not_allowed",
124 ],
125 url: "https://spdx.org/licenses/AGPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000126}
127
128license_kind {
Bob Badour304fe7f2021-01-27 16:51:36 -0800129 name: "SPDX-license-identifier-APSL-1.1",
130 conditions: [
131 "reciprocal",
132 ],
133 url: "https://spdx.org/licenses/APSL-1.1.html",
134}
135
136license_kind {
137 name: "SPDX-license-identifier-APSL-2.0",
138 conditions: [
139 "reciprocal",
140 ],
141 url: "https://spdx.org/licenses/APSL-2.0.html",
142}
143
144license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800145 name: "SPDX-license-identifier-Apache",
146 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000147}
148
149license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800150 name: "SPDX-license-identifier-Apache-1.0",
151 conditions: ["notice"],
152 url: "https://spdx.org/licenses/Apache-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000153}
154
155license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800156 name: "SPDX-license-identifier-Apache-1.1",
157 conditions: ["notice"],
158 url: "https://spdx.org/licenses/Apache-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000159}
160
161license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800162 name: "SPDX-license-identifier-Apache-2.0",
163 conditions: ["notice"],
164 url: "https://spdx.org/licenses/Apache-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000165}
166
167license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800168 name: "SPDX-license-identifier-Artistic",
169 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000170}
171
172license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800173 name: "SPDX-license-identifier-Artistic-1.0",
174 conditions: ["notice"],
175 url: "https://spdx.org/licenses/Artistic-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000176}
177
178license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800179 name: "SPDX-license-identifier-Artistic-1.0-Perl",
180 conditions: ["notice"],
181 url: "https://spdx.org/licenses/Artistic-1.0-Perl.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000182}
183
184license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800185 name: "SPDX-license-identifier-Artistic-1.0-cl8",
186 conditions: ["notice"],
187 url: "https://spdx.org/licenses/Artistic-1.0-cl8.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000188}
189
190license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800191 name: "SPDX-license-identifier-Artistic-2.0",
192 conditions: ["notice"],
193 url: "https://spdx.org/licenses/Artistic-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000194}
195
196license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800197 name: "SPDX-license-identifier-BSD",
198 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000199}
200
201license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800202 name: "SPDX-license-identifier-BSD-1-Clause",
203 conditions: ["notice"],
204 url: "https://spdx.org/licenses/BSD-1-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000205}
206
207license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800208 name: "SPDX-license-identifier-BSD-2-Clause",
209 conditions: ["notice"],
210 url: "https://spdx.org/licenses/BSD-2-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000211}
212
213license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800214 name: "SPDX-license-identifier-BSD-2-Clause-FreeBSD",
215 conditions: ["notice"],
216 url: "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000217}
218
219license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800220 name: "SPDX-license-identifier-BSD-2-Clause-NetBSD",
221 conditions: ["notice"],
222 url: "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000223}
224
225license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800226 name: "SPDX-license-identifier-BSD-2-Clause-Patent",
227 conditions: ["notice"],
228 url: "https://spdx.org/licenses/BSD-2-Clause-Patent.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000229}
230
231license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800232 name: "SPDX-license-identifier-BSD-3-Clause",
233 conditions: ["notice"],
234 url: "https://spdx.org/licenses/BSD-3-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000235}
236
237license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800238 name: "SPDX-license-identifier-BSD-3-Clause-Attribution",
239 conditions: ["notice"],
240 url: "https://spdx.org/licenses/BSD-3-Clause-Attribution.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000241}
242
243license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800244 name: "SPDX-license-identifier-BSD-3-Clause-Clear",
245 conditions: ["notice"],
246 url: "https://spdx.org/licenses/BSD-3-Clause-Clear.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000247}
248
249license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800250 name: "SPDX-license-identifier-BSD-3-Clause-LBNL",
251 conditions: ["notice"],
252 url: "https://spdx.org/licenses/BSD-3-Clause-LBNL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000253}
254
255license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800256 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-License",
257 conditions: ["notice"],
258 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000259}
260
261license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800262 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-License-2014",
263 conditions: ["notice"],
264 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000265}
266
267license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800268 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-Warranty",
269 conditions: ["notice"],
270 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000271}
272
273license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800274 name: "SPDX-license-identifier-BSD-3-Clause-Open-MPI",
275 conditions: ["notice"],
276 url: "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000277}
278
279license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800280 name: "SPDX-license-identifier-BSD-4-Clause",
281 conditions: ["notice"],
282 url: "https://spdx.org/licenses/BSD-4-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000283}
284
285license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800286 name: "SPDX-license-identifier-BSD-4-Clause-UC",
287 conditions: ["notice"],
288 url: "https://spdx.org/licenses/BSD-4-Clause-UC.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000289}
290
291license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800292 name: "SPDX-license-identifier-BSD-Protection",
293 conditions: ["notice"],
294 url: "https://spdx.org/licenses/BSD-Protection.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000295}
296
297license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800298 name: "SPDX-license-identifier-BSD-Source-Code",
299 conditions: ["notice"],
300 url: "https://spdx.org/licenses/BSD-Source-Code.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000301}
302
303license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800304 name: "SPDX-license-identifier-BSL-1.0",
305 conditions: ["notice"],
306 url: "https://spdx.org/licenses/BSL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000307}
308
309license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800310 name: "SPDX-license-identifier-Beerware",
Bob Badour7a105302021-02-02 12:08:28 -0800311 conditions: ["notice"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800312 url: "https://spdx.org/licenses/Beerware.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000313}
314
315license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800316 name: "SPDX-license-identifier-CC-BY",
317 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000318}
319
320license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800321 name: "SPDX-license-identifier-CC-BY-1.0",
322 conditions: ["notice"],
323 url: "https://spdx.org/licenses/CC-BY-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000324}
325
326license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800327 name: "SPDX-license-identifier-CC-BY-2.0",
328 conditions: ["notice"],
329 url: "https://spdx.org/licenses/CC-BY-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000330}
331
332license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800333 name: "SPDX-license-identifier-CC-BY-2.5",
334 conditions: ["notice"],
335 url: "https://spdx.org/licenses/CC-BY-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000336}
337
338license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800339 name: "SPDX-license-identifier-CC-BY-3.0",
340 conditions: ["notice"],
341 url: "https://spdx.org/licenses/CC-BY-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000342}
343
344license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800345 name: "SPDX-license-identifier-CC-BY-4.0",
346 conditions: ["notice"],
347 url: "https://spdx.org/licenses/CC-BY-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000348}
349
350license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800351 name: "SPDX-license-identifier-CC-BY-NC",
352 conditions: [
353 "by_exception_only",
354 "not_allowed",
355 ],
Bob Badourb80dfee2021-01-07 03:34:31 +0000356}
357
358license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800359 name: "SPDX-license-identifier-CC-BY-NC-1.0",
360 conditions: [
361 "by_exception_only",
362 "not_allowed",
363 ],
364 url: "https://spdx.org/licenses/CC-BY-NC-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000365}
366
367license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800368 name: "SPDX-license-identifier-CC-BY-NC-2.0",
369 conditions: [
370 "by_exception_only",
371 "not_allowed",
372 ],
373 url: "https://spdx.org/licenses/CC-BY-NC-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000374}
375
376license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800377 name: "SPDX-license-identifier-CC-BY-NC-2.5",
378 conditions: [
379 "by_exception_only",
380 "not_allowed",
381 ],
382 url: "https://spdx.org/licenses/CC-BY-NC-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000383}
384
385license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800386 name: "SPDX-license-identifier-CC-BY-NC-3.0",
387 conditions: [
388 "by_exception_only",
389 "not_allowed",
390 ],
391 url: "https://spdx.org/licenses/CC-BY-NC-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000392}
393
394license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800395 name: "SPDX-license-identifier-CC-BY-NC-4.0",
396 conditions: [
397 "by_exception_only",
398 "not_allowed",
399 ],
400 url: "https://spdx.org/licenses/CC-BY-NC-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000401}
402
403license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800404 name: "SPDX-license-identifier-CC-BY-NC-ND-1.0",
405 conditions: [
406 "by_exception_only",
407 "not_allowed",
408 ],
409 url: "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000410}
411
412license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800413 name: "SPDX-license-identifier-CC-BY-NC-ND-2.0",
414 conditions: [
415 "by_exception_only",
416 "not_allowed",
417 ],
418 url: "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000419}
420
421license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800422 name: "SPDX-license-identifier-CC-BY-NC-ND-2.5",
423 conditions: [
424 "by_exception_only",
425 "not_allowed",
426 ],
427 url: "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000428}
429
430license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800431 name: "SPDX-license-identifier-CC-BY-NC-ND-3.0",
432 conditions: [
433 "by_exception_only",
434 "not_allowed",
435 ],
436 url: "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000437}
438
439license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800440 name: "SPDX-license-identifier-CC-BY-NC-ND-4.0",
441 conditions: [
442 "by_exception_only",
443 "not_allowed",
444 ],
445 url: "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000446}
447
448license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800449 name: "SPDX-license-identifier-CC-BY-NC-SA-1.0",
450 conditions: [
451 "by_exception_only",
452 "not_allowed",
453 ],
454 url: "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000455}
456
457license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800458 name: "SPDX-license-identifier-CC-BY-NC-SA-2.0",
459 conditions: [
460 "by_exception_only",
461 "not_allowed",
462 ],
463 url: "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000464}
465
466license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800467 name: "SPDX-license-identifier-CC-BY-NC-SA-2.5",
468 conditions: [
469 "by_exception_only",
470 "not_allowed",
471 ],
472 url: "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000473}
474
475license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800476 name: "SPDX-license-identifier-CC-BY-NC-SA-3.0",
477 conditions: [
478 "by_exception_only",
479 "not_allowed",
480 ],
481 url: "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000482}
483
484license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800485 name: "SPDX-license-identifier-CC-BY-NC-SA-4.0",
486 conditions: [
487 "by_exception_only",
488 "not_allowed",
489 ],
490 url: "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000491}
492
493license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800494 name: "SPDX-license-identifier-CC-BY-ND",
Bob Badourdf6099d2021-11-15 17:52:08 -0800495 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000496}
497
498license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800499 name: "SPDX-license-identifier-CC-BY-ND-1.0",
Bob Badourdf6099d2021-11-15 17:52:08 -0800500 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800501 url: "https://spdx.org/licenses/CC-BY-ND-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000502}
503
504license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800505 name: "SPDX-license-identifier-CC-BY-ND-2.0",
Bob Badourdf6099d2021-11-15 17:52:08 -0800506 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800507 url: "https://spdx.org/licenses/CC-BY-ND-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000508}
509
510license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800511 name: "SPDX-license-identifier-CC-BY-ND-2.5",
Bob Badourdf6099d2021-11-15 17:52:08 -0800512 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800513 url: "https://spdx.org/licenses/CC-BY-ND-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000514}
515
516license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800517 name: "SPDX-license-identifier-CC-BY-ND-3.0",
Bob Badourdf6099d2021-11-15 17:52:08 -0800518 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800519 url: "https://spdx.org/licenses/CC-BY-ND-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000520}
521
522license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800523 name: "SPDX-license-identifier-CC-BY-ND-4.0",
Bob Badourdf6099d2021-11-15 17:52:08 -0800524 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800525 url: "https://spdx.org/licenses/CC-BY-ND-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000526}
527
528license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800529 name: "SPDX-license-identifier-CC-BY-SA",
530 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000531}
532
533license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800534 name: "SPDX-license-identifier-CC-BY-SA-1.0",
535 conditions: ["restricted"],
536 url: "https://spdx.org/licenses/CC-BY-SA-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000537}
538
539license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800540 name: "SPDX-license-identifier-CC-BY-SA-2.0",
541 conditions: ["restricted"],
542 url: "https://spdx.org/licenses/CC-BY-SA-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000543}
544
545license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800546 name: "SPDX-license-identifier-CC-BY-SA-2.5",
547 conditions: ["restricted"],
548 url: "https://spdx.org/licenses/CC-BY-SA-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000549}
550
551license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800552 name: "SPDX-license-identifier-CC-BY-SA-3.0",
553 conditions: ["restricted"],
554 url: "https://spdx.org/licenses/CC-BY-SA-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000555}
556
557license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800558 name: "SPDX-license-identifier-CC-BY-SA-4.0",
559 conditions: ["restricted"],
560 url: "https://spdx.org/licenses/CC-BY-SA-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000561}
562
563license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800564 name: "SPDX-license-identifier-CC-BY-SA-ND",
Bob Badourdf6099d2021-11-15 17:52:08 -0800565 conditions: [
566 "restricted",
567 "by_exception_only",
568 ],
Bob Badourb80dfee2021-01-07 03:34:31 +0000569}
570
571license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800572 name: "SPDX-license-identifier-CC0-1.0",
573 conditions: ["unencumbered"],
574 url: "https://spdx.org/licenses/CC0-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000575}
576
577license_kind {
Bob Badourf34e4412021-01-26 00:02:44 -0800578 name: "SPDX-license-identifier-CDDL",
579 conditions: ["reciprocal"],
580}
581
582license_kind {
583 name: "SPDX-license-identifier-CDDL-1.0",
584 conditions: ["reciprocal"],
585 url: "https://spdx.org/licenses/CDLL-1.0.html",
586}
587
588license_kind {
589 name: "SPDX-license-identifier-CDDL-1.1",
590 conditions: ["reciprocal"],
591 url: "https://spdx.org/licenses/CDLL-1.1.html",
592}
593
594license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800595 name: "SPDX-license-identifier-CPAL-1.0",
596 conditions: [
597 "by_exception_only",
598 "not_allowed",
599 ],
600 url: "https://spdx.org/licenses/CPAL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000601}
602
603license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800604 name: "SPDX-license-identifier-CPL-1.0",
605 conditions: ["reciprocal"],
606 url: "https://spdx.org/licenses/CPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000607}
608
609license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800610 name: "SPDX-license-identifier-EPL",
611 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000612}
613
614license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800615 name: "SPDX-license-identifier-EPL-1.0",
616 conditions: ["reciprocal"],
617 url: "https://spdx.org/licenses/EPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000618}
619
620license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800621 name: "SPDX-license-identifier-EPL-2.0",
622 conditions: ["reciprocal"],
623 url: "https://spdx.org/licenses/EPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000624}
625
626license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800627 name: "SPDX-license-identifier-EUPL",
628 conditions: [
629 "by_exception_only",
630 "not_allowed",
631 ],
Bob Badourb80dfee2021-01-07 03:34:31 +0000632}
633
634license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800635 name: "SPDX-license-identifier-EUPL-1.0",
636 conditions: [
637 "by_exception_only",
638 "not_allowed",
639 ],
640 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000641}
642
643license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800644 name: "SPDX-license-identifier-EUPL-1.1",
645 conditions: [
646 "by_exception_only",
647 "not_allowed",
648 ],
649 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000650}
651
652license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800653 name: "SPDX-license-identifier-EUPL-1.2",
654 conditions: [
655 "by_exception_only",
656 "not_allowed",
657 ],
658 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000659}
660
661license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -0800662 name: "SPDX-license-identifier-FSFAP",
663 conditions: ["notice"],
664 url: "https://spdx.org/licenses/FSFAP",
665}
666
667license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800668 name: "SPDX-license-identifier-FTL",
669 conditions: ["notice"],
670 url: "https://spdx.org/licenses/FTL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000671}
672
673license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -0800674 name: "SPDX-license-identifier-GFDL",
675 conditions: ["by_exception_only"],
676}
677
678license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800679 name: "SPDX-license-identifier-GPL",
680 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000681}
682
683license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800684 name: "SPDX-license-identifier-GPL-1.0",
685 conditions: ["restricted"],
686 url: "https://spdx.org/licenses/GPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000687}
688
689license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800690 name: "SPDX-license-identifier-GPL-1.0+",
691 conditions: ["restricted"],
692 url: "https://spdx.org/licenses/GPL-1.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000693}
694
695license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800696 name: "SPDX-license-identifier-GPL-1.0-only",
697 conditions: ["restricted"],
698 url: "https://spdx.org/licenses/GPL-1.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000699}
700
701license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800702 name: "SPDX-license-identifier-GPL-1.0-or-later",
703 conditions: ["restricted"],
704 url: "https://spdx.org/licenses/GPL-1.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000705}
706
707license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800708 name: "SPDX-license-identifier-GPL-2.0",
709 conditions: ["restricted"],
710 url: "https://spdx.org/licenses/GPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000711}
712
713license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800714 name: "SPDX-license-identifier-GPL-2.0+",
715 conditions: ["restricted"],
716 url: "https://spdx.org/licenses/GPL-2.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000717}
718
719license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800720 name: "SPDX-license-identifier-GPL-2.0-only",
721 conditions: ["restricted"],
722 url: "https://spdx.org/licenses/GPL-2.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000723}
724
725license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800726 name: "SPDX-license-identifier-GPL-2.0-or-later",
727 conditions: ["restricted"],
728 url: "https://spdx.org/licenses/GPL-2.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000729}
730
731license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800732 name: "SPDX-license-identifier-GPL-2.0-with-GCC-exception",
733 conditions: ["restricted"],
734 url: "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000735}
736
737license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800738 name: "SPDX-license-identifier-GPL-2.0-with-autoconf-exception",
739 conditions: ["restricted"],
740 url: "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000741}
742
743license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800744 name: "SPDX-license-identifier-GPL-2.0-with-bison-exception",
745 conditions: ["restricted"],
746 url: "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000747}
748
749license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800750 name: "SPDX-license-identifier-GPL-2.0-with-classpath-exception",
751 conditions: ["restricted"],
752 url: "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000753}
754
755license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800756 name: "SPDX-license-identifier-GPL-2.0-with-font-exception",
757 conditions: ["restricted"],
758 url: "https://spdx.org/licenses/GPL-2.0-with-font-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000759}
760
761license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800762 name: "SPDX-license-identifier-GPL-3.0",
763 conditions: ["restricted"],
764 url: "https://spdx.org/licenses/GPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000765}
766
767license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800768 name: "SPDX-license-identifier-GPL-3.0+",
769 conditions: ["restricted"],
770 url: "https://spdx.org/licenses/GPL-3.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000771}
772
773license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800774 name: "SPDX-license-identifier-GPL-3.0-only",
775 conditions: ["restricted"],
776 url: "https://spdx.org/licenses/GPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000777}
778
779license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800780 name: "SPDX-license-identifier-GPL-3.0-or-later",
781 conditions: ["restricted"],
782 url: "https://spdx.org/licenses/GPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000783}
784
785license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800786 name: "SPDX-license-identifier-GPL-3.0-with-GCC-exception",
787 conditions: ["restricted"],
788 url: "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000789}
790
791license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800792 name: "SPDX-license-identifier-GPL-3.0-with-autoconf-exception",
793 conditions: ["restricted"],
794 url: "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000795}
796
797license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800798 name: "SPDX-license-identifier-GPL-with-classpath-exception",
799 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000800}
801
802license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800803 name: "SPDX-license-identifier-HPND",
804 conditions: ["notice"],
805 url: "https://spdx.org/licenses/HPND.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000806}
807
808license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800809 name: "SPDX-license-identifier-ICU",
810 conditions: ["notice"],
811 url: "https://spdx.org/licenses/ICU.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000812}
813
814license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800815 name: "SPDX-license-identifier-ISC",
816 conditions: ["notice"],
817 url: "https://spdx.org/licenses/ISC.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000818}
819
820license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800821 name: "SPDX-license-identifier-JSON",
822 conditions: ["notice"],
823 url: "https://spdx.org/licenses/JSON.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000824}
825
826license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800827 name: "SPDX-license-identifier-LGPL",
828 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000829}
830
831license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800832 name: "SPDX-license-identifier-LGPL-2.0",
833 conditions: ["restricted"],
834 url: "https://spdx.org/licenses/LGPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000835}
836
837license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800838 name: "SPDX-license-identifier-LGPL-2.0+",
839 conditions: ["restricted"],
840 url: "https://spdx.org/licenses/LGPL-2.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000841}
842
843license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800844 name: "SPDX-license-identifier-LGPL-2.0-only",
845 conditions: ["restricted"],
846 url: "https://spdx.org/licenses/LGPL-2.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000847}
848
849license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800850 name: "SPDX-license-identifier-LGPL-2.0-or-later",
851 conditions: ["restricted"],
852 url: "https://spdx.org/licenses/LGPL-2.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000853}
854
855license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800856 name: "SPDX-license-identifier-LGPL-2.1",
857 conditions: ["restricted"],
858 url: "https://spdx.org/licenses/LGPL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000859}
860
861license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800862 name: "SPDX-license-identifier-LGPL-2.1+",
863 conditions: ["restricted"],
864 url: "https://spdx.org/licenses/LGPL-2.1+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000865}
866
867license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800868 name: "SPDX-license-identifier-LGPL-2.1-only",
869 conditions: ["restricted"],
870 url: "https://spdx.org/licenses/LGPL-2.1-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000871}
872
873license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800874 name: "SPDX-license-identifier-LGPL-2.1-or-later",
875 conditions: ["restricted"],
876 url: "https://spdx.org/licenses/LGPL-2.1-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000877}
878
879license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800880 name: "SPDX-license-identifier-LGPL-3.0",
881 conditions: ["restricted"],
882 url: "https://spdx.org/licenses/LGPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000883}
884
885license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800886 name: "SPDX-license-identifier-LGPL-3.0+",
887 conditions: ["restricted"],
888 url: "https://spdx.org/licenses/LGPL-3.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000889}
890
891license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800892 name: "SPDX-license-identifier-LGPL-3.0-only",
893 conditions: ["restricted"],
894 url: "https://spdx.org/licenses/LGPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000895}
896
897license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800898 name: "SPDX-license-identifier-LGPL-3.0-or-later",
899 conditions: ["restricted"],
900 url: "https://spdx.org/licenses/LGPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000901}
902
903license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800904 name: "SPDX-license-identifier-LGPLLR",
905 conditions: ["restricted"],
906 url: "https://spdx.org/licenses/LGPLLR.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000907}
908
909license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800910 name: "SPDX-license-identifier-LPL-1.02",
911 conditions: ["notice"],
912 url: "https://spdx.org/licenses/LPL-1.02.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000913}
914
915license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800916 name: "SPDX-license-identifier-MIT",
917 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000918}
919
920license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800921 name: "SPDX-license-identifier-MIT-0",
922 conditions: ["notice"],
923 url: "https://spdx.org/licenses/MIT-0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000924}
925
926license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800927 name: "SPDX-license-identifier-MIT-CMU",
928 conditions: ["notice"],
929 url: "https://spdx.org/licenses/MIT-CMU.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000930}
931
932license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800933 name: "SPDX-license-identifier-MIT-advertising",
934 conditions: ["notice"],
935 url: "https://spdx.org/licenses/MIT-advertising.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000936}
937
938license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800939 name: "SPDX-license-identifier-MIT-enna",
940 conditions: ["notice"],
941 url: "https://spdx.org/licenses/MIT-enna.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000942}
943
944license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800945 name: "SPDX-license-identifier-MIT-feh",
946 conditions: ["notice"],
947 url: "https://spdx.org/licenses/MIT-feh.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000948}
949
950license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800951 name: "SPDX-license-identifier-MITNFA",
952 conditions: ["notice"],
953 url: "https://spdx.org/licenses/MITNFA.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000954}
955
956license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800957 name: "SPDX-license-identifier-MPL",
958 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000959}
960
961license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800962 name: "SPDX-license-identifier-MPL-1.0",
963 conditions: ["reciprocal"],
964 url: "https://spdx.org/licenses/MPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000965}
966
967license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800968 name: "SPDX-license-identifier-MPL-1.1",
969 conditions: ["reciprocal"],
970 url: "https://spdx.org/licenses/MPL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000971}
972
973license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800974 name: "SPDX-license-identifier-MPL-2.0",
975 conditions: ["reciprocal"],
976 url: "https://spdx.org/licenses/MPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000977}
978
979license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800980 name: "SPDX-license-identifier-MPL-2.0-no-copyleft-exception",
981 conditions: ["reciprocal"],
982 url: "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000983}
984
985license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800986 name: "SPDX-license-identifier-MS-PL",
987 conditions: ["notice"],
988 url: "https://spdx.org/licenses/MS-PL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000989}
990
991license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -0800992 name: "SPDX-license-identifier-MS-RL",
993 conditions: ["by_exception_only"],
994 url: "https://spdx.org/licenses/MS-RL.html",
995}
996
997license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800998 name: "SPDX-license-identifier-NCSA",
999 conditions: ["notice"],
1000 url: "https://spdx.org/licenses/NCSA.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001001}
1002
1003license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001004 name: "SPDX-license-identifier-OFL",
1005 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001006}
1007
1008license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001009 name: "SPDX-license-identifier-OFL-1.0",
1010 conditions: ["by_exception_only"],
1011 url: "https://spdx.org/licenses/OFL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001012}
1013
1014license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001015 name: "SPDX-license-identifier-OFL-1.0-RFN",
1016 conditions: ["by_exception_only"],
1017 url: "https://spdx.org/licenses/OFL-1.0-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001018}
1019
1020license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001021 name: "SPDX-license-identifier-OFL-1.0-no-RFN",
1022 conditions: ["by_exception_only"],
1023 url: "https://spdx.org/licenses/OFL-1.0-no-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001024}
1025
1026license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001027 name: "SPDX-license-identifier-OFL-1.1",
1028 conditions: ["by_exception_only"],
1029 url: "https://spdx.org/licenses/OFL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001030}
1031
1032license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001033 name: "SPDX-license-identifier-OFL-1.1-RFN",
1034 conditions: ["by_exception_only"],
1035 url: "https://spdx.org/licenses/OFL-1.1-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001036}
1037
1038license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001039 name: "SPDX-license-identifier-OFL-1.1-no-RFN",
1040 conditions: ["by_exception_only"],
1041 url: "https://spdx.org/licenses/OFL-1.1-no-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001042}
1043
1044license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001045 name: "SPDX-license-identifier-OpenSSL",
1046 conditions: ["notice"],
1047 url: "https://spdx.org/licenses/OpenSSL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001048}
1049
1050license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001051 name: "SPDX-license-identifier-PSF-2.0",
1052 conditions: ["notice"],
1053 url: "https://spdx.org/licenses/PSF-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001054}
1055
1056license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001057 name: "SPDX-license-identifier-SISSL",
1058 conditions: [
1059 "by_exception_only",
1060 "not_allowed",
1061 ],
1062 url: "https://spdx.org/licenses/SISSL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001063}
1064
1065license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001066 name: "SPDX-license-identifier-SISSL-1.2",
1067 conditions: [
1068 "by_exception_only",
1069 "not_allowed",
1070 ],
1071 url: "https://spdx.org/licenses/SISSL-1.2.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001072}
1073
1074license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001075 name: "SPDX-license-identifier-SPL-1.0",
1076 conditions: [
1077 "by_exception_only",
1078 "reciprocal",
1079 ],
1080 url: "https://spdx.org/licenses/SPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001081}
1082
1083license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001084 name: "SPDX-license-identifier-SSPL",
1085 conditions: [
1086 "by_exception_only",
1087 "not_allowed",
1088 ],
1089 url: "https://spdx.org/licenses/SSPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001090}
1091
1092license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001093 name: "SPDX-license-identifier-UPL-1.0",
1094 conditions: ["notice"],
1095 url: "https://spdx.org/licenses/UPL-1.-.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001096}
1097
1098license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001099 name: "SPDX-license-identifier-Unicode-DFS",
1100 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001101}
1102
1103license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001104 name: "SPDX-license-identifier-Unicode-DFS-2015",
1105 conditions: ["notice"],
1106 url: "https://spdx.org/licenses/Unicode-DFS-2015.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001107}
1108
1109license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001110 name: "SPDX-license-identifier-Unicode-DFS-2016",
1111 conditions: ["notice"],
1112 url: "https://spdx.org/licenses/Unicode-DFS-2016.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001113}
1114
1115license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001116 name: "SPDX-license-identifier-Unlicense",
1117 conditions: ["unencumbered"],
1118 url: "https://spdx.org/licenses/Unlicense.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001119}
1120
1121license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001122 name: "SPDX-license-identifier-W3C",
1123 conditions: ["notice"],
1124 url: "https://spdx.org/licenses/W3C.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001125}
1126
1127license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001128 name: "SPDX-license-identifier-W3C-19980720",
1129 conditions: ["notice"],
1130 url: "https://spdx.org/licenses/W3C-19980720.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001131}
1132
1133license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001134 name: "SPDX-license-identifier-W3C-20150513",
1135 conditions: ["notice"],
1136 url: "https://spdx.org/licenses/W3C-20150513.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001137}
1138
1139license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001140 name: "SPDX-license-identifier-WTFPL",
Bob Badour7a105302021-02-02 12:08:28 -08001141 conditions: ["notice"],
Bob Badourb545c5f2021-01-23 14:35:55 -08001142 url: "https://spdx.org/licenses/WTFPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001143}
1144
1145license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001146 name: "SPDX-license-identifier-Watcom-1.0",
1147 conditions: [
1148 "by_exception_only",
1149 "not_allowed",
1150 ],
1151 url: "https://spdx.org/licenses/Watcom-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001152}
1153
1154license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001155 name: "SPDX-license-identifier-Xnet",
1156 conditions: ["notice"],
1157 url: "https://spdx.org/licenses/Xnet.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001158}
1159
1160license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001161 name: "SPDX-license-identifier-ZPL",
1162 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001163}
1164
1165license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001166 name: "SPDX-license-identifier-ZPL-1.1",
1167 conditions: ["notice"],
1168 url: "https://spdx.org/licenses/ZPL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001169}
1170
1171license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001172 name: "SPDX-license-identifier-ZPL-2.0",
1173 conditions: ["notice"],
1174 url: "https://spdx.org/licenses/ZPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001175}
1176
1177license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001178 name: "SPDX-license-identifier-ZPL-2.1",
1179 conditions: ["notice"],
1180 url: "https://spdx.org/licenses/ZPL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001181}
1182
1183license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001184 name: "SPDX-license-identifier-Zend-2.0",
1185 conditions: ["notice"],
1186 url: "https://spdx.org/licenses/Zend-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001187}
1188
1189license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001190 name: "SPDX-license-identifier-Zlib",
1191 conditions: ["notice"],
1192 url: "https://spdx.org/licenses/Zlib.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001193}
1194
1195license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001196 name: "SPDX-license-identifier-libtiff",
1197 conditions: ["notice"],
1198 url: "https://spdx.org/licenses/libtiff.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001199}
1200
Bob Badourb80dfee2021-01-07 03:34:31 +00001201// Legacy license kinds -- do not add new references -- use an spdx kind instead.
1202license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001203 name: "legacy_unknown",
1204 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001205}
1206
1207license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001208 name: "legacy_unencumbered",
1209 conditions: ["unencumbered"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001210}
1211
1212license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001213 name: "legacy_permissive",
1214 conditions: ["permissive"],
Bob Badour73056ea2021-01-21 08:53:58 -08001215}
1216
1217license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001218 name: "legacy_notice",
1219 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001220}
1221
1222license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001223 name: "legacy_reciprocal",
1224 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001225}
1226
1227license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001228 name: "legacy_restricted",
1229 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001230}
1231
1232license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001233 name: "legacy_by_exception_only",
1234 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001235}
1236
1237license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -08001238 name: "legacy_not_a_contribution",
1239 conditions: [
1240 "by_exception_only",
1241 "not_allowed",
1242 ],
1243}
1244
1245license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001246 name: "legacy_not_allowed",
1247 conditions: [
1248 "by_exception_only",
1249 "not_allowed",
1250 ],
Bob Badourb80dfee2021-01-07 03:34:31 +00001251}
1252
1253license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001254 name: "legacy_proprietary",
1255 conditions: [
1256 "by_exception_only",
1257 "not_allowed",
1258 "proprietary",
1259 ],
Bob Badourb80dfee2021-01-07 03:34:31 +00001260}