You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

licensing-guidelines.html 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. <h1>IT Mill Toolkit - Licensing Guidelines</h1>
  8. Licensing in nutshell:
  9. <ul>
  10. <li>Free for learning, development and testing</li>
  11. <li>Free for small production deployments (max 4 concurrent active users per server)</li>
  12. <li>Commercial license is required for larger production environment</li>
  13. <li>For distributing IT Mill Toolkit as a part of your own
  14. product, either purchase suitable commercial deployment licenses or
  15. contact us for OEM-license tailored for your needs.</li>
  16. </ul>
  17. <h3>When I can use IT Mill Toolkit for free?</h3>
  18. <p>Application development is complitely free. Furthermore, you can deploy
  19. the developed application for testing and validation at the development time.</p>
  20. <p>You can obtain a free license for production use in small workgroups from
  21. <a href="http://www.itmill.com/">IT Mill License store</a>. This license
  22. covers use of 4 active users concurrently
  23. using the application in one server.</p>
  24. <h3>When I must obtain a commercial license?</h3>
  25. <p>A commercial license must be obtained for production use of the
  26. applications that use IT Mill Toolkit libraries. Free and low-cost license
  27. alternatives for limited number of concurrent users are available.</p>
  28. <p>A deployment license is required for each deployed copy of a program
  29. that uses Toolkit library. To be more exact, each Java Virtual
  30. Machine (JVM) that runs a program that uses IT Mill Toolkit libraries, must have an
  31. unique deployment license. For example, if the program is
  32. deployed to multiple servers (for load balancing or other reasons), each
  33. server needs an unique license.</p>
  34. <h2>Purchasing Commercial License</h2>
  35. <p>Deployment licenses can be purchased online from <a
  36. href="http://www.itmill.com/">IT Mill Ltd</a>.</p>
  37. <p>If you are interested in OEM-license for your product, please
  38. contact sales at <a href="http://www.itmill.com/">IT Mill Ltd</a>.</p>
  39. <h2>License terms</h2>
  40. <p>The actual legal license text is in <a href="license.txt">license.txt</a>.</p>
  41. <h2>License files?</h2>
  42. <p>Technically license is stored as itmill-toolkit-license.xml -file, that is usually
  43. store in WEB-INF -directory of the web-application. The license file
  44. contains information about the scope and limitations of the lisence in fairly readable
  45. form, so you might want to check the file contents. Toolkit package is shipped with
  46. unlimited license for development and testing purposes.</p>
  47. <h2>Open Source Edition?</h2>
  48. <p>The previous version 3 of the product was called Millstone User Interface Library.
  49. Millstone library was licensed with very liberal LGPL-license. The new version 4 of
  50. the library, is not licensed with open source license. The latest free release of
  51. Millstone User Interface Library (version 3.1) can still be found from sourceforge.</p>
  52. <p>Why did we change the license? Putting a clear transparent pricing model on the
  53. product makes our customers decision-making easier. They know how much they are
  54. paying for and what whey get for their money.</p>
  55. <h2>Educational use</h2>
  56. <p>If you want to use the IT Mill Toolkit for teaching programming, web
  57. development or user interface design, you can apply for educational
  58. license by contacting sales at <a href="http://www.itmill.com/">IT
  59. Mill Ltd</a>.</p>
  60. </body>
  61. </head>