FileOccurrenceResponse

data class FileOccurrenceResponse(val attributions: List<String>, val comment: String, val contributors: List<String>, val copyright: String, val filesLicenseInfo: List<String>, val licenseConcluded: LicenseResponse, val notice: String)

FileOccurrence represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/

Constructors

Link copied to clipboard
fun FileOccurrenceResponse(attributions: List<String>, comment: String, contributors: List<String>, copyright: String, filesLicenseInfo: List<String>, licenseConcluded: LicenseResponse, notice: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field provides a place for the SPDX data creator to record, at the file level, acknowledgements that may be needed to be communicated in some contexts

Link copied to clipboard

This field provides a place for the SPDX file creator to record any general comments about the file

Link copied to clipboard

This field provides a place for the SPDX file creator to record file contributors

Link copied to clipboard

Identify the copyright holder of the file, as well as any dates present

Link copied to clipboard

This field contains the license information actually found in the file, if any

Link copied to clipboard

This field contains the license the SPDX file creator has concluded as governing the file or alternative values if the governing license cannot be determined

Link copied to clipboard

This field provides a place for the SPDX file creator to record license notices or other such related notices found in the file