You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The following shows an example of local and network license file content. Note that the network license file includes the COUNT directive.
# Feature, local example
FEATURE F2
{
VENDOR = MYCOMPANY
KEY = c2043a21b204321293a4d5c010201234
MAJOR_VERSION = 1
MINOR_VERSION = 4
START = 2010-01-01
END = 2011-01-301
SHARE = TERMINALSERVER
LICENSEE = "Our_user" 
}
# Feature, network example
FEATURE F3
{
VENDOR = MYCOMPANY
KEY = IG6G09GMISCCGAGTLP4FLUFFDFJB3048
MAJOR_VERSION = 1
MINOR_VERSION = 2
END = 2010-01-01
KEYTYPE = ADDITIVE
LICENSEE = "Our_user"
COUNT = 5
BORROW = 168 
}
# Feature, token-based example (dependent on Feature F3, as defined above)
FEATURE F4
{
VENDOR = MYCOMPANY
KEYTYPE = TOKEN
MAJOR_VERSION = 1
MINOR_VERSION = 5
TOKEN_DEPENDENCY = "FEATURE=F3 VERSION=1.5 COUNT=5"
KEY=1A1NGTFALPO3OP36RLTATVF9209TPL
}

  • No labels