1#ifndef IV_SRC_UTILS_LICENSE_HPP_
2#define IV_SRC_UTILS_LICENSE_HPP_
Definition License.cpp:11
std::string generateLicenseCode(iv::utils::license::eLicense type)
Definition License.cpp:70
eLicense
Definition License.hpp:10
std::string generateLicenseData(iv::utils::license::eLicense type)
Definition License.cpp:65
bool checkLicense(iv::utils::license::eLicense type)
Definition License.cpp:48