summaryrefslogtreecommitdiffstats
path: root/WebContent/license.html
blob: 48be15b98d20803a8cd19ed08105e0da842ea760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Vaadin Licensing</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!--[if IE]>
		<link rel="stylesheet" type="text/css" href="css/ie.css" />
		<![endif]-->
</head>
<body>

	<div id="header">
		<h1>Vaadin &ndash; thinking of U and I</h1>
		<div id="version"></div>
	</div>
	<!-- /header -->

	<div id="content">

      <h1>Licensing</h1>

      <p>
        <strong><i>Vaadin Framework</i> is intended to be freely used and extended by
        anyone without any fees</strong>. In order to guarantee these freedoms, <i>Vaadin
        Framework</i> is licensed under the <a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a>.
      </p>

      <p>
        Third-party software included in this distribution is provided under the same
        license or compatible licenses, as listed in the section below.
      </p>

      <p>
        The license of the Vaadin Framework is for this product only and may not apply to
        all Vaadin add-ons, such as those available from Vaadin Directory, or other Vaadin
        products, which may have different licenses.
      </p>

      <p>
        If you have any questions on licensing terms, please contact us through <a
        href="http://vaadin.com/contact">the vaadin.com web-site</a>.
      </p>

      <h3>Included Third-Party Software and Licenses</h3>

      <h4>Vaadin Production Dependencies</h4>

      <p>The following dependencies are used by the Vaadin runtime
         libraries when running the application in the production
	 mode, and some also by the development libraries:</p>

      <table border="1" cellspacing="1">
        <thead style="background: #ccc;">
          <tr><th>Package</th><th>License</th></tr>
        </thead>
        <tbody>
          <tr>
            <td>Apache Commons<br/>
                CLI<br/> <!-- Used by theme-compiler -->
                Discovery<br/>
                IO<br/>
                Jexl<br/>
                Lang<br/>
                Logging<br/> <!-- Used by theme-compiler -->
                Math<br/>
            </td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>
 
          <!-- Used by GWT and vaadin-server -->
          <tr>
            <td>Bean Validation (JSR-303) API</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <tr>
            <td>Google AppEngine API*</td>
            <td><a href="licenses/google-app-engine-terms-of-service.txt">Google App Engine Terms of Service</a></td>
          </tr>

          <tr>
            <td>Google Collections</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- In vaadin-shared, vaadin-client-compiler, etc. -->
          <tr>
            <td>Google GWT</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <tr>
            <td>Closure Stylesheets</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <tr>
            <td>ASM</td>
            <td><a href="licenses/ow2-asm-license.txt">ASM Project License</a></td>
          </tr>

          <!-- In vaadin-shared-deps -->
          <tr>
            <td>Guava</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- In vaadin-shared-deps -->
          <tr>
            <td>JSON</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- Used by vaadin-server -->
          <tr>
            <td>JSoup</td>
            <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
          </tr>

          <tr>
            <td>streamhtmlparser</td>
            <td><a href="licenses/new-bsd-license.txt">New BSD License</a></td>
          </tr>

          <!-- If vaadin-push used. Atmosphere has some internal dependencies, but they are all Apache 2. -->
          <tr>
            <td>Atmosphere Framework^</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a>,<br/>
                <a href="licenses/common-development-and-distribution-license-v1-0.txt">Common Development and Distribution License, Version 1.0</a></td>
          </tr>

          <!-- Used by vaadin-push -->
          <tr>
            <td>SLF4J^</td>
            <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
          </tr>
          <!-- Used by vaadin-push -->
          <tr>
            <td>jQuery^</td>
            <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
          </tr>
          <!-- Used by font icons -->
          <tr>
            <td title="Custom web font">FontAwesome</td>
            <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td>
          </tr>
          <!-- Included in the Valo theme -->
          <tr>
            <td title="Custom web font">Open Sans</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td>
          </tr>
          <tr>
            <td title="Custom web font">Roboto</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td>
          </tr>
          <tr>
            <td title="Custom web font">Roboto Condensed</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, version 2.0</a></td>
          </tr>
          <tr>
            <td title="Custom web font">Source Sans Pro</td>
            <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td>
          </tr>
          <tr>
            <td title="Custom web font">Lato</td>
            <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td>
          </tr>
          <tr>
            <td title="Custom web font">Lora</td>
            <td><a href="licenses/OFL.txt">SIL OFL 1.1</a></td>
          </tr>
          <tr>
            <td><a href="https://github.com/heygrady/scss-blend-modes">SCSS Blend Modes</a></td>
            <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
          </tr>
          <tr>
            <td><a href="https://github.com/Team-Sass/Sass-list-functions">Sass list functions</a></td>
            <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
          </tr>
	  <!-- The extracted vaadin-sass-compiler -->
          <tr>
            <td>Vaadin Sass Compiler</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>
	  <!-- Bourbon sass library -->
          <tr>
            <td>Bourbon</td>
            <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
          </tr>
        </tbody>
      </table>
      
      <p>* Not required by Vaadin, only used if provided by the user.<br/>
