<-Back

Function: Cyclops:Validate-License

validate-license validate the cyclops license at startup

. Delegates RSA verification to etadilav:validate-license-forms. Returns:

valid:
— customer watermark verified successfully
generic:
— no customer watermark (standard build or development)
no-license:
— no .lic file found (development mode)
invalid:
— tampered watermark detected When EXIT-ON-FAILURE is T (the default), exits the process on :invalid.

<-Back