spdx.exceptions

Exception list functionality, primarily provided by org.spdx.library.model.license.ListedLicenses.

deprecated-id?

(deprecated-id? id)

id->info

(id->info id)
Returns exception information for the given identifier as a map, or nil if
there isn't one (e.g. the id is nil or invalid).

ids

(ids)
The set of all exception ids.

init!

(init!)
Initialises this namespace upon first call (and does nothing on subsequent
calls), returning nil. Consumers of this namespace are not required to call
this fn, as initialisation will occur implicitly anyway; it is provided to
allow explicit control of the cost of initialisation to callers who need it.

Note: this method has a substantial performance cost.

listed-id?

(listed-id? id)
Is the given id one of the listed SPDX exception identifiers?

non-deprecated-ids

(non-deprecated-ids)(non-deprecated-ids ids)
Returns the set of exception ids that identify current (non-deprecated)
exceptions within the provided set of SPDX exception identifiers (or all of
them, if not provided).

version

(version)
The version of the exception list (a String in major.minor format).

Note: identical to spdx.licenses/version.