^ Only if <tt>vaadin-push</tt> is used.</p>

      <h4>Vaadin Development Dependencies</h4>

      <p>The following dependencies are only used by the Vaadin
         development libraries. Some are also used when running a
	 Vaadin application in the development mode:</p>

      <table border="1" cellspacing="1">
        <thead style="background: #ccc;">
          <tr><th>Package</th><th>License</th></tr>
        </thead>
        <tbody>
          <!-- Required by Smartsprites -->
          <tr>
            <td>Apache Ant<br/>
                Ant Launcher</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <tr>
            <td>Apache Commons<br/>
                BCEL<br/>
                <!-- Beanutils<br/> --> <!-- Does not appear to be used anywhere -->
                Codec<br/>
                Collections<br/>
                Digester 3<br/>
                EL<br/>
                Modeler</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- Is this used anywhere? -->
          <tr>
            <td>Apache HttpComponents Core</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>Apache Jakarta Regexp</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>
          <tr>
            <td>Apache Mime4j</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- The Mime4j does not appear to be used anywhere. Remove if necessary.
          <tr>
            <td>Apache James Server<br/>
                Apache James Mime4j</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>
          -->

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>Apache Tapestry</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <tr>
            <td>Apache Tomcat<br/>
                Catalina<br/> <!-- Is this used anywhere? -->
                Coyote<br/> <!-- Is this used anywhere? -->
                Jasper<br/> <!-- In vaadin-client-compiler -->
                JK<br/> <!-- Is this used anywhere? -->
                Naming <!-- In vaadin-client-compiler -->
            </td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>Apache Xalan</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>Apache Xerces</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- Used by GWT and smartsprites -->
          <tr>
            <td>Args4j</td>
            <td><a href="licenses/the-mit-license.txt">The MIT License</a></td>
          </tr>

          <!-- Used by theme-compiler -->
          <tr>
            <td>CSS Parser</td>
            <td><a href="licenses/gnu-lesser-general-public-license-version-2-0.txt">GNU Lesser General Public License, version 2.0</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>CUP</td>
            <td><a href="licenses/cup-open-source-license.txt">CUP Open Source License</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>CyberNeko HTML Parser</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>Eclipse JDT</td>
            <td><a href="licenses/eclipse-public-license-v1-0.txt">Eclipse Public License - v 1.0</a></td>
          </tr>

          <!-- In vaadin-shared-deps but only invoked in development mode -->
          <tr>
            <td>Flute</td>
            <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
          </tr>

          <!-- Is this used anywhere? -->
          <tr>
            <td>Google Closure Compiler</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>Google Protocol Buffers</td>
            <td><a href="licenses/google-bsd-license.txt">BSD License</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>HtmlUnit</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>ICU</td>
            <td><a href="licenses/icu-license-icu-1-8-1-and-later.txt">ICU License</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>Jetty</td>
            <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>
          </tr>

          <!-- Is this used anywhere? -->
          <tr>
            <td>Jsilver</td>
            <td><a href="licenses/apache-license-version-2-0.txt">Apache License, Version 2.0</a></td>
          </tr>

          <!-- Includes portal-service -->
          <tr>
            <td>Liferay Service Interfaces*</td>
            <td><a href="licenses/gnu-lesser-general-public-license-version-2-1.txt">GNU Lesser General Public License 2.1 or newer</a></td>
          </tr>

          <!-- In vaadin-client-compiler -->
          <tr>
            <td>Mozilla Rhino</td>
            <td><a href="licenses/mozilla-public-license-v1-1.txt">Mozilla Public License v. 1.1</a></td>
          </tr>

          <!-- Is this used anywhere? -->
          <tr>
            <td>MX4J</td>
            <td><a href="licenses/the-mx4j-license.txt">The MX4J License</a></td>
          </tr>

          <!-- Used by theme-compiler -->
          <tr>
            <td>SAC: The Simple API for CSS</td>
            <td><a href="licenses/w3c-software-copyright-notice-and-license.txt">W3C Software Copyright Notice and License</a></td>
          </tr>

          <!-- Used by theme-compiler -->
          <tr>
            <td>SmartSprites</td>
            <td><a href="licenses/smartsprites-bsd-license.txt">BSD License</a></td>
          </tr>

          <!-- Explicitly excluded from vaadin-client-compiler
          <tr>
            <td>Swingworker</td>
            <td><a href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License 2.1</a></td>
          </tr>
          -->
        </tbody>
      </table>

      <p>* Not required by Vaadin, only used if provided by the user.</p>

		<h1>Copyright and trademarks</h1>
		<p>
			"Vaadin" and "}&gt;" are registered trademarks of <a
				href="http://vaadin.com/company">Vaadin Ltd</a>. You may not market
			your products or services using the Vaadin -brand name, use Vaadin
			logos or trademarks without written permission from <a
				href="http://vaadin.com/company">Vaadin Ltd</a>.
		</p>
		<p>
			Copyright to <i>Vaadin Framework</i> is owned by <a
				href="http://vaadin.com/company">Vaadin Ltd</a>.
		</p>		
	</div>
	<!-- /content-->


	<div id="footer">
		<span class="slogan">Vaadin &ndash; thinking of U and I</span>
	</div>
	<!-- /footer -->

</body>
</html>