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