You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

238 lines
12KB

  1. # nanovg
  2. Copyright (c) 2013 Mikko Mononen memon@inside.org
  3. This software is provided 'as-is', without any express or implied
  4. warranty. In no event will the authors be held liable for any damages
  5. arising from the use of this software.
  6. Permission is granted to anyone to use this software for any purpose,
  7. including commercial applications, and to alter it and redistribute it
  8. freely, subject to the following restrictions:
  9. 1. The origin of this software must not be misrepresented; you must not
  10. claim that you wrote the original software. If you use this software
  11. in a product, an acknowledgment in the product documentation would be
  12. appreciated but is not required.
  13. 2. Altered source versions must be plainly marked as such, and must not be
  14. misrepresented as being the original software.
  15. 3. This notice may not be removed or altered from any source distribution.
  16. # noc
  17. Copyright 2016 guillaumechereau
  18. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  19. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  20. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  21. # Blendish
  22. Copyright (c) 2014 Leonard Ritter <leonard.ritter@duangle.com>
  23. Permission is hereby granted, free of charge, to any person obtaining a copy
  24. of this software and associated documentation files (the "Software"), to deal
  25. in the Software without restriction, including without limitation the rights
  26. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  27. copies of the Software, and to permit persons to whom the Software is
  28. furnished to do so, subject to the following conditions:
  29. The above copyright notice and this permission notice shall be included in
  30. all copies or substantial portions of the Software.
  31. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  32. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  33. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  34. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  35. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  36. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  37. THE SOFTWARE.
  38. # GLFW
  39. Copyright © 2002-2006 Marcus Geelnard
  40. Copyright © 2006-2011 Camilla Berglund
  41. This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
  42. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
  43. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  44. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  45. This notice may not be removed or altered from any source distribution.
  46. # GLEW
  47. The OpenGL Extension Wrangler Library
  48. Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org>
  49. Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org>
  50. Copyright (C) 2002, Lev Povalahev
  51. All rights reserved.
  52. Redistribution and use in source and binary forms, with or without
  53. modification, are permitted provided that the following conditions are met:
  54. * Redistributions of source code must retain the above copyright notice,
  55. this list of conditions and the following disclaimer.
  56. * Redistributions in binary form must reproduce the above copyright notice,
  57. this list of conditions and the following disclaimer in the documentation
  58. and/or other materials provided with the distribution.
  59. * The name of the author may be used to endorse or promote products
  60. derived from this software without specific prior written permission.
  61. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  62. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  63. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  64. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  65. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  66. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  67. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  68. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  69. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  70. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  71. THE POSSIBILITY OF SUCH DAMAGE.
  72. Mesa 3-D graphics library
  73. Version: 7.0
  74. Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
  75. Permission is hereby granted, free of charge, to any person obtaining a
  76. copy of this software and associated documentation files (the "Software"),
  77. to deal in the Software without restriction, including without limitation
  78. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  79. and/or sell copies of the Software, and to permit persons to whom the
  80. Software is furnished to do so, subject to the following conditions:
  81. The above copyright notice and this permission notice shall be included
  82. in all copies or substantial portions of the Software.
  83. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  84. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  85. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  86. BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  87. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  88. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  89. Copyright (c) 2007 The Khronos Group Inc.
  90. Permission is hereby granted, free of charge, to any person obtaining a
  91. copy of this software and/or associated documentation files (the
  92. "Materials"), to deal in the Materials without restriction, including
  93. without limitation the rights to use, copy, modify, merge, publish,
  94. distribute, sublicense, and/or sell copies of the Materials, and to
  95. permit persons to whom the Materials are furnished to do so, subject to
  96. the following conditions:
  97. The above copyright notice and this permission notice shall be included
  98. in all copies or substantial portions of the Materials.
  99. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  100. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  101. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  102. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  103. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  104. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  105. MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  106. # jansson
  107. Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
  108. Permission is hereby granted, free of charge, to any person obtaining a copy
  109. of this software and associated documentation files (the "Software"), to deal
  110. in the Software without restriction, including without limitation the rights
  111. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  112. copies of the Software, and to permit persons to whom the Software is
  113. furnished to do so, subject to the following conditions:
  114. The above copyright notice and this permission notice shall be included in
  115. all copies or substantial portions of the Software.
  116. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  117. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  118. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  119. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  120. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  121. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  122. THE SOFTWARE.
  123. # portaudio
  124. PortAudio Portable Real-Time Audio Library
  125. Copyright (c) 1999-2011 Ross Bencina and Phil Burk
  126. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  127. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  128. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  129. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  130. # portmidi
  131. Copyright (c) 1999-2000 Ross Bencina and Phil Burk
  132. Copyright (c) 2001-2009 Roger B. Dannenberg
  133. Permission is hereby granted, free of charge, to any person obtaining
  134. a copy of this software and associated documentation files
  135. (the "Software"), to deal in the Software without restriction,
  136. including without limitation the rights to use, copy, modify, merge,
  137. publish, distribute, sublicense, and/or sell copies of the Software,
  138. and to permit persons to whom the Software is furnished to do so,
  139. subject to the following conditions:
  140. The above copyright notice and this permission notice shall be
  141. included in all copies or substantial portions of the Software.
  142. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  143. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  144. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  145. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  146. ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  147. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  148. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  149. # libsamplerate
  150. Copyright (c) 2012-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  151. All rights reserved.
  152. Redistribution and use in source and binary forms, with or without
  153. modification, are permitted provided that the following conditions are
  154. met:
  155. 1. Redistributions of source code must retain the above copyright
  156. notice, this list of conditions and the following disclaimer.
  157. 2. Redistributions in binary form must reproduce the above copyright
  158. notice, this list of conditions and the following disclaimer in the
  159. documentation and/or other materials provided with the distribution.
  160. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  161. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  162. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  163. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  164. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  165. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  166. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  167. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  168. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  169. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  170. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.