1# Spring RTS game engine
2
3## LICENSE
4
5Spring is free software: you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation, either version 2 of the License, or
8(at your option) any later version.
9
10Spring is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13GNU General Public License for more details.
14
15For details about the licenses,
16see [GNU GPL v2 (gpl-2.0.txt)](gpl-2.0.html)
17and [v3 (gpl-3.0.txt)](gpl-3.0.html).
18
19For a list of authors of this software, see [AUTHORS](AUTHORS.html).
20
21## Third Parties
22
23### file SOP.hpp
24Copyright (c) 2012, Daniel Cornel. Published on drivenbynostalgia.com.
25All rights reserved.
26
27Redistribution and use in source and binary forms, with or without
28modification, are permitted provided that the following conditions are met:
29   * Redistributions of source code must retain the above copyright
30     notice, this list of conditions and the following disclaimer.
31   * Redistributions in binary form must reproduce the above copyright
32     notice, this list of conditions and the following disclaimer in the
33     documentation and/or other materials provided with the distribution.
34   * Neither the name of the copyright holder nor the
35     names of its contributors may be used to endorse or promote products
36     derived from this software without specific prior written permission.
37
38THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
39ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
40WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
41DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
42DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
43(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
44LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
45ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
47SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48