]> source.dussan.org Git - vaadin-framework.git/commitdiff
Moving licenses to another directory, starting to include changes for new Open Source...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 2 Oct 2007 09:39:29 +0000 (09:39 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 2 Oct 2007 09:39:29 +0000 (09:39 +0000)
svn changeset:2412/svn branch:trunk

license/itmill-commercial-license.pdf [new file with mode: 0644]
license/licensing-guidelines.html [new file with mode: 0644]

diff --git a/license/itmill-commercial-license.pdf b/license/itmill-commercial-license.pdf
new file mode 100644 (file)
index 0000000..6936fe1
Binary files /dev/null and b/license/itmill-commercial-license.pdf differ
diff --git a/license/licensing-guidelines.html b/license/licensing-guidelines.html
new file mode 100644 (file)
index 0000000..9f87ace
--- /dev/null
@@ -0,0 +1,230 @@
+<html>
+       <head>
+       <title>IT Mill Toolkit Licensing Guidelines</title>
+       <link href="../doc/manual/html-style/local.css" rel="stylesheet" type="text/css" />
+       
+       <style type="text/css">
+
+p.heading {
+    font-weight: bold;
+}
+
+.licenses {
+    border-collapse: separate;
+}
+
+.licenses th {
+    text-align: left;
+    background-color: #ccccff;
+    padding: 3px;
+}
+
+.licenses td {
+    background-color: #f4f4f4;
+    padding: 3px;
+    text-align: left;
+    vertical-align: top;
+}
+
+.licenses tr.even td {
+    background-color: #eeeeee;
+}
+
+</style>
+
+       </head>
+       <body>
+       
+       <div id="page">
+       
+               <h1>Licensing Summary</h1>
+               
+               <p>IT Mill Toolkit is available for use under two licensing options:
+               <ul>
+                       <li><a href="#opensource">Open Source licensing</a> with permissive 
+                       Apache 2.0 license. This option
+                       includes the core library and is fully functional. Open Source licensing
+                       option does not include any support, guarantees or all commercially 
+                       available tools and features.</li>
+                       <li><a href="#commercial">Commercial license</a> can be purchased from 
+                       IT Mill Ltd. It is designed
+                       to suit commercial use of the library and includes support, guarantee
+                       as well as additional tools that accelerate software development with 
+                       IT Mill Toolkit</li>
+               </ul>
+               </p>
+               
+               <p>Please read carefully about the licensing options below and evaluate the
+               suitability of the actual license files before use. If you have any questions
+               about licensing options, please contact sales at <a href="http://www.itmill.com/">
+               IT Mill Ltd</a>.</p>
+               
+               <h1><a name="opensource"/>Open Source License</h1>
+               
+               The following libraries are included in this package and are released with 
+               Open Source license.
+                                               
+               <table class="licenses">
+                 <tbody><tr>
+                   <th>Package</th>
+                   <th>License</th>
+                   <th>Source Code Availability</th>
+                 </tr>
+                 <tr>
+                   <td class="package">IT Mill Toolkit User Interface Library</td>
+                   <td class="license">Apache License v. 2.0</td>
+                   <td class="location">Included in the package in src directory</td>
+                 </tr>
+                 <tr>
+                   <td class="package">Google Web Toolkit</td>
+                   <td class="license">Apache License v. 2.0</td>
+                   <td class="location">Included in the package in gwt directory</td>
+                 </tr>
+                 <tr>
+                   <td class="package">Apache Tomcat</td>
+                   <td class="license">Apache License v. 2.0</td>
+                   <td class="location"><a href="http://tomcat.apache.org/">tomcat.apache.org</a>; modifications are at org/apache/tomcat within gwt-dev.jar in gwt directory</td>
+                 </tr>
+                 <tr>
+                   <td class="package">Browser Detect v2.1.6</td>
+                   <td class="license"><a href="http://creativecommons.org/licenses/by/1.0/">Creative Commons Attribution 1.0</a></td>
+                   <td class="location"><a href="http://google-web-toolkit.googlecode.com/svn/trunk/tools/benchmark-viewer/src/com/google/gwt/junit/viewer/client/BrowserInfo.java">google-web-toolkit.googlecode.com</a>; transliterated into Java source in gwt directory</td>
+                 </tr>
+                 <tr class="even">
+                   <td class="package">Eclipse Java Development Tools (JDT)</td>
+                   <td class="license"><a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v. 1.0</a></td>
+                   <td class="location"><a href="http://archive.eclipse.org/eclipse/downloads/drops/R-3.1.1-200509290840/download.php?dropFile=eclipse-JDT-SDK-3.1.1.zip">eclipse.org</a></td>
+                 </tr>
+                 <tr>
+                   <td class="package">Eclipse Standard Widget Toolkit (SWT)</td>
+                   <td class="license"><a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v. 1.0</a></td>
+                   <td class="location">
+                   <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/download.php?dropFile=swt-3.2.1-gtk-linux-x86.zip">Linux</a>,
+                   <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/download.php?dropFile=swt-3.2.1-win32-win32-x86.zip">Windows</a>, and
+                   <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/download.php?dropFile=swt-3.2.1-carbon-macosx.zip">Mac</a>;
+                   modifications are at org/eclipse/swt within gwt-dev.jar in gwt directory
+                   </td>
+                 </tr>
+                 <tr class="even">
+                   <td class="package">JFreeChart</td>
+                   <td class="license"><a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License v. 2.1</a></td>
+                   <td class="location"><a href="http://jfree.org/jfreechart/download.html">jfree.org</a></td>
+                 </tr>
+                 <tr>
+                   <td class="package">Mozilla Rhino</td>
+                   <td class="license"><a href="http://www.mozilla.org/MPL/MPL-1.1.txt">Mozilla Public License v. 1.1</a></td>
+                   <td class="location">com/google/gwt/dev/js/rhino/ within gwt-dev.jar</td>
+                 </tr>
+                 <tr class="even">
+                   <td class="package">Mozilla 1.7.12 (Linux only)</td>
+                   <td class="license"><a href="http://www.mozilla.org/MPL/MPL-1.1.txt">Mozilla Public License v. 1.1</a></td>
+                   <td class="location"><a href="http://developer.mozilla.org/en/docs/Download_Mozilla_Source_Code">mozilla.org</a></td>
+                 </tr>
+                 <tr>
+                   <td class="package">WebKit 418.9 (Mac only)</td>
+                   <td class="license"><a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License v. 2.1</a></td>
+                   <td class="location"><a href="http://webkit.org/building/checkout.html">webkit.org</a></td>
+                 </tr>
+               </tbody></table>
+               
+               <p>Please evaluate the licenses above to assure that they
+               are suitable for your use.</p>
+
+               
+               <p>The following tools and services are not provided with Open Source license
+               <ul>
+                       <li><b>IT Mill Toolkit Testing Tools</b>: Demo version of Testing Tools is
+                       included in this distribution package for evaluation purposes. Continuous or
+                       production use of this demo package is forbidden without commercial license.</li> 
+                       <li><b>Support services</b>: No support is provided, but use of discussion 
+                       forums is encouraged.</li> 
+                       <li><b>Guarantee</b>: Open Source version is provided without guarantee. 
+                       Please report any issues, we try to fix them in upcoming product releases.</li>
+                       <li><b>IPR protection</b>: No IPR protection is provided other than stated
+                       in the Apache 2.0 license.</li>
+               </ul>           
+               
+               
+               <h1><a name="commercial"/>Commercial License</h1>
+               
+               
+               
+               Licensing in nutshell:
+               <ul>
+                       <li>Free for learning, development and testing</li>
+                       <li>Commercial license is required for production environment</li>
+                       <li>For distributing IT Mill Toolkit as a part of your own
+                       product, either purchase suitable commercial deployment licenses or
+                       contact us for OEM-license tailored for your needs.</li>
+               </ul>
+               
+               <h3>Free use</h3>
+               
+               <p>Application development is complitely free. Furthermore, you can deploy 
+               the developed application for testing and validation at the development time.</p>
+               
+               <h3>Commercial use</h3>
+               
+               <p>A commercial license must be obtained for production use of the 
+               applications that use IT Mill Toolkit libraries.</p>
+               
+               <p>A deployment license is required for each deployed copy of a program
+               that uses Toolkit library. To be more exact, each Java Virtual
+               Machine (JVM) that runs a program that uses IT Mill Toolkit libraries, must have an
+               unique deployment license. For example, if the program is
+               deployed to multiple servers (for load balancing or other reasons), each
+               server needs an unique license.</p>
+               
+               <p>If the number of server installations is so high that separate deployment
+               licenses are not an option, please contact <a href="http://www.itmill.com/">sales</a>
+               to hear about OEM licensing options.</p>
+               
+               <h2>Purchasing Commercial License</h2>
+               
+               <p>Deployment licenses can be purchased online from <a
+                       href="http://www.itmill.com/">IT Mill Ltd</a>.</p>
+               
+               <p>If you are interested in OEM-license for your product, please
+               contact sales at <a href="http://www.itmill.com/">IT Mill Ltd</a>.</p>
+               
+               <h2>License terms</h2>
+               
+               <p>The actual legal license text is in <a href="license.pdf">license.pdf</a>.</p>
+               
+               <h2>License files</h2>
+               
+               <p>Technically license is stored as itmill-toolkit-license.xml -file, that is usually
+               store in WEB-INF -directory of the web-application. The license file 
+               contains information about the scope and limitations of the license in fairly readable
+               form, so you might want to check the file contents. Toolkit package is shipped with
+               unlimited license for development and testing purposes.</p>
+               
+               <p>Free unlimited development license <a href="lib/itmill-toolkit-license.xml">
+               license-file</a> is included in product package in 
+               lib -directory</p>
+               
+               <h2>Open Source Edition</h2>
+               
+               <p>The previous version 3 of the product was called Millstone User Interface Library. 
+               Millstone library was licensed with very liberal LGPL-license. The latest free release of 
+               Millstone User Interface Library (version 3.1) can still be found from sourceforge.</p>
+               
+               <p>The new version 4 of the library, now called IT Mill Toolkit, is not licensed with 
+               an open source license. This does not mean that the sources are closed, source code is 
+               included in the product package for your convenience. </p>
+               
+               <p>Why did we change the license? Putting a clear transparent pricing model on the 
+               product makes our customers decision-making easier. They know how much they are
+               paying for and that they can expect commercial grade quality product for their money.</p>
+               
+               <h2>Educational use</h2>
+               
+               <p>If you want to use the IT Mill Toolkit for teaching programming, web
+               development or user interface design, you can apply for educational
+               license by contacting sales at <a href="http://www.itmill.com/">IT
+               Mill Ltd</a>.</p>
+       
+       </div>
+       
+       </body>
+</html>