Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the following example we assume the license will expire on February January 1, 20122018. This type of license may require that the user's HostID(s) be defined as shown below.

Code Block
languagehtml/xml
<LICENSEFILE>
	<FEATURE NAME="MyFeatureName"> 
		<SETTING MAJOR_VERSION="1"/>
		<SETTING MINOR_VERSION="0"/>
		<SETTING END="20122018-0201-01"/>
		<CLIENT_HOSTID>
			<SETTING IPADDRESS="123.123.123.123"/>
			<SETTING USERNAME="john"/>
		</CLIENT_HOSTID>
	</FEATURE>
</LICENSEFILE>

...

In the following example we assume the license will expire on February January 1, 20122018. This type of license limits the number of concurrent users of the license to five.

Code Block
languagehtml/xml
<LICENSEFILE>
	<FEATURE NAME="MyFeatureName">
		<SETTING MAJOR_VERSION="1"/>
		<SETTING MINOR_VERSION="0"/>
		<SETTING COUNT="5"/>
		<SETTING END="20122018-0201-01"/>
	</FEATURE> 
</LICENSEFILE>