-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathlicense-ref-overlap.json
More file actions
88 lines (88 loc) · 2.6 KB
/
license-ref-overlap.json
File metadata and controls
88 lines (88 loc) · 2.6 KB
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
{
"spdxVersion": "SPDX-2.2",
"dataLicense": "CC0-1.0",
"SPDXID": "SPDXRef-DOCUMENT",
"name": "license-ref-overlap-test",
"documentNamespace": "https://example.org/test/license-ref-overlap",
"creationInfo": {
"created": "2024-01-01T00:00:00Z",
"creators": [
"Tool: test"
],
"licenseListVersion": "3.19"
},
"hasExtractedLicensingInfos": [
{
"licenseId": "LicenseRef-BSD",
"extractedText": "BSD License text",
"name": "BSD License"
},
{
"licenseId": "LicenseRef-BSD-with-advertising",
"extractedText": "BSD with advertising License text",
"name": "BSD with advertising License"
},
{
"licenseId": "LicenseRef-GPL",
"extractedText": "GPL License text",
"name": "GPL License"
},
{
"licenseId": "LicenseRef-GPLv2",
"extractedText": "GPLv2 License text",
"name": "GPLv2 License"
}
],
"packages": [
{
"SPDXID": "SPDXRef-Package-bsd-advertising",
"name": "package-bsd-advertising",
"versionInfo": "1.0",
"downloadLocation": "https://example.org/package-bsd-advertising",
"filesAnalyzed": false,
"licenseConcluded": "LicenseRef-BSD-with-advertising",
"licenseDeclared": "LicenseRef-BSD-with-advertising",
"copyrightText": "NOASSERTION",
"supplier": "Organization: Test"
},
{
"SPDXID": "SPDXRef-Package-bsd-only",
"name": "package-bsd-only",
"versionInfo": "1.0",
"downloadLocation": "https://example.org/package-bsd-only",
"filesAnalyzed": false,
"licenseConcluded": "LicenseRef-BSD",
"licenseDeclared": "LicenseRef-BSD",
"copyrightText": "NOASSERTION",
"supplier": "Organization: Test"
},
{
"SPDXID": "SPDXRef-Package-gpl-overlap",
"name": "package-gpl-overlap",
"versionInfo": "1.0",
"downloadLocation": "https://example.org/package-gpl-overlap",
"filesAnalyzed": false,
"licenseConcluded": "LicenseRef-GPLv2 OR LicenseRef-GPL",
"licenseDeclared": "LicenseRef-GPLv2 OR LicenseRef-GPL",
"copyrightText": "NOASSERTION",
"supplier": "Organization: Test"
}
],
"relationships": [
{
"spdxElementId": "SPDXRef-DOCUMENT",
"relationshipType": "DESCRIBES",
"relatedSpdxElement": "SPDXRef-Package-bsd-advertising"
},
{
"spdxElementId": "SPDXRef-DOCUMENT",
"relationshipType": "DESCRIBES",
"relatedSpdxElement": "SPDXRef-Package-bsd-only"
},
{
"spdxElementId": "SPDXRef-DOCUMENT",
"relationshipType": "DESCRIBES",
"relatedSpdxElement": "SPDXRef-Package-gpl-overlap"
}
]
}