Liking cljdoc? Tell your friends :D

lice-comb.impl.spdx

SPDX-related functionality. Note: this namespace is not part of the public API of lice-comb and may change without notice.

SPDX-related functionality. Note: this namespace is not part of the public
API of lice-comb and may change without notice.
raw docstring

exception-ids-dclj

source

exception-list-dclj

source

index-name-to-id-dclj

source

index-uri-to-id-dclj

source

init!clj

(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.

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.
sourceraw docstring

lice-comb-license-ref?clj

(lice-comb-license-ref? id)

Is the given id one of lice-comb's custom LicenseRefs?

Is the given id one of lice-comb's custom LicenseRefs?
sourceraw docstring

license-ids-dclj

source

license-list-dclj

source

name->unlistedclj

(name->unlisted name)

Constructs a valid SPDX id (a LicenseRef specific to lice-comb) for an unlisted license, with the given name appended as Base62 (since clj-spdx identifiers are basically constrained to [A-Z][a-z][0-9] ie. Base62).

Constructs a valid SPDX id (a LicenseRef specific to lice-comb) for an
unlisted license, with the given name appended as Base62 (since clj-spdx
identifiers are basically constrained to [A-Z][a-z][0-9] ie. Base62).
sourceraw docstring

proprietary-commercialclj

(proprietary-commercial)

Constructs a valid SPDX id (a LicenseRef specific to lice-comb) representing a proprietary / commercial license.

Constructs a valid SPDX id (a LicenseRef specific to lice-comb)
representing a proprietary / commercial license.
sourceraw docstring

proprietary-commercial?clj

(proprietary-commercial? id)

Is the given id lice-comb's custom 'proprietary / commercial' LicenseRef?

Is the given id lice-comb's custom 'proprietary / commercial' LicenseRef?
sourceraw docstring

public-domainclj

(public-domain)

Constructs a valid SPDX id (a LicenseRef specific to lice-comb) representing public domain.

Constructs a valid SPDX id (a LicenseRef specific to lice-comb)
representing public domain.
sourceraw docstring

public-domain?clj

(public-domain? id)

Is the given id lice-comb's custom 'public domain' LicenseRef?

Is the given id lice-comb's custom 'public domain' LicenseRef?
sourceraw docstring

spdx-ids-dclj

source

unlisted->nameclj

(unlisted->name id)

Get the original name of the given unlisted license. Returns nil if id is nil or is not a lice-comb unlisted LicenseRef.

Get the original name of the given unlisted license. Returns nil if id is nil
or is not a lice-comb unlisted LicenseRef.
sourceraw docstring

unlisted?clj

(unlisted? id)

Is the given id a lice-comb custom 'unlisted' LicenseRef?

Is the given id a lice-comb custom 'unlisted' LicenseRef?
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close