Lines Matching defs:File
8 type File struct { struct
11 FileName string `json:"fileName"`
15 FileSPDXIdentifier common.ElementID `json:"SPDXID"`
19 FileTypes []string `json:"fileTypes,omitempty"`
23 Checksums []common.Checksum `json:"checksums"`
27 LicenseConcluded string `json:"licenseConcluded,omitempty"`
31 LicenseInfoInFiles []string `json:"licenseInfoInFiles,omitempty"`
35 LicenseComments string `json:"licenseComments,omitempty"`
39 FileCopyrightText string `json:"copyrightText"`
44 ArtifactOfProjects []*ArtifactOfProject `json:"artifactOfs,omitempty"`
48 FileComment string `json:"comment,omitempty"`
52 FileNotice string `json:"noticeText,omitempty"`
56 FileContributors []string `json:"fileContributors,omitempty"`
60 FileAttributionTexts []string `json:"attributionTexts,omitempty"`
65 FileDependencies []string `json:"fileDependencies,omitempty"`
71 Snippets map[common.ElementID]*Snippet `json:"-" yaml:"-"`
73 Annotations []Annotation `json:"annotations,omitempty"`