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