diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-12-27 08:18:48 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-12-27 08:18:48 +0000 |
commit | fee7be413bdba83025a68fd3e65a183f61ab212d (patch) | |
tree | 510f0dbcf360596a34d4accde09ce9eae781507d | |
parent | 17b15366cc21ebbde47a23cdc09048ed39c9d299 (diff) | |
download | vaadin-framework-fee7be413bdba83025a68fd3e65a183f61ab212d.tar.gz vaadin-framework-fee7be413bdba83025a68fd3e65a183f61ab212d.zip |
Development and testing license
svn changeset:149/svn branch:toolkit
-rw-r--r-- | WebContent/WEB-INF/itmill-toolkit-license.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/itmill-toolkit-license.xml b/WebContent/WEB-INF/itmill-toolkit-license.xml new file mode 100644 index 0000000000..97b49d694b --- /dev/null +++ b/WebContent/WEB-INF/itmill-toolkit-license.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- License for IT Mill Toolkit 4.0 + License number is 1 + + This license is for development and testing purposes only. It is + not valid for any kind of production use. To obtain a license for + production use, see http://license.itmill.com/ + + The license file should either be placed in your applications + WEB-INF directory as itmill-toolkit-license.xml or set in your + Application class init -method using readLicenseFile -method in + com.itmill.toolkit.service.License + + The legal text corresponding to this license can be found in + http://license.itmill.com/legal/itmill-toolkit-4-license.txt +--> + +<license number="1"> + + <!-- This license is only valid for the product specified below --> + <product> + <name>IT Mill Toolkit</name> + <edition>Standard edition</edition> + </product> + + <!-- These limits define how you can use the product (defined above) --> + <limits print-limits-on-init="true"> + + <!-- This license can only be used for the purpose defined below --> + <purpose>For development and testing only, production use is forbidden</purpose> + + <!-- Number of concurrent users per server --> + <concurrent-users-per-server limit="unlimited"/> + + <!-- Number of servers (Java Virtual Machines) this license can be concurrently used in --> + <concurrent-jvms limit="unlimited"/> + + <!-- Only the version within these limits are covered by this license + --> + <version> + <major equals-to="4"/> + </version> + + </limits> + + <signature>MC0CFDB8PQQaNTgOlagGvTVNfdzwj4OOAhUAkhmYPjGyv3GofIREkONyJQF0qt8=</signature> +</license>
\ No newline at end of file |