Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

licensing-guidelines.html 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <html>
  2. <head>
  3. <title>Enably Toolkit Licensing Guidelines</title>
  4. </head>
  5. <body>
  6. <script type="text/javascript" src="doc/manual/html-style/style.js"></script><script type="text/javascript">style('doc/manual/html-style');</script>
  7. <b><pre>[ DRAFTING - 1.10.2006 Joonas ]</pre></b>
  8. <h1>Millstone Licensing Guidelines</h1>
  9. Millstone follows the following rules of thumb for its licensing:
  10. <ul>
  11. <li>Free for learning, development and testing</li>
  12. <li>Commercial deployment license is required for deploying any
  13. program that uses Millstone libraries to production use</li>
  14. <li>For distributing Millstone libraries as a part of your own
  15. product, there is two alternatives:
  16. <li>Purchasing commercial deployment licenses for each deployed
  17. copy of the product.</li>
  18. <li>If you plan to deploy at least 5 copies of the product, you
  19. can contact IT Mill Ltd for OEM-license tailored for your products
  20. needs.</li>
  21. </li>
  22. </ul>
  23. <h3>When I can use Millstone for free?</h3>
  24. Development of applications and products using Millstone tools and
  25. libraries is complitely free. Furthermore, you can deploy the developed
  26. program for testing and validation at the development time. Any
  27. production (or real) use of the deployed program with Millstone
  28. libraries requires commercial deployment license.
  29. <h3>When I must obtain a commercial license for Millstone</h3>
  30. A deployment license is required for each deployed copy of a program
  31. that uses Millstone libraries. To be more exact, each Java Virtual
  32. Machine (JVM) that runs a program that uses Millstone libraries, must an
  33. unique commercial deployment license. For example, if the program is
  34. deployed to multiple servers (for load balancing or other reasons), each
  35. server needs an unique license. Deployment for testing the program
  36. during development phase is permitted without a license if the deployed
  37. program is not used for any production or real use.
  38. <h2>Purchasing Commercial License</h2>
  39. <p>Millstone deployment licenses can be purchased online from <a
  40. href="http://www.itmill.com/">IT Mill Ltd</a>.</p>
  41. <p>If you are interested in OEM-license for your product, please
  42. contact sales at <a href="http://www.itmill.com/">IT Mill Ltd</a>.</p>
  43. <h2>License terms</h2>
  44. <p>The actual license text is in <a href="mcl.txt">mcl.txt</a>.</p>
  45. <h2>Free Open Source Edition?</h2>
  46. <p>The previous version 3 of Millstone library was licensed with
  47. LGPL-license. The new AJAX edition of the library, version 4, is only
  48. licensed with commercial license. The latest free release (version 3.1)
  49. can still be found from sourceforge.</p>
  50. <h2>Educational use</h2>
  51. <p>If you want to use Millstone for teaching programming, web
  52. development or user interface design, you can apply for educational
  53. license by contacting sales at <a href="http://www.itmill.com/">IT
  54. Mill Ltd</a>.</p>
  55. </body>
  56. </head>