-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
21 lines (19 loc) · 926 Bytes
/
about.html
File metadata and controls
21 lines (19 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<style type="text/css" media="screen">
a:link { color:#ffffff; text-decoration: none; }
a:visited { color:#ffffff; text-decoration: none; }
a:hover { color:#ffffff; text-decoration: none; }
a:active { color:#ffffff; text-decoration: underline; }
</style>
<body>
<h1>GoGoGo Alpha</h1>
<p><a href="https://www.gnu.org/software/gnugo/" target="_blank">GNU Go</a> client goban by<br/>
<a href="mailto:gdgarber@gmail.com?subject=GoGoGo" target="_top"><Greg Garber> gdgarber@gmail.com</a></p>
<p>Copyright ©2016 Greg Garber under the terms of the
<a href="http://doc.qt.io/qt-5/lgpl.html" target="_blank">GNU Lesser General Public License (LGPL) version 3</a></p>
<p>Special thanks to <a href="http://www.qt.io/">The Qt Company Ltd.</a><p>
<p>The program is provided AS IS with NO WARRANTY OF ANY KIND,
INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
</p>
</body>
</html>