licenses.list.txt 64 KB

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