|
| 1 | +{ |
| 2 | + "spdxVersion": "SPDX-2.2", |
| 3 | + "dataLicense": "CC0-1.0", |
| 4 | + "SPDXID": "SPDXRef-DOCUMENT", |
| 5 | + "creationInfo": { |
| 6 | + "created": "2020-11-24T01:12:27Z", |
| 7 | + "creators": ["Person: Nisha \b\f K (nishak@vmware.com)"] |
| 8 | + }, |
| 9 | + "name": "golang-dist", |
| 10 | + "documentNamespace": "https://swinslow.net/spdx-examples/example7/golang-dist-492dfde4-318b-49f7-b48c-934bfafbde48", |
| 11 | + "documentDescribes": ["SPDXRef-golang-dist"], |
| 12 | + "packages": [ |
| 13 | + { |
| 14 | + "name": "go1.16.4.linux-amd64", |
| 15 | + "SPDXID": "SPDXRef-golang-dist", |
| 16 | + "downloadLocation": "https://golang.org/dl/go1.16.4.linux-amd64.tar.gz", |
| 17 | + "versionInfo": "1.16.4", |
| 18 | + "filesAnalyzed": false, |
| 19 | + "checksums": [ |
| 20 | + { |
| 21 | + "algorithm": "SHA256", |
| 22 | + "checksumValue": "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59" |
| 23 | + } |
| 24 | + ], |
| 25 | + "licenseConcluded": "NOASSERTION", |
| 26 | + "licenseDeclared": "LicenseRef-Golang-BSD-plus-Patents", |
| 27 | + "copyrightText": "Copyright (c) 2009 The Go Authors. \b All rights reserved." |
| 28 | + }, |
| 29 | + { |
| 30 | + "name": "go", |
| 31 | + "SPDXID": "SPDXRef-go-compiler", |
| 32 | + "downloadLocation": "https://golang.org/dl/go1.16.4.linux-amd64.tar.gz", |
| 33 | + "versionInfo": "1.16.4", |
| 34 | + "filesAnalyzed": false, |
| 35 | + "licenseConcluded": "NOASSERTION", |
| 36 | + "licenseDeclared": "NOASSERTION", |
| 37 | + "copyrightText": "NOASSERTION" |
| 38 | + } |
| 39 | + ], |
| 40 | + "hasExtractedLicensingInfos": [ |
| 41 | + { |
| 42 | + "licenseId": "LicenseRef-Golang-BSD-plus-Patents", |
| 43 | + "extractedText": "Golang BSD plus Patents \"\\\/\b\f\n\r\t" |
| 44 | + } |
| 45 | + ] |
| 46 | +} |
0 commit comments