Copyright.txt 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326
  1. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. 1. Magick.NET copyright:
  3. Copyright 2013-2019 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
  4. Licensed under the ImageMagick License (the "License"); you may not use this
  5. file except in compliance with the License. You may obtain a copy of the License
  6. at
  7. https://www.imagemagick.org/script/license.php
  8. Unless required by applicable law or agreed to in writing, software distributed
  9. under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  10. CONDITIONS OF ANY KIND, either express or implied. See the License for the
  11. specific language governing permissions and limitations under the License.
  12. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  13. 2. Magick.Native copyright:
  14. Copyright 2013-2019 Dirk Lemstra <https://github.com/dlemstra/Magick.Native/>
  15. Licensed under the ImageMagick License (the "License"); you may not use this
  16. file except in compliance with the License. You may obtain a copy of the License
  17. at
  18. https://www.imagemagick.org/script/license.php
  19. Unless required by applicable law or agreed to in writing, software distributed
  20. under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  21. CONDITIONS OF ANY KIND, either express or implied. See the License for the
  22. specific language governing permissions and limitations under the License.
  23. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  24. 3. ImageMagick copyright:
  25. Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization dedicated
  26. to making software imaging solutions freely available.
  27. You may not use this file except in compliance with the License. You may obtain
  28. a copy of the License at
  29. https://www.imagemagick.org/script/license.php
  30. Unless required by applicable law or agreed to in writing, software distributed
  31. under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  32. CONDITIONS OF ANY KIND, either express or implied. See the License for the
  33. specific language governing permissions and limitations under the License.
  34. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  35. 4. E. I. du Pont de Nemours and Company copyright:
  36. Copyright 1999 E. I. du Pont de Nemours and Company
  37. Permission is hereby granted, free of charge, to any person obtaining a copy of
  38. this software and associated documentation files ("ImageMagick"), to deal in
  39. ImageMagick without restriction, including without limitation the rights to
  40. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  41. of ImageMagick, and to permit persons to whom the ImageMagick is furnished to
  42. do so, subject to the following conditions:
  43. The above copyright notice and this permission notice shall be included in all
  44. copies or substantial portions of ImageMagick.
  45. The software is provided "as is", without warranty of any kind, express or
  46. implied, including but not limited to the warranties of merchantability,
  47. fitness for a particular purpose and noninfringement. In no event shall E. I.
  48. du Pont de Nemours and Company be liable for any claim, damages or other
  49. liability, whether in an action of contract, tort or otherwise, arising from,
  50. out of or in connection with ImageMagick or the use or other dealings in
  51. ImageMagick.
  52. Except as contained in this notice, the name of the E. I. du Pont de Nemours
  53. and Company shall not be used in advertising or otherwise to promote the sale,
  54. use or other dealings in ImageMagick without prior written authorization from
  55. the E. I. du Pont de Nemours and Company.
  56. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  57. 5. OpenSSH copyright:
  58. Copyright (c) 2000 Markus Friedl. All rights reserved.
  59. Redistribution and use in source and binary forms, with or without modification,
  60. are permitted provided that the following conditions are met:
  61. 1. Redistributions of source code must retain the above copyright notice, this
  62. list of conditions and the following disclaimer.
  63. 2. Redistributions in binary form must reproduce the above copyright notice,
  64. this list of conditions and the following disclaimer in the documentation
  65. and/or other materials provided with the distribution.
  66. THIS SOFTWARE IS PROVIDED BY THE AUTHOR \`\`AS IS\'\' AND ANY EXPRESS OR
  67. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  68. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  69. EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  70. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  71. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  72. BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  73. IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  74. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  75. POSSIBILITY OF SUCH DAMAGE.
  76. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  77. 6. Xfig copyright:
  78. | FIG : Facility for Interactive Generation of figures
  79. | Copyright (c) 1985-1988 by Supoj Sutanthavibul
  80. | Parts Copyright (c) 1989-2000 by Brian V. Smith
  81. | Parts Copyright (c) 1991 by Paul King
  82. Any party obtaining a copy of these files is granted, free of charge, a full
  83. and unrestricted irrevocable, world-wide, paid up, royalty-free, nonexclusive
  84. right and license to deal in this software and documentation files (the
  85. "Software"), including without limitation the rights to use, copy, modify,
  86. merge, publish, distribute, sublicense, and/or sell copies of the Software, and
  87. to permit persons who receive copies from any such party to do so, with the
  88. only requirement being that this copyright notice remain intact.
  89. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  90. 7. ezXML copyright:
  91. Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
  92. Permission is hereby granted, free of charge, to any person obtaining a copy of
  93. this software and associated documentation files (the "Software"), to deal in
  94. the Software without restriction, including without limitation the rights to
  95. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  96. of the Software, and to permit persons to whom the Software is furnished to do
  97. so, subject to the following conditions:
  98. The above copyright notice and this permission notice shall be included in all
  99. copies or substantial portions of the Software.
  100. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  101. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  102. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  103. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  104. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  105. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  106. SOFTWARE.
  107. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  108. 8. GraphicsMagick copyright:
  109. Copyright (C) 2002 - 2009 GraphicsMagick Group
  110. Permission is hereby granted, free of charge, to any person obtaining a copy of
  111. this software and associated documentation files (the "Software"), to deal in
  112. the Software without restriction, including without limitation the rights to
  113. use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  114. copies of the Software, and to permit persons to whom the Software is
  115. furnished to do so, subject to the following conditions:
  116. The above copyright notice and this permission notice shall be included in all
  117. copies or substantial portions of the Software.
  118. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  119. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  120. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  121. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  122. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  123. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  124. SOFTWARE.
  125. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  126. 9. Magick++ copyright:
  127. Copyright 1999 - 2002 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
  128. Permission is hereby granted, free of charge, to any person obtaining a copy of
  129. the source files and associated documentation files ("Magick++"), to deal in
  130. Magick++ without restriction, including without limitation of the rights to
  131. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  132. of Magick++, and to permit persons to whom the Magick++ is furnished to do so,
  133. subject to the following conditions:
  134. This copyright notice shall be included in all copies or substantial portions
  135. of Magick++. The copyright to Magick++ is retained by its author and shall not
  136. be subsumed or replaced by any other copyright.
  137. The software is provided "as is", without warranty of any kind, express or
  138. implied, including but not limited to the warranties of merchantability,fitness
  139. for a particular purpose and noninfringement. In no event shall Bob Friesenhahn
  140. be liable for any claim, damages or other liability, whether in an action of
  141. contract, tort or otherwise, arising from, out of or in connection with
  142. Magick++ or the use or other dealings in Magick++.
  143. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  144. 10. Gsview copyright:
  145. Copyright (C) 2000-2002, Ghostgum Software Pty Ltd. All rights reserved.
  146. Permission is hereby granted, free of charge, to any person obtaining a copy of
  147. this file ("Software"), to deal in the Software without restriction, including
  148. without limitation the rights to use, copy, modify, merge, publish, distribute,
  149. sublicense, and/or sell copies of this Software, and to permit persons to whom
  150. this file is furnished to do so, subject to the following conditions:
  151. This Software is distributed with NO WARRANTY OF ANY KIND. No author or
  152. distributor accepts any responsibility for the consequences of using it, or
  153. for whether it serves any particular purpose or works at all, unless he or she
  154. says so in writing.
  155. The above copyright notice and this permission notice shall be included in all
  156. copies or substantial portions of the Software.
  157. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  158. 11. Libsquish copyright:
  159. Copyright (c) 2006 Simon Brown si@sjbrown.co.uk
  160. Permission is hereby granted, free of charge, to any person obtaining a copy of
  161. this software and associated documentation files (the "Software"), to deal in
  162. the Software without restriction, including without limitation the rights to
  163. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  164. of the Software, and to permit persons to whom the Software is furnished to do
  165. so, subject to the following conditions:
  166. The above copyright notice and this permission notice shall be included in all
  167. copies or substantial portions of the Software.
  168. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  169. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  170. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  171. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  172. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  173. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  174. SOFTWARE.
  175. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  176. 12. Libbzip2 copyright:
  177. This program, "bzip2", the associated library "libbzip2", and all documentation,
  178. are copyright (C) 1996-2006 Julian R Seward. All rights reserved.
  179. Redistribution and use in source and binary forms, with or without modification,
  180. are permitted provided that the following conditions are met:
  181. 1. Redistributions of source code must retain the above copyright notice, this
  182. list of conditions and the following disclaimer.
  183. 2. The origin of this software must not be misrepresented; you must not claim
  184. that you wrote the original software. If you use this software in a product,
  185. an acknowledgment in the product documentation would be appreciated but is
  186. not required.
  187. 3. Altered source versions must be plainly marked as such, and must not be
  188. misrepresented as being the original software.
  189. 4. The name of the author may not be used to endorse or promote products
  190. derived from this software without specific prior written permission.
  191. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  192. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  193. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  194. EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  195. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
  196. OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  197. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  198. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  199. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  200. OF SUCH DAMAGE.
  201. Julian Seward, Cambridge, UK.
  202. jseward@bzip.org
  203. bzip2/libbzip2 version 1.0.4 of 20 December 2006
  204. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  205. 13. OpenEXR copyright:
  206. Copyright (c) 2006, Industrial Light & Magic, a division of Lucasfilm
  207. Entertainment Company Ltd. Portions contributed and copyright held by
  208. others as indicated. All rights reserved.
  209. Redistribution and use in source and binary forms, with or without
  210. modification, are permitted provided that the following conditions are met:
  211. * Redistributions of source code must retain the above
  212. copyright notice, this list of conditions and the following
  213. disclaimer.
  214. * Redistributions in binary form must reproduce the above
  215. copyright notice, this list of conditions and the following
  216. disclaimer in the documentation and/or other materials provided with
  217. the distribution.
  218. * Neither the name of Industrial Light & Magic nor the names of
  219. any other contributors to this software may be used to endorse or
  220. promote products derived from this software without specific prior
  221. written permission.
  222. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  223. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  224. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  225. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  226. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  227. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  228. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  229. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  230. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  231. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  232. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  233. 14. Libffi copyright:
  234. libffi - Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others.
  235. See source files for details.
  236. Permission is hereby granted, free of charge, to any person obtaininga copy
  237. of this software and associated documentation files (the ``Software''), to
  238. deal in the Software without restriction, including without limitation the
  239. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  240. sell copies of the Software, and to permit persons to whom the Software is
  241. furnished to do so, subject to the following conditions:
  242. The above copyright notice and this permission notice shall be included in
  243. all copies or substantial portions of the Software.
  244. THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  245. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  246. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  247. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  248. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  249. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  250. SOFTWARE.
  251. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  252. 15. JasPer copyright:
  253. JasPer License Version 2.0
  254. Copyright (c) 2001-2006 Michael David Adams
  255. Copyright (c) 1999-2000 Image Power, Inc.
  256. Copyright (c) 1999-2000 The University of British Columbia
  257. All rights reserved.
  258. Permission is hereby granted, free of charge, to any person (the "User")
  259. obtaining a copy of this software and associated documentation files (the
  260. "Software"), to deal in the Software without restriction, including without
  261. limitation the rights to use, copy, modify, merge, publish, distribute, and/or
  262. sell copies of the Software, and to permit persons to whom the Software is
  263. furnished to do so, subject to the following conditions:
  264. 1. The above copyright notices and this permission notice (which includes
  265. the disclaimer below) shall be included in all copies or substantial portions
  266. of the Software.
  267. 2. The name of a copyright holder shall not be used to endorse or promote
  268. products derived from the Software without specific prior written permission.
  269. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO
  270. USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. THE
  271. SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS", WITHOUT WARRANTY OF ANY
  272. KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  273. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD
  274. PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  275. OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
  276. RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  277. NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
  278. USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE PROVIDED BY THE
  279. COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE THE PATENT OR OTHER
  280. INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY. EACH COPYRIGHT HOLDER
  281. DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS BROUGHT BY ANY OTHER ENTITY
  282. BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR OTHERWISE. AS A
  283. CONDITION TO EXERCISING THE RIGHTS GRANTED HEREUNDER, EACH USER HEREBY ASSUMES
  284. SOLE RESPONSIBILITY TO SECURE ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF
  285. ANY. THE SOFTWARE IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN
  286. MISSION-CRITICAL SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR
  287. FACILITIES, AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
  288. SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE
  289. OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,PERSONAL INJURY, OR
  290. SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES"). THE
  291. COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY EXPRESS OR IMPLIED WARRANTY OF
  292. FITNESS FOR HIGH RISK ACTIVITIES.
  293. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  294. 16. Libjpeg-turbo copyright:
  295. The authors make NO WARRANTY or representation, either express or implied,
  296. with respect to this software, its quality, accuracy, merchantability, or
  297. fitness for a particular purpose. This software is provided "AS IS", and you,
  298. its user, assume the entire risk as to its quality and accuracy.
  299. This software is copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding.
  300. All Rights Reserved except as specified below.
  301. Permission is hereby granted to use, copy, modify, and distribute this
  302. software (or portions thereof) for any purpose, without fee, subject to these
  303. conditions:
  304. (1) If any part of the source code for this software is distributed, then this
  305. README file must be included, with this copyright and no-warranty notice
  306. unaltered; and any additions, deletions, or changes to the original files
  307. must be clearly indicated in accompanying documentation.
  308. (2) If only executable code is distributed, then the accompanying
  309. documentation must state that "this software is based in part on the work of
  310. the Independent JPEG Group".
  311. (3) Permission for use of this software is granted only if the user accepts
  312. full responsibility for any undesirable consequences; the authors accept
  313. NO LIABILITY for damages of any kind.
  314. These conditions apply to any software derived from or based on the IJG code,
  315. not just to the unmodified library. If you use our work, you ought to
  316. acknowledge us.
  317. Permission is NOT granted for the use of any IJG author's name or company name
  318. in advertising or publicity relating to this software or products derived from
  319. it. This software may be referred to only as "the Independent JPEG Group's
  320. software".
  321. We specifically permit and encourage the use of this software as the basis of
  322. commercial products, provided that all warranty or liability claims are
  323. assumed by the product vendor.
  324. The Unix configuration script "configure" was produced with GNU Autoconf.
  325. It is copyright by the Free Software Foundation but is freely distributable.
  326. The same holds for its supporting scripts (config.guess, config.sub,
  327. ltmain.sh). Another support script, install-sh, is copyright by X Consortium
  328. but is also freely distributable.
  329. The IJG distribution formerly included code to read and write GIF files.
  330. To avoid entanglement with the Unisys LZW patent, GIF reading support has
  331. been removed altogether, and the GIF writer has been simplified to produce
  332. "uncompressed GIFs". This technique does not use the LZW algorithm; the
  333. resulting GIF files are larger than usual, but are readable by all standard
  334. GIF decoders.
  335. We are required to state that
  336. "The Graphics Interchange Format(c) is the Copyright property of
  337. CompuServe Incorporated. GIF(sm) is a Service Mark property of
  338. CompuServe Incorporated."
  339. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  340. 17. Little CMS copyright:
  341. Little CMS
  342. Copyright (c) 1998-2011 Marti Maria Saguer
  343. Permission is hereby granted, free of charge, to any person obtaining a copy
  344. of this software and associated documentation files (the "Software"), to deal
  345. in the Software without restriction, including without limitation the rights to
  346. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  347. of the Software, and to permit persons to whom the Software is furnished to do
  348. so, subject to the following conditions:
  349. The above copyright notice and this permission notice shall be included in all
  350. copies or substantial portions of the Software.
  351. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  352. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  353. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  354. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  355. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  356. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  357. SOFTWARE.
  358. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  359. 18. Libxml copyright:
  360. Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
  361. Permission is hereby granted, free of charge, to any person obtaining a copy
  362. of this software and associated documentation files (the "Software"), to deal
  363. in the Software without restriction, including without limitation the rights
  364. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  365. copies of the Software, and to permit persons to whom the Software is fur-
  366. nished to do so, subject to the following conditions:
  367. The above copyright notice and this permission notice shall be included in
  368. all copies or substantial portions of the Software.
  369. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  370. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
  371. NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  372. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  373. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  374. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  375. THE SOFTWARE.
  376. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  377. 19. Openjpeg copyright:
  378. /*
  379. * The copyright in this software is being made available under the 2-clauses
  380. * BSD License, included below. This software may be subject to other third
  381. * party and contributor rights, including patent rights, and no such rights
  382. * are granted under this license.
  383. *
  384. * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium
  385. * Copyright (c) 2002-2014, Professor Benoit Macq
  386. * Copyright (c) 2003-2014, Antonin Descampe
  387. * Copyright (c) 2003-2009, Francois-Olivier Devaux
  388. * Copyright (c) 2005, Herve Drolon, FreeImage Team
  389. * Copyright (c) 2002-2003, Yannick Verschueren
  390. * Copyright (c) 2001-2003, David Janssens
  391. * Copyright (c) 2011-2012, Centre National d'Etudes Spatiales (CNES), France
  392. * Copyright (c) 2012, CS Systemes d'Information, France
  393. *
  394. * All rights reserved.
  395. *
  396. * Redistribution and use in source and binary forms, with or without
  397. * modification, are permitted provided that the following conditions
  398. * are met:
  399. * 1. Redistributions of source code must retain the above copyright
  400. * notice, this list of conditions and the following disclaimer.
  401. * 2. Redistributions in binary form must reproduce the above copyright
  402. * notice, this list of conditions and the following disclaimer in the
  403. * documentation and/or other materials provided with the distribution.
  404. *
  405. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
  406. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  407. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  408. * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  409. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  410. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  411. * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  412. * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  413. * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  414. * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  415. * POSSIBILITY OF SUCH DAMAGE.
  416. */
  417. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  418. 20. Pixman copyright:
  419. The following is the MIT license, agreed upon by most contributors.
  420. Copyright holders of new code should use this license statement where
  421. possible. They may also add themselves to the list below.
  422. /*
  423. * Copyright 1987, 1988, 1989, 1998 The Open Group
  424. * Copyright 1987, 1988, 1989 Digital Equipment Corporation
  425. * Copyright 1999, 2004, 2008 Keith Packard
  426. * Copyright 2000 SuSE, Inc.
  427. * Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
  428. * Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat, Inc.
  429. * Copyright 2004 Nicholas Miell
  430. * Copyright 2005 Lars Knoll & Zack Rusin, Trolltech
  431. * Copyright 2005 Trolltech AS
  432. * Copyright 2007 Luca Barbato
  433. * Copyright 2008 Aaron Plattner, NVIDIA Corporation
  434. * Copyright 2008 Rodrigo Kumpera
  435. * Copyright 2008 André Tupinambá
  436. * Copyright 2008 Mozilla Corporation
  437. * Copyright 2008 Frederic Plourde
  438. * Copyright 2009, Oracle and/or its affiliates. All rights reserved.
  439. * Copyright 2009, 2010 Nokia Corporation
  440. *
  441. * Permission is hereby granted, free of charge, to any person obtaining a
  442. * copy of this software and associated documentation files (the "Software"),
  443. * to deal in the Software without restriction, including without limitation
  444. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  445. * and/or sell copies of the Software, and to permit persons to whom the
  446. * Software is furnished to do so, subject to the following conditions:
  447. *
  448. * The above copyright notice and this permission notice (including the next
  449. * paragraph) shall be included in all copies or substantial portions of the
  450. * Software.
  451. *
  452. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  453. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  454. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  455. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  456. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  457. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  458. * DEALINGS IN THE SOFTWARE.
  459. */
  460. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  461. 21. Libpng copyright:
  462. This copy of the libpng notices is provided for your convenience. In case of
  463. any discrepancy between this copy and the notices in the file png.h that is
  464. included in the libpng distribution, the latter shall prevail.
  465. COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
  466. If you modify libpng you may insert additional notices immediately following
  467. this sentence.
  468. This code is released under the libpng license.
  469. libpng versions 1.2.6, August 15, 2004, through 1.6.17, March 26, 2015, are
  470. Copyright (c) 2004, 2006-2015 Glenn Randers-Pehrson, and are
  471. distributed according to the same disclaimer and license as libpng-1.2.5
  472. with the following individual added to the list of Contributing Authors
  473. Cosmin Truta
  474. libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
  475. Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
  476. distributed according to the same disclaimer and license as libpng-1.0.6
  477. with the following individuals added to the list of Contributing Authors
  478. Simon-Pierre Cadieux
  479. Eric S. Raymond
  480. Gilles Vollant
  481. and with the following additions to the disclaimer:
  482. There is no warranty against interference with your enjoyment of the
  483. library or against infringement. There is no warranty that our
  484. efforts or the library will fulfill any of your particular purposes
  485. or needs. This library is provided with all faults, and the entire
  486. risk of satisfactory quality, performance, accuracy, and effort is with
  487. the user.
  488. libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
  489. Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
  490. distributed according to the same disclaimer and license as libpng-0.96,
  491. with the following individuals added to the list of Contributing Authors:
  492. Tom Lane
  493. Glenn Randers-Pehrson
  494. Willem van Schaik
  495. libpng versions 0.89, June 1996, through 0.96, May 1997, are
  496. Copyright (c) 1996, 1997 Andreas Dilger
  497. Distributed according to the same disclaimer and license as libpng-0.88,
  498. with the following individuals added to the list of Contributing Authors:
  499. John Bowler
  500. Kevin Bracey
  501. Sam Bushell
  502. Magnus Holmgren
  503. Greg Roelofs
  504. Tom Tanner
  505. libpng versions 0.5, May 1995, through 0.88, January 1996, are
  506. Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
  507. For the purposes of this copyright and license, "Contributing Authors"
  508. is defined as the following set of individuals:
  509. Andreas Dilger
  510. Dave Martindale
  511. Guy Eric Schalnat
  512. Paul Schmidt
  513. Tim Wegner
  514. The PNG Reference Library is supplied "AS IS". The Contributing Authors
  515. and Group 42, Inc. disclaim all warranties, expressed or implied,
  516. including, without limitation, the warranties of merchantability and of
  517. fitness for any purpose. The Contributing Authors and Group 42, Inc.
  518. assume no liability for direct, indirect, incidental, special, exemplary,
  519. or consequential damages, which may result from the use of the PNG
  520. Reference Library, even if advised of the possibility of such damage.
  521. Permission is hereby granted to use, copy, modify, and distribute this
  522. source code, or portions hereof, for any purpose, without fee, subject
  523. to the following restrictions:
  524. 1. The origin of this source code must not be misrepresented.
  525. 2. Altered versions must be plainly marked as such and must not
  526. be misrepresented as being the original source.
  527. 3. This Copyright notice may not be removed or altered from any
  528. source or altered source distribution.
  529. The Contributing Authors and Group 42, Inc. specifically permit, without
  530. fee, and encourage the use of this source code as a component to
  531. supporting the PNG file format in commercial products. If you use this
  532. source code in a product, acknowledgment is not required but would be
  533. appreciated.
  534. A "png_get_copyright" function is available, for convenient use in "about"
  535. boxes and the like:
  536. printf("%s",png_get_copyright(NULL));
  537. Also, the PNG logo (in PNG format, of course) is supplied in the
  538. files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
  539. Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
  540. certification mark of the Open Source Initiative.
  541. Glenn Randers-Pehrson
  542. glennrp at users.sourceforge.net
  543. March 26, 2015
  544. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  545. 22. Libtiff copyright:
  546. Copyright (c) 1988-1997 Sam Leffler
  547. Copyright (c) 1991-1997 Silicon Graphics, Inc.
  548. Permission to use, copy, modify, distribute, and sell this software and
  549. its documentation for any purpose is hereby granted without fee, provided
  550. that (i) the above copyright notices and this permission notice appear in
  551. all copies of the software and related documentation, and (ii) the names of
  552. Sam Leffler and Silicon Graphics may not be used in any advertising or
  553. publicity relating to the software without the specific, prior written
  554. permission of Sam Leffler and Silicon Graphics.
  555. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  556. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  557. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  558. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  559. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  560. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  561. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
  562. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  563. OF THIS SOFTWARE.
  564. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  565. 23. Freetype copyright:
  566. Copyright 2006-2015 by
  567. David Turner, Robert Wilhelm, and Werner Lemberg.
  568. This file is part of the FreeType project, and may only be used,
  569. modified, and distributed under the terms of the FreeType project
  570. license, LICENSE.TXT. By continuing to use, modify, or distribute
  571. this file you indicate that you have read the license and understand
  572. and accept it fully.
  573. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  574. 24. WebP copyright:
  575. Copyright (c) 2010, Google Inc. All rights reserved.
  576. Redistribution and use in source and binary forms, with or without
  577. modification, are permitted provided that the following conditions are
  578. met:
  579. * Redistributions of source code must retain the above copyright
  580. notice, this list of conditions and the following disclaimer.
  581. * Redistributions in binary form must reproduce the above copyright
  582. notice, this list of conditions and the following disclaimer in
  583. the documentation and/or other materials provided with the
  584. distribution.
  585. * Neither the name of Google nor the names of its contributors may
  586. be used to endorse or promote products derived from this software
  587. without specific prior written permission.
  588. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  589. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  590. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  591. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  592. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  593. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  594. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  595. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  596. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  597. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  598. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  599. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  600. 25. ZLib copyright:
  601. (C) 1995-2013 Jean-loup Gailly and Mark Adler
  602. This software is provided 'as-is', without any express or implied
  603. warranty. In no event will the authors be held liable for any damages
  604. arising from the use of this software.
  605. Permission is granted to anyone to use this software for any purpose,
  606. including commercial applications, and to alter it and redistribute it
  607. freely, subject to the following restrictions:
  608. 1. The origin of this software must not be misrepresented; you must not
  609. claim that you wrote the original software. If you use this software
  610. in a product, an acknowledgment in the product documentation would be
  611. appreciated but is not required.
  612. 2. Altered source versions must be plainly marked as such, and must not be
  613. misrepresented as being the original software.
  614. 3. This notice may not be removed or altered from any source distribution.
  615. Jean-loup Gailly Mark Adler
  616. jloup@gzip.org madler@alumni.caltech.edu
  617. If you use the zlib library in a product, we would appreciate *not* receiving
  618. lengthy legal documents to sign. The sources are provided for free but without
  619. warranty of any kind. The library has been entirely written by Jean-loup
  620. Gailly and Mark Adler; it does not include third-party code.
  621. If you redistribute modified sources, we would appreciate that you include in
  622. the file ChangeLog history information documenting your changes. Please read
  623. the FAQ for more information on the distribution of modified source versions.
  624. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  625. 26. GNU LESSER GENERAL PUBLIC LICENSE (used by Cairo, Croco, Glib, Librsvg,
  626. Lqr, Pango):
  627. GNU LESSER GENERAL PUBLIC LICENSE
  628. Version 2.1, February 1999
  629. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  630. 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
  631. Everyone is permitted to copy and distribute verbatim copies
  632. of this license document, but changing it is not allowed.
  633. [This is the first released version of the Lesser GPL. It also counts
  634. as the successor of the GNU Library Public License, version 2, hence
  635. the version number 2.1.]
  636. Preamble
  637. The licenses for most software are designed to take away your
  638. freedom to share and change it. By contrast, the GNU General Public
  639. Licenses are intended to guarantee your freedom to share and change
  640. free software--to make sure the software is free for all its users.
  641. This license, the Lesser General Public License, applies to some
  642. specially designated software packages--typically libraries--of the
  643. Free Software Foundation and other authors who decide to use it. You
  644. can use it too, but we suggest you first think carefully about whether
  645. this license or the ordinary General Public License is the better
  646. strategy to use in any particular case, based on the explanations
  647. below.
  648. When we speak of free software, we are referring to freedom of use,
  649. not price. Our General Public Licenses are designed to make sure that
  650. you have the freedom to distribute copies of free software (and charge
  651. for this service if you wish); that you receive source code or can get
  652. it if you want it; that you can change the software and use pieces of
  653. it in new free programs; and that you are informed that you can do
  654. these things.
  655. To protect your rights, we need to make restrictions that forbid
  656. distributors to deny you these rights or to ask you to surrender these
  657. rights. These restrictions translate to certain responsibilities for
  658. you if you distribute copies of the library or if you modify it.
  659. For example, if you distribute copies of the library, whether gratis
  660. or for a fee, you must give the recipients all the rights that we gave
  661. you. You must make sure that they, too, receive or can get the source
  662. code. If you link other code with the library, you must provide
  663. complete object files to the recipients, so that they can relink them
  664. with the library after making changes to the library and recompiling
  665. it. And you must show them these terms so they know their rights.
  666. We protect your rights with a two-step method: (1) we copyright the
  667. library, and (2) we offer you this license, which gives you legal
  668. permission to copy, distribute and/or modify the library.
  669. To protect each distributor, we want to make it very clear that
  670. there is no warranty for the free library. Also, if the library is
  671. modified by someone else and passed on, the recipients should know
  672. that what they have is not the original version, so that the original
  673. author's reputation will not be affected by problems that might be
  674. introduced by others.
  675. Finally, software patents pose a constant threat to the existence of
  676. any free program. We wish to make sure that a company cannot
  677. effectively restrict the users of a free program by obtaining a
  678. restrictive license from a patent holder. Therefore, we insist that
  679. any patent license obtained for a version of the library must be
  680. consistent with the full freedom of use specified in this license.
  681. Most GNU software, including some libraries, is covered by the
  682. ordinary GNU General Public License. This license, the GNU Lesser
  683. General Public License, applies to certain designated libraries, and
  684. is quite different from the ordinary General Public License. We use
  685. this license for certain libraries in order to permit linking those
  686. libraries into non-free programs.
  687. When a program is linked with a library, whether statically or using
  688. a shared library, the combination of the two is legally speaking a
  689. combined work, a derivative of the original library. The ordinary
  690. General Public License therefore permits such linking only if the
  691. entire combination fits its criteria of freedom. The Lesser General
  692. Public License permits more lax criteria for linking other code with
  693. the library.
  694. We call this license the "Lesser" General Public License because it
  695. does Less to protect the user's freedom than the ordinary General
  696. Public License. It also provides other free software developers Less
  697. of an advantage over competing non-free programs. These disadvantages
  698. are the reason we use the ordinary General Public License for many
  699. libraries. However, the Lesser license provides advantages in certain
  700. special circumstances.
  701. For example, on rare occasions, there may be a special need to
  702. encourage the widest possible use of a certain library, so that it
  703. becomes a de-facto standard. To achieve this, non-free programs must
  704. be allowed to use the library. A more frequent case is that a free
  705. library does the same job as widely used non-free libraries. In this
  706. case, there is little to gain by limiting the free library to free
  707. software only, so we use the Lesser General Public License.
  708. In other cases, permission to use a particular library in non-free
  709. programs enables a greater number of people to use a large body of
  710. free software. For example, permission to use the GNU C Library in
  711. non-free programs enables many more people to use the whole GNU
  712. operating system, as well as its variant, the GNU/Linux operating
  713. system.
  714. Although the Lesser General Public License is Less protective of the
  715. users' freedom, it does ensure that the user of a program that is
  716. linked with the Library has the freedom and the wherewithal to run
  717. that program using a modified version of the Library.
  718. The precise terms and conditions for copying, distribution and
  719. modification follow. Pay close attention to the difference between a
  720. "work based on the library" and a "work that uses the library". The
  721. former contains code derived from the library, whereas the latter must
  722. be combined with the library in order to run.
  723. GNU LESSER GENERAL PUBLIC LICENSE
  724. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  725. 0. This License Agreement applies to any software library or other
  726. program which contains a notice placed by the copyright holder or
  727. other authorized party saying it may be distributed under the terms of
  728. this Lesser General Public License (also called "this License").
  729. Each licensee is addressed as "you".
  730. A "library" means a collection of software functions and/or data
  731. prepared so as to be conveniently linked with application programs
  732. (which use some of those functions and data) to form executables.
  733. The "Library", below, refers to any such software library or work
  734. which has been distributed under these terms. A "work based on the
  735. Library" means either the Library or any derivative work under
  736. copyright law: that is to say, a work containing the Library or a
  737. portion of it, either verbatim or with modifications and/or translated
  738. straightforwardly into another language. (Hereinafter, translation is
  739. included without limitation in the term "modification".)
  740. "Source code" for a work means the preferred form of the work for
  741. making modifications to it. For a library, complete source code means
  742. all the source code for all modules it contains, plus any associated
  743. interface definition files, plus the scripts used to control
  744. compilation and installation of the library.
  745. Activities other than copying, distribution and modification are not
  746. covered by this License; they are outside its scope. The act of
  747. running a program using the Library is not restricted, and output from
  748. such a program is covered only if its contents constitute a work based
  749. on the Library (independent of the use of the Library in a tool for
  750. writing it). Whether that is true depends on what the Library does
  751. and what the program that uses the Library does.
  752. 1. You may copy and distribute verbatim copies of the Library's
  753. complete source code as you receive it, in any medium, provided that
  754. you conspicuously and appropriately publish on each copy an
  755. appropriate copyright notice and disclaimer of warranty; keep intact
  756. all the notices that refer to this License and to the absence of any
  757. warranty; and distribute a copy of this License along with the
  758. Library.
  759. You may charge a fee for the physical act of transferring a copy,
  760. and you may at your option offer warranty protection in exchange for a
  761. fee.
  762. 2. You may modify your copy or copies of the Library or any portion
  763. of it, thus forming a work based on the Library, and copy and
  764. distribute such modifications or work under the terms of Section 1
  765. above, provided that you also meet all of these conditions:
  766. a) The modified work must itself be a software library.
  767. b) You must cause the files modified to carry prominent notices
  768. stating that you changed the files and the date of any change.
  769. c) You must cause the whole of the work to be licensed at no
  770. charge to all third parties under the terms of this License.
  771. d) If a facility in the modified Library refers to a function or a
  772. table of data to be supplied by an application program that uses
  773. the facility, other than as an argument passed when the facility
  774. is invoked, then you must make a good faith effort to ensure that,
  775. in the event an application does not supply such function or
  776. table, the facility still operates, and performs whatever part of
  777. its purpose remains meaningful.
  778. (For example, a function in a library to compute square roots has
  779. a purpose that is entirely well-defined independent of the
  780. application. Therefore, Subsection 2d requires that any
  781. application-supplied function or table used by this function must
  782. be optional: if the application does not supply it, the square
  783. root function must still compute square roots.)
  784. These requirements apply to the modified work as a whole. If
  785. identifiable sections of that work are not derived from the Library,
  786. and can be reasonably considered independent and separate works in
  787. themselves, then this License, and its terms, do not apply to those
  788. sections when you distribute them as separate works. But when you
  789. distribute the same sections as part of a whole which is a work based
  790. on the Library, the distribution of the whole must be on the terms of
  791. this License, whose permissions for other licensees extend to the
  792. entire whole, and thus to each and every part regardless of who wrote
  793. it.
  794. Thus, it is not the intent of this section to claim rights or contest
  795. your rights to work written entirely by you; rather, the intent is to
  796. exercise the right to control the distribution of derivative or
  797. collective works based on the Library.
  798. In addition, mere aggregation of another work not based on the Library
  799. with the Library (or with a work based on the Library) on a volume of
  800. a storage or distribution medium does not bring the other work under
  801. the scope of this License.
  802. 3. You may opt to apply the terms of the ordinary GNU General Public
  803. License instead of this License to a given copy of the Library. To do
  804. this, you must alter all the notices that refer to this License, so
  805. that they refer to the ordinary GNU General Public License, version 2,
  806. instead of to this License. (If a newer version than version 2 of the
  807. ordinary GNU General Public License has appeared, then you can specify
  808. that version instead if you wish.) Do not make any other change in
  809. these notices.
  810. Once this change is made in a given copy, it is irreversible for
  811. that copy, so the ordinary GNU General Public License applies to all
  812. subsequent copies and derivative works made from that copy.
  813. This option is useful when you wish to copy part of the code of
  814. the Library into a program that is not a library.
  815. 4. You may copy and distribute the Library (or a portion or
  816. derivative of it, under Section 2) in object code or executable form
  817. under the terms of Sections 1 and 2 above provided that you accompany
  818. it with the complete corresponding machine-readable source code, which
  819. must be distributed under the terms of Sections 1 and 2 above on a
  820. medium customarily used for software interchange.
  821. If distribution of object code is made by offering access to copy
  822. from a designated place, then offering equivalent access to copy the
  823. source code from the same place satisfies the requirement to
  824. distribute the source code, even though third parties are not
  825. compelled to copy the source along with the object code.
  826. 5. A program that contains no derivative of any portion of the
  827. Library, but is designed to work with the Library by being compiled or
  828. linked with it, is called a "work that uses the Library". Such a
  829. work, in isolation, is not a derivative work of the Library, and
  830. therefore falls outside the scope of this License.
  831. However, linking a "work that uses the Library" with the Library
  832. creates an executable that is a derivative of the Library (because it
  833. contains portions of the Library), rather than a "work that uses the
  834. library". The executable is therefore covered by this License.
  835. Section 6 states terms for distribution of such executables.
  836. When a "work that uses the Library" uses material from a header file
  837. that is part of the Library, the object code for the work may be a
  838. derivative work of the Library even though the source code is not.
  839. Whether this is true is especially significant if the work can be
  840. linked without the Library, or if the work is itself a library. The
  841. threshold for this to be true is not precisely defined by law.
  842. If such an object file uses only numerical parameters, data
  843. structure layouts and accessors, and small macros and small inline
  844. functions (ten lines or less in length), then the use of the object
  845. file is unrestricted, regardless of whether it is legally a derivative
  846. work. (Executables containing this object code plus portions of the
  847. Library will still fall under Section 6.)
  848. Otherwise, if the work is a derivative of the Library, you may
  849. distribute the object code for the work under the terms of Section 6.
  850. Any executables containing that work also fall under Section 6,
  851. whether or not they are linked directly with the Library itself.
  852. 6. As an exception to the Sections above, you may also combine or
  853. link a "work that uses the Library" with the Library to produce a
  854. work containing portions of the Library, and distribute that work
  855. under terms of your choice, provided that the terms permit
  856. modification of the work for the customer's own use and reverse
  857. engineering for debugging such modifications.
  858. You must give prominent notice with each copy of the work that the
  859. Library is used in it and that the Library and its use are covered by
  860. this License. You must supply a copy of this License. If the work
  861. during execution displays copyright notices, you must include the
  862. copyright notice for the Library among them, as well as a reference
  863. directing the user to the copy of this License. Also, you must do one
  864. of these things:
  865. a) Accompany the work with the complete corresponding
  866. machine-readable source code for the Library including whatever
  867. changes were used in the work (which must be distributed under
  868. Sections 1 and 2 above); and, if the work is an executable linked
  869. with the Library, with the complete machine-readable "work that
  870. uses the Library", as object code and/or source code, so that the
  871. user can modify the Library and then relink to produce a modified
  872. executable containing the modified Library. (It is understood
  873. that the user who changes the contents of definitions files in the
  874. Library will not necessarily be able to recompile the application
  875. to use the modified definitions.)
  876. b) Use a suitable shared library mechanism for linking with the
  877. Library. A suitable mechanism is one that (1) uses at run time a
  878. copy of the library already present on the user's computer system,
  879. rather than copying library functions into the executable, and (2)
  880. will operate properly with a modified version of the library, if
  881. the user installs one, as long as the modified version is
  882. interface-compatible with the version that the work was made with.
  883. c) Accompany the work with a written offer, valid for at least
  884. three years, to give the same user the materials specified in
  885. Subsection 6a, above, for a charge no more than the cost of
  886. performing this distribution.
  887. d) If distribution of the work is made by offering access to copy
  888. from a designated place, offer equivalent access to copy the above
  889. specified materials from the same place.
  890. e) Verify that the user has already received a copy of these
  891. materials or that you have already sent this user a copy.
  892. For an executable, the required form of the "work that uses the
  893. Library" must include any data and utility programs needed for
  894. reproducing the executable from it. However, as a special exception,
  895. the materials to be distributed need not include anything that is
  896. normally distributed (in either source or binary form) with the major
  897. components (compiler, kernel, and so on) of the operating system on
  898. which the executable runs, unless that component itself accompanies
  899. the executable.
  900. It may happen that this requirement contradicts the license
  901. restrictions of other proprietary libraries that do not normally
  902. accompany the operating system. Such a contradiction means you cannot
  903. use both them and the Library together in an executable that you
  904. distribute.
  905. 7. You may place library facilities that are a work based on the
  906. Library side-by-side in a single library together with other library
  907. facilities not covered by this License, and distribute such a combined
  908. library, provided that the separate distribution of the work based on
  909. the Library and of the other library facilities is otherwise
  910. permitted, and provided that you do these two things:
  911. a) Accompany the combined library with a copy of the same work
  912. based on the Library, uncombined with any other library
  913. facilities. This must be distributed under the terms of the
  914. Sections above.
  915. b) Give prominent notice with the combined library of the fact
  916. that part of it is a work based on the Library, and explaining
  917. where to find the accompanying uncombined form of the same work.
  918. 8. You may not copy, modify, sublicense, link with, or distribute
  919. the Library except as expressly provided under this License. Any
  920. attempt otherwise to copy, modify, sublicense, link with, or
  921. distribute the Library is void, and will automatically terminate your
  922. rights under this License. However, parties who have received copies,
  923. or rights, from you under this License will not have their licenses
  924. terminated so long as such parties remain in full compliance.
  925. 9. You are not required to accept this License, since you have not
  926. signed it. However, nothing else grants you permission to modify or
  927. distribute the Library or its derivative works. These actions are
  928. prohibited by law if you do not accept this License. Therefore, by
  929. modifying or distributing the Library (or any work based on the
  930. Library), you indicate your acceptance of this License to do so, and
  931. all its terms and conditions for copying, distributing or modifying
  932. the Library or works based on it.
  933. 10. Each time you redistribute the Library (or any work based on the
  934. Library), the recipient automatically receives a license from the
  935. original licensor to copy, distribute, link with or modify the Library
  936. subject to these terms and conditions. You may not impose any further
  937. restrictions on the recipients' exercise of the rights granted herein.
  938. You are not responsible for enforcing compliance by third parties with
  939. this License.
  940. 11. If, as a consequence of a court judgment or allegation of patent
  941. infringement or for any other reason (not limited to patent issues),
  942. conditions are imposed on you (whether by court order, agreement or
  943. otherwise) that contradict the conditions of this License, they do not
  944. excuse you from the conditions of this License. If you cannot
  945. distribute so as to satisfy simultaneously your obligations under this
  946. License and any other pertinent obligations, then as a consequence you
  947. may not distribute the Library at all. For example, if a patent
  948. license would not permit royalty-free redistribution of the Library by
  949. all those who receive copies directly or indirectly through you, then
  950. the only way you could satisfy both it and this License would be to
  951. refrain entirely from distribution of the Library.
  952. If any portion of this section is held invalid or unenforceable under
  953. any particular circumstance, the balance of the section is intended to
  954. apply, and the section as a whole is intended to apply in other
  955. circumstances.
  956. It is not the purpose of this section to induce you to infringe any
  957. patents or other property right claims or to contest validity of any
  958. such claims; this section has the sole purpose of protecting the
  959. integrity of the free software distribution system which is
  960. implemented by public license practices. Many people have made
  961. generous contributions to the wide range of software distributed
  962. through that system in reliance on consistent application of that
  963. system; it is up to the author/donor to decide if he or she is willing
  964. to distribute software through any other system and a licensee cannot
  965. impose that choice.
  966. This section is intended to make thoroughly clear what is believed to
  967. be a consequence of the rest of this License.
  968. 12. If the distribution and/or use of the Library is restricted in
  969. certain countries either by patents or by copyrighted interfaces, the
  970. original copyright holder who places the Library under this License
  971. may add an explicit geographical distribution limitation excluding those
  972. countries, so that distribution is permitted only in or among
  973. countries not thus excluded. In such case, this License incorporates
  974. the limitation as if written in the body of this License.
  975. 13. The Free Software Foundation may publish revised and/or new
  976. versions of the Lesser General Public License from time to time.
  977. Such new versions will be similar in spirit to the present version,
  978. but may differ in detail to address new problems or concerns.
  979. Each version is given a distinguishing version number. If the Library
  980. specifies a version number of this License which applies to it and
  981. "any later version", you have the option of following the terms and
  982. conditions either of that version or of any later version published by
  983. the Free Software Foundation. If the Library does not specify a
  984. license version number, you may choose any version ever published by
  985. the Free Software Foundation.
  986. 14. If you wish to incorporate parts of the Library into other free
  987. programs whose distribution conditions are incompatible with these,
  988. write to the author to ask for permission. For software which is
  989. copyrighted by the Free Software Foundation, write to the Free
  990. Software Foundation; we sometimes make exceptions for this. Our
  991. decision will be guided by the two goals of preserving the free status
  992. of all derivatives of our free software and of promoting the sharing
  993. and reuse of software generally.
  994. NO WARRANTY
  995. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  996. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  997. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  998. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  999. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  1000. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  1001. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  1002. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  1003. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  1004. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  1005. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  1006. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  1007. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  1008. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  1009. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  1010. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  1011. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  1012. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  1013. DAMAGES.
  1014. END OF TERMS AND CONDITIONS
  1015. How to Apply These Terms to Your New Libraries
  1016. If you develop a new library, and you want it to be of the greatest
  1017. possible use to the public, we recommend making it free software that
  1018. everyone can redistribute and change. You can do so by permitting
  1019. redistribution under these terms (or, alternatively, under the terms
  1020. of the ordinary General Public License).
  1021. To apply these terms, attach the following notices to the library.
  1022. It is safest to attach them to the start of each source file to most
  1023. effectively convey the exclusion of warranty; and each file should
  1024. have at least the "copyright" line and a pointer to where the full
  1025. notice is found.
  1026. <one line to give the library's name and a brief idea of what it does.>
  1027. Copyright (C) <year> <name of author>
  1028. This library is free software; you can redistribute it and/or
  1029. modify it under the terms of the GNU Lesser General Public
  1030. License as published by the Free Software Foundation; either
  1031. version 2.1 of the License, or (at your option) any later version.
  1032. This library is distributed in the hope that it will be useful,
  1033. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1034. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  1035. Lesser General Public License for more details.
  1036. You should have received a copy of the GNU Lesser General Public
  1037. License along with this library; if not, write to the Free Software
  1038. Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
  1039. Also add information on how to contact you by electronic and paper mail.
  1040. You should also get your employer (if you work as a programmer) or
  1041. your school, if any, to sign a "copyright disclaimer" for the library,
  1042. if necessary. Here is a sample; alter the names:
  1043. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  1044. library `Frob' (a library for tweaking knobs) written by James
  1045. Random Hacker.
  1046. <signature of Ty Coon>, 1 April 1990
  1047. Ty Coon, President of Vice
  1048. That's all there is to it!
  1049. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *