blob: 92f0ca9468c41b44b5e4d0bb1c51f98167fa725d [file] [log] [blame]
gwt.team.scottbab0aa682006-12-06 23:14:19 +00001<html>
2
3 <head>
gwt.team.scottbd07fbcf2006-12-08 21:12:32 +00004 <title>Google Web Toolkit @GWT_VERSION@</title>
gwt.team.scottbab0aa682006-12-06 23:14:19 +00005 <style>
6 body {
7 background-color: white;
8 color: black;
9 font-family: Arial, sans-serif;
10 font-size: 10pt;
11 margin: 20px;
12 overflow: hidden;
13 }
14
15 #title {
16 font-size: 14pt;
17 font-weight: bold;
18 }
19
20 #title a {
21 text-decoration: none;
22 }
23
24 #version {
25 font-size: 8pt;
26 font-weight: bold;
27 text-align: right;
28 }
29
30 #intro {
31 margin: 10px 0px 10px 0px ;
32 }
33
34 #attribs {
35 }
36
37 </style>
38 </head>
39
40 <body>
41 <table align="center">
42 <tr>
43 <td id="title"><a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a></td>
44 </tr>
45 <tr>
Stephen Haberman17cf8132013-10-30 13:35:17 -050046 <td id="version">Version @GWT_VERSION@ <br> (Git revision @GWT_GITREV@)</td>
gwt.team.scottbab0aa682006-12-06 23:14:19 +000047 </tr>
48 </table>
49
50 <hr/>
51
52 <div id="intro">
bruce@google.com9b46bf72009-02-24 03:45:04 +000053 Copyright &copy; 2009 <a href="http://www.google.com/">Google Inc.</a>
gwt.team.scottbab0aa682006-12-06 23:14:19 +000054 All rights reserved.
55 All other product, service names, brands, or trademarks, are the property of their respective owners.
56 </div>
57
58 <div id="attribs">
59 This product includes software developed by
60 <ul>
61 <li>
62 The <a href="http://www.apache.org/">Apache Software Foundation</a>
63 <ul>
64 <li><a href="http://tomcat.apache.org/">Tomcat</a> (with modifications)</li>
gwt.team.scottbab0aa682006-12-06 23:14:19 +000065 <li><a href="http://tapestry.apache.org/">Tapestry</a></li>
66 </ul
67 </li>
68 <li>
69 The <a href="http://www.eclipse.org/">Eclipse Foundation</a>
70 <ul>
71 <li><a href="http://www.eclipse.org/jdt/">Java Development Tools</a></li>
72 <li><a href="http://www.eclipse.org/swt/">Standard Widget Toolkit</a> (with modifications)</li>
73 </ul
74 </li>
jgw@google.com25b5c782009-05-19 15:35:33 +000075 <li>The <a href="http://www.mortbay.com/">Mort Bay Consulting</a>
76 <ul>
77 <li><a href="http://mortbay.org/jetty/">Jetty 6.1.11</a> </li>
78 </ul>
79 </li>
gwt.team.scottbab0aa682006-12-06 23:14:19 +000080 <li>
81 The <a href="http://www.mozilla.org/">Mozilla Foundation</a>
82 <ul>
83 <li><a href="http://www.mozilla.org/releases/mozilla1.7.12/">Mozilla 1.7.12</a></li>
84 <li><a href="http://www.mozilla.org/rhino/">Rhino</a> (with modifications)</li>
85 </ul
86 </li>
jgw@google.com25b5c782009-05-19 15:35:33 +000087 <li>The <a href="http://www.objectweb.org/">ObjectWeb</a>
88 <ul>
89 <li><a href="http://asm.objectweb.org/">ASM</a> (with modifications)</li>
90 </ul>
91 </li>
zundel@google.comb48e84a2008-06-04 16:53:27 +000092 <li>The <a href="http://openqa.org/">OpenQA Project</a>
93 <ul>
94 <li><a href="http://selenium-rc.openqa.org/">Selenium-RC</a> </li>
95 </ul>
96 </li>
rdayal@google.com126c9a32009-10-22 01:05:58 +000097 <li>The <a href="http://code.google.com/p/protobuf/">Protobuf Project</a> (with modifications)</li>
gwt.team.scottbab0aa682006-12-06 23:14:19 +000098 </ul>
gwt.team.scottbd07fbcf2006-12-08 21:12:32 +000099 For source availability and license information see COPYING.html.
gwt.team.scottbab0aa682006-12-06 23:14:19 +0000100
101 </div>
102
103 </body>
104
105</html>