]> git.lizzy.rs Git - dragonfireclient.git/blob - LICENSE.txt
Make sure real disconnect reason isn't overwritten
[dragonfireclient.git] / LICENSE.txt
1
2 License of Minetest textures and sounds
3 ---------------------------------------
4
5 This applies to textures and sounds contained in the main Minetest
6 distribution.
7
8 Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
9 http://creativecommons.org/licenses/by-sa/3.0/
10
11 textures/base/pack/refresh.png is under the Apache 2 license
12 https://www.apache.org/licenses/LICENSE-2.0.html
13
14 Textures by Zughy are under CC BY-SA 4.0
15 https://creativecommons.org/licenses/by-sa/4.0/
16
17 textures/base/pack/server_public.png is under CC-BY 4.0, taken from Twitter's Twemoji set
18 https://creativecommons.org/licenses/by/4.0/
19
20 Authors of media files
21 -----------------------
22 Everything not listed in here:
23 Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
24
25 ShadowNinja:
26   textures/base/pack/smoke_puff.png
27
28 paramat:
29   textures/base/pack/menu_header.png
30   textures/base/pack/next_icon.png
31   textures/base/pack/prev_icon.png
32   textures/base/pack/clear.png
33   textures/base/pack/search.png
34
35 rubenwardy, paramat:
36   textures/base/pack/start_icon.png
37   textures/base/pack/end_icon.png
38
39 erlehmann:
40   misc/minetest-icon-24x24.png
41   misc/minetest-icon.ico
42   misc/minetest.svg
43   textures/base/pack/logo.png
44
45 JRottm:
46   textures/base/pack/player_marker.png
47
48 srifqi:
49   textures/base/pack/chat_hide_btn.png
50   textures/base/pack/chat_show_btn.png
51   textures/base/pack/joystick_bg.png
52   textures/base/pack/joystick_center.png
53   textures/base/pack/joystick_off.png
54   textures/base/pack/minimap_btn.png
55
56 Zughy:
57   textures/base/pack/cdb_add.png
58   textures/base/pack/cdb_clear.png
59   textures/base/pack/cdb_downloading.png
60   textures/base/pack/cdb_queued.png
61   textures/base/pack/cdb_update.png
62   textures/base/pack/cdb_viewonline.png
63
64 appgurueu:
65   textures/base/pack/server_incompatible.png
66   
67 erlehmann, Warr1024, rollerozxa:
68   textures/base/pack/no_screenshot.png
69
70 License of Minetest source code
71 -------------------------------
72
73 Minetest
74 Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com>
75
76 This program is free software; you can redistribute it and/or modify
77 it under the terms of the GNU Lesser General Public License as published by
78 the Free Software Foundation; either version 2.1 of the License, or
79 (at your option) any later version.
80
81 This program is distributed in the hope that it will be useful,
82 but WITHOUT ANY WARRANTY; without even the implied warranty of
83 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
84 GNU Lesser General Public License for more details.
85
86 You should have received a copy of the GNU Lesser General Public License along
87 with this program; if not, write to the Free Software Foundation, Inc.,
88 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
89
90 Irrlicht
91 ---------------
92
93 This program uses IrrlichtMt, Minetest's fork of
94 the Irrlicht Engine. http://irrlicht.sourceforge.net/
95
96  The Irrlicht Engine License
97
98 Copyright © 2002-2005 Nikolaus Gebhardt
99
100 This software is provided 'as-is', without any express or implied
101 warranty. In no event will the authors be held liable for any damages
102 arising from the use of this software.
103
104 Permission is granted to anyone to use this software for any purpose,
105 including commercial applications, and to alter it and redistribute
106 it freely, subject to the following restrictions:
107
108    1. The origin of this software must not be misrepresented; you
109       must not claim that you wrote the original software. If you use
110           this software in a product, an acknowledgment in the product
111           documentation would be appreciated but is not required.
112    2. Altered source versions must be plainly marked as such, and must
113       not be misrepresented as being the original software.
114    3. This notice may not be removed or altered from any source
115       distribution.
116
117
118 JThread
119 ---------------
120
121 This program uses the JThread library. License for JThread follows:
122
123 Copyright (c) 2000-2006  Jori Liesenborgs (jori.liesenborgs@gmail.com)
124
125 Permission is hereby granted, free of charge, to any person obtaining a
126 copy of this software and associated documentation files (the "Software"),
127 to deal in the Software without restriction, including without limitation
128 the rights to use, copy, modify, merge, publish, distribute, sublicense,
129 and/or sell copies of the Software, and to permit persons to whom the
130 Software is furnished to do so, subject to the following conditions:
131
132 The above copyright notice and this permission notice shall be included
133 in all copies or substantial portions of the Software.
134
135 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
136 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
137 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
138 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
139 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
140 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
141 IN THE SOFTWARE.
142
143 Lua
144 ---------------
145
146 Lua is licensed under the terms of the MIT license reproduced below.
147 This means that Lua is free software and can be used for both academic
148 and commercial purposes at absolutely no cost.
149
150 For details and rationale, see https://www.lua.org/license.html .
151
152 Copyright (C) 1994-2008 Lua.org, PUC-Rio.
153
154 Permission is hereby granted, free of charge, to any person obtaining a copy
155 of this software and associated documentation files (the "Software"), to deal
156 in the Software without restriction, including without limitation the rights
157 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
158 copies of the Software, and to permit persons to whom the Software is
159 furnished to do so, subject to the following conditions:
160
161 The above copyright notice and this permission notice shall be included in
162 all copies or substantial portions of the Software.
163
164 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
165 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
166 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
167 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
168 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
169 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
170 THE SOFTWARE.
171
172 Fonts
173 ---------------
174
175 Bitstream Vera Fonts Copyright:
176
177   Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
178   a trademark of Bitstream, Inc.
179
180 Arimo - Apache License, version 2.0
181   Digitized data copyright (c) 2010-2012 Google Corporation.
182
183 Cousine - Apache License, version 2.0
184   Digitized data copyright (c) 2010-2012 Google Corporation.
185
186 DroidSansFallBackFull:
187
188   Copyright (C) 2008 The Android Open Source Project
189
190   Licensed under the Apache License, Version 2.0 (the "License");
191   you may not use this file except in compliance with the License.
192   You may obtain a copy of the License at
193
194      http://www.apache.org/licenses/LICENSE-2.0
195
196   Unless required by applicable law or agreed to in writing, software
197   distributed under the License is distributed on an "AS IS" BASIS,
198   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
199   See the License for the specific language governing permissions and
200   limitations under the License.