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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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. <tr>
  169. <td><a href="https://github.com/timruffles/ios-html5-drag-drop-shim">drag-drop-polyfill</a>**</td>
  170. <td><a href="licenses/bsd-2-clause-drag-drop-polyfill.txt">BSD-2-clause</a></td>
  171. </tr>
  172. </tbody>
  173. </table>
  174. <p>* Not required by Vaadin, only used if provided by the user.<br/>
  175. ^ Only if <tt>vaadin-push</tt> is used.<br/>
  176. ** Used only when mobile drag and drop is enabled.
  177. </p>
  178. <h4>Vaadin Development Dependencies</h4>
  179. <p>The following dependencies are only used by the Vaadin
  180. development libraries. Some are also used when running a
  181. Vaadin application in the development mode:</p>
  182. <table border="1" cellspacing="1">
  183. <thead style="background: #ccc;">
  184. <tr><th>Package</th><th>License</th></tr>
  185. </thead>
  186. <tbody>
  187. <!-- Required by Smartsprites -->
  188. <tr>
  189. <td>Apache Ant<br/>
  190. Ant Launcher</td>
  191. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  192. </tr>
  193. <tr>
  194. <td>Apache Commons<br/>
  195. BCEL<br/>
  196. <!-- Beanutils<br/> --> <!-- Does not appear to be used anywhere -->
  197. Codec<br/>
  198. Collections<br/>
  199. Digester 3<br/>
  200. EL<br/>
  201. Modeler</td>
  202. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  203. </tr>
  204. <!-- Is this used anywhere? -->
  205. <tr>
  206. <td>Apache HttpComponents Core</td>
  207. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  208. </tr>
  209. <!-- In vaadin-client-compiler -->
  210. <tr>
  211. <td>Apache Jakarta Regexp</td>
  212. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  213. </tr>
  214. <tr>
  215. <td>Apache Mime4j</td>
  216. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  217. </tr>
  218. <!-- The Mime4j does not appear to be used anywhere. Remove if necessary.
  219. <tr>
  220. <td>Apache James Server<br/>
  221. Apache James Mime4j</td>
  222. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  223. </tr>
  224. -->
  225. <!-- In vaadin-client-compiler -->
  226. <tr>
  227. <td>Apache Tapestry</td>
  228. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  229. </tr>
  230. <tr>
  231. <td>Apache Tomcat<br/>
  232. Catalina<br/> <!-- Is this used anywhere? -->
  233. Coyote<br/> <!-- Is this used anywhere? -->
  234. Jasper<br/> <!-- In vaadin-client-compiler -->
  235. JK<br/> <!-- Is this used anywhere? -->
  236. Naming <!-- In vaadin-client-compiler -->
  237. </td>
  238. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  239. </tr>
  240. <!-- In vaadin-client-compiler -->
  241. <tr>
  242. <td>Apache Xalan</td>
  243. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  244. </tr>
  245. <!-- In vaadin-client-compiler -->
  246. <tr>
  247. <td>Apache Xerces</td>
  248. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  249. </tr>
  250. <!-- Used by GWT and smartsprites -->
  251. <tr>
  252. <td>Args4j</td>
  253. <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
  254. </tr>
  255. <!-- Used by theme-compiler -->
  256. <tr>
  257. <td>CSS Parser</td>
  258. <td><a href="licenses/gnu-lesser-general-public-license-version-2-0.txt">GNU Lesser General Public License, version 2.0</a></td>
  259. </tr>
  260. <!-- In vaadin-client-compiler -->
  261. <tr>
  262. <td>CUP</td>
  263. <td><a href="licenses/cup-open-source-license.txt">CUP Open Source License</a></td>
  264. </tr>
  265. <!-- In vaadin-client-compiler -->
  266. <tr>
  267. <td>CyberNeko HTML Parser</td>
  268. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  269. </tr>
  270. <!-- In vaadin-client-compiler -->
  271. <tr>
  272. <td>Eclipse JDT</td>
  273. <td><a href="licenses/eclipse-public-license-v1-0.txt">Eclipse Public License - v 1.0</a></td>
  274. </tr>
  275. <!-- In vaadin-shared-deps but only invoked in development mode -->
  276. <tr>
  277. <td>Flute</td>
  278. <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
  279. </tr>
  280. <!-- Is this used anywhere? -->
  281. <tr>
  282. <td>Google Closure Compiler</td>
  283. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  284. </tr>
  285. <!-- In vaadin-client-compiler -->
  286. <tr>
  287. <td>Google Protocol Buffers</td>
  288. <td><a href="licenses/google-bsd-license.txt">BSD License</a></td>
  289. </tr>
  290. <!-- In vaadin-client-compiler -->
  291. <tr>
  292. <td>HtmlUnit</td>
  293. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  294. </tr>
  295. <!-- In vaadin-client-compiler -->
  296. <tr>
  297. <td>ICU</td>
  298. <td><a href="licenses/icu-license-icu-1-8-1-and-later.txt">ICU License</a></td>
  299. </tr>
  300. <!-- In vaadin-client-compiler -->
  301. <tr>
  302. <td>Jetty</td>
  303. <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>
  304. </tr>
  305. <!-- Is this used anywhere? -->
  306. <tr>
  307. <td>Jsilver</td>
  308. <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
  309. </tr>
  310. <!-- Includes portal-service -->
  311. <tr>
  312. <td>Liferay Service Interfaces*</td>
  313. <td><a href="licenses/gnu-lesser-general-public-license-version-2-1.txt">GNU Lesser General Public License 2.1 or newer</a></td>
  314. </tr>
  315. <!-- In vaadin-client-compiler -->
  316. <tr>
  317. <td>Mozilla Rhino</td>
  318. <td><a href="licenses/mozilla-public-license-v1-1.txt">Mozilla Public License v. 1.1</a></td>
  319. </tr>
  320. <!-- Is this used anywhere? -->
  321. <tr>
  322. <td>MX4J</td>
  323. <td><a href="licenses/the-mx4j-license.txt">The MX4J License</a></td>
  324. </tr>
  325. <!-- Used by theme-compiler -->
  326. <tr>
  327. <td>SAC: The Simple API for CSS</td>
  328. <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
  329. </tr>
  330. <!-- Used by theme-compiler -->
  331. <tr>
  332. <td>SmartSprites</td>
  333. <td><a href="licenses/smartsprites-bsd-license.txt">BSD License</a></td>
  334. </tr>
  335. <!-- Explicitly excluded from vaadin-client-compiler
  336. <tr>
  337. <td>Swingworker</td>
  338. <td><a href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License 2.1</a></td>
  339. </tr>
  340. -->
  341. </tbody>
  342. </table>
  343. <p>* Not required by Vaadin, only used if provided by the user.</p>
  344. <h1>Copyright and trademarks</h1>
  345. <p>
  346. "Vaadin" and "}&gt;" are registered trademarks of <a
  347. href="http://vaadin.com/company">Vaadin Ltd</a>. You may not market
  348. your products or services using the Vaadin -brand name, use Vaadin
  349. logos or trademarks without written permission from <a
  350. href="http://vaadin.com/company">Vaadin Ltd</a>.
  351. </p>
  352. <p>
  353. Copyright to <i>Vaadin Framework</i> is owned by <a
  354. href="http://vaadin.com/company">Vaadin Ltd</a>.
  355. </p>
  356. </div>
  357. <!-- /content-->
  358. <div id="footer">
  359. <span class="slogan">Vaadin &ndash; thinking of U and I</span>
  360. </div>
  361. <!-- /footer -->
  362. </body>
  363. </html>