license.txt 5.3 KB

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