Information from your license.
{
std::string status;
std::string key;
std::string license;
std::string registeredTo;
int deviceLimit;
int daysLeft;
int activated;
int expired;
};
Members:
status - activation status
key - key used for activation
license - license name
registeredTo - the owner of the license
deviceLimit - max number of USB ports that can be shared at a time
daysLeft - number of days left until the end of your trial or ‘grace period’
activated - 1 if activated, 0 if not
expired - 1 if your trial or ‘grace period’ expired