Skip to content

Commit 06927a3

Browse files
committed
add custom CodeplexLicenseCrawler; rename bsd-x to bsd-x-clause;
1 parent 249760b commit 06927a3

20 files changed

+4753
-4155
lines changed

data/spdx_licenses/licenses.json

+20-9
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@
350350
{
351351
"name": "FreeBSD License",
352352
"note": null
353+
},
354+
{
355+
"name": "BSD-2",
356+
"note": null
353357
}
354358
],
355359
"identifiers": [
@@ -385,7 +389,7 @@
385389
"url": "https://en.wikipedia.org/wiki/BSD_licenses#2-clause"
386390
}
387391
],
388-
"id": "BSD-2",
392+
"id": "BSD-2-Clause",
389393
"name": "BSD 2-Clause License",
390394
"keywords": [
391395
"osi-approved",
@@ -440,7 +444,7 @@
440444
"url": "https://en.wikipedia.org/wiki/BSD_licenses#3-clause"
441445
}
442446
],
443-
"id": "BSD-3",
447+
"id": "BSD-3-Clause",
444448
"name": "BSD 3-Clause License",
445449
"keywords": [
446450
"osi-approved",
@@ -460,6 +464,10 @@
460464
{
461465
"name": "Original BSD License",
462466
"note": null
467+
},
468+
{
469+
"name": "BSD-3",
470+
"note": null
463471
}
464472
],
465473
"identifiers": [
@@ -483,7 +491,7 @@
483491
"url": "https://en.wikipedia.org/wiki/BSD_licenses#4-clause"
484492
}
485493
],
486-
"id": "BSD-4",
494+
"id": "BSD-4-Clause",
487495
"name": "BSD 4-Clause License",
488496
"keywords": [
489497
"osi-approved",
@@ -499,7 +507,14 @@
499507
},
500508
{
501509
"other_names": [
502-
510+
{
511+
"name": "BSD-4",
512+
"note": null
513+
},
514+
{
515+
"name": "BSD 4-Clause",
516+
"note": null
517+
}
503518
],
504519
"identifiers": [
505520
{
@@ -1859,10 +1874,6 @@
18591874
"note": "Mozilla Page",
18601875
"url": "https://www.mozilla.org/en-US/MPL/"
18611876
},
1862-
{
1863-
"note": "OSI Page2",
1864-
"url": "https://opensource.org/licenses/bsd-license"
1865-
},
18661877
{
18671878
"note": "Wikipedia page",
18681879
"url": "https://en.wikipedia.org/wiki/MPL_License"
@@ -3344,7 +3355,7 @@
33443355
},
33453356
{
33463357
"id": "BSD-4-UC",
3347-
"name": "BSD-4-Clause (University of California-Specific)"
3358+
"name": "BSD-4-Clause University California"
33483359
},
33493360
{
33503361
"id": "bzip2-1.0.5",

0 commit comments

Comments
 (0)