LICENSE.txt 5.9 KB

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