Function spdx::license_version[][src]

pub fn license_version() -> &'static str
Expand description

Returns the version number of the SPDX list from which the license and exception identifiers are sourced from

assert_eq!(spdx::license_version(), "3.11");