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 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  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. <!-- Used by font icons -->
  113. <tr>
  114. <td title="Custom web font">FontAwesome</td>
  115. <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td>
  116. </tr>
  117. <!-- Included in the Valo theme -->
  118. <tr>
  119. <td title="Custom web font">Open Sans</td>
  120. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td>
  121. </tr>
  122. <tr>
  123. <td title="Custom web font">Roboto</td>
  124. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td>
  125. </tr>
  126. <tr>
  127. <td title="Custom web font">Roboto Condensed</td>
  128. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td>
  129. </tr>
  130. <tr>
  131. <td title="Custom web font">Source Sans Pro</td>
  132. <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td>
  133. </tr>
  134. <tr>
  135. <td title="Custom web font">Lato</td>
  136. <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td>
  137. </tr>
  138. <tr>
  139. <td title="Custom web font">Lora</td>
  140. <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td>
  141. </tr>
  142. <tr>
  143. <td><a href="https://github.com/heygrady/scss-blend-modes">SCSS Blend Modes</a></td>
  144. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  145. </tr>
  146. <tr>
  147. <td><a href="https://github.com/Team-Sass/Sass-list-functions">Sass list functions</a></td>
  148. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  149. </tr>
  150. <!-- The extracted vaadin-sass-compiler -->
  151. <tr>
  152. <td>Vaadin Sass Compiler</td>
  153. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  154. </tr>
  155. <!-- Bourbon sass library -->
  156. <tr>
  157. <td>Bourbon</td>
  158. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  159. </tr>
  160. </tbody>
  161. </table>
  162. <p>* Not required by Vaadin, only used if provided by the user.<br/>
  163. ^ Only if <tt>vaadin-push</tt> is used.</p>
  164. <h4>Vaadin Development Dependencies</h4>
  165. <p>The following dependencies are only used by the Vaadin
  166. development libraries. Some are also used when running a
  167. Vaadin application in the development mode:</p>
  168. <table border="1" cellspacing="1">
  169. <thead style="background: #ccc;">
  170. <tr><th>Package</th><th>License</th></tr>
  171. </thead>
  172. <tbody>
  173. <!-- Required by Smartsprites -->
  174. <tr>
  175. <td>Apache Ant<br/>
  176. Ant Launcher</td>
  177. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  178. </tr>
  179. <tr>
  180. <td>Apache Commons<br/>
  181. BCEL<br/>
  182. <!-- Beanutils<br/> --> <!-- Does not appear to be used anywhere -->
  183. Codec<br/>
  184. Collections<br/>
  185. Digester 3<br/>
  186. EL<br/>
  187. Modeler</td>
  188. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  189. </tr>
  190. <!-- Is this used anywhere? -->
  191. <tr>
  192. <td>Apache HttpComponents Core</td>
  193. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  194. </tr>
  195. <!-- In vaadin-client-compiler -->
  196. <tr>
  197. <td>Apache Jakarta Regexp</td>
  198. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  199. </tr>
  200. <tr>
  201. <td>Apache Mime4j</td>
  202. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  203. </tr>
  204. <!-- The Mime4j does not appear to be used anywhere. Remove if necessary.
  205. <tr>
  206. <td>Apache James Server<br/>
  207. Apache James Mime4j</td>
  208. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  209. </tr>
  210. -->
  211. <!-- In vaadin-client-compiler -->
  212. <tr>
  213. <td>Apache Tapestry</td>
  214. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  215. </tr>
  216. <tr>
  217. <td>Apache Tomcat<br/>
  218. Catalina<br/> <!-- Is this used anywhere? -->
  219. Coyote<br/> <!-- Is this used anywhere? -->
  220. Jasper<br/> <!-- In vaadin-client-compiler -->
  221. JK<br/> <!-- Is this used anywhere? -->
  222. Naming <!-- In vaadin-client-compiler -->
  223. </td>
  224. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  225. </tr>
  226. <!-- In vaadin-client-compiler -->
  227. <tr>
  228. <td>Apache Xalan</td>
  229. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  230. </tr>
  231. <!-- In vaadin-client-compiler -->
  232. <tr>
  233. <td>Apache Xerces</td>
  234. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  235. </tr>
  236. <!-- Used by GWT and smartsprites -->
  237. <tr>
  238. <td>Args4j</td>
  239. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  240. </tr>
  241. <!-- Used by theme-compiler -->
  242. <tr>
  243. <td>CSS Parser</td>
  244. <td><a href="licenses/gnu-lesser-general-public-license-version-2-0.txt">GNU Lesser General Public License, version 2.0</a></td>
  245. </tr>
  246. <!-- In vaadin-client-compiler -->
  247. <tr>
  248. <td>CUP</td>
  249. <td><a href="licenses/cup-open-source-license.txt">CUP Open Source License</a></td>
  250. </tr>
  251. <!-- In vaadin-client-compiler -->
  252. <tr>
  253. <td>CyberNeko HTML Parser</td>
  254. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  255. </tr>
  256. <!-- In vaadin-client-compiler -->
  257. <tr>
  258. <td>Eclipse JDT</td>
  259. <td><a href="licenses/eclipse-public-license-v1-0.txt">Eclipse Public License - v 1.0</a></td>
  260. </tr>
  261. <!-- In vaadin-shared-deps but only invoked in development mode -->
  262. <tr>
  263. <td>Flute</td>
  264. <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
  265. </tr>
  266. <!-- Is this used anywhere? -->
  267. <tr>
  268. <td>Google Closure Compiler</td>
  269. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  270. </tr>
  271. <!-- In vaadin-client-compiler -->
  272. <tr>
  273. <td>Google Protocol Buffers</td>
  274. <td><a href="licenses/google-bsd-license.txt">BSD License</a></td>
  275. </tr>
  276. <!-- In vaadin-client-compiler -->
  277. <tr>
  278. <td>HtmlUnit</td>
  279. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  280. </tr>
  281. <!-- In vaadin-client-compiler -->
  282. <tr>
  283. <td>ICU</td>
  284. <td><a href="licenses/icu-license-icu-1-8-1-and-later.txt">ICU License</a></td>
  285. </tr>
  286. <!-- In vaadin-client-compiler -->
  287. <tr>
  288. <td>Jetty</td>
  289. <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>
  290. </tr>
  291. <!-- Is this used anywhere? -->
  292. <tr>
  293. <td>Jsilver</td>
  294. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  295. </tr>
  296. <!-- Includes portal-service -->
  297. <tr>
  298. <td>Liferay Service Interfaces*</td>
  299. <td><a href="licenses/gnu-lesser-general-public-license-version-2-1.txt">GNU Lesser General Public License 2.1 or newer</a></td>
  300. </tr>
  301. <!-- In vaadin-client-compiler -->
  302. <tr>
  303. <td>Mozilla Rhino</td>
  304. <td><a href="licenses/mozilla-public-license-v1-1.txt">Mozilla Public License v. 1.1</a></td>
  305. </tr>
  306. <!-- Is this used anywhere? -->
  307. <tr>
  308. <td>MX4J</td>
  309. <td><a href="licenses/the-mx4j-license.txt">The MX4J License</a></td>
  310. </tr>
  311. <!-- Used by theme-compiler -->
  312. <tr>
  313. <td>SAC: The Simple API for CSS</td>
  314. <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
  315. </tr>
  316. <!-- Used by theme-compiler -->
  317. <tr>
  318. <td>SmartSprites</td>
  319. <td><a href="licenses/smartsprites-bsd-license.txt">BSD License</a></td>
  320. </tr>
  321. <!-- Explicitly excluded from vaadin-client-compiler
  322. <tr>
  323. <td>Swingworker</td>
  324. <td><a href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License 2.1</a></td>
  325. </tr>
  326. -->
  327. </tbody>
  328. </table>
  329. <p>* Not required by Vaadin, only used if provided by the user.</p>
  330. <h1>Copyright and trademarks</h1>
  331. <p>
  332. "Vaadin" and "}&gt;" are registered trademarks of <a
  333. href="http://vaadin.com/company">Vaadin Ltd</a>. You may not market
  334. your products or services using the Vaadin -brand name, use Vaadin
  335. logos or trademarks without written permission from <a
  336. href="http://vaadin.com/company">Vaadin Ltd</a>.
  337. </p>
  338. <p>
  339. Copyright to <i>Vaadin Framework</i> is owned by <a
  340. href="http://vaadin.com/company">Vaadin Ltd</a>.
  341. </p>
  342. </div>
  343. <!-- /content-->
  344. <div id="footer">
  345. <span class="slogan">Vaadin &ndash; thinking of U and I</span>
  346. </div>
  347. <!-- /footer -->
  348. </body>
  349. </html>