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.

389 lines
20KB

  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.
  171. # curl
  172. Copyright (c) 1996 - 2017, Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file.
  173. All rights reserved.
  174. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
  175. 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 OF THIRD PARTY RIGHTS. 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.
  176. Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder.
  177. # libzip
  178. Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
  179. The authors can be contacted at <libzip@nih.at>
  180. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  181. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  182. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  183. 3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.
  184. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  185. # OpenSSL
  186. OpenSSL License
  187. ---------------
  188. /* ====================================================================
  189. * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
  190. *
  191. * Redistribution and use in source and binary forms, with or without
  192. * modification, are permitted provided that the following conditions
  193. * are met:
  194. *
  195. * 1. Redistributions of source code must retain the above copyright
  196. * notice, this list of conditions and the following disclaimer.
  197. *
  198. * 2. Redistributions in binary form must reproduce the above copyright
  199. * notice, this list of conditions and the following disclaimer in
  200. * the documentation and/or other materials provided with the
  201. * distribution.
  202. *
  203. * 3. All advertising materials mentioning features or use of this
  204. * software must display the following acknowledgment:
  205. * "This product includes software developed by the OpenSSL Project
  206. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  207. *
  208. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  209. * endorse or promote products derived from this software without
  210. * prior written permission. For written permission, please contact
  211. * openssl-core@openssl.org.
  212. *
  213. * 5. Products derived from this software may not be called "OpenSSL"
  214. * nor may "OpenSSL" appear in their names without prior written
  215. * permission of the OpenSSL Project.
  216. *
  217. * 6. Redistributions of any form whatsoever must retain the following
  218. * acknowledgment:
  219. * "This product includes software developed by the OpenSSL Project
  220. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  221. *
  222. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  223. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  224. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  225. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  226. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  227. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  228. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  229. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  230. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  231. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  232. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  233. * OF THE POSSIBILITY OF SUCH DAMAGE.
  234. * ====================================================================
  235. *
  236. * This product includes cryptographic software written by Eric Young
  237. * (eay@cryptsoft.com). This product includes software written by Tim
  238. * Hudson (tjh@cryptsoft.com).
  239. *
  240. */
  241. Original SSLeay License
  242. -----------------------
  243. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  244. * All rights reserved.
  245. *
  246. * This package is an SSL implementation written
  247. * by Eric Young (eay@cryptsoft.com).
  248. * The implementation was written so as to conform with Netscapes SSL.
  249. *
  250. * This library is free for commercial and non-commercial use as long as
  251. * the following conditions are aheared to. The following conditions
  252. * apply to all code found in this distribution, be it the RC4, RSA,
  253. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  254. * included with this distribution is covered by the same copyright terms
  255. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  256. *
  257. * Copyright remains Eric Young's, and as such any Copyright notices in
  258. * the code are not to be removed.
  259. * If this package is used in a product, Eric Young should be given attribution
  260. * as the author of the parts of the library used.
  261. * This can be in the form of a textual message at program startup or
  262. * in documentation (online or textual) provided with the package.
  263. *
  264. * Redistribution and use in source and binary forms, with or without
  265. * modification, are permitted provided that the following conditions
  266. * are met:
  267. * 1. Redistributions of source code must retain the copyright
  268. * notice, this list of conditions and the following disclaimer.
  269. * 2. Redistributions in binary form must reproduce the above copyright
  270. * notice, this list of conditions and the following disclaimer in the
  271. * documentation and/or other materials provided with the distribution.
  272. * 3. All advertising materials mentioning features or use of this software
  273. * must display the following acknowledgement:
  274. * "This product includes cryptographic software written by
  275. * Eric Young (eay@cryptsoft.com)"
  276. * The word 'cryptographic' can be left out if the rouines from the library
  277. * being used are not cryptographic related :-).
  278. * 4. If you include any Windows specific code (or a derivative thereof) from
  279. * the apps directory (application code) you must include an acknowledgement:
  280. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  281. *
  282. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  283. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  284. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  285. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  286. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  287. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  288. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  289. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  290. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  291. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  292. * SUCH DAMAGE.
  293. *
  294. * The licence and distribution terms for any publically available version or
  295. * derivative of this code cannot be changed. i.e. this code cannot simply be
  296. * copied and put under another distribution licence
  297. * [including the GNU Public Licence.]
  298. */