-
Notifications
You must be signed in to change notification settings - Fork 314
/
declared-license-mapping.yml
587 lines (583 loc) · 28.1 KB
/
declared-license-mapping.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
# Copyright (C) 2022 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
# License-Filename: LICENSE
# A mapping from license strings collected from the declared licenses of Open Source packages to SPDX expressions. This
# mapping only contains license strings which can *not* be parsed by [SpdxExpression.parse], for example because the
# license names contain white spaces. See [SpdxSimpleLicenseMapping] for a mapping of varied license names.
# Sort the entries below via IntelliJ's "Edit" -> "Sort Lines".
# Map a declared license string to "NONE" in order to discard it.
---
# Ambiguous mappings (mapping reason not obvious without additional information)
"Academic Free License (AFL)": AFL-2.1
"Apache License": Apache-2.0
"Apache Software Licenses": Apache-2.0
"Apache Software": Apache-2.0
"Apple Public Source License": APSL-1.0
"Artistic License": Artistic-2.0
"BSD licence": BSD-3-Clause
"BSD or Apache License, Version 2.0": BSD-3-Clause OR Apache-2.0
"BSD style license": BSD-3-Clause
"BSD style": BSD-3-Clause
"BSD*": BSD-3-Clause
"BSD-like license": BSD-3-Clause
"BSD-style license": BSD-3-Clause
"CDDL + GPLv2 with classpath exception": CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0
"CDDL License": CDDL-1.0
"CDDL or GPL 2 with Classpath Exception": CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0
"CDDL or GPLv2 with exceptions": CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0
"CDDL+GPL License": CDDL-1.0 OR GPL-2.0-or-later
"CDDL+GPL": CDDL-1.0 OR GPL-2.0-or-later
"CDDL+GPLv2": CDDL-1.0 OR GPL-2.0-only
"CDDL/GPLv2 dual license": CDDL-1.0 OR GPL-2.0-only
"CDDL/GPLv2+CE": CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0
"Common Development and Distribution License": CDDL-1.0
"Creative Commons - BY": CC-BY-3.0
"Creative Commons Attribution License": CC-BY-3.0
"Creative Commons": CC-BY-3.0
"Eclipse Public License (EPL)": EPL-1.0
"GNU Free Documentation License (FDL)": GFDL-1.3-or-later
"GNU General Public License (GPL)": GPL-3.0-or-later
"GNU LGPL": LGPL-2.1-or-later
"GNU Lesser General Public Licence": LGPL-2.1-or-later
"GNU Lesser General Public License (LGPL)": LGPL-2.1-or-later
"GNU Lesser General Public License": LGPL-2.1-or-later
"GNU Lesser Public License": LGPL-2.1-or-later
"GNU Library or Lesser General Public License (LGPL)": LGPL-2.1-or-later
"GNU Public": GPL-2.0-or-later
"GPL (with dual licensing option)": GPL-2.0-or-later
"General Public License (GPL)": GPL-2.0-or-later
"Individual BSD License": BSD-3-Clause
"LGPL with exceptions or ZPL": LGPL-3.0-or-later OR ZPL-2.1
"LGPL+BSD": LGPL-2.1-or-later AND BSD-2-Clause
"LGPL/MIT": LGPL-3.0-or-later OR MIT
"LPGL, see LICENSE file.": LGPL-3.0-or-later
"Lesser General Public License (LGPL)": LGPL-2.1-or-later
"Mozilla Public License": MPL-2.0
"NetBeans CDDL/GPL": CDDL-1.0 OR GPL-2.0-or-later
"The Apache License": Apache-2.0
"The BSD Software License": BSD-2-Clause
"bsd 4-clause": BSD-3-Clause
"eclipse license": EPL-1.0
"eiffel license (EFL)": EFL-2.0
"gnu gpl": GPL-2.0-or-later
"lgplv2 or later": LGPL-2.1-or-later
"netscape License": NPL-1.1
# Non-ambiguous mappings
"(MIT-style) netCDF C library license": NetCDF
"2-clause BSD license": BSD-2-Clause
"2-clause BSDL": BSD-2-Clause
"2-clause bdsl": BSD-2-Clause
"3-Clause BSD License": BSD-3-Clause
"3-Clause BSD": BSD-3-Clause
"3-clause bdsl": BSD-3-Clause
"AGPL v3+": AGPL-3.0-or-later
"AL 2.0": Apache-2.0
"ASF 2.0": Apache-2.0
"ASL 2": Apache-2.0
"ASL 2.0": Apache-2.0
"ASL, version 2": Apache-2.0
"Academic Free License (AFL-2.1)": AFL-2.1
"Affero General Public License (AGPL) v. 3": AGPL-3.0-only
"Aladdin Free Public License (AFPL)": Aladdin
"Amazon Software License": LicenseRef-scancode-amazon-sl
"Android Software Development Kit License": LicenseRef-scancode-android-sdk-license
"Apache Version 2.0, January 2004": Apache-2.0
"Apache 2": Apache-2.0
"Apache 2.0 License": Apache-2.0
"Apache 2.0": Apache-2.0
"Apache Licence 2.0": Apache-2.0
"Apache License (2.0)": Apache-2.0
"Apache License (v2.0)": Apache-2.0
"Apache License 2": Apache-2.0
"Apache License Version 2": Apache-2.0
"Apache License Version 2.0": Apache-2.0
"Apache License v2": Apache-2.0
"Apache License v2.0": Apache-2.0
"Apache License, 2.0": Apache-2.0
"Apache License, ASL Version 2.0": Apache-2.0
"Apache License, V2 or later": Apache-2.0
"Apache License, V2.0 or later": Apache-2.0
"Apache License, Version 2": Apache-2.0
"Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)": Apache-2.0
"Apache License, Version 2.0 and Common Development And Distribution License (CDDL) Version 1.0": Apache-2.0 AND CDDL-1.0
"Apache License, Version 2.0 and\n Common Development And Distribution License (CDDL) Version 1.0": Apache-2.0 AND CDDL-1.0
"Apache License, Version 2.0": Apache-2.0
"Apache License,Version 2.0": Apache-2.0
"Apache Public License 2.0": Apache-2.0
"Apache Software License (Apache-2.0)": Apache-2.0
"Apache Software License - Version 2.0": Apache-2.0
"Apache Software License 2.0": Apache-2.0
"Apache Software License": Apache-2.0
"Apache Software License, Version 2": Apache-2.0
"Apache Software License, version 1.1": Apache-1.1
"Apache Software License, version 2.0": Apache-2.0
"Apache v 2.0": Apache-2.0
"Apache v2": Apache-2.0
"Apache v2.0": Apache-2.0
"Apache version 2.0": Apache-2.0
"Apache, Version 2.0": Apache-2.0
"Apache-2.0 */ ' " =end --\n": Apache-2.0
"Apache-2.0 license": Apache-2.0
"Artistic 2.0": Artistic-2.0
"BSD (3-clause)": BSD-3-Clause
"BSD - See ndg/httpsclient/LICENCE file for details": BSD-3-Clause
"BSD 2 Clause": BSD-2-Clause
"BSD 2": BSD-2-Clause
"BSD 2-Clause License": BSD-2-Clause
"BSD 2-Clause": BSD-2-Clause
"BSD 2-clause "Simplified" or "FreeBSD"\n License": BSD-2-Clause OR BSD-2-Clause-Views
"BSD 2-clause \\\"Simplified\\\" or \\\"FreeBSD\\\"\n License": BSD-2-Clause OR BSD-2-Clause-Views
"BSD 3 Clause": BSD-3-Clause
"BSD 3": BSD-3-Clause
"BSD 3-Clause License or Apache License, Version 2.0": BSD-3-Clause OR Apache-2.0
"BSD 3-Clause License": BSD-3-Clause
"BSD 3-Clause \"New\" or \"Revised\" License (BSD-3-Clause)": BSD-3-Clause
"BSD 3-Clause": BSD-3-Clause
"BSD 3-clause License w/nuclear disclaimer": BSD-3-Clause-No-Nuclear-Warranty
"BSD 3-clause New License": BSD-3-Clause
"BSD 4 Clause": BSD-4-Clause
"BSD Four Clause License": BSD-4-Clause
"BSD Licence 3": BSD-3-Clause
"BSD License 3": BSD-3-Clause
"BSD License for HSQL": BSD-3-Clause
"BSD New license": BSD-3-Clause
"BSD New": BSD-3-Clause
"BSD Three Clause License": BSD-3-Clause
"BSD Two Clause License": BSD-2-Clause
"BSD-3 Clause": BSD-3-Clause
"BSD-Style + Attribution": BSD-3-Clause-Attribution
"BSD-derived (http://www.repoze.org/LICENSE.txt)": LicenseRef-scancode-repoze
"Berkeley Software Distribution (BSD) License": BSD-2-Clause
"Boost License v1.0": BSL-1.0
"Boost License": BSL-1.0
"Boost Software License 1.0 (BSL-1.0)": BSL-1.0
"Boost Software License": BSL-1.0
"Bouncy Castle Licence": MIT
"Bouncy Castle License": MIT
"CC0 1.0 Universal (CC0 1.0) Public Domain Dedication": CC0-1.0
"CC0 1.0 Universal License": CC0-1.0
"CC0 1.0 Universal": CC0-1.0
"CDDL 1.0": CDDL-1.0
"CDDL 1.1": CDDL-1.1
"CDDL v1.0 / GPL v2 dual license": CDDL-1.0 OR GPL-2.0-only
"CDDL v1.1 / GPL v2 dual license": CDDL-1.0 OR GPL-2.0-only
"CDDL, v1.0": CDDL-1.0
"CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)": CECILL-2.1
"CEA CNRS Inria Logiciel Libre License, version 2.1": CECILL-2.1
"CECILL v2": CECILL-2.0
"CERN Open Hardware License v1.2": CERN-OHL-1.2
"COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0": CDDL-1.0
"CUP Parser Generator Copyright Notice, License, and Disclaimer": HPND
"CeCILL 2.0": CECILL-2.0
"CeCILL 2.1": CECILL-2.1
"CeCILL Licence française de logiciel libre": CECILL-2.0
"CeCILL v2.1": CECILL-2.1
"CeCILL-B Free Software License Agreement (CECILL-B)": CECILL-B
"CeCILL-B licence": CECILL-B
"CeCILL-C Free Software License Agreement (CECILL-C)": CECILL-C
"Common Development and Distribution License (CDDL) v1.0": CDDL-1.0
"Common Development and Distribution License (CDDL), Version 1.1": CDDL-1.1
"Common Public License - v 1.0": CPL-1.0
"Common Public License Version 1.0": CPL-1.0
"Common Public License": CPL-1.0
"Commons Clause": LicenseRef-scancode-commons-clause
"Creative Commons - Attribution 4.0 International License": CC-BY-4.0
"Creative Commons 3.0 BY-SA": CC-BY-SA-3.0
"Creative Commons 3.0": CC-BY-3.0
"Creative Commons Attribution 1.0": CC-BY-1.0
"Creative Commons Attribution 2.5 License": CC-BY-2.5
"Creative Commons Attribution 2.5": CC-BY-2.5
"Creative Commons Attribution 3.0 License": CC-BY-3.0
"Creative Commons Attribution 3.0 Unported (CC BY 3.0)": CC-BY-3.0
"Creative Commons Attribution 3.0": CC-BY-3.0
"Creative Commons Attribution 4.0 International (CC BY 4.0)": CC-BY-4.0
"Creative Commons Attribution 4.0 International Public License": CC-BY-4.0
"Creative Commons Attribution 4.0": CC-BY-4.0
"Creative Commons Attribution-NonCommercial 4.0 International": CC-BY-NC-4.0
"Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International": CC-BY-NC-ND-4.0
"Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)": CC-BY-NC-SA-3.0
"Creative Commons Attribution-NonCommercial-ShareAlike 4.0\n International\n Public License": CC-BY-NC-SA-4.0
"Creative Commons CC0": CC0-1.0
"Creative Commons GNU LGPL, Version 2.1": LGPL-2.1-only
"Creative Commons License Attribution-NoDerivs 3.0 Unported": CC-BY-NC-ND-3.0
"Creative Commons License Attribution-NonCommercial-ShareAlike 3.0 Unported": CC-BY-NC-SA-3.0
"Creative Commons Public Domain": CC-PDDC
"Creative Commons Zero": CC0-1.0
"DBAD": LicenseRef-scancode-dbad
"DFSG approved": LicenseRef-scancode-free-unknown
"Dual License: CDDL 1.0 and GPL V2 with Classpath Exception": CDDL-1.0 OR GPL-2.0-only
"Dual license consisting of the CDDL v1.1 and GPL v2": CDDL-1.1 OR GPL-2.0-only
"EDL 1.0": BSD-3-Clause
"EPL (Eclipse Public License), V1.0 or later": EPL-1.0
"Eclipse Distribution License (EDL), Version 1.0": BSD-3-Clause
"Eclipse Distribution License (New BSD License)": BSD-3-Clause
"Eclipse Distribution License - Version 1.0": BSD-3-Clause
"Eclipse Distribution License - v 1.0": BSD-3-Clause
"Eclipse Distribution License v. 1.0": BSD-3-Clause
"Eclipse Public License (EPL) 1.0": EPL-1.0
"Eclipse Public License (EPL) 2.0": EPL-2.0
"Eclipse Public License (EPL), Version 1.0": EPL-1.0
"Eclipse Public License - Version 1.0": EPL-1.0
"Eclipse Public License - Version 2.0": EPL-2.0
"Eclipse Public License - v 1.0": EPL-1.0
"Eclipse Public License - v 2.0": EPL-2.0
"Eclipse Public License 1.0 (EPL-1.0)": EPL-1.0
"Eclipse Public License 2.0 (EPL-2.0)": EPL-2.0
"Eclipse Public License v. 2.0": EPL-2.0
"Eclipse Public License v1.0": EPL-1.0
"Eclipse Public License v2.0": EPL-2.0
"Eclipse Public License version 1.0": EPL-1.0
"Eclipse Public License": EPL-1.0
"Eclipse Public License, Version 1.0": EPL-1.0
"Eclipse Public License, Version 2.0": EPL-2.0
"Eclipse Publish License, Version 1.0": EPL-1.0
"Eiffel Forum License (EFL)": EFL-2.0
"Eiffel Forum License (EFL-2.0)": EFL-2.0
"Eiffel Forum License": EFL-2.0
"European Union Public Licence (EUPL v.1.1)": EUPL-1.1
"European Union Public Licence 1.0": EUPL-1.0
"European Union Public Licence 1.1": EUPL-1.1
"European Union Public Licence 1.2": EUPL-1.2
"European Union Public Licence, Version 1.1": EUPL-1.1
"European Union Public License v. 1.2": EUPL-1.2
"Expat (MIT/X11)": MIT
"Expat license": MIT
"Free For Educational Use": LicenseRef-scancode-proprietary-license
"Free For Home Use": LicenseRef-scancode-proprietary-license
"Free To Use But Restricted": LicenseRef-scancode-proprietary-license
"Free for non-commercial use": LicenseRef-scancode-proprietary-license
"Freely Distributable": LicenseRef-scancode-free-unknown
"Freeware": LicenseRef-scancode-proprietary-license
"GNU Affero General Public License v3 (AGPL-3.0)": AGPL-3.0-only
"GNU Affero General Public License v3 (AGPLv3)": AGPL-3.0-only
"GNU Affero General Public License v3 or later (AGPL3+)": AGPL-3.0-or-later
"GNU Affero General Public License v3 or later (AGPLv3+)": AGPL-3.0-or-later
"GNU Affero General Public License v3": AGPL-3.0-only
"GNU Affero General Public License, Version 3 with the Commons Clause": AGPL-3.0-only AND LicenseRef-scancode-public-domain-disclaimer
"GNU Affero General Public License, Version 3": AGPL-3.0-only
"GNU Free Documentation License (GFDL-1.3)": GFDL-1.3-only
"GNU GENERAL PUBLIC LICENSE Version 2, June 1991": GPL-2.0-only
"GNU GPL v2": GPL-2.0-only
"GNU General Lesser Public License (LGPL) version 2.1": LGPL-2.1-only
"GNU General Lesser Public License (LGPL) version 3.0": LGPL-3.0-only
"GNU General Public Library": GPL-3.0-or-later
"GNU General Public License (GPL) v. 2": GPL-2.0-only
"GNU General Public License (GPL) v. 3": GPL-3.0-only
"GNU General Public License (GPL), version 2, with the Classpath exception": GPL-2.0-only WITH Classpath-exception-2.0
"GNU General Public License 3": GPL-3.0-only
"GNU General Public License Version 2": GPL-2.0-only
"GNU General Public License Version 3 (GPL v3)": GPL-3.0-only
"GNU General Public License v2 (GPLv2)": GPL-2.0-only
"GNU General Public License v2 or later (GPLv2+)": GPL-2.0-or-later
"GNU General Public License v2.0 only, with Classpath exception": GPL-2.0-only WITH Classpath-exception-2.0
"GNU General Public License v3 (GPLv3)": GPL-3.0-only
"GNU General Public License v3 or later (GPLv3+)": GPL-3.0-or-later
"GNU General Public License version 2 (GPLv2)": GPL-2.0-only
"GNU General Public License, Version 2 with the Classpath Exception": GPL-2.0-only WITH Classpath-exception-2.0
"GNU General Public License, Version 3": GPL-3.0-only
"GNU General Public License, version 2 (GPL2), with the classpath exception": GPL-2.0-only WITH Classpath-exception-2.0
"GNU General Public License, version 2 with the GNU Classpath Exception": GPL-2.0-only WITH Classpath-exception-2.0
"GNU General Public License, version 2": GPL-2.0-only
"GNU General Public License, version 2, with the Classpath Exception": GPL-2.0-only WITH Classpath-exception-2.0
"GNU LESSER GENERAL PUBLIC LICENSE V3.0": LGPL-3.0-only
"GNU LGP (GNU General Public License), V2 or later": LGPL-2.0-or-later
"GNU LGPL (GNU Lesser General Public License), V2.1 or later": LGPL-2.1-or-later
"GNU LGPL 2.1": LGPL-2.1-only
"GNU LGPL 3.0": LGPL-3.0-only
"GNU LGPL v2": LGPL-2.1-only
"GNU LGPL v2+": LGPL-2.1-or-later
"GNU LGPL v2.1": LGPL-2.1-or-later
"GNU LGPL v3": LGPL-3.0-only
"GNU LGPL v3+": LGPL-3.0-or-later
"GNU Lesser General Public License (LGPL), Version 2.1": LGPL-2.1-only
"GNU Lesser General Public License (LGPL), Version 3": LGPL-3.0-only
"GNU Lesser General Public License (LGPL), version 2.1 or later": LGPL-2.1-or-later
"GNU Lesser General Public License 2.1": LGPL-2.1-only
"GNU Lesser General Public License Version 2.1": LGPL-2.1-only
"GNU Lesser General Public License Version 2.1, February 1999": LGPL-2.1-only
"GNU Lesser General Public License v2 (LGPLv2)": LGPL-2.0-only
"GNU Lesser General Public License v2 or later (LGPLv2+)": LGPL-2.0-or-later
"GNU Lesser General Public License v3 (LGPLv3)": LGPL-3.0-only
"GNU Lesser General Public License v3 or later (LGPLv3+)": LGPL-3.0-or-later
"GNU Lesser General Public License v3+": LGPL-3.0-or-later
"GNU Lesser General Public License version 2.1 (LGPLv2.1)": LGPL-2.1-only
"GNU Lesser General Public License, Version 2.1": LGPL-2.1-only
"GNU Lesser General Public License, Version 2.1, February 1999": LGPL-2.1-only
"GNU Lesser General Public License, Version 3": LGPL-3.0-only
"GNU Library General Public License v2.1 or later": LGPL-2.1-or-later
"GNU Library or Lesser General Public License version 2.0 (LGPLv2)": LGPL-2.0-only
"GPL 2": GPL-2.0-only
"GPL 3": GPL-3.0-only
"GPL v2 with ClassPath Exception": GPL-2.0-only WITH Classpath-exception-2.0
"GPL v2": GPL-2.0-only
"GPL v2+": GPL-2.0-or-later
"GPL v3+": GPL-3.0-or-later
"GPL version 2": GPL-2.0-only
"GPL2 w/ CPE": GPL-2.0-only WITH Classpath-exception-2.0
"GPLv2 license, includes the CLASSPATH exception": GPL-2.0-only WITH Classpath-exception-2.0
"GPLv2+CE": GPL-2.0-only WITH Classpath-exception-2.0
"GWT Terms": Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND EPL-1.0 AND LGPL-2.1-only AND MPL-1.1
"General Public License 2.0 (GPL)": GPL-2.0-only
"Go license": BSD-3-Clause
"Google Maps Platform Terms of Service": LicenseRef-ort-google-maps-tos
"HERE Proprietary License": LicenseRef-scancode-here-proprietary
"HSQLDB License": BSD-3-Clause
"HSQLDB License, a BSD open source license": BSD-3-Clause
"Historical Permission Notice and Disclaimer (HPND)": HPND
"IBM Public License": IPL-1.0
"ISC License (ISCL)": ISC
"ISC/BSD License": ISC OR BSD-2-Clause
"Indiana University Extreme! Lab Software License 1.1.1": LicenseRef-scancode-indiana-extreme
"Indiana University Extreme! Lab Software License, version 1.1.1": LicenseRef-scancode-indiana-extreme
"Indiana University Extreme! Lab Software License, vesion 1.1.1": LicenseRef-scancode-indiana-extreme
"Jabber Open Source License": LicenseRef-scancode-josl-1.0
"Jython Software License": Python-2.0
"Kirkk.com BSD License": BSD-3-Clause
"LGPL 2.1": LGPL-2.1-only
"LGPL 3": LGPL-3.0-only
"LGPL 3.0 license": LGPL-3.0-only
"LGPL 3.0": LGPL-3.0-only
"LGPL v3": LGPL-3.0-only
"LGPL v3+": LGPL-3.0-or-later
"LGPL v3.0": LGPL-3.0-only
"LGPL, v2.1 or later": LGPL-2.1-or-later
"LGPL, version 2.1": LGPL-2.1-only
"LGPL, version 3.0": LGPL-3.0-only
"LGPLv3 or later": LGPL-3.0-or-later
"Lesser General Public License, version 3 or greater": LGPL-3.0-or-later
"License Agreement For Open Source Computer Vision Library (3-clause BSD License)": BSD-3-Clause
"MIT (http://mootools.net/license.txt)": MIT
"MIT -or- Apache License 2.0": MIT OR Apache-2.0
"MIT / http://rem.mit-license.org": MIT
"MIT Licence": MIT
"MIT License (MIT)": MIT
"MIT License (http://opensource.org/licenses/MIT)": MIT
"MIT Licensed. http://www.opensource.org/licenses/mit-license.php": MIT
"MIT, 2-clause BSD": MIT AND BSD-2-Clause
"MIT, 3-clause BSD": MIT AND BSD-3-Clause
"MIT/Expat": MIT
"MIT/X11": MIT OR X11
"MPL 1.1": MPL-1.1
"MPL 2.0 or EPL 1.0": MPL-2.0 OR EPL-1.0
"MPL 2.0": MPL-2.0
"MPL 2.0, and EPL 1.0": MPL-2.0 AND EPL-1.0
"MPL v2": MPL-2.0
"MPLv2.0, MIT Licences": MPL-2.0 AND MIT
"MirOS License (MirOS)": MirOS
"Mockrunner License, based on Apache Software License, version 1.1": Apache-1.1
"Modified BSD License": BSD-3-Clause
"Modified BSD": BSD-3-Clause
"Mozilla Public License 1.0 (MPL)": MPL-1.0
"Mozilla Public License 1.1 (MPL 1.1)": MPL-1.1
"Mozilla Public License 2.0 (MPL 2.0)": MPL-2.0
"Mozilla Public License Version 1.0": MPL-1.0
"Mozilla Public License Version 1.1": MPL-1.1
"Mozilla Public License Version 2.0": MPL-2.0
"Mozilla Public License v 2.0": MPL-2.0
"Mozilla Public License, Version 2.0": MPL-2.0
"NCSA License": NCSA
"NCSA Open Source License": NCSA
"Netscape Public License (NPL)": NPL-1.0
"Netscape Public License": NPL-1.0
"New BSD License": BSD-3-Clause
"New BSD licence": BSD-3-Clause
"New BSD": BSD-3-Clause
"Nokia Open Source License (NOKOS)": Nokia
"ODbL 1.0": ODbL-1.0
"ODbL v1.0": ODbL-1.0
"OSI Approved": NONE
"Open Software License 3.0 (OSL-3.0)": OSL-3.0
"Open Software License v. 3.0": OSL-3.0
"Oracle Free Use Terms and Conditions (FUTC)": LicenseRef-ort-oracle-futc
"Other/Proprietary License": LicenseRef-scancode-proprietary-license
"PSF License": PSF-2.0
"Perl Artistic v2": Artistic-1.0-Perl
"Public Domain <http://unlicense.org>": LicenseRef-scancode-public-domain-disclaimer
"Public Domain": LicenseRef-scancode-public-domain-disclaimer
"Public Domain, per Creative Commons CC0": CC0-1.0
"Public domain (CC0-1.0)": CC0-1.0
"PublicDomain": LicenseRef-scancode-public-domain-disclaimer
"Python License (CNRI Python License)": CNRI-Python
"Python License (CNRI)": CNRI-Python
"Python Software Foundation License": PSF-2.0
"Python Software Foundation": PSF-2.0
"Python license": PSF-2.0
"Qt Public License (QPL)": QPL-1.0
"Qt Public License": QPL-1.0
"Revised BSD License": BSD-3-Clause
"Revised BSD": BSD-3-Clause
"Ruby's": Ruby
"SIL OPEN FONT LICENSE Version 1.1": OFL-1.1
"SIL Open Font License 1.1 (OFL-1.1)": OFL-1.1
"SOLACE CORPORATION LICENSE AGREEMENT": LicenseRef-scancode-solace-software-eula-2020
"Scala License": Apache-2.0 AND BSD-3-Clause AND MIT
"Sequence Library License (BSD-like)": BSD-3-Clause
"Similar to Apache License but with the acknowledgment clause removed": LicenseRef-scancode-jdom
"Simplified BSD License": BSD-2-Clause
"Simplified BSD Liscence": BSD-2-Clause
"Simplified BSD": BSD-2-Clause
"Sun Industry Standards Source License (SISSL)": SISSL
"Sun Public License": SPL-1.0
"TMate Open Source License (with dual licensing option)": TMate
"The (New) BSD License": BSD-3-Clause
"The Apache 2.0 License": Apache-2.0
"The Apache License, Version 2.0": Apache-2.0
"The Apache Software Licence, Version 2.0": Apache-2.0
"The Apache Software License, Version 1.1": Apache-1.1
"The Apache Software License, Version 2.0": Apache-2.0
"The BSD 2-Clause License": BSD-2-Clause
"The BSD 3-Clause License": BSD-3-Clause
"The Eclipse Public License Version 1.0": EPL-1.0
"The Eclipse Public License Version 2.0": EPL-2.0
"The GNU General Public License (GPL), Version 2, With Classpath Exception": GPL-2.0-only WITH Classpath-exception-2.0
"The GNU General Public License, Version 2": GPL-2.0-only
"The GNU General Public License, v2 with FOSS exception": GPL-2.0-only WITH Universal-FOSS-exception-1.0
"The GNU General Public License, v2 with Universal FOSS Exception, v1.0": GPL-2.0-only WITH Universal-FOSS-exception-1.0
"The GNU Lesser General Public License, Version 2.1": LGPL-2.1-only
"The GNU Lesser General Public License, Version 3.0": LGPL-3.0-only
"The Go license": BSD-3-Clause
"The JSON License": JSON
"The MIT License (MIT)": MIT
"The MIT License": MIT
"The MIT License(MIT)": MIT
"The MIT": MIT
"The New BSD License": BSD-3-Clause
"The OpenLDAP Public License, Version 2.8, 17 August 2003": OLDAP-2.8
"The PostgreSQL License": PostgreSQL
"The SAX License": SAX-PD
"The Unlicense (Unlicense)": Unlicense
"The W3C License": W3C
"The W3C Software License": W3C
"Three-clause BSD-style": BSD-3-Clause
"Trilead Library License (BSD-Like)": BSD-3-Clause AND MIT
"Two-clause BSD-style license": BSD-2-Clause
"Unicode/ICU License": ICU
"Universal Permissive License (UPL)": UPL-1.0
"Universal Permissive License, Version 1.0": UPL-1.0
"Vovida License 1.0": VSL-1.0
"Vovida Software License 1.0": VSL-1.0
"Vovida Software License": VSL-1.0
"W3C License": W3C
"ZPL 2.1": ZPL-2.1
"Zlib / Libpng License": zlib-acknowledgement
"Zlib/Libpng License": zlib-acknowledgement
"Zope Public License": ZPL-2.1
"Zope Public": ZPL-2.1
"['MIT']": MIT
"artistic license v2.0": Artistic-2.0
"bzip2 license": bzip2-1.0.6
"cc by-nc-sa 2.0": CC-BY-NC-SA-2.0
"cc by-nc-sa 2.5": CC-BY-NC-SA-2.5
"cc by-nc-sa 3.0": CC-BY-NC-SA-3.0
"cc by-nc-sa 4.0": CC-BY-NC-SA-4.0
"cc by-sa 2.0": CC-BY-SA-2.0
"cc by-sa 2.5": CC-BY-SA-2.5
"cc by-sa 3.0": CC-BY-SA-3.0
"cc by-sa 4.0": CC-BY-SA-4.0
"cddl v1.0": CDDL-1.0
"cddl v1.1": CDDL-1.1
"common development and distribution license 1.0 (cddl-1.0)": CDDL-1.0
"common development and distribution license 1.1 (cddl-1.1)": CDDL-1.1
"cpal 1.0": CPAL-1.0
"cpal v1.0": CPAL-1.0
"eclipse 1.0": EPL-1.0
"eclipse 2.0": EPL-2.0
"epl 1.0": EPL-1.0
"epl 2.0": EPL-2.0
"epl v1.0": EPL-1.0
"epl v2.0": EPL-2.0
"eu public licence 1.0 (eupl 1.0)": EUPL-1.0
"eu public licence 1.1 (eupl 1.1)": EUPL-1.1
"eu public licence 1.2 (eupl 1.2)": EUPL-1.2
"eupl 1.0": EUPL-1.0
"eupl 1.1": EUPL-1.1
"eupl 1.2": EUPL-1.2
"eupl v1.0": EUPL-1.0
"eupl v1.1": EUPL-1.1
"eupl v1.2": EUPL-1.2
"european union public licence 1.0 (eupl 1.0)": EUPL-1.0
"european union public licence 1.1 (eupl 1.1)": EUPL-1.1
"european union public licence 1.2 (eupl 1.2)": EUPL-1.2
"gnu gpl v3": GPL-3.0-only
"gpl (≥ 3)": GPL-3.0-or-later
"http://ant-contrib.sourceforge.net/tasks/LICENSE.txt": Apache-1.1
"http://asm.ow2.org/license.html": BSD-3-Clause
"http://creativecommons.org/licenses/publicdomain": CC-PDDC
"http://creativecommons.org/publicdomain/zero/1.0/legalcode": CC0-1.0
"http://en.wikipedia.org/wiki/Zlib_License": Zlib
"http://go.microsoft.com/fwlink/?LinkId=329770": LicenseRef-scancode-ms-net-library-2019-06
"http://go.microsoft.com/fwlink/?LinkId=529443": LicenseRef-scancode-ms-net-library-2019-06
"http://json.codeplex.com/license": MIT
"http://polymer.github.io/LICENSE.txt": BSD-3-Clause
"http://svnkit.com/license.html": TMate
"http://www.apache.org/licenses/LICENSE-2.0": Apache-2.0
"http://www.apache.org/licenses/LICENSE-2.0.html": Apache-2.0
"http://www.apache.org/licenses/LICENSE-2.0.txt": Apache-2.0
"http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt": CECILL-1.0
"http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt": CECILL-2.1
"http://www.gnu.org/copyleft/lesser.html": LGPL-3.0-only
"http://www.gwtproject.org/terms.html": Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND EPL-1.0 AND LGPL-2.1-only AND MPL-1.1
"http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm": LicenseRef-scancode-ms-net-library-2019-06
"http://www.scala-lang.org/downloads/license.html": Apache-2.0 AND BSD-3-Clause AND MIT
"http://www.scala-lang.org/node/146": Apache-2.0 AND BSD-3-Clause AND MIT
"https://creativecommons.org/licenses/by-nc-nd/1.0": CC-BY-NC-ND-1.0
"https://creativecommons.org/licenses/by-nc-nd/2.0": CC-BY-NC-ND-2.0
"https://creativecommons.org/licenses/by-nc-nd/2.5": CC-BY-NC-ND-2.5
"https://creativecommons.org/licenses/by-nc-nd/3.0": CC-BY-NC-ND-3.0
"https://creativecommons.org/licenses/by-nc-nd/4.0": CC-BY-NC-ND-4.0
"https://creativecommons.org/licenses/by-nc-sa/1.0": CC-BY-NC-SA-1.0
"https://creativecommons.org/licenses/by-nc-sa/2.0": CC-BY-NC-SA-2.0
"https://creativecommons.org/licenses/by-nc-sa/2.5": CC-BY-NC-SA-2.5
"https://creativecommons.org/licenses/by-nc-sa/3.0": CC-BY-NC-SA-3.0
"https://creativecommons.org/licenses/by-nc-sa/4.0": CC-BY-NC-SA-4.0
"https://creativecommons.org/licenses/by-nd/1.0": CC-BY-ND-1.0
"https://creativecommons.org/licenses/by-nd/2.0": CC-BY-ND-2.0
"https://creativecommons.org/licenses/by-nd/2.5": CC-BY-ND-2.5
"https://creativecommons.org/licenses/by-nd/3.0": CC-BY-ND-3.0
"https://creativecommons.org/licenses/by-nd/4.0": CC-BY-ND-4.0
"https://creativecommons.org/licenses/by-sa/1.0": CC-BY-SA-1.0
"https://creativecommons.org/licenses/by-sa/2.0": CC-BY-SA-2.0
"https://creativecommons.org/licenses/by-sa/2.5": CC-BY-SA-2.5
"https://creativecommons.org/licenses/by-sa/3.0": CC-BY-SA-3.0
"https://creativecommons.org/licenses/by-sa/4.0": CC-BY-SA-4.0
"https://creativecommons.org/licenses/by/1.0": CC-BY-1.0
"https://creativecommons.org/licenses/by/2.0": CC-BY-2.0
"https://creativecommons.org/licenses/by/2.5": CC-BY-2.5
"https://creativecommons.org/licenses/by/3.0": CC-BY-3.0
"https://creativecommons.org/licenses/by/4.0": CC-BY-4.0
"https://creativecommons.org/publicdomain/zero/1.0/": CC0-1.0
"https://dotnet.microsoft.com/en/dotnet_library_license.htm": LicenseRef-scancode-ms-net-library-2018-11
"https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT": MIT
"https://github.com/dotnet/corefx/blob/master/LICENSE.TXT": MIT
"https://raw.github.com/RDFLib/rdflib/master/LICENSE": BSD-3-Clause
"https://raw.githubusercontent.com/NuGet/NuGet.Client/dev/LICENSE.txt": Apache-2.0
"https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt": Apache-2.0
"https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt": Apache-2.0
"https://www.apache.org/licenses/LICENSE-2.0": Apache-2.0
"https://www.eclipse.org/legal/epl-v10.html": EPL-1.0
"https://www.eclipse.org/legal/epl-v20.html": EPL-2.0
"https://www.scala-lang.org/license.html": Apache-2.0 AND BSD-3-Clause AND MIT
"https://www.scala-lang.org/license/": Apache-2.0 AND BSD-3-Clause AND MIT
"icu-unicode license": ICU
"jQuery license": MIT
"public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)": LicenseRef-scancode-public-domain-disclaimer AND Python-2.0 AND BSD-2-Clause AND GPL-3.0-only
"the Apache License, ASL Version 2.0": Apache-2.0
"the gpl v3": GPL-3.0-only
"zope 1.1": ZPL-1.1
"zope 2.0": ZPL-2.0
"zope 2.1": ZPL-2.1
"zope license": ZPL-2.1
"zope v2.1": ZPL-2.1