|
@@ -0,0 +1,41 @@
|
|
1
|
+The Sector game source code is provided under the terms of the 3-clause BSD
|
|
2
|
+license, as shown below.
|
|
3
|
+
|
|
4
|
+The used 3rd-party libraries maintain their respective licenses.
|
|
5
|
+- LWJGL
|
|
6
|
+- Slick-Util
|
|
7
|
+- JDom
|
|
8
|
+- JOrbis
|
|
9
|
+- MyKaruga
|
|
10
|
+- Apache HttpComponents
|
|
11
|
+
|
|
12
|
+--------------------------------------------------------------------------------
|
|
13
|
+
|
|
14
|
+Copyright (c) 2012-2013, Ondřej Hruška and Thomas Harris
|
|
15
|
+Some rights reserved.
|
|
16
|
+
|
|
17
|
+Redistribution and use in source and binary forms, with or without
|
|
18
|
+modification, are permitted provided that the following conditions are met:
|
|
19
|
+
|
|
20
|
+1. Redistributions of source code must retain the above copyright notice, this
|
|
21
|
+ list of conditions and the following disclaimer.
|
|
22
|
+
|
|
23
|
+2. Redistributions in binary form must reproduce the above copyright notice,
|
|
24
|
+ this list of conditions and the following disclaimer in the documentation
|
|
25
|
+ and/or other materials provided with the distribution.
|
|
26
|
+
|
|
27
|
+3. The name of the author may not be used to endorse or promote products
|
|
28
|
+ derived from this software without specific prior written permission.
|
|
29
|
+
|
|
30
|
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
|
31
|
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
32
|
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
|
33
|
+EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
34
|
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
|
35
|
+OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
36
|
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
37
|
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
|
|
38
|
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
|
39
|
+OF SUCH DAMAGE.
|
|
40
|
+
|
|
41
|
+--------------------------------------------------------------------------------
|