LicenseData

data class LicenseData(val name: String, val url: String, val distribution: LicenseData.LicenseDistribution? = null, val comments: String? = null)

More information:

Constructors

Link copied to clipboard
constructor(name: String, url: String, distribution: LicenseData.LicenseDistribution? = null, comments: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comments: String? = null

Any comments about the license

Link copied to clipboard

The distribution method of the license

Link copied to clipboard

The name of the license

Link copied to clipboard
val url: String

The URL of the license