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->unidentifiedclj

(name->unidentified)
(name->unidentified name)

Constructs a valid SPDX id (a LicenseRef specific to lice-comb) for an unidentified license, with the given name (if provided) appended as Base62 (since clj-spdx identifiers are limited to a small superset of Base62).

Constructs a valid SPDX id (a LicenseRef specific to lice-comb) for an
unidentified license, with the given name (if provided) appended as Base62
(since clj-spdx identifiers are limited to a small superset of 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

unidentified->human-readable-nameclj

(unidentified->human-readable-name id)

Returns the string 'Unidentified' with the original name of the given unidentified license in parens. Returns nil if id is nil or is not a lice-comb unidentified LicenseRef.

Returns the string 'Unidentified' with the original name of the given
unidentified license in parens. Returns nil if id is nil or is not a
lice-comb unidentified LicenseRef.
sourceraw docstring

unidentified->nameclj

(unidentified->name id)

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

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

unidentified?clj

(unidentified? id)

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

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

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

× close