pub fn license_version() -> &'static str
Returns the version number of the SPDX list from which the license and exception identifiers are sourced from
assert_eq!(spdx::license_version(), "3.25.0");