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

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