is_spdx_license_exception_id
Description:
[
Version ( since =
"0.12.10" ) ]
public bool is_spdx_license_exception_id (
string exception_id)
Searches the known list of SPDX license exception IDs.
Parameters:
exception_id |
a single SPDX license exception ID, e.g. "GCC-exception-3.1"
|
Returns:
true if the string is a valid SPDX license exception ID
|