forked from Remi-Coulom/gogui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCOPYING.html
49 lines (49 loc) · 1.59 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<head><title>GoGui License</title></head>
<body>
<h1>GoGui License</h1>
<p>
Copyright © 2001-2014 Markus Enzenberger ([email protected]) et al.
</p>
<p>
Main author: Markus Enzenberger ([email protected])
<br />
Contributors:
Jörg Olschewski ([email protected])
<br />
Translators:
Bruno Vasselle ([email protected]) (French);
Boris Mitrovic (Slowenian);
[email protected], Ino Hiroki (Japanese);
[email protected] (Hungarian).
</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 file quaqua.jar (Quaqua Look and Feel for Mac OS), which is included
in some compiled and packaged versions of GoGui, is not part of GoGui.
Its copyright owner is Werner Randelshofer and it is licensed under the
LGPL version 2.1 or BSD license. Its source is available
from http://www.randelshofer.ch/quaqua/
</p>
</body>
</html>