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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Vaadin Licensing</title>
  6. <link rel="stylesheet" type="text/css" href="css/styles.css" />
  7. <!--[if IE]>
  8. <link rel="stylesheet" type="text/css" href="css/ie.css" />
  9. <![endif]-->
  10. </head>
  11. <body>
  12. <div id="header">
  13. <h1>Vaadin &ndash; thinking of U and I</h1>
  14. <div id="version"></div>
  15. </div>
  16. <!-- /header -->
  17. <div id="content">
  18. <h1>Licensing</h1>
  19. <p>
  20. <strong><i>Vaadin Framework</i> is intended to be freely used and extended by
  21. anyone without any fees</strong>. In order to guarantee these freedoms, <i>Vaadin
  22. Framework</i> is licensed under the <a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a>.
  23. </p>
  24. <p>
  25. Third-party software included in this distribution is provided under the same
  26. license or compatible licenses, as listed in the section below.
  27. </p>
  28. <p>
  29. The license of the Vaadin Framework is for this product only and may not apply to
  30. all Vaadin add-ons, such as those available from Vaadin Directory, or other Vaadin
  31. products, which may have different licenses.
  32. </p>
  33. <p>
  34. If you have any questions on licensing terms, please contact us through <a
  35. href="http://vaadin.com/contact">the vaadin.com web-site</a>.
  36. </p>
  37. <h3>Included Third-Party Software and Licenses</h3>
  38. <h4>Vaadin Production Dependencies</h4>
  39. <p>The following dependencies are used by the Vaadin runtime
  40. libraries when running the application in the production
  41. mode, and some also by the development libraries:</p>
  42. <table border="1" cellspacing="1">
  43. <thead style="background: #ccc;">
  44. <tr><th>Package</th><th>License</th></tr>
  45. </thead>
  46. <tbody>
  47. <tr>
  48. <td>Apache Commons<br/>
  49. CLI<br/> <!-- Used by theme-compiler -->
  50. Discovery<br/>
  51. IO<br/>
  52. Jexl<br/>
  53. Lang<br/>
  54. Logging<br/> <!-- Used by theme-compiler -->
  55. Math<br/>
  56. </td>
  57. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  58. </tr>
  59. <!-- Used by GWT and vaadin-server -->
  60. <tr>
  61. <td>Bean Validation (JSR-303) API</td>
  62. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  63. </tr>
  64. <tr>
  65. <td>Google AppEngine API*</td>
  66. <td><a href="licenses/google-app-engine-terms-of-service.txt">Google App Engine Terms of Service</a></td>
  67. </tr>
  68. <tr>
  69. <td>Google Collections</td>
  70. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  71. </tr>
  72. <!-- In vaadin-shared, vaadin-client-compiler, etc. -->
  73. <tr>
  74. <td>Google GWT</td>
  75. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  76. </tr>
  77. <!-- In vaadin-shared-deps -->
  78. <tr>
  79. <td>Guava</td>
  80. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  81. </tr>
  82. <!-- In vaadin-shared-deps -->
  83. <tr>
  84. <td>JSON</td>
  85. <td><a href="licenses/the-json-license.txt">The JSON License</a></td>
  86. </tr>
  87. <!-- Used by vaadin-server -->
  88. <tr>
  89. <td>JSoup</td>
  90. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  91. </tr>
  92. <tr>
  93. <td>streamhtmlparser</td>
  94. <td><a href="licenses/new-bsd-license.txt">New BSD License</a></td>
  95. </tr>
  96. </tbody>
  97. </table>
  98. <p>* Not required by Vaadin, only used if provided by the user.</p>
  99. <h4>Vaadin Development Dependencies</h4>
  100. <p>The following dependencies are only used by the Vaadin
  101. development libraries. Some are also used when running a
  102. Vaadin application in the development mode:</p>
  103. <table border="1" cellspacing="1">
  104. <thead style="background: #ccc;">
  105. <tr><th>Package</th><th>License</th></tr>
  106. </thead>
  107. <tbody>
  108. <!-- Required by Smartsprites -->
  109. <tr>
  110. <td>Apache Ant<br/>
  111. Ant Launcher</td>
  112. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  113. </tr>
  114. <tr>
  115. <td>Apache Commons<br/>
  116. BCEL<br/>
  117. <!-- Beanutils<br/> --> <!-- Does not appear to be used anywhere -->
  118. Codec<br/>
  119. Collections<br/>
  120. Digester 3<br/>
  121. EL<br/>
  122. Modeler</td>
  123. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  124. </tr>
  125. <!-- Is this used anywhere? -->
  126. <tr>
  127. <td>Apache HttpComponents Core</td>
  128. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  129. </tr>
  130. <!-- In vaadin-client-compiler -->
  131. <tr>
  132. <td>Apache Jakarta Regexp</td>
  133. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  134. </tr>
  135. <!-- The Mime4j does not appear to be used anywhere. Remove if necessary.
  136. <tr>
  137. <td>Apache James Server<br/>
  138. Apache James Mime4j</td>
  139. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  140. </tr>
  141. -->
  142. <!-- In vaadin-client-compiler -->
  143. <tr>
  144. <td>Apache Tapestry</td>
  145. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  146. </tr>
  147. <tr>
  148. <td>Apache Tomcat<br/>
  149. Catalina<br/> <!-- Is this used anywhere? -->
  150. Coyote<br/> <!-- Is this used anywhere? -->
  151. Jasper<br/> <!-- In vaadin-client-compiler -->
  152. JK<br/> <!-- Is this used anywhere? -->
  153. Naming <!-- In vaadin-client-compiler -->
  154. </td>
  155. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  156. </tr>
  157. <!-- In vaadin-client-compiler -->
  158. <tr>
  159. <td>Apache Xalan</td>
  160. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  161. </tr>
  162. <!-- In vaadin-client-compiler -->
  163. <tr>
  164. <td>Apache Xerces</td>
  165. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  166. </tr>
  167. <!-- Used by GWT and smartsprites -->
  168. <tr>
  169. <td>Args4j</td>
  170. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  171. </tr>
  172. <!-- Used by theme-compiler -->
  173. <tr>
  174. <td>CSS Parser</td>
  175. <td><a href="licenses/gnu-lesser-general-public-license-version-2-0.txt">GNU Lesser General Public License, version 2.0</a></td>
  176. </tr>
  177. <!-- In vaadin-client-compiler -->
  178. <tr>
  179. <td>CUP</td>
  180. <td><a href="licenses/cup-open-source-license.txt">CUP Open Source License</a></td>
  181. </tr>
  182. <!-- In vaadin-client-compiler -->
  183. <tr>
  184. <td>CyberNeko HTML Parser</td>
  185. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  186. </tr>
  187. <!-- In vaadin-client-compiler -->
  188. <tr>
  189. <td>Eclipse JDT</td>
  190. <td><a href="licenses/eclipse-public-license-v1-0.txt">Eclipse Public License - v 1.0</a></td>
  191. </tr>
  192. <!-- In vaadin-shared-deps but only invoked in development mode -->
  193. <tr>
  194. <td>Flute</td>
  195. <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
  196. </tr>
  197. <!-- Is this used anywhere? -->
  198. <tr>
  199. <td>Google Closure Compiler</td>
  200. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  201. </tr>
  202. <!-- In vaadin-client-compiler -->
  203. <tr>
  204. <td>Google Protocol Buffers</td>
  205. <td><a href="licenses/google-bsd-license.txt">BSD License</a></td>
  206. </tr>
  207. <!-- In vaadin-client-compiler -->
  208. <tr>
  209. <td>HtmlUnit</td>
  210. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  211. </tr>
  212. <!-- In vaadin-client-compiler -->
  213. <tr>
  214. <td>ICU</td>
  215. <td><a href="licenses/icu-license-icu-1-8-1-and-later.txt">ICU License</a></td>
  216. </tr>
  217. <!-- In vaadin-client-compiler -->
  218. <tr>
  219. <td>Jetty</td>
  220. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a><br/><a href="licenses/eclipse-public-license-v1-0.txt">Eclipse Public License - v 1.0</a><br/><a href="licenses/jetty-web-container-license.txt">Jetty Web Container License</a></td>
  221. </tr>
  222. <!-- Is this used anywhere? -->
  223. <tr>
  224. <td>Jsilver</td>
  225. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  226. </tr>
  227. <!-- Includes portal-service -->
  228. <tr>
  229. <td>Liferay Service Interfaces*</td>
  230. <td><a href="licenses/gnu-lesser-general-public-license-version-2-1.txt">GNU Lesser General Public License 2.1 or newer</a></td>
  231. </tr>
  232. <!-- In vaadin-client-compiler -->
  233. <tr>
  234. <td>Mozilla Rhino</td>
  235. <td><a href="licenses/mozilla-public-license-v1-1.txt">Mozilla Public License v. 1.1</a></td>
  236. </tr>
  237. <!-- Is this used anywhere? -->
  238. <tr>
  239. <td>MX4J</td>
  240. <td><a href="licenses/the-mx4j-license.txt">The MX4J License</a></td>
  241. </tr>
  242. <!-- Used by theme-compiler -->
  243. <tr>
  244. <td>SAC: The Simple API for CSS</td>
  245. <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
  246. </tr>
  247. <!-- Used by theme-compiler -->
  248. <tr>
  249. <td>SmartSprites</td>
  250. <td><a href="licenses/smartsprites-bsd-license.txt">BSD License</a></td>
  251. </tr>
  252. <!-- Explicitly excluded from vaadin-client-compiler
  253. <tr>
  254. <td>Swingworker</td>
  255. <td><a href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License 2.1</a></td>
  256. </tr>
  257. -->
  258. </tbody>
  259. </table>
  260. <p>* Not required by Vaadin, only used if provided by the user.</p>
  261. <h1>Copyright and trademarks</h1>
  262. <p>
  263. "Vaadin" and "}&gt;" are registered trademarks of <a
  264. href="http://vaadin.com/company">Vaadin Ltd</a>. You may not market
  265. your products or services using the Vaadin -brand name, use Vaadin
  266. logos or trademarks without written permission from <a
  267. href="http://vaadin.com/company">Vaadin Ltd</a>.
  268. </p>
  269. <p>
  270. Copyright to <i>Vaadin Framework</i> is owned by <a
  271. href="http://vaadin.com/company">Vaadin Ltd</a>.
  272. </p>
  273. </div>
  274. <!-- /content-->
  275. <div id="footer">
  276. <span class="slogan">Vaadin &ndash; thinking of U and I<span>
  277. </div>
  278. <!-- /footer -->
  279. </body>
  280. </html>