blob: a983b5bc70799a11e62992766f3cab56f00d06e5 [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",
495 conditions: ["restricted"],
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",
500 conditions: ["restricted"],
501 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",
506 conditions: ["restricted"],
507 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",
512 conditions: ["restricted"],
513 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",
518 conditions: ["restricted"],
519 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",
524 conditions: ["restricted"],
525 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",
565 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000566}
567
568license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800569 name: "SPDX-license-identifier-CC0-1.0",
570 conditions: ["unencumbered"],
571 url: "https://spdx.org/licenses/CC0-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000572}
573
574license_kind {
Bob Badourf34e4412021-01-26 00:02:44 -0800575 name: "SPDX-license-identifier-CDDL",
576 conditions: ["reciprocal"],
577}
578
579license_kind {
580 name: "SPDX-license-identifier-CDDL-1.0",
581 conditions: ["reciprocal"],
582 url: "https://spdx.org/licenses/CDLL-1.0.html",
583}
584
585license_kind {
586 name: "SPDX-license-identifier-CDDL-1.1",
587 conditions: ["reciprocal"],
588 url: "https://spdx.org/licenses/CDLL-1.1.html",
589}
590
591license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800592 name: "SPDX-license-identifier-CPAL-1.0",
593 conditions: [
594 "by_exception_only",
595 "not_allowed",
596 ],
597 url: "https://spdx.org/licenses/CPAL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000598}
599
600license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800601 name: "SPDX-license-identifier-CPL-1.0",
602 conditions: ["reciprocal"],
603 url: "https://spdx.org/licenses/CPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000604}
605
606license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800607 name: "SPDX-license-identifier-EPL",
608 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000609}
610
611license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800612 name: "SPDX-license-identifier-EPL-1.0",
613 conditions: ["reciprocal"],
614 url: "https://spdx.org/licenses/EPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000615}
616
617license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800618 name: "SPDX-license-identifier-EPL-2.0",
619 conditions: ["reciprocal"],
620 url: "https://spdx.org/licenses/EPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000621}
622
623license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800624 name: "SPDX-license-identifier-EUPL",
625 conditions: [
626 "by_exception_only",
627 "not_allowed",
628 ],
Bob Badourb80dfee2021-01-07 03:34:31 +0000629}
630
631license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800632 name: "SPDX-license-identifier-EUPL-1.0",
633 conditions: [
634 "by_exception_only",
635 "not_allowed",
636 ],
637 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000638}
639
640license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800641 name: "SPDX-license-identifier-EUPL-1.1",
642 conditions: [
643 "by_exception_only",
644 "not_allowed",
645 ],
646 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000647}
648
649license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800650 name: "SPDX-license-identifier-EUPL-1.2",
651 conditions: [
652 "by_exception_only",
653 "not_allowed",
654 ],
655 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000656}
657
658license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -0800659 name: "SPDX-license-identifier-FSFAP",
660 conditions: ["notice"],
661 url: "https://spdx.org/licenses/FSFAP",
662}
663
664license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800665 name: "SPDX-license-identifier-FTL",
666 conditions: ["notice"],
667 url: "https://spdx.org/licenses/FTL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000668}
669
670license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -0800671 name: "SPDX-license-identifier-GFDL",
672 conditions: ["by_exception_only"],
673}
674
675license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800676 name: "SPDX-license-identifier-GPL",
677 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000678}
679
680license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800681 name: "SPDX-license-identifier-GPL-1.0",
682 conditions: ["restricted"],
683 url: "https://spdx.org/licenses/GPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000684}
685
686license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800687 name: "SPDX-license-identifier-GPL-1.0+",
688 conditions: ["restricted"],
689 url: "https://spdx.org/licenses/GPL-1.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000690}
691
692license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800693 name: "SPDX-license-identifier-GPL-1.0-only",
694 conditions: ["restricted"],
695 url: "https://spdx.org/licenses/GPL-1.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000696}
697
698license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800699 name: "SPDX-license-identifier-GPL-1.0-or-later",
700 conditions: ["restricted"],
701 url: "https://spdx.org/licenses/GPL-1.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000702}
703
704license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800705 name: "SPDX-license-identifier-GPL-2.0",
706 conditions: ["restricted"],
707 url: "https://spdx.org/licenses/GPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000708}
709
710license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800711 name: "SPDX-license-identifier-GPL-2.0+",
712 conditions: ["restricted"],
713 url: "https://spdx.org/licenses/GPL-2.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000714}
715
716license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800717 name: "SPDX-license-identifier-GPL-2.0-only",
718 conditions: ["restricted"],
719 url: "https://spdx.org/licenses/GPL-2.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000720}
721
722license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800723 name: "SPDX-license-identifier-GPL-2.0-or-later",
724 conditions: ["restricted"],
725 url: "https://spdx.org/licenses/GPL-2.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000726}
727
728license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800729 name: "SPDX-license-identifier-GPL-2.0-with-GCC-exception",
730 conditions: ["restricted"],
731 url: "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000732}
733
734license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800735 name: "SPDX-license-identifier-GPL-2.0-with-autoconf-exception",
736 conditions: ["restricted"],
737 url: "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000738}
739
740license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800741 name: "SPDX-license-identifier-GPL-2.0-with-bison-exception",
742 conditions: ["restricted"],
743 url: "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000744}
745
746license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800747 name: "SPDX-license-identifier-GPL-2.0-with-classpath-exception",
748 conditions: ["restricted"],
749 url: "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000750}
751
752license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800753 name: "SPDX-license-identifier-GPL-2.0-with-font-exception",
754 conditions: ["restricted"],
755 url: "https://spdx.org/licenses/GPL-2.0-with-font-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000756}
757
758license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800759 name: "SPDX-license-identifier-GPL-3.0",
760 conditions: ["restricted"],
761 url: "https://spdx.org/licenses/GPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000762}
763
764license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800765 name: "SPDX-license-identifier-GPL-3.0+",
766 conditions: ["restricted"],
767 url: "https://spdx.org/licenses/GPL-3.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000768}
769
770license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800771 name: "SPDX-license-identifier-GPL-3.0-only",
772 conditions: ["restricted"],
773 url: "https://spdx.org/licenses/GPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000774}
775
776license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800777 name: "SPDX-license-identifier-GPL-3.0-or-later",
778 conditions: ["restricted"],
779 url: "https://spdx.org/licenses/GPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000780}
781
782license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800783 name: "SPDX-license-identifier-GPL-3.0-with-GCC-exception",
784 conditions: ["restricted"],
785 url: "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000786}
787
788license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800789 name: "SPDX-license-identifier-GPL-3.0-with-autoconf-exception",
790 conditions: ["restricted"],
791 url: "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000792}
793
794license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800795 name: "SPDX-license-identifier-GPL-with-classpath-exception",
796 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000797}
798
799license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800800 name: "SPDX-license-identifier-HPND",
801 conditions: ["notice"],
802 url: "https://spdx.org/licenses/HPND.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000803}
804
805license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800806 name: "SPDX-license-identifier-ICU",
807 conditions: ["notice"],
808 url: "https://spdx.org/licenses/ICU.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000809}
810
811license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800812 name: "SPDX-license-identifier-ISC",
813 conditions: ["notice"],
814 url: "https://spdx.org/licenses/ISC.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000815}
816
817license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800818 name: "SPDX-license-identifier-JSON",
819 conditions: ["notice"],
820 url: "https://spdx.org/licenses/JSON.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000821}
822
823license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800824 name: "SPDX-license-identifier-LGPL",
825 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000826}
827
828license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800829 name: "SPDX-license-identifier-LGPL-2.0",
830 conditions: ["restricted"],
831 url: "https://spdx.org/licenses/LGPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000832}
833
834license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800835 name: "SPDX-license-identifier-LGPL-2.0+",
836 conditions: ["restricted"],
837 url: "https://spdx.org/licenses/LGPL-2.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000838}
839
840license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800841 name: "SPDX-license-identifier-LGPL-2.0-only",
842 conditions: ["restricted"],
843 url: "https://spdx.org/licenses/LGPL-2.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000844}
845
846license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800847 name: "SPDX-license-identifier-LGPL-2.0-or-later",
848 conditions: ["restricted"],
849 url: "https://spdx.org/licenses/LGPL-2.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000850}
851
852license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800853 name: "SPDX-license-identifier-LGPL-2.1",
854 conditions: ["restricted"],
855 url: "https://spdx.org/licenses/LGPL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000856}
857
858license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800859 name: "SPDX-license-identifier-LGPL-2.1+",
860 conditions: ["restricted"],
861 url: "https://spdx.org/licenses/LGPL-2.1+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000862}
863
864license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800865 name: "SPDX-license-identifier-LGPL-2.1-only",
866 conditions: ["restricted"],
867 url: "https://spdx.org/licenses/LGPL-2.1-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000868}
869
870license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800871 name: "SPDX-license-identifier-LGPL-2.1-or-later",
872 conditions: ["restricted"],
873 url: "https://spdx.org/licenses/LGPL-2.1-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000874}
875
876license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800877 name: "SPDX-license-identifier-LGPL-3.0",
878 conditions: ["restricted"],
879 url: "https://spdx.org/licenses/LGPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000880}
881
882license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800883 name: "SPDX-license-identifier-LGPL-3.0+",
884 conditions: ["restricted"],
885 url: "https://spdx.org/licenses/LGPL-3.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000886}
887
888license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800889 name: "SPDX-license-identifier-LGPL-3.0-only",
890 conditions: ["restricted"],
891 url: "https://spdx.org/licenses/LGPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000892}
893
894license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800895 name: "SPDX-license-identifier-LGPL-3.0-or-later",
896 conditions: ["restricted"],
897 url: "https://spdx.org/licenses/LGPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000898}
899
900license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800901 name: "SPDX-license-identifier-LGPLLR",
902 conditions: ["restricted"],
903 url: "https://spdx.org/licenses/LGPLLR.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000904}
905
906license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800907 name: "SPDX-license-identifier-LPL-1.02",
908 conditions: ["notice"],
909 url: "https://spdx.org/licenses/LPL-1.02.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000910}
911
912license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800913 name: "SPDX-license-identifier-MIT",
914 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000915}
916
917license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800918 name: "SPDX-license-identifier-MIT-0",
919 conditions: ["notice"],
920 url: "https://spdx.org/licenses/MIT-0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000921}
922
923license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800924 name: "SPDX-license-identifier-MIT-CMU",
925 conditions: ["notice"],
926 url: "https://spdx.org/licenses/MIT-CMU.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000927}
928
929license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800930 name: "SPDX-license-identifier-MIT-advertising",
931 conditions: ["notice"],
932 url: "https://spdx.org/licenses/MIT-advertising.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000933}
934
935license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800936 name: "SPDX-license-identifier-MIT-enna",
937 conditions: ["notice"],
938 url: "https://spdx.org/licenses/MIT-enna.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000939}
940
941license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800942 name: "SPDX-license-identifier-MIT-feh",
943 conditions: ["notice"],
944 url: "https://spdx.org/licenses/MIT-feh.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000945}
946
947license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800948 name: "SPDX-license-identifier-MITNFA",
949 conditions: ["notice"],
950 url: "https://spdx.org/licenses/MITNFA.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000951}
952
953license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800954 name: "SPDX-license-identifier-MPL",
955 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000956}
957
958license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800959 name: "SPDX-license-identifier-MPL-1.0",
960 conditions: ["reciprocal"],
961 url: "https://spdx.org/licenses/MPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000962}
963
964license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800965 name: "SPDX-license-identifier-MPL-1.1",
966 conditions: ["reciprocal"],
967 url: "https://spdx.org/licenses/MPL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000968}
969
970license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800971 name: "SPDX-license-identifier-MPL-2.0",
972 conditions: ["reciprocal"],
973 url: "https://spdx.org/licenses/MPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000974}
975
976license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800977 name: "SPDX-license-identifier-MPL-2.0-no-copyleft-exception",
978 conditions: ["reciprocal"],
979 url: "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000980}
981
982license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800983 name: "SPDX-license-identifier-MS-PL",
984 conditions: ["notice"],
985 url: "https://spdx.org/licenses/MS-PL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000986}
987
988license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -0800989 name: "SPDX-license-identifier-MS-RL",
990 conditions: ["by_exception_only"],
991 url: "https://spdx.org/licenses/MS-RL.html",
992}
993
994license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800995 name: "SPDX-license-identifier-NCSA",
996 conditions: ["notice"],
997 url: "https://spdx.org/licenses/NCSA.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000998}
999
1000license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001001 name: "SPDX-license-identifier-OFL",
1002 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001003}
1004
1005license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001006 name: "SPDX-license-identifier-OFL-1.0",
1007 conditions: ["by_exception_only"],
1008 url: "https://spdx.org/licenses/OFL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001009}
1010
1011license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001012 name: "SPDX-license-identifier-OFL-1.0-RFN",
1013 conditions: ["by_exception_only"],
1014 url: "https://spdx.org/licenses/OFL-1.0-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001015}
1016
1017license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001018 name: "SPDX-license-identifier-OFL-1.0-no-RFN",
1019 conditions: ["by_exception_only"],
1020 url: "https://spdx.org/licenses/OFL-1.0-no-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001021}
1022
1023license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001024 name: "SPDX-license-identifier-OFL-1.1",
1025 conditions: ["by_exception_only"],
1026 url: "https://spdx.org/licenses/OFL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001027}
1028
1029license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001030 name: "SPDX-license-identifier-OFL-1.1-RFN",
1031 conditions: ["by_exception_only"],
1032 url: "https://spdx.org/licenses/OFL-1.1-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001033}
1034
1035license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001036 name: "SPDX-license-identifier-OFL-1.1-no-RFN",
1037 conditions: ["by_exception_only"],
1038 url: "https://spdx.org/licenses/OFL-1.1-no-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001039}
1040
1041license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001042 name: "SPDX-license-identifier-OpenSSL",
1043 conditions: ["notice"],
1044 url: "https://spdx.org/licenses/OpenSSL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001045}
1046
1047license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001048 name: "SPDX-license-identifier-PSF-2.0",
1049 conditions: ["notice"],
1050 url: "https://spdx.org/licenses/PSF-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001051}
1052
1053license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001054 name: "SPDX-license-identifier-SISSL",
1055 conditions: [
1056 "by_exception_only",
1057 "not_allowed",
1058 ],
1059 url: "https://spdx.org/licenses/SISSL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001060}
1061
1062license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001063 name: "SPDX-license-identifier-SISSL-1.2",
1064 conditions: [
1065 "by_exception_only",
1066 "not_allowed",
1067 ],
1068 url: "https://spdx.org/licenses/SISSL-1.2.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001069}
1070
1071license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001072 name: "SPDX-license-identifier-SPL-1.0",
1073 conditions: [
1074 "by_exception_only",
1075 "reciprocal",
1076 ],
1077 url: "https://spdx.org/licenses/SPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001078}
1079
1080license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001081 name: "SPDX-license-identifier-SSPL",
1082 conditions: [
1083 "by_exception_only",
1084 "not_allowed",
1085 ],
1086 url: "https://spdx.org/licenses/SSPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001087}
1088
1089license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001090 name: "SPDX-license-identifier-UPL-1.0",
1091 conditions: ["notice"],
1092 url: "https://spdx.org/licenses/UPL-1.-.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001093}
1094
1095license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001096 name: "SPDX-license-identifier-Unicode-DFS",
1097 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001098}
1099
1100license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001101 name: "SPDX-license-identifier-Unicode-DFS-2015",
1102 conditions: ["notice"],
1103 url: "https://spdx.org/licenses/Unicode-DFS-2015.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001104}
1105
1106license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001107 name: "SPDX-license-identifier-Unicode-DFS-2016",
1108 conditions: ["notice"],
1109 url: "https://spdx.org/licenses/Unicode-DFS-2016.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001110}
1111
1112license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001113 name: "SPDX-license-identifier-Unlicense",
1114 conditions: ["unencumbered"],
1115 url: "https://spdx.org/licenses/Unlicense.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001116}
1117
1118license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001119 name: "SPDX-license-identifier-W3C",
1120 conditions: ["notice"],
1121 url: "https://spdx.org/licenses/W3C.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001122}
1123
1124license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001125 name: "SPDX-license-identifier-W3C-19980720",
1126 conditions: ["notice"],
1127 url: "https://spdx.org/licenses/W3C-19980720.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001128}
1129
1130license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001131 name: "SPDX-license-identifier-W3C-20150513",
1132 conditions: ["notice"],
1133 url: "https://spdx.org/licenses/W3C-20150513.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001134}
1135
1136license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001137 name: "SPDX-license-identifier-WTFPL",
Bob Badour7a105302021-02-02 12:08:28 -08001138 conditions: ["notice"],
Bob Badourb545c5f2021-01-23 14:35:55 -08001139 url: "https://spdx.org/licenses/WTFPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001140}
1141
1142license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001143 name: "SPDX-license-identifier-Watcom-1.0",
1144 conditions: [
1145 "by_exception_only",
1146 "not_allowed",
1147 ],
1148 url: "https://spdx.org/licenses/Watcom-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001149}
1150
1151license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001152 name: "SPDX-license-identifier-Xnet",
1153 conditions: ["notice"],
1154 url: "https://spdx.org/licenses/Xnet.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001155}
1156
1157license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001158 name: "SPDX-license-identifier-ZPL",
1159 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001160}
1161
1162license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001163 name: "SPDX-license-identifier-ZPL-1.1",
1164 conditions: ["notice"],
1165 url: "https://spdx.org/licenses/ZPL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001166}
1167
1168license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001169 name: "SPDX-license-identifier-ZPL-2.0",
1170 conditions: ["notice"],
1171 url: "https://spdx.org/licenses/ZPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001172}
1173
1174license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001175 name: "SPDX-license-identifier-ZPL-2.1",
1176 conditions: ["notice"],
1177 url: "https://spdx.org/licenses/ZPL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001178}
1179
1180license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001181 name: "SPDX-license-identifier-Zend-2.0",
1182 conditions: ["notice"],
1183 url: "https://spdx.org/licenses/Zend-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001184}
1185
1186license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001187 name: "SPDX-license-identifier-Zlib",
1188 conditions: ["notice"],
1189 url: "https://spdx.org/licenses/Zlib.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001190}
1191
1192license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001193 name: "SPDX-license-identifier-libtiff",
1194 conditions: ["notice"],
1195 url: "https://spdx.org/licenses/libtiff.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001196}
1197
Bob Badourb80dfee2021-01-07 03:34:31 +00001198// Legacy license kinds -- do not add new references -- use an spdx kind instead.
1199license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001200 name: "legacy_unknown",
1201 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001202}
1203
1204license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001205 name: "legacy_unencumbered",
1206 conditions: ["unencumbered"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001207}
1208
1209license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001210 name: "legacy_permissive",
1211 conditions: ["permissive"],
Bob Badour73056ea2021-01-21 08:53:58 -08001212}
1213
1214license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001215 name: "legacy_notice",
1216 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001217}
1218
1219license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001220 name: "legacy_reciprocal",
1221 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001222}
1223
1224license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001225 name: "legacy_restricted",
1226 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001227}
1228
1229license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001230 name: "legacy_by_exception_only",
1231 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001232}
1233
1234license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -08001235 name: "legacy_not_a_contribution",
1236 conditions: [
1237 "by_exception_only",
1238 "not_allowed",
1239 ],
1240}
1241
1242license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001243 name: "legacy_not_allowed",
1244 conditions: [
1245 "by_exception_only",
1246 "not_allowed",
1247 ],
Bob Badourb80dfee2021-01-07 03:34:31 +00001248}
1249
1250license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001251 name: "legacy_proprietary",
1252 conditions: [
1253 "by_exception_only",
1254 "not_allowed",
1255 "proprietary",
1256 ],
Bob Badourb80dfee2021-01-07 03:34:31 +00001257}