Disable SDL2 for 5.11.0 (#15704)
[minetest.git] / LICENSE.txt
blob503dd62d26d7a34a93f263456701926a6b16a9bb
2 License of Luanti textures and sounds
3 ---------------------------------------
5 This applies to textures and sounds contained in the main Luanti
6 distribution.
8 Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
9 http://creativecommons.org/licenses/by-sa/3.0/
11 textures/base/pack/refresh.png is under the Apache 2 license
12 https://www.apache.org/licenses/LICENSE-2.0.html
14 Textures by Zughy are under CC BY-SA 4.0
15 https://creativecommons.org/licenses/by-sa/4.0/
17 Textures by cx384 are under CC BY-SA 4.0
18 https://creativecommons.org/licenses/by-sa/4.0/
20 Media files by DS are under CC BY-SA 4.0
21 https://creativecommons.org/licenses/by-sa/4.0/
23 textures/base/pack/server_public.png is under CC-BY 4.0, taken from Twitter's Twemoji set
24 https://creativecommons.org/licenses/by/4.0/
26 Authors of media files
27 -----------------------
28 Everything not listed in here:
29 Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
31 ShadowNinja:
32   textures/base/pack/smoke_puff.png
34 paramat:
35   textures/base/pack/next_icon.png
36   textures/base/pack/prev_icon.png
37   textures/base/pack/clear.png
38   textures/base/pack/search.png
40 rubenwardy, paramat:
41   textures/base/pack/start_icon.png
42   textures/base/pack/end_icon.png
44 erle:
45   misc/luanti-icon-24x24.png
46   misc/luanti-icon.ico
47   misc/luanti.svg
48   textures/base/pack/logo.png
50 JRottm:
51   textures/base/pack/player_marker.png
53 srifqi:
54   textures/base/pack/chat_hide_btn.png
55   textures/base/pack/chat_show_btn.png
56   textures/base/pack/joystick_bg.png
57   textures/base/pack/joystick_center.png
58   textures/base/pack/joystick_off.png
59   textures/base/pack/minimap_btn.png
61 Zughy:
62   textures/base/pack/cdb_downloading.png
63   textures/base/pack/cdb_queued.png
64   textures/base/pack/cdb_update.png
65   textures/base/pack/cdb_update_cropped.png
66   textures/base/pack/settings_btn.png
67   textures/base/pack/settings_info.png
68   textures/base/pack/settings_reset.png
69   textures/base/pack/server_url.png
70   textures/base/pack/server_url_unavailable.png
71   textures/base/pack/server_view_clients.png
72   textures/base/pack/server_view_clients_unavailable.png
74 cx384:
75   textures/base/pack/server_view_mods.png
76   textures/base/pack/server_view_mods_unavailable.png
78 appgurueu:
79   textures/base/pack/server_incompatible.png
81 erle, Warr1024, rollerozxa:
82   textures/base/pack/no_screenshot.png
84 kilbith:
85   textures/base/pack/server_favorite.png
86   textures/base/pack/progress_bar.png
87   textures/base/pack/progress_bar_bg.png
89 SmallJoker:
90   textures/base/pack/server_favorite_delete.png (based on server_favorite.png)
92 DS:
93   games/devtest/mods/soundstuff/textures/soundstuff_bigfoot.png
94   games/devtest/mods/soundstuff/textures/soundstuff_jukebox.png
95   games/devtest/mods/soundstuff/textures/soundstuff_racecar.png
96   games/devtest/mods/soundstuff/sounds/soundstuff_sinus.ogg
97   games/devtest/mods/testtools/textures/testtools_branding_iron.png
99 grorp:
100   textures/base/pack/exit_btn.png
101   textures/base/pack/menu_header.png
102     using the font "undefined medium" (https://undefined-medium.com/),
103     which is licensed under the SIL Open Font License, Version 1.1
104     modified by DS
106 License of Luanti source code
107 -------------------------------
109 Luanti
110 Copyright (C) 2010-2024 celeron55, Perttu Ahola <celeron55@gmail.com>
111 and contributors (see source file comments and the version control log)
113 This program is free software; you can redistribute it and/or modify
114 it under the terms of the GNU Lesser General Public License as published by
115 the Free Software Foundation; either version 2.1 of the License, or
116 (at your option) any later version.
118 This program is distributed in the hope that it will be useful,
119 but WITHOUT ANY WARRANTY; without even the implied warranty of
120 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
121 GNU Lesser General Public License for more details.
123 You should have received a copy of the GNU Lesser General Public License along
124 with this program; if not, write to the Free Software Foundation, Inc.,
125 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
127 Irrlicht
128 ---------------
130 This program uses IrrlichtMt, Luanti's fork of
131 the Irrlicht Engine. http://irrlicht.sourceforge.net/
133  The Irrlicht Engine License
135 Copyright © 2002-2005 Nikolaus Gebhardt
137 This software is provided 'as-is', without any express or implied
138 warranty. In no event will the authors be held liable for any damages
139 arising from the use of this software.
141 Permission is granted to anyone to use this software for any purpose,
142 including commercial applications, and to alter it and redistribute
143 it freely, subject to the following restrictions:
145    1. The origin of this software must not be misrepresented; you
146       must not claim that you wrote the original software. If you use
147           this software in a product, an acknowledgment in the product
148           documentation would be appreciated but is not required.
149    2. Altered source versions must be plainly marked as such, and must
150       not be misrepresented as being the original software.
151    3. This notice may not be removed or altered from any source
152       distribution.
155 JThread
156 ---------------
158 This program uses the JThread library. License for JThread follows:
160 Copyright (c) 2000-2006  Jori Liesenborgs (jori.liesenborgs@gmail.com)
162 Permission is hereby granted, free of charge, to any person obtaining a
163 copy of this software and associated documentation files (the "Software"),
164 to deal in the Software without restriction, including without limitation
165 the rights to use, copy, modify, merge, publish, distribute, sublicense,
166 and/or sell copies of the Software, and to permit persons to whom the
167 Software is furnished to do so, subject to the following conditions:
169 The above copyright notice and this permission notice shall be included
170 in all copies or substantial portions of the Software.
172 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
173 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
174 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
175 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
176 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
177 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
178 IN THE SOFTWARE.
181 ---------------
183 Lua is licensed under the terms of the MIT license reproduced below.
184 This means that Lua is free software and can be used for both academic
185 and commercial purposes at absolutely no cost.
187 For details and rationale, see https://www.lua.org/license.html .
189 Copyright (C) 1994-2008 Lua.org, PUC-Rio.
191 Permission is hereby granted, free of charge, to any person obtaining a copy
192 of this software and associated documentation files (the "Software"), to deal
193 in the Software without restriction, including without limitation the rights
194 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
195 copies of the Software, and to permit persons to whom the Software is
196 furnished to do so, subject to the following conditions:
198 The above copyright notice and this permission notice shall be included in
199 all copies or substantial portions of the Software.
201 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
202 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
203 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
204 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
205 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
206 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
207 THE SOFTWARE.
209 Fonts
210 ---------------
212 Bitstream Vera Fonts Copyright:
214   Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
215   a trademark of Bitstream, Inc.
217 Arimo - Apache License, version 2.0
218   Digitized data copyright (c) 2010-2012 Google Corporation.
220 Cousine - Apache License, version 2.0
221   Digitized data copyright (c) 2010-2012 Google Corporation.
223 DroidSansFallBackFull:
225   Copyright (C) 2008 The Android Open Source Project
227   Licensed under the Apache License, Version 2.0 (the "License");
228   you may not use this file except in compliance with the License.
229   You may obtain a copy of the License at
231      http://www.apache.org/licenses/LICENSE-2.0
233   Unless required by applicable law or agreed to in writing, software
234   distributed under the License is distributed on an "AS IS" BASIS,
235   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
236   See the License for the specific language governing permissions and
237   limitations under the License.