-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathCOPYING.html
42 lines (42 loc) · 1.27 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
<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>
</body>
</html>