Function tugger_licensing_net::licensed_component_spdx_license_texts[][src]

pub fn licensed_component_spdx_license_texts(
    component: &LicensedComponent,
    client: &Client
) -> Result<Vec<String>>

Obtain texts of SPDX licenses which apply to this component.

If non-SPDX license identifiers are present, they are ignored. Consider calling is_spdx() to ensure only SPDX license identifiers are used.