Skip to content

Commit

Permalink
Add additional License Types and remove email field (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgill92 authored Feb 14, 2024
1 parent a530345 commit 51a62e6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ int8 FULL = 0
int8 TRIAL = 1
int8 OEM = 2
int8 UNLICENSED = 3
int8 INTERNAL = 4
int8 TEST = 5

# Current license type.
int8 type
Expand All @@ -25,6 +27,3 @@ uint32 expiration_date

# True when the license if a floating one i.e. multiple seats per license.
bool is_floating

# The email address tied to the license key
string email

0 comments on commit 51a62e6

Please sign in to comment.