This commit is contained in:
@@ -73,13 +73,7 @@ namespace AyaNova.Core
|
||||
//DTO object for parsed key
|
||||
internal class AyaNovaLicenseKey
|
||||
{
|
||||
// Return a license state enumeration value
|
||||
// 0 = No license at all of any kind
|
||||
// 1 = trial license key
|
||||
// 2 = purchased license key
|
||||
// 3 = purchased but expired key (license itself is expired, not the maintenance, that's seperate)
|
||||
// Note: this has nothing to do with whether there is an active license or not, merely that it's of a type
|
||||
// this is so client can display appropriate UI
|
||||
|
||||
public enum LicenseStatus
|
||||
{
|
||||
NONE = 0,
|
||||
|
||||
Reference in New Issue
Block a user