package
0.0.0-20230829152647-69261f780b46
Repository: https://github.com/ibm/license-scanner.git
Documentation: pkg.go.dev

# Constants

NOASSERTION_SPDX_NAME in License SPDX Name signify that the license text passed through the scan without any errors but no match was found.

# Structs

AttachedText holds the formatted License Text CycloneDX AttachedText is defined here: https://github.com/CycloneDX/cyclonedx-go/blob/7d9a5619d767a252b454e8554d0fc986796ef958/cyclonedx.go#L52-L56.
License is a collection of SPDX ID, name, license text, and license URL CycloneDX license struct defined here: https://github.com/CycloneDX/cyclonedx-go/blob/7d9a5619d767a252b454e8554d0fc986796ef958/cyclonedx.go#L389-L394.
LicenseChoice is a collection of a License info with expression either license or expression must be set, but not both CycloneDX defines the LicenseChoice is defined here: https://github.com/CycloneDX/cyclonedx-go/blob/7d9a5619d767a252b454e8554d0fc986796ef958/cyclonedx.go#L462-L465.
ScanResult holds the license identification results for a given package.
ScanSpec holds the specifications used for scanning the incoming package/file.
ScanSpecs holds the package manager, the programming language, and a list of multiple packages with their specifications.

# Type aliases

No description provided by the author