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.

license.html 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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. <!-- If vaadin-push used. Atmosphere has some internal dependencies, but they are all Apache 2. -->
  97. <tr>
  98. <td>Atmosphere Framework^</td>
  99. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a>,<br/>
  100. <a href="licenses/common-development-and-distribution-license-v1-0.txt">Common Development and Distribution License, Version 1.0</a></td>
  101. </tr>
  102. <!-- Used by vaadin-push -->
  103. <tr>
  104. <td>SLF4J^</td>
  105. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  106. </tr>
  107. <!-- Used by vaadin-push -->
  108. <tr>
  109. <td>jQuery^</td>
  110. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  111. </tr>
  112. </tbody>
  113. </table>
  114. <p>* Not required by Vaadin, only used if provided by the user.<br/>
  115. ^ Only if <tt>vaadin-push</tt> is used.</p>
  116. <h4>Vaadin Development Dependencies</h4>
  117. <p>The following dependencies are only used by the Vaadin
  118. development libraries. Some are also used when running a
  119. Vaadin application in the development mode:</p>
  120. <table border="1" cellspacing="1">
  121. <thead style="background: #ccc;">
  122. <tr><th>Package</th><th>License</th></tr>
  123. </thead>
  124. <tbody>
  125. <!-- Required by Smartsprites -->
  126. <tr>
  127. <td>Apache Ant<br/>
  128. Ant Launcher</td>
  129. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  130. </tr>
  131. <tr>
  132. <td>Apache Commons<br/>
  133. BCEL<br/>
  134. <!-- Beanutils<br/> --> <!-- Does not appear to be used anywhere -->
  135. Codec<br/>
  136. Collections<br/>
  137. Digester 3<br/>
  138. EL<br/>
  139. Modeler</td>
  140. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  141. </tr>
  142. <!-- Is this used anywhere? -->
  143. <tr>
  144. <td>Apache HttpComponents Core</td>
  145. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  146. </tr>
  147. <!-- In vaadin-client-compiler -->
  148. <tr>
  149. <td>Apache Jakarta Regexp</td>
  150. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  151. </tr>
  152. <!-- The Mime4j does not appear to be used anywhere. Remove if necessary.
  153. <tr>
  154. <td>Apache James Server<br/>
  155. Apache James Mime4j</td>
  156. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  157. </tr>
  158. -->
  159. <!-- In vaadin-client-compiler -->
  160. <tr>
  161. <td>Apache Tapestry</td>
  162. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  163. </tr>
  164. <tr>
  165. <td>Apache Tomcat<br/>
  166. Catalina<br/> <!-- Is this used anywhere? -->
  167. Coyote<br/> <!-- Is this used anywhere? -->
  168. Jasper<br/> <!-- In vaadin-client-compiler -->
  169. JK<br/> <!-- Is this used anywhere? -->
  170. Naming <!-- In vaadin-client-compiler -->
  171. </td>
  172. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  173. </tr>
  174. <!-- In vaadin-client-compiler -->
  175. <tr>
  176. <td>Apache Xalan</td>
  177. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  178. </tr>
  179. <!-- In vaadin-client-compiler -->
  180. <tr>
  181. <td>Apache Xerces</td>
  182. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  183. </tr>
  184. <!-- Used by GWT and smartsprites -->
  185. <tr>
  186. <td>Args4j</td>
  187. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  188. </tr>
  189. <!-- Used by theme-compiler -->
  190. <tr>
  191. <td>CSS Parser</td>
  192. <td><a href="licenses/gnu-lesser-general-public-license-version-2-0.txt">GNU Lesser General Public License, version 2.0</a></td>
  193. </tr>
  194. <!-- In vaadin-client-compiler -->
  195. <tr>
  196. <td>CUP</td>
  197. <td><a href="licenses/cup-open-source-license.txt">CUP Open Source License</a></td>
  198. </tr>
  199. <!-- In vaadin-client-compiler -->
  200. <tr>
  201. <td>CyberNeko HTML Parser</td>
  202. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  203. </tr>
  204. <!-- In vaadin-client-compiler -->
  205. <tr>
  206. <td>Eclipse JDT</td>
  207. <td><a href="licenses/eclipse-public-license-v1-0.txt">Eclipse Public License - v 1.0</a></td>
  208. </tr>
  209. <!-- In vaadin-shared-deps but only invoked in development mode -->
  210. <tr>
  211. <td>Flute</td>
  212. <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
  213. </tr>
  214. <!-- Is this used anywhere? -->
  215. <tr>
  216. <td>Google Closure Compiler</td>
  217. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  218. </tr>
  219. <!-- In vaadin-client-compiler -->
  220. <tr>
  221. <td>Google Protocol Buffers</td>
  222. <td><a href="licenses/google-bsd-license.txt">BSD License</a></td>
  223. </tr>
  224. <!-- In vaadin-client-compiler -->
  225. <tr>
  226. <td>HtmlUnit</td>
  227. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  228. </tr>
  229. <!-- In vaadin-client-compiler -->
  230. <tr>
  231. <td>ICU</td>
  232. <td><a href="licenses/icu-license-icu-1-8-1-and-later.txt">ICU License</a></td>
  233. </tr>
  234. <!-- In vaadin-client-compiler -->
  235. <tr>
  236. <td>Jetty</td>
  237. <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>
  238. </tr>
  239. <!-- Is this used anywhere? -->
  240. <tr>
  241. <td>Jsilver</td>
  242. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  243. </tr>
  244. <!-- Includes portal-service -->
  245. <tr>
  246. <td>Liferay Service Interfaces*</td>
  247. <td><a href="licenses/gnu-lesser-general-public-license-version-2-1.txt">GNU Lesser General Public License 2.1 or newer</a></td>
  248. </tr>
  249. <!-- In vaadin-client-compiler -->
  250. <tr>
  251. <td>Mozilla Rhino</td>
  252. <td><a href="licenses/mozilla-public-license-v1-1.txt">Mozilla Public License v. 1.1</a></td>
  253. </tr>
  254. <!-- Is this used anywhere? -->
  255. <tr>
  256. <td>MX4J</td>
  257. <td><a href="licenses/the-mx4j-license.txt">The MX4J License</a></td>
  258. </tr>
  259. <!-- Used by theme-compiler -->
  260. <tr>
  261. <td>SAC: The Simple API for CSS</td>
  262. <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
  263. </tr>
  264. <!-- Used by theme-compiler -->
  265. <tr>
  266. <td>SmartSprites</td>
  267. <td><a href="licenses/smartsprites-bsd-license.txt">BSD License</a></td>
  268. </tr>
  269. <!-- Explicitly excluded from vaadin-client-compiler
  270. <tr>
  271. <td>Swingworker</td>
  272. <td><a href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License 2.1</a></td>
  273. </tr>
  274. -->
  275. </tbody>
  276. </table>
  277. <p>* Not required by Vaadin, only used if provided by the user.</p>
  278. <h1>Copyright and trademarks</h1>
  279. <p>
  280. "Vaadin" and "}&gt;" are registered trademarks of <a
  281. href="http://vaadin.com/company">Vaadin Ltd</a>. You may not market
  282. your products or services using the Vaadin -brand name, use Vaadin
  283. logos or trademarks without written permission from <a
  284. href="http://vaadin.com/company">Vaadin Ltd</a>.
  285. </p>
  286. <p>
  287. Copyright to <i>Vaadin Framework</i> is owned by <a
  288. href="http://vaadin.com/company">Vaadin Ltd</a>.
  289. </p>
  290. </div>
  291. <!-- /content-->
  292. <div id="footer">
  293. <span class="slogan">Vaadin &ndash; thinking of U and I<span>
  294. </div>
  295. <!-- /footer -->
  296. </body>
  297. </html>