LICENSE.txt 6.8 KB

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