| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>IT Mill Toolkit Licensing Guidelines</title> |
|---|
| 4 | <link href="doc/manual/html-style/local.css" rel="stylesheet" type="text/css" /> |
|---|
| 5 | </head> |
|---|
| 6 | <body> |
|---|
| 7 | |
|---|
| 8 | <div id="page"> |
|---|
| 9 | |
|---|
| 10 | <h1>Licensing Guidelines</h1> |
|---|
| 11 | |
|---|
| 12 | Licensing in nutshell: |
|---|
| 13 | <ul> |
|---|
| 14 | <li>Free for learning, development and testing</li> |
|---|
| 15 | <li>Free for small production deployments (max 4 concurrent active users per server)</li> |
|---|
| 16 | <li>Commercial license is required for larger production environment</li> |
|---|
| 17 | <li>For distributing IT Mill Toolkit as a part of your own |
|---|
| 18 | product, either purchase suitable commercial deployment licenses or |
|---|
| 19 | contact us for OEM-license tailored for your needs.</li> |
|---|
| 20 | </ul> |
|---|
| 21 | |
|---|
| 22 | <h3>Free use</h3> |
|---|
| 23 | |
|---|
| 24 | <p>Application development is complitely free. Furthermore, you can deploy |
|---|
| 25 | the developed application for testing and validation at the development time.</p> |
|---|
| 26 | |
|---|
| 27 | <p>You can obtain a free license for production use in small workgroups from |
|---|
| 28 | <a href="http://www.itmill.com/">IT Mill License store</a>. This license |
|---|
| 29 | covers use of 4 active users concurrently |
|---|
| 30 | using the application in one server.</p> |
|---|
| 31 | |
|---|
| 32 | <h3>Commercial use</h3> |
|---|
| 33 | |
|---|
| 34 | <p>A commercial license must be obtained for production use of the |
|---|
| 35 | applications that use IT Mill Toolkit libraries.</p> |
|---|
| 36 | |
|---|
| 37 | <p>A deployment license is required for each deployed copy of a program |
|---|
| 38 | that uses Toolkit library. To be more exact, each Java Virtual |
|---|
| 39 | Machine (JVM) that runs a program that uses IT Mill Toolkit libraries, must have an |
|---|
| 40 | unique deployment license. For example, if the program is |
|---|
| 41 | deployed to multiple servers (for load balancing or other reasons), each |
|---|
| 42 | server needs an unique license.</p> |
|---|
| 43 | |
|---|
| 44 | <p>If the number of server installations is so high that separate deployment |
|---|
| 45 | licenses are not an option, please contact <a href="http://www.itmill.com/">sales</a> |
|---|
| 46 | to hear about OEM licensing options.</p> |
|---|
| 47 | |
|---|
| 48 | <h2>Purchasing Commercial License</h2> |
|---|
| 49 | |
|---|
| 50 | <p>Deployment licenses can be purchased online from <a |
|---|
| 51 | href="http://www.itmill.com/">IT Mill Ltd</a>.</p> |
|---|
| 52 | |
|---|
| 53 | <p>If you are interested in OEM-license for your product, please |
|---|
| 54 | contact sales at <a href="http://www.itmill.com/">IT Mill Ltd</a>.</p> |
|---|
| 55 | |
|---|
| 56 | <h2>License terms</h2> |
|---|
| 57 | |
|---|
| 58 | <p>The actual legal license text is in <a href="license.pdf">license.pdf</a>.</p> |
|---|
| 59 | |
|---|
| 60 | <h2>License files</h2> |
|---|
| 61 | |
|---|
| 62 | <p>Technically license is stored as itmill-toolkit-license.xml -file, that is usually |
|---|
| 63 | store in WEB-INF -directory of the web-application. The license file |
|---|
| 64 | contains information about the scope and limitations of the license in fairly readable |
|---|
| 65 | form, so you might want to check the file contents. Toolkit package is shipped with |
|---|
| 66 | unlimited license for development and testing purposes.</p> |
|---|
| 67 | |
|---|
| 68 | <p>Free unlimited development license <a href="lib/itmill-toolkit-license.xml"> |
|---|
| 69 | license-file</a> is included in product package in |
|---|
| 70 | lib -directory</p> |
|---|
| 71 | |
|---|
| 72 | <h2>Open Source Edition</h2> |
|---|
| 73 | |
|---|
| 74 | <p>The previous version 3 of the product was called Millstone User Interface Library. |
|---|
| 75 | Millstone library was licensed with very liberal LGPL-license. The latest free release of |
|---|
| 76 | Millstone User Interface Library (version 3.1) can still be found from sourceforge.</p> |
|---|
| 77 | |
|---|
| 78 | <p>The new version 4 of the library, now called IT Mill Toolkit, is not licensed with |
|---|
| 79 | an open source license. This does not mean that the sources are closed, source code is |
|---|
| 80 | included in the product package for your convenience. </p> |
|---|
| 81 | |
|---|
| 82 | <p>Why did we change the license? Putting a clear transparent pricing model on the |
|---|
| 83 | product makes our customers decision-making easier. They know how much they are |
|---|
| 84 | paying for and that they can expect commercial grade quality product for their money.</p> |
|---|
| 85 | |
|---|
| 86 | <h2>Educational use</h2> |
|---|
| 87 | |
|---|
| 88 | <p>If you want to use the IT Mill Toolkit for teaching programming, web |
|---|
| 89 | development or user interface design, you can apply for educational |
|---|
| 90 | license by contacting sales at <a href="http://www.itmill.com/">IT |
|---|
| 91 | Mill Ltd</a>.</p> |
|---|
| 92 | |
|---|
| 93 | </div> |
|---|
| 94 | |
|---|
| 95 | </body> |
|---|
| 96 | </html> |
|---|