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.

419 lines
21KB

  1. # nanosvg
  2. Copyright (c) 2013-14 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. # nanovg
  17. Copyright (c) 2013 Mikko Mononen memon@inside.org
  18. This software is provided 'as-is', without any express or implied
  19. warranty. In no event will the authors be held liable for any damages
  20. arising from the use of this software.
  21. Permission is granted to anyone to use this software for any purpose,
  22. including commercial applications, and to alter it and redistribute it
  23. freely, subject to the following restrictions:
  24. 1. The origin of this software must not be misrepresented; you must not
  25. claim that you wrote the original software. If you use this software
  26. in a product, an acknowledgment in the product documentation would be
  27. appreciated but is not required.
  28. 2. Altered source versions must be plainly marked as such, and must not be
  29. misrepresented as being the original software.
  30. 3. This notice may not be removed or altered from any source distribution.
  31. # Blendish
  32. Copyright (c) 2014 Leonard Ritter <leonard.ritter@duangle.com>
  33. Permission is hereby granted, free of charge, to any person obtaining a copy
  34. of this software and associated documentation files (the "Software"), to deal
  35. in the Software without restriction, including without limitation the rights
  36. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  37. copies of the Software, and to permit persons to whom the Software is
  38. furnished to do so, subject to the following conditions:
  39. The above copyright notice and this permission notice shall be included in
  40. all copies or substantial portions of the Software.
  41. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  42. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  43. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  44. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  45. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  46. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  47. THE SOFTWARE.
  48. # GLFW
  49. Copyright © 2002-2006 Marcus Geelnard
  50. Copyright © 2006-2011 Camilla Berglund
  51. 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.
  52. 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:
  53. 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.
  54. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  55. This notice may not be removed or altered from any source distribution.
  56. # GLEW
  57. The OpenGL Extension Wrangler Library
  58. Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org>
  59. Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org>
  60. Copyright (C) 2002, Lev Povalahev
  61. All rights reserved.
  62. Redistribution and use in source and binary forms, with or without
  63. modification, are permitted provided that the following conditions are met:
  64. * Redistributions of source code must retain the above copyright notice,
  65. this list of conditions and the following disclaimer.
  66. * Redistributions in binary form must reproduce the above copyright notice,
  67. this list of conditions and the following disclaimer in the documentation
  68. and/or other materials provided with the distribution.
  69. * The name of the author may be used to endorse or promote products
  70. derived from this software without specific prior written permission.
  71. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  72. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  73. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  74. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  75. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  76. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  77. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  78. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  79. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  80. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  81. THE POSSIBILITY OF SUCH DAMAGE.
  82. Mesa 3-D graphics library
  83. Version: 7.0
  84. Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
  85. Permission is hereby granted, free of charge, to any person obtaining a
  86. copy of this software and associated documentation files (the "Software"),
  87. to deal in the Software without restriction, including without limitation
  88. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  89. and/or sell copies of the Software, and to permit persons to whom the
  90. Software is furnished to do so, subject to the following conditions:
  91. The above copyright notice and this permission notice shall be included
  92. in all copies or substantial portions of the Software.
  93. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  94. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  95. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  96. BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  97. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  98. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  99. Copyright (c) 2007 The Khronos Group Inc.
  100. Permission is hereby granted, free of charge, to any person obtaining a
  101. copy of this software and/or associated documentation files (the
  102. "Materials"), to deal in the Materials without restriction, including
  103. without limitation the rights to use, copy, modify, merge, publish,
  104. distribute, sublicense, and/or sell copies of the Materials, and to
  105. permit persons to whom the Materials are furnished to do so, subject to
  106. the following conditions:
  107. The above copyright notice and this permission notice shall be included
  108. in all copies or substantial portions of the Materials.
  109. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  110. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  111. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  112. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  113. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  114. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  115. MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  116. # jansson
  117. Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
  118. Permission is hereby granted, free of charge, to any person obtaining a copy
  119. of this software and associated documentation files (the "Software"), to deal
  120. in the Software without restriction, including without limitation the rights
  121. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  122. copies of the Software, and to permit persons to whom the Software is
  123. furnished to do so, subject to the following conditions:
  124. The above copyright notice and this permission notice shall be included in
  125. all copies or substantial portions of the Software.
  126. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  127. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  128. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  129. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  130. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  131. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  132. THE SOFTWARE.
  133. # RtAudio
  134. RtAudio: a set of realtime audio i/o C++ classes
  135. Copyright (c) 2001-2017 Gary P. Scavone
  136. Permission is hereby granted, free of charge, to any person
  137. obtaining a copy of this software and associated documentation files
  138. (the "Software"), to deal in the Software without restriction,
  139. including without limitation the rights to use, copy, modify, merge,
  140. publish, distribute, sublicense, and/or sell copies of the Software,
  141. and to permit persons to whom the Software is furnished to do so,
  142. subject to the following conditions:
  143. The above copyright notice and this permission notice shall be
  144. included in all copies or substantial portions of the Software.
  145. Any person wishing to distribute modifications to the Software is
  146. asked to send the modifications to the original developer so that
  147. they can be incorporated into the canonical version. This is,
  148. however, not a binding provision of this license.
  149. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  150. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  151. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  152. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  153. ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  154. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  155. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  156. # RtMidi
  157. RtMidi: realtime MIDI i/o C++ classes
  158. Copyright (c) 2003-2017 Gary P. Scavone
  159. Permission is hereby granted, free of charge, to any person
  160. obtaining a copy of this software and associated documentation files
  161. (the "Software"), to deal in the Software without restriction,
  162. including without limitation the rights to use, copy, modify, merge,
  163. publish, distribute, sublicense, and/or sell copies of the Software,
  164. and to permit persons to whom the Software is furnished to do so,
  165. subject to the following conditions:
  166. The above copyright notice and this permission notice shall be
  167. included in all copies or substantial portions of the Software.
  168. Any person wishing to distribute modifications to the Software is asked to send the modifications to the original developer so that they can be incorporated into the canonical version. This is,
  169. however, not a binding provision of this license.
  170. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  171. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  172. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  173. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
  174. ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  175. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  176. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  177. # libsamplerate
  178. Copyright (c) 2012-2016, Erik de Castro Lopo <erikd@mega-nerd.com>
  179. All rights reserved.
  180. Redistribution and use in source and binary forms, with or without
  181. modification, are permitted provided that the following conditions are
  182. met:
  183. 1. Redistributions of source code must retain the above copyright
  184. notice, this list of conditions and the following disclaimer.
  185. 2. Redistributions in binary form must reproduce the above copyright
  186. notice, this list of conditions and the following disclaimer in the
  187. documentation and/or other materials provided with the distribution.
  188. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  189. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  190. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  191. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  192. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  193. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  194. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  195. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  196. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  197. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  198. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  199. # curl
  200. Copyright (c) 1996 - 2017, Daniel Stenberg, daniel@haxx.se, and many contributors, see the THANKS file.
  201. All rights reserved.
  202. 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.
  203. 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.
  204. 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.
  205. # libzip
  206. Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
  207. The authors can be contacted at <libzip@nih.at>
  208. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  209. 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  210. 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.
  211. 3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.
  212. 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.
  213. # OpenSSL
  214. OpenSSL License
  215. ---------------
  216. /* ====================================================================
  217. * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved.
  218. *
  219. * Redistribution and use in source and binary forms, with or without
  220. * modification, are permitted provided that the following conditions
  221. * are met:
  222. *
  223. * 1. Redistributions of source code must retain the above copyright
  224. * notice, this list of conditions and the following disclaimer.
  225. *
  226. * 2. Redistributions in binary form must reproduce the above copyright
  227. * notice, this list of conditions and the following disclaimer in
  228. * the documentation and/or other materials provided with the
  229. * distribution.
  230. *
  231. * 3. All advertising materials mentioning features or use of this
  232. * software must display the following acknowledgment:
  233. * "This product includes software developed by the OpenSSL Project
  234. * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  235. *
  236. * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  237. * endorse or promote products derived from this software without
  238. * prior written permission. For written permission, please contact
  239. * openssl-core@openssl.org.
  240. *
  241. * 5. Products derived from this software may not be called "OpenSSL"
  242. * nor may "OpenSSL" appear in their names without prior written
  243. * permission of the OpenSSL Project.
  244. *
  245. * 6. Redistributions of any form whatsoever must retain the following
  246. * acknowledgment:
  247. * "This product includes software developed by the OpenSSL Project
  248. * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  249. *
  250. * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  251. * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  252. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  253. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
  254. * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  255. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  256. * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  257. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  258. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  259. * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  260. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  261. * OF THE POSSIBILITY OF SUCH DAMAGE.
  262. * ====================================================================
  263. *
  264. * This product includes cryptographic software written by Eric Young
  265. * (eay@cryptsoft.com). This product includes software written by Tim
  266. * Hudson (tjh@cryptsoft.com).
  267. *
  268. */
  269. Original SSLeay License
  270. -----------------------
  271. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  272. * All rights reserved.
  273. *
  274. * This package is an SSL implementation written
  275. * by Eric Young (eay@cryptsoft.com).
  276. * The implementation was written so as to conform with Netscapes SSL.
  277. *
  278. * This library is free for commercial and non-commercial use as long as
  279. * the following conditions are aheared to. The following conditions
  280. * apply to all code found in this distribution, be it the RC4, RSA,
  281. * lhash, DES, etc., code; not just the SSL code. The SSL documentation
  282. * included with this distribution is covered by the same copyright terms
  283. * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  284. *
  285. * Copyright remains Eric Young's, and as such any Copyright notices in
  286. * the code are not to be removed.
  287. * If this package is used in a product, Eric Young should be given attribution
  288. * as the author of the parts of the library used.
  289. * This can be in the form of a textual message at program startup or
  290. * in documentation (online or textual) provided with the package.
  291. *
  292. * Redistribution and use in source and binary forms, with or without
  293. * modification, are permitted provided that the following conditions
  294. * are met:
  295. * 1. Redistributions of source code must retain the copyright
  296. * notice, this list of conditions and the following disclaimer.
  297. * 2. Redistributions in binary form must reproduce the above copyright
  298. * notice, this list of conditions and the following disclaimer in the
  299. * documentation and/or other materials provided with the distribution.
  300. * 3. All advertising materials mentioning features or use of this software
  301. * must display the following acknowledgement:
  302. * "This product includes cryptographic software written by
  303. * Eric Young (eay@cryptsoft.com)"
  304. * The word 'cryptographic' can be left out if the rouines from the library
  305. * being used are not cryptographic related :-).
  306. * 4. If you include any Windows specific code (or a derivative thereof) from
  307. * the apps directory (application code) you must include an acknowledgement:
  308. * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  309. *
  310. * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  311. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  312. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  313. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  314. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  315. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  316. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  317. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  318. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  319. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  320. * SUCH DAMAGE.
  321. *
  322. * The licence and distribution terms for any publically available version or
  323. * derivative of this code cannot be changed. i.e. this code cannot simply be
  324. * copied and put under another distribution licence
  325. * [including the GNU Public Licence.]
  326. */