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