forked from DFHack/stonesense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
54 lines (36 loc) · 1.98 KB
/
LICENSE
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
50
51
52
53
54
----------------------------------------------------------------------
Section 1: License of Stonesense
Subsection A: Stonesense Code
The following shall apply to all textual or compiled program
components, data libraries, or documentation provided, which
are not explicitly documented in subsequent sections of this document:
https://github.com/peterix/stonesense (contact: [email protected])
These components are subject to dual licensing under the
"Artistic Licence" and GPL:
http://dev.perl.org/licenses/artistic.html
http://dev.perl.org/licenses/gpl1.html
Subsection B: Stonesense Artwork
The following shall apply to all images and audio provided, which
are not explicitly documented in subsequent sections of this document:
https://github.com/peterix/stonesense (contact: [email protected])
All artwork is copyright by their respective creators.
----------------------------------------------------------------------
Section 2: Allegro 5
Stonesense makes use of the Allegro 5 graphics libraries. A copy of
the applicable license to those libraries is provided here for
convenience:
Copyright © 2008-2010 the Allegro 5 Development Team
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this software for any
purpose, including commercial applications, and to alter it and
redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must
not claim that you wrote the original software. If you use this
software in a product, an acknowledgment in the product documentation
would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and
must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.