blob: 261533411fda3a9fd5df3776092017bfd3e3c001 [file] [log] [blame]
gwt.team.scottb1e345262006-12-11 16:29:17 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
gwt.team.jat950681a2006-12-21 00:13:44 +00002<html xmlns="http://www.w3.org/1999/xhtml"><head>
3
4<meta http-equiv="content-type" content="text/html; charset=utf-8">
5
6<title>Google Web Toolkit License Information</title>
7
8<style type="text/css">
9
10p.heading {
11 font-weight: bold;
12}
13
14.licenses {
15 border-collapse: separate;
16}
17
18.licenses th {
19 text-align: left;
20 background-color: #ccccff;
21 padding: 3px;
22}
23
24.licenses td {
25 background-color: #f4f4f4;
26 padding: 3px;
27 text-align: left;
28 vertical-align: top;
29}
30
31.licenses tr.even td {
32 background-color: #eeeeee;
33}
34
35</style></head>
36
37<body>
38
39<div id="body">
40
41
42
43<h1>Google Web Toolkit License Information</h1>
44
scottb@google.comb1812e92008-03-03 16:03:35 +000045<p>March 3, 2008</p>
gwt.team.jat950681a2006-12-21 00:13:44 +000046
47<p>The Google Web Toolkit software and sample code developed by Google
48is licensed under the Apache License, v. 2.0. Other software included
49in this distribution is provided under other licenses, as listed in the
50Included Software and Licenses section at the bottom of this page.
51Source code for software included in this distribution is available
52from the
53<a href="http://code.google.com/p/google-web-toolkit/">Google Web Toolkit</a>
54project or as otherwise indicated at the bottom of this page.
55</p>
56
57<p>Please note that the executable version of the Google Web Toolkit
58distributed by Google will communicate with Google's servers to check
59for available updates. If updates are available, you will receive the
60option to install them.
61</p>
62
63<h2>Apache License, Version 2.0</h2>
64
65<p>
66Apache License<br>
67Version 2.0, January 2004<br>
68<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a>
69
70</p>
71
72<p><b><a name="definitions">1. Definitions</a></b>.</p>
73<p>
74 "License" shall mean the terms and conditions for use, reproduction,
75 and distribution as defined by Sections 1 through 9 of this document.
76</p>
77<p>
78 "Licensor" shall mean the copyright owner or entity authorized by
79 the copyright owner that is granting the License.
80</p>
81<p>
82 "Legal Entity" shall mean the union of the acting entity and all
83 other entities that control, are controlled by, or are under common
84 control with that entity. For the purposes of this definition,
85 "control" means (i) the power, direct or indirect, to cause the
86 direction or management of such entity, whether by contract or
87 otherwise, or (ii) ownership of fifty percent (50%) or more of the
88 outstanding shares, or (iii) beneficial ownership of such entity.
89
90</p>
91<p>
92 "You" (or "Your") shall mean an individual or Legal Entity
93 exercising permissions granted by this License.
94</p>
95<p>
96 "Source" form shall mean the preferred form for making modifications,
97 including but not limited to software source code, documentation
98 source, and configuration files.
99</p>
100<p>
101 "Object" form shall mean any form resulting from mechanical
102 transformation or translation of a Source form, including but
103 not limited to compiled object code, generated documentation,
104 and conversions to other media types.
105</p>
106<p>
107 "Work" shall mean the work of authorship, whether in Source or
108 Object form, made available under the License, as indicated by a
109 copyright notice that is included in or attached to the work
110 (an example is provided in the Appendix below).
111</p>
112
113<p>
114 "Derivative Works" shall mean any work, whether in Source or Object
115 form, that is based on (or derived from) the Work and for which the
116 editorial revisions, annotations, elaborations, or other modifications
117 represent, as a whole, an original work of authorship. For the purposes
118 of this License, Derivative Works shall not include works that remain
119 separable from, or merely link (or bind by name) to the interfaces of,
120 the Work and Derivative Works thereof.
121</p>
122<p>
123 "Contribution" shall mean any work of authorship, including
124 the original version of the Work and any modifications or additions
125 to that Work or Derivative Works thereof, that is intentionally
126 submitted to Licensor for inclusion in the Work by the copyright owner
127 or by an individual or Legal Entity authorized to submit on behalf of
128 the copyright owner. For the purposes of this definition, "submitted"
129 means any form of electronic, verbal, or written communication sent
130 to the Licensor or its representatives, including but not limited to
131 communication on electronic mailing lists, source code control systems,
132 and issue tracking systems that are managed by, or on behalf of, the
133 Licensor for the purpose of discussing and improving the Work, but
134 excluding communication that is conspicuously marked or otherwise
135 designated in writing by the copyright owner as "Not a Contribution."
136</p>
137<p>
138 "Contributor" shall mean Licensor and any individual or Legal Entity
139 on behalf of whom a Contribution has been received by Licensor and
140 subsequently incorporated within the Work.
141</p>
142<p><b><a name="copyright">2. Grant of Copyright License</a></b>.
143Subject to the terms and conditions of
144 this License, each Contributor hereby grants to You a perpetual,
145 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
146 copyright license to reproduce, prepare Derivative Works of,
147 publicly display, publicly perform, sublicense, and distribute the
148 Work and such Derivative Works in Source or Object form.
149</p>
150<p><b><a name="patent">3. Grant of Patent License</a></b>.
151Subject to the terms and conditions of
152 this License, each Contributor hereby grants to You a perpetual,
153 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
154 (except as stated in this section) patent license to make, have made,
155 use, offer to sell, sell, import, and otherwise transfer the Work,
156 where such license applies only to those patent claims licensable
157 by such Contributor that are necessarily infringed by their
158 Contribution(s) alone or by combination of their Contribution(s)
159 with the Work to which such Contribution(s) was submitted. If You
160 institute patent litigation against any entity (including a
161 cross-claim or counterclaim in a lawsuit) alleging that the Work
162 or a Contribution incorporated within the Work constitutes direct
163 or contributory patent infringement, then any patent licenses
164 granted to You under this License for that Work shall terminate
165 as of the date such litigation is filed.
166
167</p>
168<p><b><a name="redistribution">4. Redistribution</a></b>.
169You may reproduce and distribute copies of the
170 Work or Derivative Works thereof in any medium, with or without
171 modifications, and in Source or Object form, provided that You
172 meet the following conditions:
173</p><ol type="a">
174<li>You must give any other recipients of the Work or
175 Derivative Works a copy of this License; and
176<br> <br></li>
177
178<li>You must cause any modified files to carry prominent notices
179 stating that You changed the files; and
180<br> <br></li>
181
182<li>You must retain, in the Source form of any Derivative Works
183 that You distribute, all copyright, patent, trademark, and
184 attribution notices from the Source form of the Work,
185 excluding those notices that do not pertain to any part of
186 the Derivative Works; and
187<br> <br></li>
188
189<li>If the Work includes a "NOTICE" text file as part of its
190 distribution, then any Derivative Works that You distribute must
191 include a readable copy of the attribution notices contained
192 within such NOTICE file, excluding those notices that do not
193 pertain to any part of the Derivative Works, in at least one
194 of the following places: within a NOTICE text file distributed
195 as part of the Derivative Works; within the Source form or
196 documentation, if provided along with the Derivative Works; or,
197 within a display generated by the Derivative Works, if and
198 wherever such third-party notices normally appear. The contents
199 of the NOTICE file are for informational purposes only and
200 do not modify the License. You may add Your own attribution
201 notices within Derivative Works that You distribute, alongside
202 or as an addendum to the NOTICE text from the Work, provided
203 that such additional attribution notices cannot be construed
204 as modifying the License.</li>
205
206</ol>
207 You may add Your own copyright statement to Your modifications and
208 may provide additional or different license terms and conditions
209 for use, reproduction, or distribution of Your modifications, or
210 for any such Derivative Works as a whole, provided Your use,
211 reproduction, and distribution of the Work otherwise complies with
212 the conditions stated in this License.
213
214<p><b><a name="contributions">5. Submission of Contributions</a></b>.
215Unless You explicitly state otherwise,
216 any Contribution intentionally submitted for inclusion in the Work
217 by You to the Licensor shall be under the terms and conditions of
218 this License, without any additional terms or conditions.
219 Notwithstanding the above, nothing herein shall supersede or modify
220 the terms of any separate license agreement you may have executed
221 with Licensor regarding such Contributions.
222</p>
223<p><b><a name="trademarks">6. Trademarks</a></b>.
224This License does not grant permission to use the trade
225 names, trademarks, service marks, or product names of the Licensor,
226 except as required for reasonable and customary use in describing the
227 origin of the Work and reproducing the content of the NOTICE file.
228</p>
229<p><b><a name="no-warranty">7. Disclaimer of Warranty</a></b>.
230Unless required by applicable law or
231 agreed to in writing, Licensor provides the Work (and each
232 Contributor provides its Contributions) on an "AS IS" BASIS,
233 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
234 implied, including, without limitation, any warranties or conditions
235 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
236 PARTICULAR PURPOSE. You are solely responsible for determining the
237 appropriateness of using or redistributing the Work and assume any
238 risks associated with Your exercise of permissions under this License.
239</p>
240<p><b><a name="no-liability">8. Limitation of Liability</a></b>.
241In no event and under no legal theory,
242 whether in tort (including negligence), contract, or otherwise,
243 unless required by applicable law (such as deliberate and grossly
244 negligent acts) or agreed to in writing, shall any Contributor be
245 liable to You for damages, including any direct, indirect, special,
246 incidental, or consequential damages of any character arising as a
247 result of this License or out of the use or inability to use the
248 Work (including but not limited to damages for loss of goodwill,
249 work stoppage, computer failure or malfunction, or any and all
250 other commercial damages or losses), even if such Contributor
251 has been advised of the possibility of such damages.
252</p>
253<p><b><a name="additional">9. Accepting Warranty or Additional Liability</a></b>.
254While redistributing
255 the Work or Derivative Works thereof, You may choose to offer,
256 and charge a fee for, acceptance of support, warranty, indemnity,
257 or other liability obligations and/or rights consistent with this
258 License. However, in accepting such obligations, You may act only
259 on Your own behalf and on Your sole responsibility, not on behalf
260 of any other Contributor, and only if You agree to indemnify,
261 defend, and hold each Contributor harmless for any liability
262 incurred by, or claims asserted against, such Contributor by reason
263 of your accepting any such warranty or additional liability.
264</p>
265
266<a name="licenses"></a>
267<h2>License Information regarding Bundled Third-Party Software</h2>
268
269<p>The following third party software is distributed with Google Web
270Toolkit and is provided under other licenses and/or has source available
271from other locations. Where "gwt-dev.jar" is listed, substitute in the
272name of the jar corresponding to your platform, e.g. "gwt-dev-linux.jar".
273</p>
274
275<table class="licenses">
276 <tbody><tr>
277 <th>Package</th>
278 <th>License</th>
279 <th>Source Code Availability</th>
280 </tr>
281 <tr>
282 <td class="package">Apache Tomcat</td>
283 <td class="license">Apache License v. 2.0 (above)</td>
jgw@google.com25b5c782009-05-19 15:35:33 +0000284 <td class="location"><a href="http://tomcat.apache.org/">tomcat.apache.org</a>; modifications are at org/apache/tomcat/ within gwt-dev.jar</td>
285 </tr>
286 <tr class="even">
287 <td class="package">Apache Tapestry</td>
288 <td class="license">Apache License v. 2.0 (above)</td>
289 <td class="location"><a href="http://tapestry.apache.org/">tapestry.apache.org</a></td>
gwt.team.jat950681a2006-12-21 00:13:44 +0000290 </tr>
gwt.team.brucead63e522007-05-24 04:56:18 +0000291 <tr>
jgw@google.com25b5c782009-05-19 15:35:33 +0000292 <td class="package">ASM 3.1</td>
293 <td class="license">(<a href="http://asm.objectweb.org/license.html">custom</a>)</td>
294 <td class="location">com/google/gwt/dev/asm/ within gwt-dev.jar</td>
295 </tr>
296 <tr class="even">
gwt.team.brucead63e522007-05-24 04:56:18 +0000297 <td class="package">Browser Detect v2.1.6</td>
298 <td class="license"><a href="http://creativecommons.org/licenses/by/1.0/">Creative Commons Attribution 1.0</a></td>
scottb@google.comb1812e92008-03-03 16:03:35 +0000299 <td class="location"><a href="http://google-web-toolkit.googlecode.com/svn/trunk/tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/client/BrowserInfo.java">google-web-toolkit.googlecode.com</a>; transliterated into Java source</td>
gwt.team.brucead63e522007-05-24 04:56:18 +0000300 </tr>
jgw@google.com25b5c782009-05-19 15:35:33 +0000301 <tr>
gwt.team.jat950681a2006-12-21 00:13:44 +0000302 <td class="package">Eclipse Java Development Tools (JDT)</td>
303 <td class="license"><a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v. 1.0</a></td>
scottb@google.com2b3ed2b2008-02-09 01:25:26 +0000304 <td class="location"><a href="http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.1-200709211145/download.php?dropFile=eclipse-JDT-SDK-3.3.1.zip">eclipse.org</a></td>
gwt.team.jat950681a2006-12-21 00:13:44 +0000305 </tr>
jgw@google.com25b5c782009-05-19 15:35:33 +0000306 <tr class="even">
gwt.team.jat950681a2006-12-21 00:13:44 +0000307 <td class="package">Eclipse Standard Widget Toolkit (SWT)</td>
308 <td class="license"><a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v. 1.0</a></td>
309 <td class="location">
310 <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/download.php?dropFile=swt-3.2.1-gtk-linux-x86.zip">Linux</a>,
311 <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/download.php?dropFile=swt-3.2.1-win32-win32-x86.zip">Windows</a>, and
312 <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/download.php?dropFile=swt-3.2.1-carbon-macosx.zip">Mac</a>;
jgw@google.com25b5c782009-05-19 15:35:33 +0000313 modifications are at org/eclipse/swt/ within gwt-dev.jar
gwt.team.jat950681a2006-12-21 00:13:44 +0000314 </td>
315 </tr>
jgw@google.com25b5c782009-05-19 15:35:33 +0000316 <tr>
317 <td class="package">Jetty 6.1.11</td>
318 <td class="license">Apache License v. 2.0 (above)</td>
319 <td class="location"><a href="http://mortbay.org/jetty/">mortbay.org/jetty</a></td>
320 </tr>
gwt.team.jat950681a2006-12-21 00:13:44 +0000321 <tr class="even">
gwt.team.scottb96bee772007-04-11 23:33:54 +0000322 <td class="package">JFreeChart</td>
323 <td class="license"><a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License v. 2.1</a></td>
324 <td class="location"><a href="http://jfree.org/jfreechart/download.html">jfree.org</a></td>
325 </tr>
326 <tr>
gwt.team.jat950681a2006-12-21 00:13:44 +0000327 <td class="package">Mozilla Rhino</td>
328 <td class="license"><a href="http://www.mozilla.org/MPL/MPL-1.1.txt">Mozilla Public License v. 1.1</a></td>
329 <td class="location">com/google/gwt/dev/js/rhino/ within gwt-dev.jar</td>
330 </tr>
gwt.team.scottb96bee772007-04-11 23:33:54 +0000331 <tr class="even">
gwt.team.jat950681a2006-12-21 00:13:44 +0000332 <td class="package">Mozilla 1.7.12 (Linux only)</td>
333 <td class="license"><a href="http://www.mozilla.org/MPL/MPL-1.1.txt">Mozilla Public License v. 1.1</a></td>
334 <td class="location"><a href="http://developer.mozilla.org/en/docs/Download_Mozilla_Source_Code">mozilla.org</a></td>
335 </tr>
mmendez@google.com33cff9f2009-10-21 02:33:54 +0000336 <tr>
337 <td class="package">Protobuf</td>
338 <td class="license"><a href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></td>
rdayal@google.com126c9a32009-10-22 01:05:58 +0000339 <td class="location">
340 <a href="http://code.google.com/p/protobuf/source/checkout">code.google.com/p/protobuf</a>;
341 binary modifications consist of package-rebasing. The rebased classes are rooted at com/google/gwt/dev/protobuf/ within gwt-dev.jar
342 </td>
mmendez@google.com33cff9f2009-10-21 02:33:54 +0000343 </tr>
gwt.team.jat950681a2006-12-21 00:13:44 +0000344</tbody></table>
345
346</div>
347
348</body></html>