forked from spring/spring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE.html
48 lines (35 loc) · 1.04 KB
/
LICENSE.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
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Spring RTS game engine - License</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">
<H1>Spring RTS game engine</H1>
<H2>License</H2>
<P>
Spring 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 2 of the License, or
(at your option) any later version.
</P>
<P>
Spring 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>
For details about the licenses, see
<A HREF="gpl-2.0.html">GNU GPL v2</A> and
<A HREF="gpl-3.0.html">v3</A>.
</P>
<P>
For a list of authors of this software, see
<A HREF="AUTHORS">AUTHORS (text/plain)</A>.
</P>
<HR>
<P>
Visit the <A HREF="http://www.springrts.com">Spring homepage</A>.
</P>
</BODY>
</HTML>