Home
last modified time | relevance | path

Searched defs:OtherLicense (Results 1 – 6 of 6) sorted by relevance

/external/spdx-tools/spdx/v2_1/
Dother_license.go7 type OtherLicense struct { struct
11 LicenseIdentifier string `json:"licenseId"`
16 ExtractedText string `json:"extractedText"`
21 LicenseName string `json:"name,omitempty"`
26 LicenseCrossReferences []string `json:"seeAlsos,omitempty"`
30 LicenseComment string `json:"comment,omitempty"`
/external/spdx-tools/spdx/v2_2/
Dother_license.go7 type OtherLicense struct { struct
11 LicenseIdentifier string `json:"licenseId"`
16 ExtractedText string `json:"extractedText"`
21 LicenseName string `json:"name,omitempty"`
26 LicenseCrossReferences []string `json:"seeAlsos,omitempty"`
30 LicenseComment string `json:"comment,omitempty"`
/external/spdx-tools/spdx/v2_3/
Dother_license.go7 type OtherLicense struct { struct
11 LicenseIdentifier string `json:"licenseId"`
16 ExtractedText string `json:"extractedText"`
21 LicenseName string `json:"name,omitempty"`
26 LicenseCrossReferences []string `json:"seeAlsos,omitempty"`
30 LicenseComment string `json:"comment,omitempty"`
/external/spdx-tools/tvsaver/saver2v1/
Dsave_other_license.go12 func renderOtherLicense2_1(ol *v2_1.OtherLicense, w io.Writer) error {
/external/spdx-tools/tvsaver/saver2v3/
Dsave_other_license.go12 func renderOtherLicense2_3(ol *v2_3.OtherLicense, w io.Writer) error {
/external/spdx-tools/tvsaver/saver2v2/
Dsave_other_license.go12 func renderOtherLicense2_2(ol *v2_2.OtherLicense, w io.Writer) error {