ACKNOWLEDGEMENTS.txt 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. This is a list of libraries used by SuperTux, with their licenses.
  2. Some licenses require giving proper attribution in executable programs; here
  3. is where you can find such attribution. If a library is missing, please contact
  4. the SuperTux Development Team so we can fix this immediately.
  5. -------------------------------------------------------------------------------
  6. TINYGETTEXT
  7. ===========
  8. tinygettext - A gettext replacement that works directly on .po files
  9. Copyright (c) 2004-2016
  10. Bastiaan Zapf bzapf@example.org
  11. Christoph Sommer mail@christoph-sommer.de
  12. Georg Kilzer (leper) leper@wildfiregames.com
  13. Ingo Ruhnke grumbel@gmail.com
  14. Mathnerd314 mathnerd314.gph@gmail.com
  15. Matt McCutchen matt@mattmccutchen.net
  16. Matthias Braun matze@braunis.de
  17. Nathan Phillip Brink ohnobinki@ohnopublishing.net
  18. Poren Chiang ren.chiang@gmail.com
  19. Ravu al Hemio ondra.hosek@gmail.com
  20. Ryan Flegel rflegel@gmail.com
  21. Tim Goya tuxdev103@gmail.com
  22. Tobias Markus tobbi.bugs@gmail.com
  23. Wolfgang Becker uafr@gmx.de
  24. This software is provided 'as-is', without any express or implied warranty. In
  25. no event will the authors be held liable for any damages arising from the use of
  26. this software.
  27. Permission is granted to anyone to use this software for any purpose, including
  28. commercial applications, and to alter it and redistribute it freely, subject to
  29. the following restrictions:
  30. - The origin of this software must not be misrepresented; you must not claim
  31. that you wrote the original software. If you use this software in a product,
  32. an acknowledgement in the product documentation would be appreciated but is
  33. not required.
  34. - Altered source versions must be plainly marked as such, and must not be
  35. misrepresented as being the original software.
  36. - This notice may not be removed or altered from any source distribution.
  37. SQUIRREL
  38. ========
  39. Copyright (c) 2003-2017 Alberto Demichelis
  40. Permission is hereby granted, free of charge, to any person obtaining a copy
  41. of this software and associated documentation files (the "Software"), to deal
  42. in the Software without restriction, including without limitation the rights
  43. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  44. copies of the Software, and to permit persons to whom the Software is
  45. furnished to do so, subject to the following conditions:
  46. The above copyright notice and this permission notice shall be included in
  47. all copies or substantial portions of the Software.
  48. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  49. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  50. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  51. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  52. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  53. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  54. THE SOFTWARE.
  55. GOOGLETEST
  56. ==========
  57. Copyright 2008, Google Inc.
  58. All rights reserved.
  59. Redistribution and use in source and binary forms, with or without
  60. modification, are permitted provided that the following conditions are
  61. met:
  62. - Redistributions of source code must retain the above copyright
  63. notice, this list of conditions and the following disclaimer.
  64. - Redistributions in binary form must reproduce the above
  65. copyright notice, this list of conditions and the following disclaimer
  66. in the documentation and/or other materials provided with the
  67. distribution.
  68. - Neither the name of Google Inc. nor the names of its
  69. contributors may be used to endorse or promote products derived from
  70. this software without specific prior written permission.
  71. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  72. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  73. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  74. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  75. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  76. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  77. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  78. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  79. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  80. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  81. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  82. SEXP-CPP
  83. ========
  84. SExp - A S-Expression Parser for C++
  85. Copyright (C) 2006 Matthias Braun <matze@braunis.de>
  86. 2018 Ingo Ruhnke <grumbel@gmail.com>
  87. This program is free software: you can redistribute it and/or modify
  88. it under the terms of the GNU General Public License as published by
  89. the Free Software Foundation, either version 3 of the License, or
  90. (at your option) any later version.
  91. This program is distributed in the hope that it will be useful,
  92. but WITHOUT ANY WARRANTY; without even the implied warranty of
  93. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  94. GNU General Public License for more details.
  95. You should have received a copy of the GNU General Public License
  96. along with this program. If not, see <http://www.gnu.org/licenses/>
  97. PHYSFS
  98. ======
  99. Copyright (c) 2001-2018 Ryan C. Gordon and others.
  100. This software is provided 'as-is', without any express or implied warranty.
  101. In no event will the authors be held liable for any damages arising from
  102. the use of this software.
  103. Permission is granted to anyone to use this software for any purpose,
  104. including commercial applications, and to alter it and redistribute it
  105. freely, subject to the following restrictions:
  106. 1. The origin of this software must not be misrepresented; you must not
  107. claim that you wrote the original software. If you use this software in a
  108. product, an acknowledgment in the product documentation would be
  109. appreciated but is not required.
  110. 2. Altered source versions must be plainly marked as such, and must not be
  111. misrepresented as being the original software.
  112. 3. This notice may not be removed or altered from any source distribution.
  113. Ryan C. Gordon <icculus@icculus.org>
  114. SDL_ttf
  115. =======
  116. SDL_ttf: A companion library to SDL for working with TrueType (tm) fonts
  117. Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
  118. This software is provided 'as-is', without any express or implied
  119. warranty. In no event will the authors be held liable for any damages
  120. arising from the use of this software.
  121. Permission is granted to anyone to use this software for any purpose,
  122. including commercial applications, and to alter it and redistribute it
  123. freely, subject to the following restrictions:
  124. 1. The origin of this software must not be misrepresented; you must not
  125. claim that you wrote the original software. If you use this software
  126. in a product, an acknowledgment in the product documentation would be
  127. appreciated but is not required.
  128. 2. Altered source versions must be plainly marked as such, and must not be
  129. misrepresented as being the original software.
  130. 3. This notice may not be removed or altered from any source distribution.
  131. DISCORD-RPC
  132. ===========
  133. Copyright 2017 Discord, Inc.
  134. Permission is hereby granted, free of charge, to any person obtaining a copy of
  135. this software and associated documentation files (the "Software"), to deal in
  136. the Software without restriction, including without limitation the rights to
  137. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  138. of the Software, and to permit persons to whom the Software is furnished to do
  139. so, subject to the following conditions:
  140. The above copyright notice and this permission notice shall be included in all
  141. copies or substantial portions of the Software.
  142. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  143. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  144. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  145. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  146. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  147. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  148. SOFTWARE.
  149. SDL, SDL_image
  150. ==============
  151. This software is provided 'as-is', without any express or implied
  152. warranty. In no event will the authors be held liable for any damages
  153. arising from the use of this software.
  154. Permission is granted to anyone to use this software for any purpose,
  155. including commercial applications, and to alter it and redistribute it
  156. freely, subject to the following restrictions:
  157. 1. The origin of this software must not be misrepresented; you must not
  158. claim that you wrote the original software. If you use this software
  159. in a product, an acknowledgment in the product documentation would be
  160. appreciated but is not required.
  161. 2. Altered source versions must be plainly marked as such, and must not be
  162. misrepresented as being the original software.
  163. 3. This notice may not be removed or altered from any source distribution.
  164. LIBRAQM
  165. =======
  166. The MIT License (MIT)
  167. Copyright © 2015 Information Technology Authority (ITA) <foss@ita.gov.om>
  168. Copyright © 2016 Khaled Hosny <khaledhosny@eglug.org>
  169. Permission is hereby granted, free of charge, to any person obtaining a copy
  170. of this software and associated documentation files (the "Software"), to deal
  171. in the Software without restriction, including without limitation the rights
  172. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  173. copies of the Software, and to permit persons to whom the Software is
  174. furnished to do so, subject to the following conditions:
  175. The above copyright notice and this permission notice shall be included in all
  176. copies or substantial portions of the Software.
  177. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  178. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  179. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  180. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  181. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  182. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  183. SOFTWARE.
  184. FREETYPE
  185. ========
  186. Portions of this software are copyright © <year> The FreeType
  187. Project (www.freetype.org). All rights reserved.