-
Notifications
You must be signed in to change notification settings - Fork 2
/
COPYING.html
35 lines (35 loc) · 1.16 KB
/
COPYING.html
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
<html>
<head><title>GoGui License</title></head>
<body>
<h1>GoGui License</h1>
<p>
Copyright © 2001-2010 Markus Enzenberger (enz@users.sourceforge.net)
</p>
<p>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
</p>
<p>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
</p>
<p>
A full copy of the GNU General Public License is included in
the GoGui documentation.
</p>
<p>
NOTE! This copyright does *not* cover Go engines that use GoGui
services by the GTP protocol - this is merely considered normal use
of GoGui, and does *not* fall under the heading of "derived work".
</p>
<p>
The files in the directory "external" are from third parties. They are not
part of GoGui and have different licenses and copyright holders. They are
included in the GoGui distribution only for convenience.
</p>
</body>
</html>