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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. <div id="page">
  8. <h1>Licensing Guidelines</h1>
  9. Licensing in nutshell:
  10. <ul>
  11. <li>Free for learning, development and testing</li>
  12. <li>Free for small production deployments (max 4 concurrent active users per server)</li>
  13. <li>Commercial license is required for larger production environment</li>
  14. <li>For distributing IT Mill Toolkit as a part of your own
  15. product, either purchase suitable commercial deployment licenses or
  16. contact us for OEM-license tailored for your needs.</li>
  17. </ul>
  18. <h3>Free use</h3>
  19. <p>Application development is complitely free. Furthermore, you can deploy
  20. the developed application for testing and validation at the development time.</p>
  21. <p>You can obtain a free license for production use in small workgroups from
  22. <a href="http://www.itmill.com/">IT Mill License store</a>. This license
  23. covers use of 4 active users concurrently
  24. using the application in one server.</p>
  25. <h3>Commercial use</h3>
  26. <p>A commercial license must be obtained for production use of the
  27. applications that use IT Mill Toolkit libraries.</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. <p>If the number of server installations is so high that separate deployment
  35. licenses are not an option, please contact <a href="http://www.itmill.com/">sales</a>
  36. to hear about OEM licensing options.</p>
  37. <h2>Purchasing Commercial License</h2>
  38. <p>Deployment licenses can be purchased online from <a
  39. href="http://www.itmill.com/">IT Mill Ltd</a>.</p>
  40. <p>If you are interested in OEM-license for your product, please
  41. contact sales at <a href="http://www.itmill.com/">IT Mill Ltd</a>.</p>
  42. <h2>License terms</h2>
  43. <p>The actual legal license text is in <a href="license.pdf">license.pdf</a>.</p>
  44. <h2>License files</h2>
  45. <p>Technically license is stored as itmill-toolkit-license.xml -file, that is usually
  46. store in WEB-INF -directory of the web-application. The license file
  47. contains information about the scope and limitations of the license in fairly readable
  48. form, so you might want to check the file contents. Toolkit package is shipped with
  49. unlimited license for development and testing purposes.</p>
  50. <p>Free unlimited development license <a href="lib/itmill-toolkit-license.xml">
  51. license-file</a> is included in product package in
  52. lib -directory</p>
  53. <h2>Open Source Edition</h2>
  54. <p>The previous version 3 of the product was called Millstone User Interface Library.
  55. Millstone library was licensed with very liberal LGPL-license. The latest free release of
  56. Millstone User Interface Library (version 3.1) can still be found from sourceforge.</p>
  57. <p>The new version 4 of the library, now called IT Mill Toolkit, is not licensed with
  58. an open source license. This does not mean that the sources are closed, source code is
  59. included in the product package for your convenience. </p>
  60. <p>Why did we change the license? Putting a clear transparent pricing model on the
  61. product makes our customers decision-making easier. They know how much they are
  62. paying for and that they can expect commercial grade quality product for their money.</p>
  63. <h2>Educational use</h2>
  64. <p>If you want to use the IT Mill Toolkit for teaching programming, web
  65. development or user interface design, you can apply for educational
  66. license by contacting sales at <a href="http://www.itmill.com/">IT
  67. Mill Ltd</a>.</p>
  68. </div>
  69. </body>
  70. </html>