licenses.list.txt 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
  1. ====================COPYRIGHT====================
  2. * Copyright (C) 2014, Sebastian Pipping <sebastian@pipping.org>
  3. ====================COPYRIGHT====================
  4. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  5. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  6. Everyone is permitted to copy and distribute verbatim copies
  7. ====================COPYRIGHT====================
  8. Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
  9. Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org>
  10. All rights reserved.
  11. ====================COPYRIGHT====================
  12. write to the author to ask for permission. For software which is
  13. copyrighted by the Free Software Foundation, write to the Free
  14. Software Foundation; we sometimes make exceptions for this. Our
  15. decision will be guided by the two goals of preserving the free status
  16. of all derivatives of our free software and of promoting the sharing
  17. and reuse of software generally.
  18. ====================File: COPYING====================
  19. uriparser - RFC 3986 URI parsing library
  20. Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
  21. Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org>
  22. All rights reserved.
  23. Redistribution and use in source and binary forms, with or without
  24. modification, are permitted provided that the following conditions
  25. are met:
  26. 1. Redistributions of source code must retain the above
  27. copyright notice, this list of conditions and the following
  28. disclaimer.
  29. 2. Redistributions in binary form must reproduce the above
  30. copyright notice, this list of conditions and the following
  31. disclaimer in the documentation and/or other materials
  32. provided with the distribution.
  33. 3. Neither the name of the copyright holder nor the names of
  34. its contributors may be used to endorse or promote products
  35. derived from this software without specific prior written
  36. permission.
  37. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  38. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  39. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  40. FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  41. THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  42. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  43. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  44. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  45. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  46. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  47. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  48. OF THE POSSIBILITY OF SUCH DAMAGE.
  49. ====================File: test/COPYING====================
  50. GNU LESSER GENERAL PUBLIC LICENSE
  51. Version 2.1, February 1999
  52. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  53. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  54. Everyone is permitted to copy and distribute verbatim copies
  55. of this license document, but changing it is not allowed.
  56. [This is the first released version of the Lesser GPL. It also counts
  57. as the successor of the GNU Library Public License, version 2, hence
  58. the version number 2.1.]
  59. Preamble
  60. The licenses for most software are designed to take away your
  61. freedom to share and change it. By contrast, the GNU General Public
  62. Licenses are intended to guarantee your freedom to share and change
  63. free software--to make sure the software is free for all its users.
  64. This license, the Lesser General Public License, applies to some
  65. specially designated software packages--typically libraries--of the
  66. Free Software Foundation and other authors who decide to use it. You
  67. can use it too, but we suggest you first think carefully about whether
  68. this license or the ordinary General Public License is the better
  69. strategy to use in any particular case, based on the explanations below.
  70. When we speak of free software, we are referring to freedom of use,
  71. not price. Our General Public Licenses are designed to make sure that
  72. you have the freedom to distribute copies of free software (and charge
  73. for this service if you wish); that you receive source code or can get
  74. it if you want it; that you can change the software and use pieces of
  75. it in new free programs; and that you are informed that you can do
  76. these things.
  77. To protect your rights, we need to make restrictions that forbid
  78. distributors to deny you these rights or to ask you to surrender these
  79. rights. These restrictions translate to certain responsibilities for
  80. you if you distribute copies of the library or if you modify it.
  81. For example, if you distribute copies of the library, whether gratis
  82. or for a fee, you must give the recipients all the rights that we gave
  83. you. You must make sure that they, too, receive or can get the source
  84. code. If you link other code with the library, you must provide
  85. complete object files to the recipients, so that they can relink them
  86. with the library after making changes to the library and recompiling
  87. it. And you must show them these terms so they know their rights.
  88. We protect your rights with a two-step method: (1) we copyright the
  89. library, and (2) we offer you this license, which gives you legal
  90. permission to copy, distribute and/or modify the library.
  91. To protect each distributor, we want to make it very clear that
  92. there is no warranty for the free library. Also, if the library is
  93. modified by someone else and passed on, the recipients should know
  94. that what they have is not the original version, so that the original
  95. author's reputation will not be affected by problems that might be
  96. introduced by others.
  97. Finally, software patents pose a constant threat to the existence of
  98. any free program. We wish to make sure that a company cannot
  99. effectively restrict the users of a free program by obtaining a
  100. restrictive license from a patent holder. Therefore, we insist that
  101. any patent license obtained for a version of the library must be
  102. consistent with the full freedom of use specified in this license.
  103. Most GNU software, including some libraries, is covered by the
  104. ordinary GNU General Public License. This license, the GNU Lesser
  105. General Public License, applies to certain designated libraries, and
  106. is quite different from the ordinary General Public License. We use
  107. this license for certain libraries in order to permit linking those
  108. libraries into non-free programs.
  109. When a program is linked with a library, whether statically or using
  110. a shared library, the combination of the two is legally speaking a
  111. combined work, a derivative of the original library. The ordinary
  112. General Public License therefore permits such linking only if the
  113. entire combination fits its criteria of freedom. The Lesser General
  114. Public License permits more lax criteria for linking other code with
  115. the library.
  116. We call this license the "Lesser" General Public License because it
  117. does Less to protect the user's freedom than the ordinary General
  118. Public License. It also provides other free software developers Less
  119. of an advantage over competing non-free programs. These disadvantages
  120. are the reason we use the ordinary General Public License for many
  121. libraries. However, the Lesser license provides advantages in certain
  122. special circumstances.
  123. For example, on rare occasions, there may be a special need to
  124. encourage the widest possible use of a certain library, so that it becomes
  125. a de-facto standard. To achieve this, non-free programs must be
  126. allowed to use the library. A more frequent case is that a free
  127. library does the same job as widely used non-free libraries. In this
  128. case, there is little to gain by limiting the free library to free
  129. software only, so we use the Lesser General Public License.
  130. In other cases, permission to use a particular library in non-free
  131. programs enables a greater number of people to use a large body of
  132. free software. For example, permission to use the GNU C Library in
  133. non-free programs enables many more people to use the whole GNU
  134. operating system, as well as its variant, the GNU/Linux operating
  135. system.
  136. Although the Lesser General Public License is Less protective of the
  137. users' freedom, it does ensure that the user of a program that is
  138. linked with the Library has the freedom and the wherewithal to run
  139. that program using a modified version of the Library.
  140. The precise terms and conditions for copying, distribution and
  141. modification follow. Pay close attention to the difference between a
  142. "work based on the library" and a "work that uses the library". The
  143. former contains code derived from the library, whereas the latter must
  144. be combined with the library in order to run.
  145. GNU LESSER GENERAL PUBLIC LICENSE
  146. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  147. 0. This License Agreement applies to any software library or other
  148. program which contains a notice placed by the copyright holder or
  149. other authorized party saying it may be distributed under the terms of
  150. this Lesser General Public License (also called "this License").
  151. Each licensee is addressed as "you".
  152. A "library" means a collection of software functions and/or data
  153. prepared so as to be conveniently linked with application programs
  154. (which use some of those functions and data) to form executables.
  155. The "Library", below, refers to any such software library or work
  156. which has been distributed under these terms. A "work based on the
  157. Library" means either the Library or any derivative work under
  158. copyright law: that is to say, a work containing the Library or a
  159. portion of it, either verbatim or with modifications and/or translated
  160. straightforwardly into another language. (Hereinafter, translation is
  161. included without limitation in the term "modification".)
  162. "Source code" for a work means the preferred form of the work for
  163. making modifications to it. For a library, complete source code means
  164. all the source code for all modules it contains, plus any associated
  165. interface definition files, plus the scripts used to control compilation
  166. and installation of the library.
  167. Activities other than copying, distribution and modification are not
  168. covered by this License; they are outside its scope. The act of
  169. running a program using the Library is not restricted, and output from
  170. such a program is covered only if its contents constitute a work based
  171. on the Library (independent of the use of the Library in a tool for
  172. writing it). Whether that is true depends on what the Library does
  173. and what the program that uses the Library does.
  174. 1. You may copy and distribute verbatim copies of the Library's
  175. complete source code as you receive it, in any medium, provided that
  176. you conspicuously and appropriately publish on each copy an
  177. appropriate copyright notice and disclaimer of warranty; keep intact
  178. all the notices that refer to this License and to the absence of any
  179. warranty; and distribute a copy of this License along with the
  180. Library.
  181. You may charge a fee for the physical act of transferring a copy,
  182. and you may at your option offer warranty protection in exchange for a
  183. fee.
  184. 2. You may modify your copy or copies of the Library or any portion
  185. of it, thus forming a work based on the Library, and copy and
  186. distribute such modifications or work under the terms of Section 1
  187. above, provided that you also meet all of these conditions:
  188. a) The modified work must itself be a software library.
  189. b) You must cause the files modified to carry prominent notices
  190. stating that you changed the files and the date of any change.
  191. c) You must cause the whole of the work to be licensed at no
  192. charge to all third parties under the terms of this License.
  193. d) If a facility in the modified Library refers to a function or a
  194. table of data to be supplied by an application program that uses
  195. the facility, other than as an argument passed when the facility
  196. is invoked, then you must make a good faith effort to ensure that,
  197. in the event an application does not supply such function or
  198. table, the facility still operates, and performs whatever part of
  199. its purpose remains meaningful.
  200. (For example, a function in a library to compute square roots has
  201. a purpose that is entirely well-defined independent of the
  202. application. Therefore, Subsection 2d requires that any
  203. application-supplied function or table used by this function must
  204. be optional: if the application does not supply it, the square
  205. root function must still compute square roots.)
  206. These requirements apply to the modified work as a whole. If
  207. identifiable sections of that work are not derived from the Library,
  208. and can be reasonably considered independent and separate works in
  209. themselves, then this License, and its terms, do not apply to those
  210. sections when you distribute them as separate works. But when you
  211. distribute the same sections as part of a whole which is a work based
  212. on the Library, the distribution of the whole must be on the terms of
  213. this License, whose permissions for other licensees extend to the
  214. entire whole, and thus to each and every part regardless of who wrote
  215. it.
  216. Thus, it is not the intent of this section to claim rights or contest
  217. your rights to work written entirely by you; rather, the intent is to
  218. exercise the right to control the distribution of derivative or
  219. collective works based on the Library.
  220. In addition, mere aggregation of another work not based on the Library
  221. with the Library (or with a work based on the Library) on a volume of
  222. a storage or distribution medium does not bring the other work under
  223. the scope of this License.
  224. 3. You may opt to apply the terms of the ordinary GNU General Public
  225. License instead of this License to a given copy of the Library. To do
  226. this, you must alter all the notices that refer to this License, so
  227. that they refer to the ordinary GNU General Public License, version 2,
  228. instead of to this License. (If a newer version than version 2 of the
  229. ordinary GNU General Public License has appeared, then you can specify
  230. that version instead if you wish.) Do not make any other change in
  231. these notices.
  232. Once this change is made in a given copy, it is irreversible for
  233. that copy, so the ordinary GNU General Public License applies to all
  234. subsequent copies and derivative works made from that copy.
  235. This option is useful when you wish to copy part of the code of
  236. the Library into a program that is not a library.
  237. 4. You may copy and distribute the Library (or a portion or
  238. derivative of it, under Section 2) in object code or executable form
  239. under the terms of Sections 1 and 2 above provided that you accompany
  240. it with the complete corresponding machine-readable source code, which
  241. must be distributed under the terms of Sections 1 and 2 above on a
  242. medium customarily used for software interchange.
  243. If distribution of object code is made by offering access to copy
  244. from a designated place, then offering equivalent access to copy the
  245. source code from the same place satisfies the requirement to
  246. distribute the source code, even though third parties are not
  247. compelled to copy the source along with the object code.
  248. 5. A program that contains no derivative of any portion of the
  249. Library, but is designed to work with the Library by being compiled or
  250. linked with it, is called a "work that uses the Library". Such a
  251. work, in isolation, is not a derivative work of the Library, and
  252. therefore falls outside the scope of this License.
  253. However, linking a "work that uses the Library" with the Library
  254. creates an executable that is a derivative of the Library (because it
  255. contains portions of the Library), rather than a "work that uses the
  256. library". The executable is therefore covered by this License.
  257. Section 6 states terms for distribution of such executables.
  258. When a "work that uses the Library" uses material from a header file
  259. that is part of the Library, the object code for the work may be a
  260. derivative work of the Library even though the source code is not.
  261. Whether this is true is especially significant if the work can be
  262. linked without the Library, or if the work is itself a library. The
  263. threshold for this to be true is not precisely defined by law.
  264. If such an object file uses only numerical parameters, data
  265. structure layouts and accessors, and small macros and small inline
  266. functions (ten lines or less in length), then the use of the object
  267. file is unrestricted, regardless of whether it is legally a derivative
  268. work. (Executables containing this object code plus portions of the
  269. Library will still fall under Section 6.)
  270. Otherwise, if the work is a derivative of the Library, you may
  271. distribute the object code for the work under the terms of Section 6.
  272. Any executables containing that work also fall under Section 6,
  273. whether or not they are linked directly with the Library itself.
  274. 6. As an exception to the Sections above, you may also combine or
  275. link a "work that uses the Library" with the Library to produce a
  276. work containing portions of the Library, and distribute that work
  277. under terms of your choice, provided that the terms permit
  278. modification of the work for the customer's own use and reverse
  279. engineering for debugging such modifications.
  280. You must give prominent notice with each copy of the work that the
  281. Library is used in it and that the Library and its use are covered by
  282. this License. You must supply a copy of this License. If the work
  283. during execution displays copyright notices, you must include the
  284. copyright notice for the Library among them, as well as a reference
  285. directing the user to the copy of this License. Also, you must do one
  286. of these things:
  287. a) Accompany the work with the complete corresponding
  288. machine-readable source code for the Library including whatever
  289. changes were used in the work (which must be distributed under
  290. Sections 1 and 2 above); and, if the work is an executable linked
  291. with the Library, with the complete machine-readable "work that
  292. uses the Library", as object code and/or source code, so that the
  293. user can modify the Library and then relink to produce a modified
  294. executable containing the modified Library. (It is understood
  295. that the user who changes the contents of definitions files in the
  296. Library will not necessarily be able to recompile the application
  297. to use the modified definitions.)
  298. b) Use a suitable shared library mechanism for linking with the
  299. Library. A suitable mechanism is one that (1) uses at run time a
  300. copy of the library already present on the user's computer system,
  301. rather than copying library functions into the executable, and (2)
  302. will operate properly with a modified version of the library, if
  303. the user installs one, as long as the modified version is
  304. interface-compatible with the version that the work was made with.
  305. c) Accompany the work with a written offer, valid for at
  306. least three years, to give the same user the materials
  307. specified in Subsection 6a, above, for a charge no more
  308. than the cost of performing this distribution.
  309. d) If distribution of the work is made by offering access to copy
  310. from a designated place, offer equivalent access to copy the above
  311. specified materials from the same place.
  312. e) Verify that the user has already received a copy of these
  313. materials or that you have already sent this user a copy.
  314. For an executable, the required form of the "work that uses the
  315. Library" must include any data and utility programs needed for
  316. reproducing the executable from it. However, as a special exception,
  317. the materials to be distributed need not include anything that is
  318. normally distributed (in either source or binary form) with the major
  319. components (compiler, kernel, and so on) of the operating system on
  320. which the executable runs, unless that component itself accompanies
  321. the executable.
  322. It may happen that this requirement contradicts the license
  323. restrictions of other proprietary libraries that do not normally
  324. accompany the operating system. Such a contradiction means you cannot
  325. use both them and the Library together in an executable that you
  326. distribute.
  327. 7. You may place library facilities that are a work based on the
  328. Library side-by-side in a single library together with other library
  329. facilities not covered by this License, and distribute such a combined
  330. library, provided that the separate distribution of the work based on
  331. the Library and of the other library facilities is otherwise
  332. permitted, and provided that you do these two things:
  333. a) Accompany the combined library with a copy of the same work
  334. based on the Library, uncombined with any other library
  335. facilities. This must be distributed under the terms of the
  336. Sections above.
  337. b) Give prominent notice with the combined library of the fact
  338. that part of it is a work based on the Library, and explaining
  339. where to find the accompanying uncombined form of the same work.
  340. 8. You may not copy, modify, sublicense, link with, or distribute
  341. the Library except as expressly provided under this License. Any
  342. attempt otherwise to copy, modify, sublicense, link with, or
  343. distribute the Library is void, and will automatically terminate your
  344. rights under this License. However, parties who have received copies,
  345. or rights, from you under this License will not have their licenses
  346. terminated so long as such parties remain in full compliance.
  347. 9. You are not required to accept this License, since you have not
  348. signed it. However, nothing else grants you permission to modify or
  349. distribute the Library or its derivative works. These actions are
  350. prohibited by law if you do not accept this License. Therefore, by
  351. modifying or distributing the Library (or any work based on the
  352. Library), you indicate your acceptance of this License to do so, and
  353. all its terms and conditions for copying, distributing or modifying
  354. the Library or works based on it.
  355. 10. Each time you redistribute the Library (or any work based on the
  356. Library), the recipient automatically receives a license from the
  357. original licensor to copy, distribute, link with or modify the Library
  358. subject to these terms and conditions. You may not impose any further
  359. restrictions on the recipients' exercise of the rights granted herein.
  360. You are not responsible for enforcing compliance by third parties with
  361. this License.
  362. 11. If, as a consequence of a court judgment or allegation of patent
  363. infringement or for any other reason (not limited to patent issues),
  364. conditions are imposed on you (whether by court order, agreement or
  365. otherwise) that contradict the conditions of this License, they do not
  366. excuse you from the conditions of this License. If you cannot
  367. distribute so as to satisfy simultaneously your obligations under this
  368. License and any other pertinent obligations, then as a consequence you
  369. may not distribute the Library at all. For example, if a patent
  370. license would not permit royalty-free redistribution of the Library by
  371. all those who receive copies directly or indirectly through you, then
  372. the only way you could satisfy both it and this License would be to
  373. refrain entirely from distribution of the Library.
  374. If any portion of this section is held invalid or unenforceable under any
  375. particular circumstance, the balance of the section is intended to apply,
  376. and the section as a whole is intended to apply in other circumstances.
  377. It is not the purpose of this section to induce you to infringe any
  378. patents or other property right claims or to contest validity of any
  379. such claims; this section has the sole purpose of protecting the
  380. integrity of the free software distribution system which is
  381. implemented by public license practices. Many people have made
  382. generous contributions to the wide range of software distributed
  383. through that system in reliance on consistent application of that
  384. system; it is up to the author/donor to decide if he or she is willing
  385. to distribute software through any other system and a licensee cannot
  386. impose that choice.
  387. This section is intended to make thoroughly clear what is believed to
  388. be a consequence of the rest of this License.
  389. 12. If the distribution and/or use of the Library is restricted in
  390. certain countries either by patents or by copyrighted interfaces, the
  391. original copyright holder who places the Library under this License may add
  392. an explicit geographical distribution limitation excluding those countries,
  393. so that distribution is permitted only in or among countries not thus
  394. excluded. In such case, this License incorporates the limitation as if
  395. written in the body of this License.
  396. 13. The Free Software Foundation may publish revised and/or new
  397. versions of the Lesser General Public License from time to time.
  398. Such new versions will be similar in spirit to the present version,
  399. but may differ in detail to address new problems or concerns.
  400. Each version is given a distinguishing version number. If the Library
  401. specifies a version number of this License which applies to it and
  402. "any later version", you have the option of following the terms and
  403. conditions either of that version or of any later version published by
  404. the Free Software Foundation. If the Library does not specify a
  405. license version number, you may choose any version ever published by
  406. the Free Software Foundation.
  407. 14. If you wish to incorporate parts of the Library into other free
  408. programs whose distribution conditions are incompatible with these,
  409. write to the author to ask for permission. For software which is
  410. copyrighted by the Free Software Foundation, write to the Free
  411. Software Foundation; we sometimes make exceptions for this. Our
  412. decision will be guided by the two goals of preserving the free status
  413. of all derivatives of our free software and of promoting the sharing
  414. and reuse of software generally.
  415. NO WARRANTY
  416. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  417. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  418. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  419. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  420. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  421. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  422. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  423. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  424. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  425. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  426. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  427. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  428. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  429. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  430. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  431. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  432. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  433. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  434. DAMAGES.
  435. END OF TERMS AND CONDITIONS
  436. How to Apply These Terms to Your New Libraries
  437. If you develop a new library, and you want it to be of the greatest
  438. possible use to the public, we recommend making it free software that
  439. everyone can redistribute and change. You can do so by permitting
  440. redistribution under these terms (or, alternatively, under the terms of the
  441. ordinary General Public License).
  442. To apply these terms, attach the following notices to the library. It is
  443. safest to attach them to the start of each source file to most effectively
  444. convey the exclusion of warranty; and each file should have at least the
  445. "copyright" line and a pointer to where the full notice is found.
  446. <one line to give the library's name and a brief idea of what it does.>
  447. Copyright (C) <year> <name of author>
  448. This library is free software; you can redistribute it and/or
  449. modify it under the terms of the GNU Lesser General Public
  450. License as published by the Free Software Foundation; either
  451. version 2.1 of the License, or (at your option) any later version.
  452. This library is distributed in the hope that it will be useful,
  453. but WITHOUT ANY WARRANTY; without even the implied warranty of
  454. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  455. Lesser General Public License for more details.
  456. You should have received a copy of the GNU Lesser General Public
  457. License along with this library; if not, write to the Free Software
  458. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  459. Also add information on how to contact you by electronic and paper mail.
  460. You should also get your employer (if you work as a programmer) or your
  461. school, if any, to sign a "copyright disclaimer" for the library, if
  462. necessary. Here is a sample; alter the names:
  463. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  464. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  465. <signature of Ty Coon>, 1 April 1990
  466. Ty Coon, President of Vice
  467. That's all there is to it!
  468. ====================LGPL-2.1-only====================
  469. GNU LESSER GENERAL PUBLIC LICENSE
  470. Version 2.1, February 1999
  471. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  472. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  473. Everyone is permitted to copy and distribute verbatim copies
  474. of this license document, but changing it is not allowed.
  475. [This is the first released version of the Lesser GPL. It also counts
  476. as the successor of the GNU Library Public License, version 2, hence
  477. the version number 2.1.]
  478. Preamble
  479. The licenses for most software are designed to take away your
  480. freedom to share and change it. By contrast, the GNU General Public
  481. Licenses are intended to guarantee your freedom to share and change
  482. free software--to make sure the software is free for all its users.
  483. This license, the Lesser General Public License, applies to some
  484. specially designated software packages--typically libraries--of the
  485. Free Software Foundation and other authors who decide to use it. You
  486. can use it too, but we suggest you first think carefully about whether
  487. this license or the ordinary General Public License is the better
  488. strategy to use in any particular case, based on the explanations below.
  489. When we speak of free software, we are referring to freedom of use,
  490. not price. Our General Public Licenses are designed to make sure that
  491. you have the freedom to distribute copies of free software (and charge
  492. for this service if you wish); that you receive source code or can get
  493. it if you want it; that you can change the software and use pieces of
  494. it in new free programs; and that you are informed that you can do
  495. these things.
  496. To protect your rights, we need to make restrictions that forbid
  497. distributors to deny you these rights or to ask you to surrender these
  498. rights. These restrictions translate to certain responsibilities for
  499. you if you distribute copies of the library or if you modify it.
  500. For example, if you distribute copies of the library, whether gratis
  501. or for a fee, you must give the recipients all the rights that we gave
  502. you. You must make sure that they, too, receive or can get the source
  503. code. If you link other code with the library, you must provide
  504. complete object files to the recipients, so that they can relink them
  505. with the library after making changes to the library and recompiling
  506. it. And you must show them these terms so they know their rights.
  507. We protect your rights with a two-step method: (1) we copyright the
  508. library, and (2) we offer you this license, which gives you legal
  509. permission to copy, distribute and/or modify the library.
  510. To protect each distributor, we want to make it very clear that
  511. there is no warranty for the free library. Also, if the library is
  512. modified by someone else and passed on, the recipients should know
  513. that what they have is not the original version, so that the original
  514. author's reputation will not be affected by problems that might be
  515. introduced by others.
  516. Finally, software patents pose a constant threat to the existence of
  517. any free program. We wish to make sure that a company cannot
  518. effectively restrict the users of a free program by obtaining a
  519. restrictive license from a patent holder. Therefore, we insist that
  520. any patent license obtained for a version of the library must be
  521. consistent with the full freedom of use specified in this license.
  522. Most GNU software, including some libraries, is covered by the
  523. ordinary GNU General Public License. This license, the GNU Lesser
  524. General Public License, applies to certain designated libraries, and
  525. is quite different from the ordinary General Public License. We use
  526. this license for certain libraries in order to permit linking those
  527. libraries into non-free programs.
  528. When a program is linked with a library, whether statically or using
  529. a shared library, the combination of the two is legally speaking a
  530. combined work, a derivative of the original library. The ordinary
  531. General Public License therefore permits such linking only if the
  532. entire combination fits its criteria of freedom. The Lesser General
  533. Public License permits more lax criteria for linking other code with
  534. the library.
  535. We call this license the "Lesser" General Public License because it
  536. does Less to protect the user's freedom than the ordinary General
  537. Public License. It also provides other free software developers Less
  538. of an advantage over competing non-free programs. These disadvantages
  539. are the reason we use the ordinary General Public License for many
  540. libraries. However, the Lesser license provides advantages in certain
  541. special circumstances.
  542. For example, on rare occasions, there may be a special need to
  543. encourage the widest possible use of a certain library, so that it becomes
  544. a de-facto standard. To achieve this, non-free programs must be
  545. allowed to use the library. A more frequent case is that a free
  546. library does the same job as widely used non-free libraries. In this
  547. case, there is little to gain by limiting the free library to free
  548. software only, so we use the Lesser General Public License.
  549. In other cases, permission to use a particular library in non-free
  550. programs enables a greater number of people to use a large body of
  551. free software. For example, permission to use the GNU C Library in
  552. non-free programs enables many more people to use the whole GNU
  553. operating system, as well as its variant, the GNU/Linux operating
  554. system.
  555. Although the Lesser General Public License is Less protective of the
  556. users' freedom, it does ensure that the user of a program that is
  557. linked with the Library has the freedom and the wherewithal to run
  558. that program using a modified version of the Library.
  559. The precise terms and conditions for copying, distribution and
  560. modification follow. Pay close attention to the difference between a
  561. "work based on the library" and a "work that uses the library". The
  562. former contains code derived from the library, whereas the latter must
  563. be combined with the library in order to run.
  564. GNU LESSER GENERAL PUBLIC LICENSE
  565. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  566. 0. This License Agreement applies to any software library or other
  567. program which contains a notice placed by the copyright holder or
  568. other authorized party saying it may be distributed under the terms of
  569. this Lesser General Public License (also called "this License").
  570. Each licensee is addressed as "you".
  571. A "library" means a collection of software functions and/or data
  572. prepared so as to be conveniently linked with application programs
  573. (which use some of those functions and data) to form executables.
  574. The "Library", below, refers to any such software library or work
  575. which has been distributed under these terms. A "work based on the
  576. Library" means either the Library or any derivative work under
  577. copyright law: that is to say, a work containing the Library or a
  578. portion of it, either verbatim or with modifications and/or translated
  579. straightforwardly into another language. (Hereinafter, translation is
  580. included without limitation in the term "modification".)
  581. "Source code" for a work means the preferred form of the work for
  582. making modifications to it. For a library, complete source code means
  583. all the source code for all modules it contains, plus any associated
  584. interface definition files, plus the scripts used to control compilation
  585. and installation of the library.
  586. Activities other than copying, distribution and modification are not
  587. covered by this License; they are outside its scope. The act of
  588. running a program using the Library is not restricted, and output from
  589. such a program is covered only if its contents constitute a work based
  590. on the Library (independent of the use of the Library in a tool for
  591. writing it). Whether that is true depends on what the Library does
  592. and what the program that uses the Library does.
  593. 1. You may copy and distribute verbatim copies of the Library's
  594. complete source code as you receive it, in any medium, provided that
  595. you conspicuously and appropriately publish on each copy an
  596. appropriate copyright notice and disclaimer of warranty; keep intact
  597. all the notices that refer to this License and to the absence of any
  598. warranty; and distribute a copy of this License along with the
  599. Library.
  600. You may charge a fee for the physical act of transferring a copy,
  601. and you may at your option offer warranty protection in exchange for a
  602. fee.
  603. 2. You may modify your copy or copies of the Library or any portion
  604. of it, thus forming a work based on the Library, and copy and
  605. distribute such modifications or work under the terms of Section 1
  606. above, provided that you also meet all of these conditions:
  607. a) The modified work must itself be a software library.
  608. b) You must cause the files modified to carry prominent notices
  609. stating that you changed the files and the date of any change.
  610. c) You must cause the whole of the work to be licensed at no
  611. charge to all third parties under the terms of this License.
  612. d) If a facility in the modified Library refers to a function or a
  613. table of data to be supplied by an application program that uses
  614. the facility, other than as an argument passed when the facility
  615. is invoked, then you must make a good faith effort to ensure that,
  616. in the event an application does not supply such function or
  617. table, the facility still operates, and performs whatever part of
  618. its purpose remains meaningful.
  619. (For example, a function in a library to compute square roots has
  620. a purpose that is entirely well-defined independent of the
  621. application. Therefore, Subsection 2d requires that any
  622. application-supplied function or table used by this function must
  623. be optional: if the application does not supply it, the square
  624. root function must still compute square roots.)
  625. These requirements apply to the modified work as a whole. If
  626. identifiable sections of that work are not derived from the Library,
  627. and can be reasonably considered independent and separate works in
  628. themselves, then this License, and its terms, do not apply to those
  629. sections when you distribute them as separate works. But when you
  630. distribute the same sections as part of a whole which is a work based
  631. on the Library, the distribution of the whole must be on the terms of
  632. this License, whose permissions for other licensees extend to the
  633. entire whole, and thus to each and every part regardless of who wrote
  634. it.
  635. Thus, it is not the intent of this section to claim rights or contest
  636. your rights to work written entirely by you; rather, the intent is to
  637. exercise the right to control the distribution of derivative or
  638. collective works based on the Library.
  639. In addition, mere aggregation of another work not based on the Library
  640. with the Library (or with a work based on the Library) on a volume of
  641. a storage or distribution medium does not bring the other work under
  642. the scope of this License.
  643. 3. You may opt to apply the terms of the ordinary GNU General Public
  644. License instead of this License to a given copy of the Library. To do
  645. this, you must alter all the notices that refer to this License, so
  646. that they refer to the ordinary GNU General Public License, version 2,
  647. instead of to this License. (If a newer version than version 2 of the
  648. ordinary GNU General Public License has appeared, then you can specify
  649. that version instead if you wish.) Do not make any other change in
  650. these notices.
  651. Once this change is made in a given copy, it is irreversible for
  652. that copy, so the ordinary GNU General Public License applies to all
  653. subsequent copies and derivative works made from that copy.
  654. This option is useful when you wish to copy part of the code of
  655. the Library into a program that is not a library.
  656. 4. You may copy and distribute the Library (or a portion or
  657. derivative of it, under Section 2) in object code or executable form
  658. under the terms of Sections 1 and 2 above provided that you accompany
  659. it with the complete corresponding machine-readable source code, which
  660. must be distributed under the terms of Sections 1 and 2 above on a
  661. medium customarily used for software interchange.
  662. If distribution of object code is made by offering access to copy
  663. from a designated place, then offering equivalent access to copy the
  664. source code from the same place satisfies the requirement to
  665. distribute the source code, even though third parties are not
  666. compelled to copy the source along with the object code.
  667. 5. A program that contains no derivative of any portion of the
  668. Library, but is designed to work with the Library by being compiled or
  669. linked with it, is called a "work that uses the Library". Such a
  670. work, in isolation, is not a derivative work of the Library, and
  671. therefore falls outside the scope of this License.
  672. However, linking a "work that uses the Library" with the Library
  673. creates an executable that is a derivative of the Library (because it
  674. contains portions of the Library), rather than a "work that uses the
  675. library". The executable is therefore covered by this License.
  676. Section 6 states terms for distribution of such executables.
  677. When a "work that uses the Library" uses material from a header file
  678. that is part of the Library, the object code for the work may be a
  679. derivative work of the Library even though the source code is not.
  680. Whether this is true is especially significant if the work can be
  681. linked without the Library, or if the work is itself a library. The
  682. threshold for this to be true is not precisely defined by law.
  683. If such an object file uses only numerical parameters, data
  684. structure layouts and accessors, and small macros and small inline
  685. functions (ten lines or less in length), then the use of the object
  686. file is unrestricted, regardless of whether it is legally a derivative
  687. work. (Executables containing this object code plus portions of the
  688. Library will still fall under Section 6.)
  689. Otherwise, if the work is a derivative of the Library, you may
  690. distribute the object code for the work under the terms of Section 6.
  691. Any executables containing that work also fall under Section 6,
  692. whether or not they are linked directly with the Library itself.
  693. 6. As an exception to the Sections above, you may also combine or
  694. link a "work that uses the Library" with the Library to produce a
  695. work containing portions of the Library, and distribute that work
  696. under terms of your choice, provided that the terms permit
  697. modification of the work for the customer's own use and reverse
  698. engineering for debugging such modifications.
  699. You must give prominent notice with each copy of the work that the
  700. Library is used in it and that the Library and its use are covered by
  701. this License. You must supply a copy of this License. If the work
  702. during execution displays copyright notices, you must include the
  703. copyright notice for the Library among them, as well as a reference
  704. directing the user to the copy of this License. Also, you must do one
  705. of these things:
  706. a) Accompany the work with the complete corresponding
  707. machine-readable source code for the Library including whatever
  708. changes were used in the work (which must be distributed under
  709. Sections 1 and 2 above); and, if the work is an executable linked
  710. with the Library, with the complete machine-readable "work that
  711. uses the Library", as object code and/or source code, so that the
  712. user can modify the Library and then relink to produce a modified
  713. executable containing the modified Library. (It is understood
  714. that the user who changes the contents of definitions files in the
  715. Library will not necessarily be able to recompile the application
  716. to use the modified definitions.)
  717. b) Use a suitable shared library mechanism for linking with the
  718. Library. A suitable mechanism is one that (1) uses at run time a
  719. copy of the library already present on the user's computer system,
  720. rather than copying library functions into the executable, and (2)
  721. will operate properly with a modified version of the library, if
  722. the user installs one, as long as the modified version is
  723. interface-compatible with the version that the work was made with.
  724. c) Accompany the work with a written offer, valid for at
  725. least three years, to give the same user the materials
  726. specified in Subsection 6a, above, for a charge no more
  727. than the cost of performing this distribution.
  728. d) If distribution of the work is made by offering access to copy
  729. from a designated place, offer equivalent access to copy the above
  730. specified materials from the same place.
  731. e) Verify that the user has already received a copy of these
  732. materials or that you have already sent this user a copy.
  733. For an executable, the required form of the "work that uses the
  734. Library" must include any data and utility programs needed for
  735. reproducing the executable from it. However, as a special exception,
  736. the materials to be distributed need not include anything that is
  737. normally distributed (in either source or binary form) with the major
  738. components (compiler, kernel, and so on) of the operating system on
  739. which the executable runs, unless that component itself accompanies
  740. the executable.
  741. It may happen that this requirement contradicts the license
  742. restrictions of other proprietary libraries that do not normally
  743. accompany the operating system. Such a contradiction means you cannot
  744. use both them and the Library together in an executable that you
  745. distribute.
  746. 7. You may place library facilities that are a work based on the
  747. Library side-by-side in a single library together with other library
  748. facilities not covered by this License, and distribute such a combined
  749. library, provided that the separate distribution of the work based on
  750. the Library and of the other library facilities is otherwise
  751. permitted, and provided that you do these two things:
  752. a) Accompany the combined library with a copy of the same work
  753. based on the Library, uncombined with any other library
  754. facilities. This must be distributed under the terms of the
  755. Sections above.
  756. b) Give prominent notice with the combined library of the fact
  757. that part of it is a work based on the Library, and explaining
  758. where to find the accompanying uncombined form of the same work.
  759. 8. You may not copy, modify, sublicense, link with, or distribute
  760. the Library except as expressly provided under this License. Any
  761. attempt otherwise to copy, modify, sublicense, link with, or
  762. distribute the Library is void, and will automatically terminate your
  763. rights under this License. However, parties who have received copies,
  764. or rights, from you under this License will not have their licenses
  765. terminated so long as such parties remain in full compliance.
  766. 9. You are not required to accept this License, since you have not
  767. signed it. However, nothing else grants you permission to modify or
  768. distribute the Library or its derivative works. These actions are
  769. prohibited by law if you do not accept this License. Therefore, by
  770. modifying or distributing the Library (or any work based on the
  771. Library), you indicate your acceptance of this License to do so, and
  772. all its terms and conditions for copying, distributing or modifying
  773. the Library or works based on it.
  774. 10. Each time you redistribute the Library (or any work based on the
  775. Library), the recipient automatically receives a license from the
  776. original licensor to copy, distribute, link with or modify the Library
  777. subject to these terms and conditions. You may not impose any further
  778. restrictions on the recipients' exercise of the rights granted herein.
  779. You are not responsible for enforcing compliance by third parties with
  780. this License.
  781. 11. If, as a consequence of a court judgment or allegation of patent
  782. infringement or for any other reason (not limited to patent issues),
  783. conditions are imposed on you (whether by court order, agreement or
  784. otherwise) that contradict the conditions of this License, they do not
  785. excuse you from the conditions of this License. If you cannot
  786. distribute so as to satisfy simultaneously your obligations under this
  787. License and any other pertinent obligations, then as a consequence you
  788. may not distribute the Library at all. For example, if a patent
  789. license would not permit royalty-free redistribution of the Library by
  790. all those who receive copies directly or indirectly through you, then
  791. the only way you could satisfy both it and this License would be to
  792. refrain entirely from distribution of the Library.
  793. If any portion of this section is held invalid or unenforceable under any
  794. particular circumstance, the balance of the section is intended to apply,
  795. and the section as a whole is intended to apply in other circumstances.
  796. It is not the purpose of this section to induce you to infringe any
  797. patents or other property right claims or to contest validity of any
  798. such claims; this section has the sole purpose of protecting the
  799. integrity of the free software distribution system which is
  800. implemented by public license practices. Many people have made
  801. generous contributions to the wide range of software distributed
  802. through that system in reliance on consistent application of that
  803. system; it is up to the author/donor to decide if he or she is willing
  804. to distribute software through any other system and a licensee cannot
  805. impose that choice.
  806. This section is intended to make thoroughly clear what is believed to
  807. be a consequence of the rest of this License.
  808. 12. If the distribution and/or use of the Library is restricted in
  809. certain countries either by patents or by copyrighted interfaces, the
  810. original copyright holder who places the Library under this License may add
  811. an explicit geographical distribution limitation excluding those countries,
  812. so that distribution is permitted only in or among countries not thus
  813. excluded. In such case, this License incorporates the limitation as if
  814. written in the body of this License.
  815. 13. The Free Software Foundation may publish revised and/or new
  816. versions of the Lesser General Public License from time to time.
  817. Such new versions will be similar in spirit to the present version,
  818. but may differ in detail to address new problems or concerns.
  819. Each version is given a distinguishing version number. If the Library
  820. specifies a version number of this License which applies to it and
  821. "any later version", you have the option of following the terms and
  822. conditions either of that version or of any later version published by
  823. the Free Software Foundation. If the Library does not specify a
  824. license version number, you may choose any version ever published by
  825. the Free Software Foundation.
  826. 14. If you wish to incorporate parts of the Library into other free
  827. programs whose distribution conditions are incompatible with these,
  828. write to the author to ask for permission. For software which is
  829. copyrighted by the Free Software Foundation, write to the Free
  830. Software Foundation; we sometimes make exceptions for this. Our
  831. decision will be guided by the two goals of preserving the free status
  832. of all derivatives of our free software and of promoting the sharing
  833. and reuse of software generally.
  834. NO WARRANTY
  835. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  836. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  837. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  838. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  839. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  840. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  841. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  842. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  843. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  844. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  845. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  846. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  847. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  848. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  849. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  850. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  851. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  852. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  853. DAMAGES.
  854. END OF TERMS AND CONDITIONS
  855. How to Apply These Terms to Your New Libraries
  856. If you develop a new library, and you want it to be of the greatest
  857. possible use to the public, we recommend making it free software that
  858. everyone can redistribute and change. You can do so by permitting
  859. redistribution under these terms (or, alternatively, under the terms of the
  860. ordinary General Public License).
  861. To apply these terms, attach the following notices to the library. It is
  862. safest to attach them to the start of each source file to most effectively
  863. convey the exclusion of warranty; and each file should have at least the
  864. "copyright" line and a pointer to where the full notice is found.
  865. <one line to give the library's name and a brief idea of what it does.>
  866. Copyright (C) <year> <name of author>
  867. This library is free software; you can redistribute it and/or
  868. modify it under the terms of the GNU Lesser General Public
  869. License as published by the Free Software Foundation; either
  870. version 2.1 of the License, or (at your option) any later version.
  871. This library is distributed in the hope that it will be useful,
  872. but WITHOUT ANY WARRANTY; without even the implied warranty of
  873. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  874. Lesser General Public License for more details.
  875. You should have received a copy of the GNU Lesser General Public
  876. License along with this library; if not, write to the Free Software
  877. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  878. Also add information on how to contact you by electronic and paper mail.
  879. You should also get your employer (if you work as a programmer) or your
  880. school, if any, to sign a "copyright disclaimer" for the library, if
  881. necessary. Here is a sample; alter the names:
  882. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  883. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  884. <signature of Ty Coon>, 1 April 1990
  885. Ty Coon, President of Vice
  886. That's all there is to it!
  887. ====================LGPL-2.1-or-later====================
  888. * This library is free software; you can redistribute it and/or
  889. * modify it under the terms of the GNU Lesser General Public
  890. * License as published by the Free Software Foundation; either
  891. * version 2.1 of the License, or (at your option) any later version.
  892. *
  893. * This library is distributed in the hope that it will be useful,
  894. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  895. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  896. * Lesser General Public License for more details.
  897. *
  898. * You should have received a copy of the GNU Lesser General Public
  899. * License along with this library; if not, write to the Free Software
  900. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA