blob: 370375e3d484a8d694769946f0cf36ba9fd617da [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",
23 license_kinds: ["SPDX-license-identifier-Apache-2.0"],
24 copyright_notice: "Copyright (C) The Android Open Source Project",
25 license_text: ["LICENSE"],
Bob Badourb80dfee2021-01-07 03:34:31 +000026}
27
28license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080029 name: "SPDX-license-identifier-AFL-1.1",
30 conditions: ["by_exception_only"],
31 url: "https://spdx.org/licenses/AFL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000032}
33
34license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080035 name: "SPDX-license-identifier-AFL-1.2",
36 conditions: ["by_exception_only"],
37 url: "https://spdx.org/licenses/AFL-1.2.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000038}
39
40license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080041 name: "SPDX-license-identifier-AFL-2.0",
42 conditions: ["by_exception_only"],
43 url: "https://spdx.org/licenses/AFL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000044}
45
46license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080047 name: "SPDX-license-identifier-AFL-2.1",
48 conditions: ["notice"],
49 url: "https://spdx.org/licenses/AFL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000050}
51
52license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080053 name: "SPDX-license-identifier-AFL-3.0",
54 conditions: ["notice"],
55 url: "https://spdx.org/licenses/AFL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000056}
57
58license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080059 name: "SPDX-license-identifier-AGPL",
60 conditions: [
61 "by_exception_only",
62 "not_allowed",
63 ],
64 url: "https://spdx.org/licenses/AGPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000065}
66
67license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080068 name: "SPDX-license-identifier-AGPL-1.0",
69 conditions: [
70 "by_exception_only",
71 "not_allowed",
72 ],
73 url: "https://spdx.org/licenses/AGPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000074}
75
76license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080077 name: "SPDX-license-identifier-AGPL-1.0-only",
78 conditions: [
79 "by_exception_only",
80 "not_allowed",
81 ],
82 url: "https://spdx.org/licenses/AGPL-1.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000083}
84
85license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080086 name: "SPDX-license-identifier-AGPL-1.0-or-later",
87 conditions: [
88 "by_exception_only",
89 "not_allowed",
90 ],
91 url: "https://spdx.org/licenses/AGPL-1.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000092}
93
94license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080095 name: "SPDX-license-identifier-AGPL-3.0",
96 conditions: [
97 "by_exception_only",
98 "not_allowed",
99 ],
100 url: "https://spdx.org/licenses/AGPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000101}
102
103license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800104 name: "SPDX-license-identifier-AGPL-3.0-only",
105 conditions: [
106 "by_exception_only",
107 "not_allowed",
108 ],
109 url: "https://spdx.org/licenses/AGPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000110}
111
112license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800113 name: "SPDX-license-identifier-AGPL-3.0-or-later",
114 conditions: [
115 "by_exception_only",
116 "not_allowed",
117 ],
118 url: "https://spdx.org/licenses/AGPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000119}
120
121license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800122 name: "SPDX-license-identifier-Apache",
123 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000124}
125
126license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800127 name: "SPDX-license-identifier-Apache-1.0",
128 conditions: ["notice"],
129 url: "https://spdx.org/licenses/Apache-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000130}
131
132license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800133 name: "SPDX-license-identifier-Apache-1.1",
134 conditions: ["notice"],
135 url: "https://spdx.org/licenses/Apache-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000136}
137
138license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800139 name: "SPDX-license-identifier-Apache-2.0",
140 conditions: ["notice"],
141 url: "https://spdx.org/licenses/Apache-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000142}
143
144license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800145 name: "SPDX-license-identifier-Artistic",
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-Artistic-1.0",
151 conditions: ["notice"],
152 url: "https://spdx.org/licenses/Artistic-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-Artistic-1.0-Perl",
157 conditions: ["notice"],
158 url: "https://spdx.org/licenses/Artistic-1.0-Perl.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000159}
160
161license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800162 name: "SPDX-license-identifier-Artistic-1.0-cl8",
163 conditions: ["notice"],
164 url: "https://spdx.org/licenses/Artistic-1.0-cl8.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-2.0",
169 conditions: ["notice"],
170 url: "https://spdx.org/licenses/Artistic-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000171}
172
173license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800174 name: "SPDX-license-identifier-BSD",
175 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000176}
177
178license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800179 name: "SPDX-license-identifier-BSD-1-Clause",
180 conditions: ["notice"],
181 url: "https://spdx.org/licenses/BSD-1-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000182}
183
184license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800185 name: "SPDX-license-identifier-BSD-2-Clause",
186 conditions: ["notice"],
187 url: "https://spdx.org/licenses/BSD-2-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000188}
189
190license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800191 name: "SPDX-license-identifier-BSD-2-Clause-FreeBSD",
192 conditions: ["notice"],
193 url: "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.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-2-Clause-NetBSD",
198 conditions: ["notice"],
199 url: "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000200}
201
202license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800203 name: "SPDX-license-identifier-BSD-2-Clause-Patent",
204 conditions: ["notice"],
205 url: "https://spdx.org/licenses/BSD-2-Clause-Patent.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000206}
207
208license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800209 name: "SPDX-license-identifier-BSD-3-Clause",
210 conditions: ["notice"],
211 url: "https://spdx.org/licenses/BSD-3-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000212}
213
214license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800215 name: "SPDX-license-identifier-BSD-3-Clause-Attribution",
216 conditions: ["notice"],
217 url: "https://spdx.org/licenses/BSD-3-Clause-Attribution.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000218}
219
220license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800221 name: "SPDX-license-identifier-BSD-3-Clause-Clear",
222 conditions: ["notice"],
223 url: "https://spdx.org/licenses/BSD-3-Clause-Clear.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000224}
225
226license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800227 name: "SPDX-license-identifier-BSD-3-Clause-LBNL",
228 conditions: ["notice"],
229 url: "https://spdx.org/licenses/BSD-3-Clause-LBNL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000230}
231
232license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800233 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-License",
234 conditions: ["notice"],
235 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000236}
237
238license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800239 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-License-2014",
240 conditions: ["notice"],
241 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000242}
243
244license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800245 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-Warranty",
246 conditions: ["notice"],
247 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000248}
249
250license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800251 name: "SPDX-license-identifier-BSD-3-Clause-Open-MPI",
252 conditions: ["notice"],
253 url: "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000254}
255
256license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800257 name: "SPDX-license-identifier-BSD-4-Clause",
258 conditions: ["notice"],
259 url: "https://spdx.org/licenses/BSD-4-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000260}
261
262license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800263 name: "SPDX-license-identifier-BSD-4-Clause-UC",
264 conditions: ["notice"],
265 url: "https://spdx.org/licenses/BSD-4-Clause-UC.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000266}
267
268license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800269 name: "SPDX-license-identifier-BSD-Protection",
270 conditions: ["notice"],
271 url: "https://spdx.org/licenses/BSD-Protection.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000272}
273
274license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800275 name: "SPDX-license-identifier-BSD-Source-Code",
276 conditions: ["notice"],
277 url: "https://spdx.org/licenses/BSD-Source-Code.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000278}
279
280license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800281 name: "SPDX-license-identifier-BSL-1.0",
282 conditions: ["notice"],
283 url: "https://spdx.org/licenses/BSL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000284}
285
286license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800287 name: "SPDX-license-identifier-Beerware",
288 conditions: [
289 "by_exception_only",
290 "not_allowed",
291 ],
292 url: "https://spdx.org/licenses/Beerware.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000293}
294
295license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800296 name: "SPDX-license-identifier-CC-BY",
297 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000298}
299
300license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800301 name: "SPDX-license-identifier-CC-BY-1.0",
302 conditions: ["notice"],
303 url: "https://spdx.org/licenses/CC-BY-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000304}
305
306license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800307 name: "SPDX-license-identifier-CC-BY-2.0",
308 conditions: ["notice"],
309 url: "https://spdx.org/licenses/CC-BY-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000310}
311
312license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800313 name: "SPDX-license-identifier-CC-BY-2.5",
314 conditions: ["notice"],
315 url: "https://spdx.org/licenses/CC-BY-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000316}
317
318license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800319 name: "SPDX-license-identifier-CC-BY-3.0",
320 conditions: ["notice"],
321 url: "https://spdx.org/licenses/CC-BY-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000322}
323
324license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800325 name: "SPDX-license-identifier-CC-BY-4.0",
326 conditions: ["notice"],
327 url: "https://spdx.org/licenses/CC-BY-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000328}
329
330license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800331 name: "SPDX-license-identifier-CC-BY-NC",
332 conditions: [
333 "by_exception_only",
334 "not_allowed",
335 ],
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-NC-1.0",
340 conditions: [
341 "by_exception_only",
342 "not_allowed",
343 ],
344 url: "https://spdx.org/licenses/CC-BY-NC-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000345}
346
347license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800348 name: "SPDX-license-identifier-CC-BY-NC-2.0",
349 conditions: [
350 "by_exception_only",
351 "not_allowed",
352 ],
353 url: "https://spdx.org/licenses/CC-BY-NC-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000354}
355
356license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800357 name: "SPDX-license-identifier-CC-BY-NC-2.5",
358 conditions: [
359 "by_exception_only",
360 "not_allowed",
361 ],
362 url: "https://spdx.org/licenses/CC-BY-NC-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000363}
364
365license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800366 name: "SPDX-license-identifier-CC-BY-NC-3.0",
367 conditions: [
368 "by_exception_only",
369 "not_allowed",
370 ],
371 url: "https://spdx.org/licenses/CC-BY-NC-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000372}
373
374license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800375 name: "SPDX-license-identifier-CC-BY-NC-4.0",
376 conditions: [
377 "by_exception_only",
378 "not_allowed",
379 ],
380 url: "https://spdx.org/licenses/CC-BY-NC-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000381}
382
383license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800384 name: "SPDX-license-identifier-CC-BY-NC-ND-1.0",
385 conditions: [
386 "by_exception_only",
387 "not_allowed",
388 ],
389 url: "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000390}
391
392license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800393 name: "SPDX-license-identifier-CC-BY-NC-ND-2.0",
394 conditions: [
395 "by_exception_only",
396 "not_allowed",
397 ],
398 url: "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000399}
400
401license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800402 name: "SPDX-license-identifier-CC-BY-NC-ND-2.5",
403 conditions: [
404 "by_exception_only",
405 "not_allowed",
406 ],
407 url: "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000408}
409
410license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800411 name: "SPDX-license-identifier-CC-BY-NC-ND-3.0",
412 conditions: [
413 "by_exception_only",
414 "not_allowed",
415 ],
416 url: "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000417}
418
419license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800420 name: "SPDX-license-identifier-CC-BY-NC-ND-4.0",
421 conditions: [
422 "by_exception_only",
423 "not_allowed",
424 ],
425 url: "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000426}
427
428license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800429 name: "SPDX-license-identifier-CC-BY-NC-SA-1.0",
430 conditions: [
431 "by_exception_only",
432 "not_allowed",
433 ],
434 url: "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000435}
436
437license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800438 name: "SPDX-license-identifier-CC-BY-NC-SA-2.0",
439 conditions: [
440 "by_exception_only",
441 "not_allowed",
442 ],
443 url: "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000444}
445
446license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800447 name: "SPDX-license-identifier-CC-BY-NC-SA-2.5",
448 conditions: [
449 "by_exception_only",
450 "not_allowed",
451 ],
452 url: "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000453}
454
455license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800456 name: "SPDX-license-identifier-CC-BY-NC-SA-3.0",
457 conditions: [
458 "by_exception_only",
459 "not_allowed",
460 ],
461 url: "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000462}
463
464license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800465 name: "SPDX-license-identifier-CC-BY-NC-SA-4.0",
466 conditions: [
467 "by_exception_only",
468 "not_allowed",
469 ],
470 url: "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000471}
472
473license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800474 name: "SPDX-license-identifier-CC-BY-ND",
475 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000476}
477
478license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800479 name: "SPDX-license-identifier-CC-BY-ND-1.0",
480 conditions: ["restricted"],
481 url: "https://spdx.org/licenses/CC-BY-ND-1.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-ND-2.0",
486 conditions: ["restricted"],
487 url: "https://spdx.org/licenses/CC-BY-ND-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000488}
489
490license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800491 name: "SPDX-license-identifier-CC-BY-ND-2.5",
492 conditions: ["restricted"],
493 url: "https://spdx.org/licenses/CC-BY-ND-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000494}
495
496license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800497 name: "SPDX-license-identifier-CC-BY-ND-3.0",
498 conditions: ["restricted"],
499 url: "https://spdx.org/licenses/CC-BY-ND-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000500}
501
502license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800503 name: "SPDX-license-identifier-CC-BY-ND-4.0",
504 conditions: ["restricted"],
505 url: "https://spdx.org/licenses/CC-BY-ND-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000506}
507
508license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800509 name: "SPDX-license-identifier-CC-BY-SA",
510 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000511}
512
513license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800514 name: "SPDX-license-identifier-CC-BY-SA-1.0",
515 conditions: ["restricted"],
516 url: "https://spdx.org/licenses/CC-BY-SA-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000517}
518
519license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800520 name: "SPDX-license-identifier-CC-BY-SA-2.0",
521 conditions: ["restricted"],
522 url: "https://spdx.org/licenses/CC-BY-SA-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000523}
524
525license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800526 name: "SPDX-license-identifier-CC-BY-SA-2.5",
527 conditions: ["restricted"],
528 url: "https://spdx.org/licenses/CC-BY-SA-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000529}
530
531license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800532 name: "SPDX-license-identifier-CC-BY-SA-3.0",
533 conditions: ["restricted"],
534 url: "https://spdx.org/licenses/CC-BY-SA-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000535}
536
537license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800538 name: "SPDX-license-identifier-CC-BY-SA-4.0",
539 conditions: ["restricted"],
540 url: "https://spdx.org/licenses/CC-BY-SA-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000541}
542
543license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800544 name: "SPDX-license-identifier-CC-BY-SA-ND",
545 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000546}
547
548license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800549 name: "SPDX-license-identifier-CC0-1.0",
550 conditions: ["unencumbered"],
551 url: "https://spdx.org/licenses/CC0-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000552}
553
554license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800555 name: "SPDX-license-identifier-CPAL-1.0",
556 conditions: [
557 "by_exception_only",
558 "not_allowed",
559 ],
560 url: "https://spdx.org/licenses/CPAL-1.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-CPL-1.0",
565 conditions: ["reciprocal"],
566 url: "https://spdx.org/licenses/CPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000567}
568
569license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800570 name: "SPDX-license-identifier-EPL",
571 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000572}
573
574license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800575 name: "SPDX-license-identifier-EPL-1.0",
576 conditions: ["reciprocal"],
577 url: "https://spdx.org/licenses/EPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000578}
579
580license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800581 name: "SPDX-license-identifier-EPL-2.0",
582 conditions: ["reciprocal"],
583 url: "https://spdx.org/licenses/EPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000584}
585
586license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800587 name: "SPDX-license-identifier-EUPL",
588 conditions: [
589 "by_exception_only",
590 "not_allowed",
591 ],
Bob Badourb80dfee2021-01-07 03:34:31 +0000592}
593
594license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800595 name: "SPDX-license-identifier-EUPL-1.0",
596 conditions: [
597 "by_exception_only",
598 "not_allowed",
599 ],
600 url: "https://spdx.org/licenses/EUPL-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-EUPL-1.1",
605 conditions: [
606 "by_exception_only",
607 "not_allowed",
608 ],
609 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000610}
611
612license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800613 name: "SPDX-license-identifier-EUPL-1.2",
614 conditions: [
615 "by_exception_only",
616 "not_allowed",
617 ],
618 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000619}
620
621license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800622 name: "SPDX-license-identifier-FTL",
623 conditions: ["notice"],
624 url: "https://spdx.org/licenses/FTL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000625}
626
627license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800628 name: "SPDX-license-identifier-GPL",
629 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000630}
631
632license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800633 name: "SPDX-license-identifier-GPL-1.0",
634 conditions: ["restricted"],
635 url: "https://spdx.org/licenses/GPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000636}
637
638license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800639 name: "SPDX-license-identifier-GPL-1.0+",
640 conditions: ["restricted"],
641 url: "https://spdx.org/licenses/GPL-1.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000642}
643
644license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800645 name: "SPDX-license-identifier-GPL-1.0-only",
646 conditions: ["restricted"],
647 url: "https://spdx.org/licenses/GPL-1.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000648}
649
650license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800651 name: "SPDX-license-identifier-GPL-1.0-or-later",
652 conditions: ["restricted"],
653 url: "https://spdx.org/licenses/GPL-1.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000654}
655
656license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800657 name: "SPDX-license-identifier-GPL-2.0",
658 conditions: ["restricted"],
659 url: "https://spdx.org/licenses/GPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000660}
661
662license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800663 name: "SPDX-license-identifier-GPL-2.0+",
664 conditions: ["restricted"],
665 url: "https://spdx.org/licenses/GPL-2.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000666}
667
668license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800669 name: "SPDX-license-identifier-GPL-2.0-only",
670 conditions: ["restricted"],
671 url: "https://spdx.org/licenses/GPL-2.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000672}
673
674license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800675 name: "SPDX-license-identifier-GPL-2.0-or-later",
676 conditions: ["restricted"],
677 url: "https://spdx.org/licenses/GPL-2.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000678}
679
680license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800681 name: "SPDX-license-identifier-GPL-2.0-with-GCC-exception",
682 conditions: ["restricted"],
683 url: "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.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-2.0-with-autoconf-exception",
688 conditions: ["restricted"],
689 url: "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.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-2.0-with-bison-exception",
694 conditions: ["restricted"],
695 url: "https://spdx.org/licenses/GPL-2.0-with-bison-exception.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-2.0-with-classpath-exception",
700 conditions: ["restricted"],
701 url: "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.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-with-font-exception",
706 conditions: ["restricted"],
707 url: "https://spdx.org/licenses/GPL-2.0-with-font-exception.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-3.0",
712 conditions: ["restricted"],
713 url: "https://spdx.org/licenses/GPL-3.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-3.0+",
718 conditions: ["restricted"],
719 url: "https://spdx.org/licenses/GPL-3.0+.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-3.0-only",
724 conditions: ["restricted"],
725 url: "https://spdx.org/licenses/GPL-3.0-only.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-3.0-or-later",
730 conditions: ["restricted"],
731 url: "https://spdx.org/licenses/GPL-3.0-or-later.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-3.0-with-GCC-exception",
736 conditions: ["restricted"],
737 url: "https://spdx.org/licenses/GPL-3.0-with-GCC-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-3.0-with-autoconf-exception",
742 conditions: ["restricted"],
743 url: "https://spdx.org/licenses/GPL-3.0-with-autoconf-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-with-classpath-exception",
748 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000749}
750
751license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800752 name: "SPDX-license-identifier-HPND",
753 conditions: ["notice"],
754 url: "https://spdx.org/licenses/HPND.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000755}
756
757license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800758 name: "SPDX-license-identifier-ICU",
759 conditions: ["notice"],
760 url: "https://spdx.org/licenses/ICU.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000761}
762
763license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800764 name: "SPDX-license-identifier-ISC",
765 conditions: ["notice"],
766 url: "https://spdx.org/licenses/ISC.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000767}
768
769license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800770 name: "SPDX-license-identifier-JSON",
771 conditions: ["notice"],
772 url: "https://spdx.org/licenses/JSON.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000773}
774
775license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800776 name: "SPDX-license-identifier-LGPL",
777 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000778}
779
780license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800781 name: "SPDX-license-identifier-LGPL-2.0",
782 conditions: ["restricted"],
783 url: "https://spdx.org/licenses/LGPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000784}
785
786license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800787 name: "SPDX-license-identifier-LGPL-2.0+",
788 conditions: ["restricted"],
789 url: "https://spdx.org/licenses/LGPL-2.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000790}
791
792license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800793 name: "SPDX-license-identifier-LGPL-2.0-only",
794 conditions: ["restricted"],
795 url: "https://spdx.org/licenses/LGPL-2.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000796}
797
798license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800799 name: "SPDX-license-identifier-LGPL-2.0-or-later",
800 conditions: ["restricted"],
801 url: "https://spdx.org/licenses/LGPL-2.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000802}
803
804license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800805 name: "SPDX-license-identifier-LGPL-2.1",
806 conditions: ["restricted"],
807 url: "https://spdx.org/licenses/LGPL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000808}
809
810license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800811 name: "SPDX-license-identifier-LGPL-2.1+",
812 conditions: ["restricted"],
813 url: "https://spdx.org/licenses/LGPL-2.1+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000814}
815
816license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800817 name: "SPDX-license-identifier-LGPL-2.1-only",
818 conditions: ["restricted"],
819 url: "https://spdx.org/licenses/LGPL-2.1-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000820}
821
822license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800823 name: "SPDX-license-identifier-LGPL-2.1-or-later",
824 conditions: ["restricted"],
825 url: "https://spdx.org/licenses/LGPL-2.1-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000826}
827
828license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800829 name: "SPDX-license-identifier-LGPL-3.0",
830 conditions: ["restricted"],
831 url: "https://spdx.org/licenses/LGPL-3.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-3.0+",
836 conditions: ["restricted"],
837 url: "https://spdx.org/licenses/LGPL-3.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-3.0-only",
842 conditions: ["restricted"],
843 url: "https://spdx.org/licenses/LGPL-3.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-3.0-or-later",
848 conditions: ["restricted"],
849 url: "https://spdx.org/licenses/LGPL-3.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-LGPLLR",
854 conditions: ["restricted"],
855 url: "https://spdx.org/licenses/LGPLLR.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000856}
857
858license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800859 name: "SPDX-license-identifier-LPL-1.02",
860 conditions: ["notice"],
861 url: "https://spdx.org/licenses/LPL-1.02.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000862}
863
864license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800865 name: "SPDX-license-identifier-MIT",
866 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000867}
868
869license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800870 name: "SPDX-license-identifier-MIT-0",
871 conditions: ["notice"],
872 url: "https://spdx.org/licenses/MIT-0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000873}
874
875license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800876 name: "SPDX-license-identifier-MIT-CMU",
877 conditions: ["notice"],
878 url: "https://spdx.org/licenses/MIT-CMU.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000879}
880
881license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800882 name: "SPDX-license-identifier-MIT-advertising",
883 conditions: ["notice"],
884 url: "https://spdx.org/licenses/MIT-advertising.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000885}
886
887license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800888 name: "SPDX-license-identifier-MIT-enna",
889 conditions: ["notice"],
890 url: "https://spdx.org/licenses/MIT-enna.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000891}
892
893license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800894 name: "SPDX-license-identifier-MIT-feh",
895 conditions: ["notice"],
896 url: "https://spdx.org/licenses/MIT-feh.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000897}
898
899license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800900 name: "SPDX-license-identifier-MITNFA",
901 conditions: ["notice"],
902 url: "https://spdx.org/licenses/MITNFA.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000903}
904
905license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800906 name: "SPDX-license-identifier-MPL",
907 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000908}
909
910license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800911 name: "SPDX-license-identifier-MPL-1.0",
912 conditions: ["reciprocal"],
913 url: "https://spdx.org/licenses/MPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000914}
915
916license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800917 name: "SPDX-license-identifier-MPL-1.1",
918 conditions: ["reciprocal"],
919 url: "https://spdx.org/licenses/MPL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000920}
921
922license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800923 name: "SPDX-license-identifier-MPL-2.0",
924 conditions: ["reciprocal"],
925 url: "https://spdx.org/licenses/MPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000926}
927
928license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800929 name: "SPDX-license-identifier-MPL-2.0-no-copyleft-exception",
930 conditions: ["reciprocal"],
931 url: "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000932}
933
934license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800935 name: "SPDX-license-identifier-MS-PL",
936 conditions: ["notice"],
937 url: "https://spdx.org/licenses/MS-PL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000938}
939
940license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800941 name: "SPDX-license-identifier-NCSA",
942 conditions: ["notice"],
943 url: "https://spdx.org/licenses/NCSA.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000944}
945
946license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800947 name: "SPDX-license-identifier-OFL",
948 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000949}
950
951license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800952 name: "SPDX-license-identifier-OFL-1.0",
953 conditions: ["by_exception_only"],
954 url: "https://spdx.org/licenses/OFL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000955}
956
957license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800958 name: "SPDX-license-identifier-OFL-1.0-RFN",
959 conditions: ["by_exception_only"],
960 url: "https://spdx.org/licenses/OFL-1.0-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000961}
962
963license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800964 name: "SPDX-license-identifier-OFL-1.0-no-RFN",
965 conditions: ["by_exception_only"],
966 url: "https://spdx.org/licenses/OFL-1.0-no-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000967}
968
969license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800970 name: "SPDX-license-identifier-OFL-1.1",
971 conditions: ["by_exception_only"],
972 url: "https://spdx.org/licenses/OFL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000973}
974
975license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800976 name: "SPDX-license-identifier-OFL-1.1-RFN",
977 conditions: ["by_exception_only"],
978 url: "https://spdx.org/licenses/OFL-1.1-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000979}
980
981license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800982 name: "SPDX-license-identifier-OFL-1.1-no-RFN",
983 conditions: ["by_exception_only"],
984 url: "https://spdx.org/licenses/OFL-1.1-no-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000985}
986
987license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800988 name: "SPDX-license-identifier-OpenSSL",
989 conditions: ["notice"],
990 url: "https://spdx.org/licenses/OpenSSL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000991}
992
993license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800994 name: "SPDX-license-identifier-PSF-2.0",
995 conditions: ["notice"],
996 url: "https://spdx.org/licenses/PSF-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000997}
998
999license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001000 name: "SPDX-license-identifier-SISSL",
1001 conditions: [
1002 "by_exception_only",
1003 "not_allowed",
1004 ],
1005 url: "https://spdx.org/licenses/SISSL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001006}
1007
1008license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001009 name: "SPDX-license-identifier-SISSL-1.2",
1010 conditions: [
1011 "by_exception_only",
1012 "not_allowed",
1013 ],
1014 url: "https://spdx.org/licenses/SISSL-1.2.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001015}
1016
1017license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001018 name: "SPDX-license-identifier-SPL-1.0",
1019 conditions: [
1020 "by_exception_only",
1021 "reciprocal",
1022 ],
1023 url: "https://spdx.org/licenses/SPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001024}
1025
1026license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001027 name: "SPDX-license-identifier-SSPL",
1028 conditions: [
1029 "by_exception_only",
1030 "not_allowed",
1031 ],
1032 url: "https://spdx.org/licenses/SSPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001033}
1034
1035license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001036 name: "SPDX-license-identifier-UPL-1.0",
1037 conditions: ["notice"],
1038 url: "https://spdx.org/licenses/UPL-1.-.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001039}
1040
1041license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001042 name: "SPDX-license-identifier-Unicode-DFS",
1043 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001044}
1045
1046license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001047 name: "SPDX-license-identifier-Unicode-DFS-2015",
1048 conditions: ["notice"],
1049 url: "https://spdx.org/licenses/Unicode-DFS-2015.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001050}
1051
1052license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001053 name: "SPDX-license-identifier-Unicode-DFS-2016",
1054 conditions: ["notice"],
1055 url: "https://spdx.org/licenses/Unicode-DFS-2016.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001056}
1057
1058license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001059 name: "SPDX-license-identifier-Unlicense",
1060 conditions: ["unencumbered"],
1061 url: "https://spdx.org/licenses/Unlicense.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001062}
1063
1064license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001065 name: "SPDX-license-identifier-W3C",
1066 conditions: ["notice"],
1067 url: "https://spdx.org/licenses/W3C.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001068}
1069
1070license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001071 name: "SPDX-license-identifier-W3C-19980720",
1072 conditions: ["notice"],
1073 url: "https://spdx.org/licenses/W3C-19980720.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001074}
1075
1076license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001077 name: "SPDX-license-identifier-W3C-20150513",
1078 conditions: ["notice"],
1079 url: "https://spdx.org/licenses/W3C-20150513.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001080}
1081
1082license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001083 name: "SPDX-license-identifier-WTFPL",
1084 conditions: [
1085 "by_exception_only",
1086 "not_allowed",
1087 ],
1088 url: "https://spdx.org/licenses/WTFPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001089}
1090
1091license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001092 name: "SPDX-license-identifier-Watcom-1.0",
1093 conditions: [
1094 "by_exception_only",
1095 "not_allowed",
1096 ],
1097 url: "https://spdx.org/licenses/Watcom-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001098}
1099
1100license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001101 name: "SPDX-license-identifier-Xnet",
1102 conditions: ["notice"],
1103 url: "https://spdx.org/licenses/Xnet.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001104}
1105
1106license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001107 name: "SPDX-license-identifier-ZPL",
1108 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001109}
1110
1111license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001112 name: "SPDX-license-identifier-ZPL-1.1",
1113 conditions: ["notice"],
1114 url: "https://spdx.org/licenses/ZPL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001115}
1116
1117license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001118 name: "SPDX-license-identifier-ZPL-2.0",
1119 conditions: ["notice"],
1120 url: "https://spdx.org/licenses/ZPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001121}
1122
1123license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001124 name: "SPDX-license-identifier-ZPL-2.1",
1125 conditions: ["notice"],
1126 url: "https://spdx.org/licenses/ZPL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001127}
1128
1129license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001130 name: "SPDX-license-identifier-Zend-2.0",
1131 conditions: ["notice"],
1132 url: "https://spdx.org/licenses/Zend-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001133}
1134
1135license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001136 name: "SPDX-license-identifier-Zlib",
1137 conditions: ["notice"],
1138 url: "https://spdx.org/licenses/Zlib.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001139}
1140
1141license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001142 name: "SPDX-license-identifier-libtiff",
1143 conditions: ["notice"],
1144 url: "https://spdx.org/licenses/libtiff.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001145}
1146
Bob Badourb80dfee2021-01-07 03:34:31 +00001147// Legacy license kinds -- do not add new references -- use an spdx kind instead.
1148license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001149 name: "legacy_unknown",
1150 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001151}
1152
1153license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001154 name: "legacy_unencumbered",
1155 conditions: ["unencumbered"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001156}
1157
1158license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001159 name: "legacy_permissive",
1160 conditions: ["permissive"],
Bob Badour73056ea2021-01-21 08:53:58 -08001161}
1162
1163license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001164 name: "legacy_notice",
1165 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001166}
1167
1168license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001169 name: "legacy_reciprocal",
1170 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001171}
1172
1173license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001174 name: "legacy_restricted",
1175 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001176}
1177
1178license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001179 name: "legacy_by_exception_only",
1180 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001181}
1182
1183license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001184 name: "legacy_not_allowed",
1185 conditions: [
1186 "by_exception_only",
1187 "not_allowed",
1188 ],
Bob Badourb80dfee2021-01-07 03:34:31 +00001189}
1190
1191license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001192 name: "legacy_proprietary",
1193 conditions: [
1194 "by_exception_only",
1195 "not_allowed",
1196 "proprietary",
1197 ],
Bob Badourb80dfee2021-01-07 03:34:31 +00001198}