Liking cljdoc? Tell your friends :D

spdx.matching

License matching functionality, primarily provided by org.spdx.utility.compare.LicenseCompareHelper.

License matching functionality, primarily provided by org.spdx.utility.compare.LicenseCompareHelper.
raw docstring

exceptions-within-textclj

(exceptions-within-text text)
(exceptions-within-text text exception-ids)

Returns the set of ids for all exceptions found in the given text (optionally from the provided set of exception ids), or nil if none were found.

Returns the set of ids for all exceptions found in the given text (optionally from the provided set of exception ids), or nil if none were found.
sourceraw docstring

licenses-within-textclj

(licenses-within-text text)
(licenses-within-text text license-ids)

Returns the set of ids for all licenses found in the given text (optionally from the provided list of license ids), or nil if none were found.

Returns the set of ids for all licenses found in the given text (optionally from the provided list of license ids), or nil if none were found.
sourceraw docstring

text-contains-exception?clj

(text-contains-exception? text exception-id)

Does the text contain the exception somewhere within it?

Does the text contain the exception somewhere within it?
sourceraw docstring

text-contains-license?clj

(text-contains-license? text license-id)

Does the text contain the license somewhere within it?

Does the text contain the license somewhere within it?
sourceraw docstring

text-is-exception?clj

(text-is-exception? text exception-id)

Does the entire text match the exception?

Does the entire text match the exception?
sourceraw docstring

text-is-license?clj

(text-is-license? text license-id)

Does the entire text match the license?

Does the entire text match the license?
sourceraw docstring

texts-equivalent-licenses?clj

(texts-equivalent-licenses? text1 text2)

Do the two texts represent equivalent licenses? Note: there is no equivalent function for exceptions.

Do the two texts represent equivalent licenses? Note: there is no equivalent function for exceptions.
sourceraw docstring

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

× close