Versions in this module Expand all Collapse all v0 v0.1.0 Jun 17, 2024 v0.0.2 Oct 16, 2023 Changes in this version + const LicenseListSourceUrl + const SimilarityThreshold + func GenerateMapping(licenses *cyclonedx.Licenses) ([]string, error) + type License struct + DetailsUrl string + IsDeprecatedLicenseId bool + IsOsiApproved bool + LicenseId string + Name string + Reference string + ReferenceNumber int + SeeAlso []string + type LicenseList struct + LicenseListVersion string + Licenses []License + func (ll *LicenseList) FindByName(name string) (License, float64) + func (ll *LicenseList) FindByUrl(url string) *License + func (ll *LicenseList) ValidId(id string) bool