blob: 54981e1c58b5c78e0ed2c6bbc5054cfe9d980f09 [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
Bob Badour45923712022-01-28 12:55:32 -080021filegroup {
22 name: "Apache-2.0-License-Text",
23 srcs: ["LICENSE"],
24}
25
Bob Badourb80dfee2021-01-07 03:34:31 +000026license {
Bob Badourb545c5f2021-01-23 14:35:55 -080027 name: "Android-Apache-2.0",
Bob Badour414719e2021-04-15 12:43:39 -070028 package_name: "Android",
Bob Badourb545c5f2021-01-23 14:35:55 -080029 license_kinds: ["SPDX-license-identifier-Apache-2.0"],
30 copyright_notice: "Copyright (C) The Android Open Source Project",
31 license_text: ["LICENSE"],
Bob Badourb80dfee2021-01-07 03:34:31 +000032}
33
34license_kind {
Bob Badourbeb3f9a2022-07-25 18:35:58 -070035 name: "BSD-Like-Binary-Only",
36 conditions: [
37 "notice",
38 "by_exception_only",
39 "proprietary",
40 ],
41}
42
43license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -080044 name: "SPDX-license-identifier-0BSD",
Bob Badour59f08662022-09-23 16:29:34 -070045 conditions: ["permissive"],
Bob Badour7e3dbd92021-01-23 13:09:16 -080046 url: "https://spdx.org/licenses/0BSD",
47}
48
49license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080050 name: "SPDX-license-identifier-AFL-1.1",
51 conditions: ["by_exception_only"],
52 url: "https://spdx.org/licenses/AFL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000053}
54
55license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080056 name: "SPDX-license-identifier-AFL-1.2",
57 conditions: ["by_exception_only"],
58 url: "https://spdx.org/licenses/AFL-1.2.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000059}
60
61license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080062 name: "SPDX-license-identifier-AFL-2.0",
63 conditions: ["by_exception_only"],
64 url: "https://spdx.org/licenses/AFL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000065}
66
67license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080068 name: "SPDX-license-identifier-AFL-2.1",
69 conditions: ["notice"],
70 url: "https://spdx.org/licenses/AFL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000071}
72
73license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080074 name: "SPDX-license-identifier-AFL-3.0",
75 conditions: ["notice"],
76 url: "https://spdx.org/licenses/AFL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000077}
78
79license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080080 name: "SPDX-license-identifier-AGPL",
81 conditions: [
82 "by_exception_only",
83 "not_allowed",
84 ],
85 url: "https://spdx.org/licenses/AGPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000086}
87
88license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080089 name: "SPDX-license-identifier-AGPL-1.0",
90 conditions: [
91 "by_exception_only",
92 "not_allowed",
93 ],
94 url: "https://spdx.org/licenses/AGPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +000095}
96
97license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -080098 name: "SPDX-license-identifier-AGPL-1.0-only",
99 conditions: [
100 "by_exception_only",
101 "not_allowed",
102 ],
103 url: "https://spdx.org/licenses/AGPL-1.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000104}
105
106license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800107 name: "SPDX-license-identifier-AGPL-1.0-or-later",
108 conditions: [
109 "by_exception_only",
110 "not_allowed",
111 ],
112 url: "https://spdx.org/licenses/AGPL-1.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000113}
114
115license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800116 name: "SPDX-license-identifier-AGPL-3.0",
117 conditions: [
118 "by_exception_only",
119 "not_allowed",
120 ],
121 url: "https://spdx.org/licenses/AGPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000122}
123
124license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800125 name: "SPDX-license-identifier-AGPL-3.0-only",
126 conditions: [
127 "by_exception_only",
128 "not_allowed",
129 ],
130 url: "https://spdx.org/licenses/AGPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000131}
132
133license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800134 name: "SPDX-license-identifier-AGPL-3.0-or-later",
135 conditions: [
136 "by_exception_only",
137 "not_allowed",
138 ],
139 url: "https://spdx.org/licenses/AGPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000140}
141
142license_kind {
Bob Badour304fe7f2021-01-27 16:51:36 -0800143 name: "SPDX-license-identifier-APSL-1.1",
144 conditions: [
145 "reciprocal",
146 ],
147 url: "https://spdx.org/licenses/APSL-1.1.html",
148}
149
150license_kind {
151 name: "SPDX-license-identifier-APSL-2.0",
152 conditions: [
153 "reciprocal",
154 ],
155 url: "https://spdx.org/licenses/APSL-2.0.html",
156}
157
158license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800159 name: "SPDX-license-identifier-Apache",
160 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000161}
162
163license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800164 name: "SPDX-license-identifier-Apache-1.0",
165 conditions: ["notice"],
166 url: "https://spdx.org/licenses/Apache-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000167}
168
169license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800170 name: "SPDX-license-identifier-Apache-1.1",
171 conditions: ["notice"],
172 url: "https://spdx.org/licenses/Apache-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000173}
174
175license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800176 name: "SPDX-license-identifier-Apache-2.0",
177 conditions: ["notice"],
178 url: "https://spdx.org/licenses/Apache-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000179}
180
181license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800182 name: "SPDX-license-identifier-Artistic",
183 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000184}
185
186license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800187 name: "SPDX-license-identifier-Artistic-1.0",
188 conditions: ["notice"],
189 url: "https://spdx.org/licenses/Artistic-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000190}
191
192license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800193 name: "SPDX-license-identifier-Artistic-1.0-Perl",
194 conditions: ["notice"],
195 url: "https://spdx.org/licenses/Artistic-1.0-Perl.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000196}
197
198license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800199 name: "SPDX-license-identifier-Artistic-1.0-cl8",
200 conditions: ["notice"],
201 url: "https://spdx.org/licenses/Artistic-1.0-cl8.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000202}
203
204license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800205 name: "SPDX-license-identifier-Artistic-2.0",
206 conditions: ["notice"],
207 url: "https://spdx.org/licenses/Artistic-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000208}
209
210license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800211 name: "SPDX-license-identifier-BSD",
212 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000213}
214
215license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800216 name: "SPDX-license-identifier-BSD-1-Clause",
217 conditions: ["notice"],
218 url: "https://spdx.org/licenses/BSD-1-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000219}
220
221license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800222 name: "SPDX-license-identifier-BSD-2-Clause",
223 conditions: ["notice"],
224 url: "https://spdx.org/licenses/BSD-2-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000225}
226
227license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800228 name: "SPDX-license-identifier-BSD-2-Clause-FreeBSD",
229 conditions: ["notice"],
230 url: "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000231}
232
233license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800234 name: "SPDX-license-identifier-BSD-2-Clause-NetBSD",
235 conditions: ["notice"],
236 url: "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000237}
238
239license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800240 name: "SPDX-license-identifier-BSD-2-Clause-Patent",
241 conditions: ["notice"],
242 url: "https://spdx.org/licenses/BSD-2-Clause-Patent.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000243}
244
245license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800246 name: "SPDX-license-identifier-BSD-3-Clause",
247 conditions: ["notice"],
248 url: "https://spdx.org/licenses/BSD-3-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000249}
250
251license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800252 name: "SPDX-license-identifier-BSD-3-Clause-Attribution",
253 conditions: ["notice"],
254 url: "https://spdx.org/licenses/BSD-3-Clause-Attribution.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000255}
256
257license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800258 name: "SPDX-license-identifier-BSD-3-Clause-Clear",
259 conditions: ["notice"],
260 url: "https://spdx.org/licenses/BSD-3-Clause-Clear.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000261}
262
263license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800264 name: "SPDX-license-identifier-BSD-3-Clause-LBNL",
265 conditions: ["notice"],
266 url: "https://spdx.org/licenses/BSD-3-Clause-LBNL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000267}
268
269license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800270 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-License",
271 conditions: ["notice"],
272 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000273}
274
275license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800276 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-License-2014",
277 conditions: ["notice"],
278 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000279}
280
281license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800282 name: "SPDX-license-identifier-BSD-3-Clause-No-Nuclear-Warranty",
283 conditions: ["notice"],
284 url: "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000285}
286
287license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800288 name: "SPDX-license-identifier-BSD-3-Clause-Open-MPI",
289 conditions: ["notice"],
290 url: "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000291}
292
293license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800294 name: "SPDX-license-identifier-BSD-4-Clause",
295 conditions: ["notice"],
296 url: "https://spdx.org/licenses/BSD-4-Clause.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000297}
298
299license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800300 name: "SPDX-license-identifier-BSD-4-Clause-UC",
301 conditions: ["notice"],
302 url: "https://spdx.org/licenses/BSD-4-Clause-UC.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000303}
304
305license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800306 name: "SPDX-license-identifier-BSD-Protection",
307 conditions: ["notice"],
308 url: "https://spdx.org/licenses/BSD-Protection.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000309}
310
311license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800312 name: "SPDX-license-identifier-BSD-Source-Code",
313 conditions: ["notice"],
314 url: "https://spdx.org/licenses/BSD-Source-Code.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000315}
316
317license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800318 name: "SPDX-license-identifier-BSL-1.0",
319 conditions: ["notice"],
320 url: "https://spdx.org/licenses/BSL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000321}
322
323license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800324 name: "SPDX-license-identifier-Beerware",
Bob Badour7a105302021-02-02 12:08:28 -0800325 conditions: ["notice"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800326 url: "https://spdx.org/licenses/Beerware.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000327}
328
329license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800330 name: "SPDX-license-identifier-CC-BY",
331 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000332}
333
334license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800335 name: "SPDX-license-identifier-CC-BY-1.0",
336 conditions: ["notice"],
337 url: "https://spdx.org/licenses/CC-BY-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000338}
339
340license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800341 name: "SPDX-license-identifier-CC-BY-2.0",
342 conditions: ["notice"],
343 url: "https://spdx.org/licenses/CC-BY-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000344}
345
346license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800347 name: "SPDX-license-identifier-CC-BY-2.5",
348 conditions: ["notice"],
349 url: "https://spdx.org/licenses/CC-BY-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000350}
351
352license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800353 name: "SPDX-license-identifier-CC-BY-3.0",
354 conditions: ["notice"],
355 url: "https://spdx.org/licenses/CC-BY-3.0.html",
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-4.0",
360 conditions: ["notice"],
361 url: "https://spdx.org/licenses/CC-BY-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000362}
363
364license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800365 name: "SPDX-license-identifier-CC-BY-NC",
366 conditions: [
367 "by_exception_only",
368 "not_allowed",
369 ],
Bob Badourb80dfee2021-01-07 03:34:31 +0000370}
371
372license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800373 name: "SPDX-license-identifier-CC-BY-NC-1.0",
374 conditions: [
375 "by_exception_only",
376 "not_allowed",
377 ],
378 url: "https://spdx.org/licenses/CC-BY-NC-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000379}
380
381license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800382 name: "SPDX-license-identifier-CC-BY-NC-2.0",
383 conditions: [
384 "by_exception_only",
385 "not_allowed",
386 ],
387 url: "https://spdx.org/licenses/CC-BY-NC-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000388}
389
390license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800391 name: "SPDX-license-identifier-CC-BY-NC-2.5",
392 conditions: [
393 "by_exception_only",
394 "not_allowed",
395 ],
396 url: "https://spdx.org/licenses/CC-BY-NC-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000397}
398
399license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800400 name: "SPDX-license-identifier-CC-BY-NC-3.0",
401 conditions: [
402 "by_exception_only",
403 "not_allowed",
404 ],
405 url: "https://spdx.org/licenses/CC-BY-NC-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000406}
407
408license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800409 name: "SPDX-license-identifier-CC-BY-NC-4.0",
410 conditions: [
411 "by_exception_only",
412 "not_allowed",
413 ],
414 url: "https://spdx.org/licenses/CC-BY-NC-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000415}
416
417license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800418 name: "SPDX-license-identifier-CC-BY-NC-ND-1.0",
419 conditions: [
420 "by_exception_only",
421 "not_allowed",
422 ],
423 url: "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000424}
425
426license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800427 name: "SPDX-license-identifier-CC-BY-NC-ND-2.0",
428 conditions: [
429 "by_exception_only",
430 "not_allowed",
431 ],
432 url: "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000433}
434
435license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800436 name: "SPDX-license-identifier-CC-BY-NC-ND-2.5",
437 conditions: [
438 "by_exception_only",
439 "not_allowed",
440 ],
441 url: "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000442}
443
444license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800445 name: "SPDX-license-identifier-CC-BY-NC-ND-3.0",
446 conditions: [
447 "by_exception_only",
448 "not_allowed",
449 ],
450 url: "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000451}
452
453license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800454 name: "SPDX-license-identifier-CC-BY-NC-ND-4.0",
455 conditions: [
456 "by_exception_only",
457 "not_allowed",
458 ],
459 url: "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000460}
461
462license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800463 name: "SPDX-license-identifier-CC-BY-NC-SA-1.0",
464 conditions: [
465 "by_exception_only",
466 "not_allowed",
467 ],
468 url: "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000469}
470
471license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800472 name: "SPDX-license-identifier-CC-BY-NC-SA-2.0",
473 conditions: [
474 "by_exception_only",
475 "not_allowed",
476 ],
477 url: "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000478}
479
480license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800481 name: "SPDX-license-identifier-CC-BY-NC-SA-2.5",
482 conditions: [
483 "by_exception_only",
484 "not_allowed",
485 ],
486 url: "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000487}
488
489license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800490 name: "SPDX-license-identifier-CC-BY-NC-SA-3.0",
491 conditions: [
492 "by_exception_only",
493 "not_allowed",
494 ],
495 url: "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html",
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-NC-SA-4.0",
500 conditions: [
501 "by_exception_only",
502 "not_allowed",
503 ],
504 url: "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000505}
506
507license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800508 name: "SPDX-license-identifier-CC-BY-ND",
Bob Badourdf6099d2021-11-15 17:52:08 -0800509 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000510}
511
512license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800513 name: "SPDX-license-identifier-CC-BY-ND-1.0",
Bob Badourdf6099d2021-11-15 17:52:08 -0800514 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800515 url: "https://spdx.org/licenses/CC-BY-ND-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000516}
517
518license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800519 name: "SPDX-license-identifier-CC-BY-ND-2.0",
Bob Badourdf6099d2021-11-15 17:52:08 -0800520 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800521 url: "https://spdx.org/licenses/CC-BY-ND-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000522}
523
524license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800525 name: "SPDX-license-identifier-CC-BY-ND-2.5",
Bob Badourdf6099d2021-11-15 17:52:08 -0800526 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800527 url: "https://spdx.org/licenses/CC-BY-ND-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000528}
529
530license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800531 name: "SPDX-license-identifier-CC-BY-ND-3.0",
Bob Badourdf6099d2021-11-15 17:52:08 -0800532 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800533 url: "https://spdx.org/licenses/CC-BY-ND-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000534}
535
536license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800537 name: "SPDX-license-identifier-CC-BY-ND-4.0",
Bob Badourdf6099d2021-11-15 17:52:08 -0800538 conditions: ["by_exception_only"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800539 url: "https://spdx.org/licenses/CC-BY-ND-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000540}
541
542license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800543 name: "SPDX-license-identifier-CC-BY-SA",
544 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000545}
546
547license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800548 name: "SPDX-license-identifier-CC-BY-SA-1.0",
549 conditions: ["restricted"],
550 url: "https://spdx.org/licenses/CC-BY-SA-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000551}
552
553license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800554 name: "SPDX-license-identifier-CC-BY-SA-2.0",
555 conditions: ["restricted"],
556 url: "https://spdx.org/licenses/CC-BY-SA-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000557}
558
559license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800560 name: "SPDX-license-identifier-CC-BY-SA-2.5",
561 conditions: ["restricted"],
562 url: "https://spdx.org/licenses/CC-BY-SA-2.5.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000563}
564
565license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800566 name: "SPDX-license-identifier-CC-BY-SA-3.0",
567 conditions: ["restricted"],
568 url: "https://spdx.org/licenses/CC-BY-SA-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000569}
570
571license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800572 name: "SPDX-license-identifier-CC-BY-SA-4.0",
573 conditions: ["restricted"],
574 url: "https://spdx.org/licenses/CC-BY-SA-4.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000575}
576
577license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800578 name: "SPDX-license-identifier-CC-BY-SA-ND",
Bob Badourdf6099d2021-11-15 17:52:08 -0800579 conditions: [
580 "restricted",
581 "by_exception_only",
582 ],
Bob Badourb80dfee2021-01-07 03:34:31 +0000583}
584
585license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800586 name: "SPDX-license-identifier-CC0-1.0",
587 conditions: ["unencumbered"],
588 url: "https://spdx.org/licenses/CC0-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000589}
590
591license_kind {
Bob Badourf34e4412021-01-26 00:02:44 -0800592 name: "SPDX-license-identifier-CDDL",
593 conditions: ["reciprocal"],
594}
595
596license_kind {
597 name: "SPDX-license-identifier-CDDL-1.0",
598 conditions: ["reciprocal"],
599 url: "https://spdx.org/licenses/CDLL-1.0.html",
600}
601
602license_kind {
603 name: "SPDX-license-identifier-CDDL-1.1",
604 conditions: ["reciprocal"],
605 url: "https://spdx.org/licenses/CDLL-1.1.html",
606}
607
608license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800609 name: "SPDX-license-identifier-CPAL-1.0",
610 conditions: [
611 "by_exception_only",
612 "not_allowed",
613 ],
614 url: "https://spdx.org/licenses/CPAL-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-CPL-1.0",
619 conditions: ["reciprocal"],
620 url: "https://spdx.org/licenses/CPL-1.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-EPL",
625 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000626}
627
628license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800629 name: "SPDX-license-identifier-EPL-1.0",
630 conditions: ["reciprocal"],
631 url: "https://spdx.org/licenses/EPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000632}
633
634license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800635 name: "SPDX-license-identifier-EPL-2.0",
636 conditions: ["reciprocal"],
637 url: "https://spdx.org/licenses/EPL-2.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",
642 conditions: [
643 "by_exception_only",
644 "not_allowed",
645 ],
Bob Badourb80dfee2021-01-07 03:34:31 +0000646}
647
648license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800649 name: "SPDX-license-identifier-EUPL-1.0",
650 conditions: [
651 "by_exception_only",
652 "not_allowed",
653 ],
654 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000655}
656
657license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800658 name: "SPDX-license-identifier-EUPL-1.1",
659 conditions: [
660 "by_exception_only",
661 "not_allowed",
662 ],
663 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000664}
665
666license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800667 name: "SPDX-license-identifier-EUPL-1.2",
668 conditions: [
669 "by_exception_only",
670 "not_allowed",
671 ],
672 url: "https://spdx.org/licenses/EUPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000673}
674
675license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -0800676 name: "SPDX-license-identifier-FSFAP",
677 conditions: ["notice"],
678 url: "https://spdx.org/licenses/FSFAP",
679}
680
681license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800682 name: "SPDX-license-identifier-FTL",
683 conditions: ["notice"],
684 url: "https://spdx.org/licenses/FTL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000685}
686
687license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -0800688 name: "SPDX-license-identifier-GFDL",
689 conditions: ["by_exception_only"],
690}
691
692license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800693 name: "SPDX-license-identifier-GPL",
694 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000695}
696
697license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800698 name: "SPDX-license-identifier-GPL-1.0",
699 conditions: ["restricted"],
700 url: "https://spdx.org/licenses/GPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000701}
702
703license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800704 name: "SPDX-license-identifier-GPL-1.0+",
705 conditions: ["restricted"],
706 url: "https://spdx.org/licenses/GPL-1.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000707}
708
709license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800710 name: "SPDX-license-identifier-GPL-1.0-only",
711 conditions: ["restricted"],
712 url: "https://spdx.org/licenses/GPL-1.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000713}
714
715license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800716 name: "SPDX-license-identifier-GPL-1.0-or-later",
717 conditions: ["restricted"],
718 url: "https://spdx.org/licenses/GPL-1.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000719}
720
721license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800722 name: "SPDX-license-identifier-GPL-2.0",
723 conditions: ["restricted"],
724 url: "https://spdx.org/licenses/GPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000725}
726
727license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800728 name: "SPDX-license-identifier-GPL-2.0+",
729 conditions: ["restricted"],
730 url: "https://spdx.org/licenses/GPL-2.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000731}
732
733license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800734 name: "SPDX-license-identifier-GPL-2.0-only",
735 conditions: ["restricted"],
736 url: "https://spdx.org/licenses/GPL-2.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000737}
738
739license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800740 name: "SPDX-license-identifier-GPL-2.0-or-later",
741 conditions: ["restricted"],
742 url: "https://spdx.org/licenses/GPL-2.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000743}
744
745license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800746 name: "SPDX-license-identifier-GPL-2.0-with-GCC-exception",
747 conditions: ["restricted"],
748 url: "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000749}
750
751license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800752 name: "SPDX-license-identifier-GPL-2.0-with-autoconf-exception",
753 conditions: ["restricted"],
754 url: "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000755}
756
757license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800758 name: "SPDX-license-identifier-GPL-2.0-with-bison-exception",
759 conditions: ["restricted"],
760 url: "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000761}
762
763license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800764 name: "SPDX-license-identifier-GPL-2.0-with-classpath-exception",
Bob Badour4ea386a2022-09-20 12:21:19 -0700765 conditions: ["permissive"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800766 url: "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000767}
768
769license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800770 name: "SPDX-license-identifier-GPL-2.0-with-font-exception",
771 conditions: ["restricted"],
772 url: "https://spdx.org/licenses/GPL-2.0-with-font-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000773}
774
775license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800776 name: "SPDX-license-identifier-GPL-3.0",
777 conditions: ["restricted"],
778 url: "https://spdx.org/licenses/GPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000779}
780
781license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800782 name: "SPDX-license-identifier-GPL-3.0+",
783 conditions: ["restricted"],
784 url: "https://spdx.org/licenses/GPL-3.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000785}
786
787license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800788 name: "SPDX-license-identifier-GPL-3.0-only",
789 conditions: ["restricted"],
790 url: "https://spdx.org/licenses/GPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000791}
792
793license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800794 name: "SPDX-license-identifier-GPL-3.0-or-later",
795 conditions: ["restricted"],
796 url: "https://spdx.org/licenses/GPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000797}
798
799license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800800 name: "SPDX-license-identifier-GPL-3.0-with-GCC-exception",
801 conditions: ["restricted"],
802 url: "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000803}
804
805license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800806 name: "SPDX-license-identifier-GPL-3.0-with-autoconf-exception",
807 conditions: ["restricted"],
808 url: "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000809}
810
811license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800812 name: "SPDX-license-identifier-GPL-with-classpath-exception",
Bob Badour4ea386a2022-09-20 12:21:19 -0700813 conditions: ["permissive"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000814}
815
816license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800817 name: "SPDX-license-identifier-HPND",
818 conditions: ["notice"],
819 url: "https://spdx.org/licenses/HPND.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000820}
821
822license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800823 name: "SPDX-license-identifier-ICU",
824 conditions: ["notice"],
825 url: "https://spdx.org/licenses/ICU.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000826}
827
828license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800829 name: "SPDX-license-identifier-ISC",
830 conditions: ["notice"],
831 url: "https://spdx.org/licenses/ISC.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000832}
833
834license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800835 name: "SPDX-license-identifier-JSON",
836 conditions: ["notice"],
837 url: "https://spdx.org/licenses/JSON.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",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700842 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000843}
844
845license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800846 name: "SPDX-license-identifier-LGPL-2.0",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700847 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800848 url: "https://spdx.org/licenses/LGPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000849}
850
851license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800852 name: "SPDX-license-identifier-LGPL-2.0+",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700853 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800854 url: "https://spdx.org/licenses/LGPL-2.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000855}
856
857license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800858 name: "SPDX-license-identifier-LGPL-2.0-only",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700859 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800860 url: "https://spdx.org/licenses/LGPL-2.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000861}
862
863license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800864 name: "SPDX-license-identifier-LGPL-2.0-or-later",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700865 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800866 url: "https://spdx.org/licenses/LGPL-2.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000867}
868
869license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800870 name: "SPDX-license-identifier-LGPL-2.1",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700871 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800872 url: "https://spdx.org/licenses/LGPL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000873}
874
875license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800876 name: "SPDX-license-identifier-LGPL-2.1+",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700877 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800878 url: "https://spdx.org/licenses/LGPL-2.1+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000879}
880
881license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800882 name: "SPDX-license-identifier-LGPL-2.1-only",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700883 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800884 url: "https://spdx.org/licenses/LGPL-2.1-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000885}
886
887license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800888 name: "SPDX-license-identifier-LGPL-2.1-or-later",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700889 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800890 url: "https://spdx.org/licenses/LGPL-2.1-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000891}
892
893license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800894 name: "SPDX-license-identifier-LGPL-3.0",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700895 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800896 url: "https://spdx.org/licenses/LGPL-3.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000897}
898
899license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800900 name: "SPDX-license-identifier-LGPL-3.0+",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700901 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800902 url: "https://spdx.org/licenses/LGPL-3.0+.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000903}
904
905license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800906 name: "SPDX-license-identifier-LGPL-3.0-only",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700907 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800908 url: "https://spdx.org/licenses/LGPL-3.0-only.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000909}
910
911license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800912 name: "SPDX-license-identifier-LGPL-3.0-or-later",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700913 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800914 url: "https://spdx.org/licenses/LGPL-3.0-or-later.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000915}
916
917license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800918 name: "SPDX-license-identifier-LGPLLR",
Bob Badour83a0b8f2022-10-28 12:07:20 -0700919 conditions: ["restricted_allows_dynamic_linking"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800920 url: "https://spdx.org/licenses/LGPLLR.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000921}
922
923license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800924 name: "SPDX-license-identifier-LPL-1.02",
925 conditions: ["notice"],
926 url: "https://spdx.org/licenses/LPL-1.02.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",
931 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000932}
933
934license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800935 name: "SPDX-license-identifier-MIT-0",
Bob Badour59f08662022-09-23 16:29:34 -0700936 conditions: ["permissive"],
Bob Badourb545c5f2021-01-23 14:35:55 -0800937 url: "https://spdx.org/licenses/MIT-0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000938}
939
940license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800941 name: "SPDX-license-identifier-MIT-CMU",
942 conditions: ["notice"],
943 url: "https://spdx.org/licenses/MIT-CMU.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000944}
945
946license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800947 name: "SPDX-license-identifier-MIT-advertising",
948 conditions: ["notice"],
949 url: "https://spdx.org/licenses/MIT-advertising.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000950}
951
952license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800953 name: "SPDX-license-identifier-MIT-enna",
954 conditions: ["notice"],
955 url: "https://spdx.org/licenses/MIT-enna.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000956}
957
958license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800959 name: "SPDX-license-identifier-MIT-feh",
960 conditions: ["notice"],
961 url: "https://spdx.org/licenses/MIT-feh.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000962}
963
964license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800965 name: "SPDX-license-identifier-MITNFA",
966 conditions: ["notice"],
967 url: "https://spdx.org/licenses/MITNFA.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",
972 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +0000973}
974
975license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800976 name: "SPDX-license-identifier-MPL-1.0",
977 conditions: ["reciprocal"],
978 url: "https://spdx.org/licenses/MPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000979}
980
981license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800982 name: "SPDX-license-identifier-MPL-1.1",
983 conditions: ["reciprocal"],
984 url: "https://spdx.org/licenses/MPL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000985}
986
987license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800988 name: "SPDX-license-identifier-MPL-2.0",
989 conditions: ["reciprocal"],
990 url: "https://spdx.org/licenses/MPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000991}
992
993license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -0800994 name: "SPDX-license-identifier-MPL-2.0-no-copyleft-exception",
995 conditions: ["reciprocal"],
996 url: "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html",
Bob Badourb80dfee2021-01-07 03:34:31 +0000997}
998
999license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001000 name: "SPDX-license-identifier-MS-PL",
1001 conditions: ["notice"],
1002 url: "https://spdx.org/licenses/MS-PL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001003}
1004
1005license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -08001006 name: "SPDX-license-identifier-MS-RL",
1007 conditions: ["by_exception_only"],
1008 url: "https://spdx.org/licenses/MS-RL.html",
1009}
1010
1011license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001012 name: "SPDX-license-identifier-NCSA",
1013 conditions: ["notice"],
1014 url: "https://spdx.org/licenses/NCSA.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",
1019 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001020}
1021
1022license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001023 name: "SPDX-license-identifier-OFL-1.0",
1024 conditions: ["by_exception_only"],
1025 url: "https://spdx.org/licenses/OFL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001026}
1027
1028license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001029 name: "SPDX-license-identifier-OFL-1.0-RFN",
1030 conditions: ["by_exception_only"],
1031 url: "https://spdx.org/licenses/OFL-1.0-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001032}
1033
1034license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001035 name: "SPDX-license-identifier-OFL-1.0-no-RFN",
1036 conditions: ["by_exception_only"],
1037 url: "https://spdx.org/licenses/OFL-1.0-no-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001038}
1039
1040license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001041 name: "SPDX-license-identifier-OFL-1.1",
1042 conditions: ["by_exception_only"],
1043 url: "https://spdx.org/licenses/OFL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001044}
1045
1046license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001047 name: "SPDX-license-identifier-OFL-1.1-RFN",
1048 conditions: ["by_exception_only"],
1049 url: "https://spdx.org/licenses/OFL-1.1-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001050}
1051
1052license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001053 name: "SPDX-license-identifier-OFL-1.1-no-RFN",
1054 conditions: ["by_exception_only"],
1055 url: "https://spdx.org/licenses/OFL-1.1-no-RFN.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001056}
1057
1058license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001059 name: "SPDX-license-identifier-OpenSSL",
1060 conditions: ["notice"],
1061 url: "https://spdx.org/licenses/OpenSSL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001062}
1063
1064license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001065 name: "SPDX-license-identifier-PSF-2.0",
1066 conditions: ["notice"],
1067 url: "https://spdx.org/licenses/PSF-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001068}
1069
1070license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001071 name: "SPDX-license-identifier-SISSL",
1072 conditions: [
1073 "by_exception_only",
1074 "not_allowed",
1075 ],
1076 url: "https://spdx.org/licenses/SISSL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001077}
1078
1079license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001080 name: "SPDX-license-identifier-SISSL-1.2",
1081 conditions: [
1082 "by_exception_only",
1083 "not_allowed",
1084 ],
1085 url: "https://spdx.org/licenses/SISSL-1.2.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001086}
1087
1088license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001089 name: "SPDX-license-identifier-SPL-1.0",
1090 conditions: [
1091 "by_exception_only",
1092 "reciprocal",
1093 ],
1094 url: "https://spdx.org/licenses/SPL-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001095}
1096
1097license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001098 name: "SPDX-license-identifier-SSPL",
1099 conditions: [
1100 "by_exception_only",
1101 "not_allowed",
1102 ],
1103 url: "https://spdx.org/licenses/SSPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001104}
1105
1106license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001107 name: "SPDX-license-identifier-UPL-1.0",
1108 conditions: ["notice"],
1109 url: "https://spdx.org/licenses/UPL-1.-.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001110}
1111
1112license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001113 name: "SPDX-license-identifier-Unicode-DFS",
1114 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001115}
1116
1117license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001118 name: "SPDX-license-identifier-Unicode-DFS-2015",
1119 conditions: ["notice"],
1120 url: "https://spdx.org/licenses/Unicode-DFS-2015.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001121}
1122
1123license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001124 name: "SPDX-license-identifier-Unicode-DFS-2016",
1125 conditions: ["notice"],
1126 url: "https://spdx.org/licenses/Unicode-DFS-2016.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001127}
1128
1129license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001130 name: "SPDX-license-identifier-Unlicense",
1131 conditions: ["unencumbered"],
1132 url: "https://spdx.org/licenses/Unlicense.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001133}
1134
1135license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001136 name: "SPDX-license-identifier-W3C",
1137 conditions: ["notice"],
1138 url: "https://spdx.org/licenses/W3C.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001139}
1140
1141license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001142 name: "SPDX-license-identifier-W3C-19980720",
1143 conditions: ["notice"],
1144 url: "https://spdx.org/licenses/W3C-19980720.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001145}
1146
1147license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001148 name: "SPDX-license-identifier-W3C-20150513",
1149 conditions: ["notice"],
1150 url: "https://spdx.org/licenses/W3C-20150513.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001151}
1152
1153license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001154 name: "SPDX-license-identifier-WTFPL",
Bob Badour5b3dd972022-11-04 12:03:30 -07001155 conditions: ["permissive"],
Bob Badourb545c5f2021-01-23 14:35:55 -08001156 url: "https://spdx.org/licenses/WTFPL.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001157}
1158
1159license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001160 name: "SPDX-license-identifier-Watcom-1.0",
1161 conditions: [
1162 "by_exception_only",
1163 "not_allowed",
1164 ],
1165 url: "https://spdx.org/licenses/Watcom-1.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001166}
1167
1168license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001169 name: "SPDX-license-identifier-Xnet",
1170 conditions: ["notice"],
1171 url: "https://spdx.org/licenses/Xnet.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",
1176 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001177}
1178
1179license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001180 name: "SPDX-license-identifier-ZPL-1.1",
1181 conditions: ["notice"],
1182 url: "https://spdx.org/licenses/ZPL-1.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001183}
1184
1185license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001186 name: "SPDX-license-identifier-ZPL-2.0",
1187 conditions: ["notice"],
1188 url: "https://spdx.org/licenses/ZPL-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001189}
1190
1191license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001192 name: "SPDX-license-identifier-ZPL-2.1",
1193 conditions: ["notice"],
1194 url: "https://spdx.org/licenses/ZPL-2.1.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001195}
1196
1197license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001198 name: "SPDX-license-identifier-Zend-2.0",
1199 conditions: ["notice"],
1200 url: "https://spdx.org/licenses/Zend-2.0.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001201}
1202
1203license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001204 name: "SPDX-license-identifier-Zlib",
1205 conditions: ["notice"],
1206 url: "https://spdx.org/licenses/Zlib.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001207}
1208
1209license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001210 name: "SPDX-license-identifier-libtiff",
1211 conditions: ["notice"],
1212 url: "https://spdx.org/licenses/libtiff.html",
Bob Badourb80dfee2021-01-07 03:34:31 +00001213}
1214
Bob Badourb80dfee2021-01-07 03:34:31 +00001215// Legacy license kinds -- do not add new references -- use an spdx kind instead.
1216license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001217 name: "legacy_unknown",
1218 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001219}
1220
1221license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001222 name: "legacy_unencumbered",
1223 conditions: ["unencumbered"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001224}
1225
1226license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001227 name: "legacy_permissive",
1228 conditions: ["permissive"],
Bob Badour73056ea2021-01-21 08:53:58 -08001229}
1230
1231license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001232 name: "legacy_notice",
1233 conditions: ["notice"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001234}
1235
1236license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001237 name: "legacy_reciprocal",
1238 conditions: ["reciprocal"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001239}
1240
1241license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001242 name: "legacy_restricted",
1243 conditions: ["restricted"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001244}
1245
1246license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001247 name: "legacy_by_exception_only",
1248 conditions: ["by_exception_only"],
Bob Badourb80dfee2021-01-07 03:34:31 +00001249}
1250
1251license_kind {
Bob Badour7e3dbd92021-01-23 13:09:16 -08001252 name: "legacy_not_a_contribution",
1253 conditions: [
1254 "by_exception_only",
1255 "not_allowed",
1256 ],
1257}
1258
1259license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001260 name: "legacy_not_allowed",
1261 conditions: [
1262 "by_exception_only",
1263 "not_allowed",
1264 ],
Bob Badourb80dfee2021-01-07 03:34:31 +00001265}
1266
1267license_kind {
Bob Badourb545c5f2021-01-23 14:35:55 -08001268 name: "legacy_proprietary",
1269 conditions: [
1270 "by_exception_only",
1271 "not_allowed",
1272 "proprietary",
1273 ],
Bob Badourb80dfee2021-01-07 03:34:31 +00001274}