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