Lines Matching defs:Snippet
8 type Snippet struct { struct
12 SnippetSPDXIdentifier common.ElementID `json:"SPDXID"`
16 SnippetFromFileSPDXIdentifier common.ElementID `json:"snippetFromFile"`
19 Ranges []common.SnippetRange `json:"ranges"`
23 SnippetLicenseConcluded string `json:"licenseConcluded,omitempty"`
27 LicenseInfoInSnippet []string `json:"licenseInfoInSnippets,omitempty"`
31 SnippetLicenseComments string `json:"licenseComments,omitempty"`
35 SnippetCopyrightText string `json:"copyrightText"`
39 SnippetComment string `json:"comment,omitempty"`
43 SnippetName string `json:"name,omitempty"`
47 SnippetAttributionTexts []string `json:"-" yaml:"-"`