選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10713 行
530KB

  1. Contains code from project GNU Binutils (https://www.gnu.org/software/binutils/),
  2. GNU Debugger (https://www.gnu.org/software/gdb/) under the following license(s).
  3. GNU GENERAL PUBLIC LICENSE
  4. Version 3, 29 June 2007
  5. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  6. Everyone is permitted to copy and distribute verbatim copies
  7. of this license document, but changing it is not allowed.
  8. Preamble
  9. The GNU General Public License is a free, copyleft license for
  10. software and other kinds of works.
  11. The licenses for most software and other practical works are designed
  12. to take away your freedom to share and change the works. By contrast,
  13. the GNU General Public License is intended to guarantee your freedom to
  14. share and change all versions of a program--to make sure it remains free
  15. software for all its users. We, the Free Software Foundation, use the
  16. GNU General Public License for most of our software; it applies also to
  17. any other work released this way by its authors. You can apply it to
  18. your programs, too.
  19. When we speak of free software, we are referring to freedom, not
  20. price. Our General Public Licenses are designed to make sure that you
  21. have the freedom to distribute copies of free software (and charge for
  22. them if you wish), that you receive source code or can get it if you
  23. want it, that you can change the software or use pieces of it in new
  24. free programs, and that you know you can do these things.
  25. To protect your rights, we need to prevent others from denying you
  26. these rights or asking you to surrender the rights. Therefore, you have
  27. certain responsibilities if you distribute copies of the software, or if
  28. you modify it: responsibilities to respect the freedom of others.
  29. For example, if you distribute copies of such a program, whether
  30. gratis or for a fee, you must pass on to the recipients the same
  31. freedoms that you received. You must make sure that they, too, receive
  32. or can get the source code. And you must show them these terms so they
  33. know their rights.
  34. Developers that use the GNU GPL protect your rights with two steps:
  35. (1) assert copyright on the software, and (2) offer you this License
  36. giving you legal permission to copy, distribute and/or modify it.
  37. For the developers' and authors' protection, the GPL clearly explains
  38. that there is no warranty for this free software. For both users' and
  39. authors' sake, the GPL requires that modified versions be marked as
  40. changed, so that their problems will not be attributed erroneously to
  41. authors of previous versions.
  42. Some devices are designed to deny users access to install or run
  43. modified versions of the software inside them, although the manufacturer
  44. can do so. This is fundamentally incompatible with the aim of
  45. protecting users' freedom to change the software. The systematic
  46. pattern of such abuse occurs in the area of products for individuals to
  47. use, which is precisely where it is most unacceptable. Therefore, we
  48. have designed this version of the GPL to prohibit the practice for those
  49. products. If such problems arise substantially in other domains, we
  50. stand ready to extend this provision to those domains in future versions
  51. of the GPL, as needed to protect the freedom of users.
  52. Finally, every program is threatened constantly by software patents.
  53. States should not allow patents to restrict development and use of
  54. software on general-purpose computers, but in those that do, we wish to
  55. avoid the special danger that patents applied to a free program could
  56. make it effectively proprietary. To prevent this, the GPL assures that
  57. patents cannot be used to render the program non-free.
  58. The precise terms and conditions for copying, distribution and
  59. modification follow.
  60. TERMS AND CONDITIONS
  61. 0. Definitions.
  62. "This License" refers to version 3 of the GNU General Public License.
  63. "Copyright" also means copyright-like laws that apply to other kinds of
  64. works, such as semiconductor masks.
  65. "The Program" refers to any copyrightable work licensed under this
  66. License. Each licensee is addressed as "you". "Licensees" and
  67. "recipients" may be individuals or organizations.
  68. To "modify" a work means to copy from or adapt all or part of the work
  69. in a fashion requiring copyright permission, other than the making of an
  70. exact copy. The resulting work is called a "modified version" of the
  71. earlier work or a work "based on" the earlier work.
  72. A "covered work" means either the unmodified Program or a work based
  73. on the Program.
  74. To "propagate" a work means to do anything with it that, without
  75. permission, would make you directly or secondarily liable for
  76. infringement under applicable copyright law, except executing it on a
  77. computer or modifying a private copy. Propagation includes copying,
  78. distribution (with or without modification), making available to the
  79. public, and in some countries other activities as well.
  80. To "convey" a work means any kind of propagation that enables other
  81. parties to make or receive copies. Mere interaction with a user through
  82. a computer network, with no transfer of a copy, is not conveying.
  83. An interactive user interface displays "Appropriate Legal Notices"
  84. to the extent that it includes a convenient and prominently visible
  85. feature that (1) displays an appropriate copyright notice, and (2)
  86. tells the user that there is no warranty for the work (except to the
  87. extent that warranties are provided), that licensees may convey the
  88. work under this License, and how to view a copy of this License. If
  89. the interface presents a list of user commands or options, such as a
  90. menu, a prominent item in the list meets this criterion.
  91. 1. Source Code.
  92. The "source code" for a work means the preferred form of the work
  93. for making modifications to it. "Object code" means any non-source
  94. form of a work.
  95. A "Standard Interface" means an interface that either is an official
  96. standard defined by a recognized standards body, or, in the case of
  97. interfaces specified for a particular programming language, one that
  98. is widely used among developers working in that language.
  99. The "System Libraries" of an executable work include anything, other
  100. than the work as a whole, that (a) is included in the normal form of
  101. packaging a Major Component, but which is not part of that Major
  102. Component, and (b) serves only to enable use of the work with that
  103. Major Component, or to implement a Standard Interface for which an
  104. implementation is available to the public in source code form. A
  105. "Major Component", in this context, means a major essential component
  106. (kernel, window system, and so on) of the specific operating system
  107. (if any) on which the executable work runs, or a compiler used to
  108. produce the work, or an object code interpreter used to run it.
  109. The "Corresponding Source" for a work in object code form means all
  110. the source code needed to generate, install, and (for an executable
  111. work) run the object code and to modify the work, including scripts to
  112. control those activities. However, it does not include the work's
  113. System Libraries, or general-purpose tools or generally available free
  114. programs which are used unmodified in performing those activities but
  115. which are not part of the work. For example, Corresponding Source
  116. includes interface definition files associated with source files for
  117. the work, and the source code for shared libraries and dynamically
  118. linked subprograms that the work is specifically designed to require,
  119. such as by intimate data communication or control flow between those
  120. subprograms and other parts of the work.
  121. The Corresponding Source need not include anything that users
  122. can regenerate automatically from other parts of the Corresponding
  123. Source.
  124. The Corresponding Source for a work in source code form is that
  125. same work.
  126. 2. Basic Permissions.
  127. All rights granted under this License are granted for the term of
  128. copyright on the Program, and are irrevocable provided the stated
  129. conditions are met. This License explicitly affirms your unlimited
  130. permission to run the unmodified Program. The output from running a
  131. covered work is covered by this License only if the output, given its
  132. content, constitutes a covered work. This License acknowledges your
  133. rights of fair use or other equivalent, as provided by copyright law.
  134. You may make, run and propagate covered works that you do not
  135. convey, without conditions so long as your license otherwise remains
  136. in force. You may convey covered works to others for the sole purpose
  137. of having them make modifications exclusively for you, or provide you
  138. with facilities for running those works, provided that you comply with
  139. the terms of this License in conveying all material for which you do
  140. not control copyright. Those thus making or running the covered works
  141. for you must do so exclusively on your behalf, under your direction
  142. and control, on terms that prohibit them from making any copies of
  143. your copyrighted material outside their relationship with you.
  144. Conveying under any other circumstances is permitted solely under
  145. the conditions stated below. Sublicensing is not allowed; section 10
  146. makes it unnecessary.
  147. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  148. No covered work shall be deemed part of an effective technological
  149. measure under any applicable law fulfilling obligations under article
  150. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  151. similar laws prohibiting or restricting circumvention of such
  152. measures.
  153. When you convey a covered work, you waive any legal power to forbid
  154. circumvention of technological measures to the extent such circumvention
  155. is effected by exercising rights under this License with respect to
  156. the covered work, and you disclaim any intention to limit operation or
  157. modification of the work as a means of enforcing, against the work's
  158. users, your or third parties' legal rights to forbid circumvention of
  159. technological measures.
  160. 4. Conveying Verbatim Copies.
  161. You may convey verbatim copies of the Program's source code as you
  162. receive it, in any medium, provided that you conspicuously and
  163. appropriately publish on each copy an appropriate copyright notice;
  164. keep intact all notices stating that this License and any
  165. non-permissive terms added in accord with section 7 apply to the code;
  166. keep intact all notices of the absence of any warranty; and give all
  167. recipients a copy of this License along with the Program.
  168. You may charge any price or no price for each copy that you convey,
  169. and you may offer support or warranty protection for a fee.
  170. 5. Conveying Modified Source Versions.
  171. You may convey a work based on the Program, or the modifications to
  172. produce it from the Program, in the form of source code under the
  173. terms of section 4, provided that you also meet all of these conditions:
  174. a) The work must carry prominent notices stating that you modified
  175. it, and giving a relevant date.
  176. b) The work must carry prominent notices stating that it is
  177. released under this License and any conditions added under section
  178. 7. This requirement modifies the requirement in section 4 to
  179. "keep intact all notices".
  180. c) You must license the entire work, as a whole, under this
  181. License to anyone who comes into possession of a copy. This
  182. License will therefore apply, along with any applicable section 7
  183. additional terms, to the whole of the work, and all its parts,
  184. regardless of how they are packaged. This License gives no
  185. permission to license the work in any other way, but it does not
  186. invalidate such permission if you have separately received it.
  187. d) If the work has interactive user interfaces, each must display
  188. Appropriate Legal Notices; however, if the Program has interactive
  189. interfaces that do not display Appropriate Legal Notices, your
  190. work need not make them do so.
  191. A compilation of a covered work with other separate and independent
  192. works, which are not by their nature extensions of the covered work,
  193. and which are not combined with it such as to form a larger program,
  194. in or on a volume of a storage or distribution medium, is called an
  195. "aggregate" if the compilation and its resulting copyright are not
  196. used to limit the access or legal rights of the compilation's users
  197. beyond what the individual works permit. Inclusion of a covered work
  198. in an aggregate does not cause this License to apply to the other
  199. parts of the aggregate.
  200. 6. Conveying Non-Source Forms.
  201. You may convey a covered work in object code form under the terms
  202. of sections 4 and 5, provided that you also convey the
  203. machine-readable Corresponding Source under the terms of this License,
  204. in one of these ways:
  205. a) Convey the object code in, or embodied in, a physical product
  206. (including a physical distribution medium), accompanied by the
  207. Corresponding Source fixed on a durable physical medium
  208. customarily used for software interchange.
  209. b) Convey the object code in, or embodied in, a physical product
  210. (including a physical distribution medium), accompanied by a
  211. written offer, valid for at least three years and valid for as
  212. long as you offer spare parts or customer support for that product
  213. model, to give anyone who possesses the object code either (1) a
  214. copy of the Corresponding Source for all the software in the
  215. product that is covered by this License, on a durable physical
  216. medium customarily used for software interchange, for a price no
  217. more than your reasonable cost of physically performing this
  218. conveying of source, or (2) access to copy the
  219. Corresponding Source from a network server at no charge.
  220. c) Convey individual copies of the object code with a copy of the
  221. written offer to provide the Corresponding Source. This
  222. alternative is allowed only occasionally and noncommercially, and
  223. only if you received the object code with such an offer, in accord
  224. with subsection 6b.
  225. d) Convey the object code by offering access from a designated
  226. place (gratis or for a charge), and offer equivalent access to the
  227. Corresponding Source in the same way through the same place at no
  228. further charge. You need not require recipients to copy the
  229. Corresponding Source along with the object code. If the place to
  230. copy the object code is a network server, the Corresponding Source
  231. may be on a different server (operated by you or a third party)
  232. that supports equivalent copying facilities, provided you maintain
  233. clear directions next to the object code saying where to find the
  234. Corresponding Source. Regardless of what server hosts the
  235. Corresponding Source, you remain obligated to ensure that it is
  236. available for as long as needed to satisfy these requirements.
  237. e) Convey the object code using peer-to-peer transmission, provided
  238. you inform other peers where the object code and Corresponding
  239. Source of the work are being offered to the general public at no
  240. charge under subsection 6d.
  241. A separable portion of the object code, whose source code is excluded
  242. from the Corresponding Source as a System Library, need not be
  243. included in conveying the object code work.
  244. A "User Product" is either (1) a "consumer product", which means any
  245. tangible personal property which is normally used for personal, family,
  246. or household purposes, or (2) anything designed or sold for incorporation
  247. into a dwelling. In determining whether a product is a consumer product,
  248. doubtful cases shall be resolved in favor of coverage. For a particular
  249. product received by a particular user, "normally used" refers to a
  250. typical or common use of that class of product, regardless of the status
  251. of the particular user or of the way in which the particular user
  252. actually uses, or expects or is expected to use, the product. A product
  253. is a consumer product regardless of whether the product has substantial
  254. commercial, industrial or non-consumer uses, unless such uses represent
  255. the only significant mode of use of the product.
  256. "Installation Information" for a User Product means any methods,
  257. procedures, authorization keys, or other information required to install
  258. and execute modified versions of a covered work in that User Product from
  259. a modified version of its Corresponding Source. The information must
  260. suffice to ensure that the continued functioning of the modified object
  261. code is in no case prevented or interfered with solely because
  262. modification has been made.
  263. If you convey an object code work under this section in, or with, or
  264. specifically for use in, a User Product, and the conveying occurs as
  265. part of a transaction in which the right of possession and use of the
  266. User Product is transferred to the recipient in perpetuity or for a
  267. fixed term (regardless of how the transaction is characterized), the
  268. Corresponding Source conveyed under this section must be accompanied
  269. by the Installation Information. But this requirement does not apply
  270. if neither you nor any third party retains the ability to install
  271. modified object code on the User Product (for example, the work has
  272. been installed in ROM).
  273. The requirement to provide Installation Information does not include a
  274. requirement to continue to provide support service, warranty, or updates
  275. for a work that has been modified or installed by the recipient, or for
  276. the User Product in which it has been modified or installed. Access to a
  277. network may be denied when the modification itself materially and
  278. adversely affects the operation of the network or violates the rules and
  279. protocols for communication across the network.
  280. Corresponding Source conveyed, and Installation Information provided,
  281. in accord with this section must be in a format that is publicly
  282. documented (and with an implementation available to the public in
  283. source code form), and must require no special password or key for
  284. unpacking, reading or copying.
  285. 7. Additional Terms.
  286. "Additional permissions" are terms that supplement the terms of this
  287. License by making exceptions from one or more of its conditions.
  288. Additional permissions that are applicable to the entire Program shall
  289. be treated as though they were included in this License, to the extent
  290. that they are valid under applicable law. If additional permissions
  291. apply only to part of the Program, that part may be used separately
  292. under those permissions, but the entire Program remains governed by
  293. this License without regard to the additional permissions.
  294. When you convey a copy of a covered work, you may at your option
  295. remove any additional permissions from that copy, or from any part of
  296. it. (Additional permissions may be written to require their own
  297. removal in certain cases when you modify the work.) You may place
  298. additional permissions on material, added by you to a covered work,
  299. for which you have or can give appropriate copyright permission.
  300. Notwithstanding any other provision of this License, for material you
  301. add to a covered work, you may (if authorized by the copyright holders of
  302. that material) supplement the terms of this License with terms:
  303. a) Disclaiming warranty or limiting liability differently from the
  304. terms of sections 15 and 16 of this License; or
  305. b) Requiring preservation of specified reasonable legal notices or
  306. author attributions in that material or in the Appropriate Legal
  307. Notices displayed by works containing it; or
  308. c) Prohibiting misrepresentation of the origin of that material, or
  309. requiring that modified versions of such material be marked in
  310. reasonable ways as different from the original version; or
  311. d) Limiting the use for publicity purposes of names of licensors or
  312. authors of the material; or
  313. e) Declining to grant rights under trademark law for use of some
  314. trade names, trademarks, or service marks; or
  315. f) Requiring indemnification of licensors and authors of that
  316. material by anyone who conveys the material (or modified versions of
  317. it) with contractual assumptions of liability to the recipient, for
  318. any liability that these contractual assumptions directly impose on
  319. those licensors and authors.
  320. All other non-permissive additional terms are considered "further
  321. restrictions" within the meaning of section 10. If the Program as you
  322. received it, or any part of it, contains a notice stating that it is
  323. governed by this License along with a term that is a further
  324. restriction, you may remove that term. If a license document contains
  325. a further restriction but permits relicensing or conveying under this
  326. License, you may add to a covered work material governed by the terms
  327. of that license document, provided that the further restriction does
  328. not survive such relicensing or conveying.
  329. If you add terms to a covered work in accord with this section, you
  330. must place, in the relevant source files, a statement of the
  331. additional terms that apply to those files, or a notice indicating
  332. where to find the applicable terms.
  333. Additional terms, permissive or non-permissive, may be stated in the
  334. form of a separately written license, or stated as exceptions;
  335. the above requirements apply either way.
  336. 8. Termination.
  337. You may not propagate or modify a covered work except as expressly
  338. provided under this License. Any attempt otherwise to propagate or
  339. modify it is void, and will automatically terminate your rights under
  340. this License (including any patent licenses granted under the third
  341. paragraph of section 11).
  342. However, if you cease all violation of this License, then your
  343. license from a particular copyright holder is reinstated (a)
  344. provisionally, unless and until the copyright holder explicitly and
  345. finally terminates your license, and (b) permanently, if the copyright
  346. holder fails to notify you of the violation by some reasonable means
  347. prior to 60 days after the cessation.
  348. Moreover, your license from a particular copyright holder is
  349. reinstated permanently if the copyright holder notifies you of the
  350. violation by some reasonable means, this is the first time you have
  351. received notice of violation of this License (for any work) from that
  352. copyright holder, and you cure the violation prior to 30 days after
  353. your receipt of the notice.
  354. Termination of your rights under this section does not terminate the
  355. licenses of parties who have received copies or rights from you under
  356. this License. If your rights have been terminated and not permanently
  357. reinstated, you do not qualify to receive new licenses for the same
  358. material under section 10.
  359. 9. Acceptance Not Required for Having Copies.
  360. You are not required to accept this License in order to receive or
  361. run a copy of the Program. Ancillary propagation of a covered work
  362. occurring solely as a consequence of using peer-to-peer transmission
  363. to receive a copy likewise does not require acceptance. However,
  364. nothing other than this License grants you permission to propagate or
  365. modify any covered work. These actions infringe copyright if you do
  366. not accept this License. Therefore, by modifying or propagating a
  367. covered work, you indicate your acceptance of this License to do so.
  368. 10. Automatic Licensing of Downstream Recipients.
  369. Each time you convey a covered work, the recipient automatically
  370. receives a license from the original licensors, to run, modify and
  371. propagate that work, subject to this License. You are not responsible
  372. for enforcing compliance by third parties with this License.
  373. An "entity transaction" is a transaction transferring control of an
  374. organization, or substantially all assets of one, or subdividing an
  375. organization, or merging organizations. If propagation of a covered
  376. work results from an entity transaction, each party to that
  377. transaction who receives a copy of the work also receives whatever
  378. licenses to the work the party's predecessor in interest had or could
  379. give under the previous paragraph, plus a right to possession of the
  380. Corresponding Source of the work from the predecessor in interest, if
  381. the predecessor has it or can get it with reasonable efforts.
  382. You may not impose any further restrictions on the exercise of the
  383. rights granted or affirmed under this License. For example, you may
  384. not impose a license fee, royalty, or other charge for exercise of
  385. rights granted under this License, and you may not initiate litigation
  386. (including a cross-claim or counterclaim in a lawsuit) alleging that
  387. any patent claim is infringed by making, using, selling, offering for
  388. sale, or importing the Program or any portion of it.
  389. 11. Patents.
  390. A "contributor" is a copyright holder who authorizes use under this
  391. License of the Program or a work on which the Program is based. The
  392. work thus licensed is called the contributor's "contributor version".
  393. A contributor's "essential patent claims" are all patent claims
  394. owned or controlled by the contributor, whether already acquired or
  395. hereafter acquired, that would be infringed by some manner, permitted
  396. by this License, of making, using, or selling its contributor version,
  397. but do not include claims that would be infringed only as a
  398. consequence of further modification of the contributor version. For
  399. purposes of this definition, "control" includes the right to grant
  400. patent sublicenses in a manner consistent with the requirements of
  401. this License.
  402. Each contributor grants you a non-exclusive, worldwide, royalty-free
  403. patent license under the contributor's essential patent claims, to
  404. make, use, sell, offer for sale, import and otherwise run, modify and
  405. propagate the contents of its contributor version.
  406. In the following three paragraphs, a "patent license" is any express
  407. agreement or commitment, however denominated, not to enforce a patent
  408. (such as an express permission to practice a patent or covenant not to
  409. sue for patent infringement). To "grant" such a patent license to a
  410. party means to make such an agreement or commitment not to enforce a
  411. patent against the party.
  412. If you convey a covered work, knowingly relying on a patent license,
  413. and the Corresponding Source of the work is not available for anyone
  414. to copy, free of charge and under the terms of this License, through a
  415. publicly available network server or other readily accessible means,
  416. then you must either (1) cause the Corresponding Source to be so
  417. available, or (2) arrange to deprive yourself of the benefit of the
  418. patent license for this particular work, or (3) arrange, in a manner
  419. consistent with the requirements of this License, to extend the patent
  420. license to downstream recipients. "Knowingly relying" means you have
  421. actual knowledge that, but for the patent license, your conveying the
  422. covered work in a country, or your recipient's use of the covered work
  423. in a country, would infringe one or more identifiable patents in that
  424. country that you have reason to believe are valid.
  425. If, pursuant to or in connection with a single transaction or
  426. arrangement, you convey, or propagate by procuring conveyance of, a
  427. covered work, and grant a patent license to some of the parties
  428. receiving the covered work authorizing them to use, propagate, modify
  429. or convey a specific copy of the covered work, then the patent license
  430. you grant is automatically extended to all recipients of the covered
  431. work and works based on it.
  432. A patent license is "discriminatory" if it does not include within
  433. the scope of its coverage, prohibits the exercise of, or is
  434. conditioned on the non-exercise of one or more of the rights that are
  435. specifically granted under this License. You may not convey a covered
  436. work if you are a party to an arrangement with a third party that is
  437. in the business of distributing software, under which you make payment
  438. to the third party based on the extent of your activity of conveying
  439. the work, and under which the third party grants, to any of the
  440. parties who would receive the covered work from you, a discriminatory
  441. patent license (a) in connection with copies of the covered work
  442. conveyed by you (or copies made from those copies), or (b) primarily
  443. for and in connection with specific products or compilations that
  444. contain the covered work, unless you entered into that arrangement,
  445. or that patent license was granted, prior to 28 March 2007.
  446. Nothing in this License shall be construed as excluding or limiting
  447. any implied license or other defenses to infringement that may
  448. otherwise be available to you under applicable patent law.
  449. 12. No Surrender of Others' Freedom.
  450. If conditions are imposed on you (whether by court order, agreement or
  451. otherwise) that contradict the conditions of this License, they do not
  452. excuse you from the conditions of this License. If you cannot convey a
  453. covered work so as to satisfy simultaneously your obligations under this
  454. License and any other pertinent obligations, then as a consequence you may
  455. not convey it at all. For example, if you agree to terms that obligate you
  456. to collect a royalty for further conveying from those to whom you convey
  457. the Program, the only way you could satisfy both those terms and this
  458. License would be to refrain entirely from conveying the Program.
  459. 13. Use with the GNU Affero General Public License.
  460. Notwithstanding any other provision of this License, you have
  461. permission to link or combine any covered work with a work licensed
  462. under version 3 of the GNU Affero General Public License into a single
  463. combined work, and to convey the resulting work. The terms of this
  464. License will continue to apply to the part which is the covered work,
  465. but the special requirements of the GNU Affero General Public License,
  466. section 13, concerning interaction through a network will apply to the
  467. combination as such.
  468. 14. Revised Versions of this License.
  469. The Free Software Foundation may publish revised and/or new versions of
  470. the GNU General Public License from time to time. Such new versions will
  471. be similar in spirit to the present version, but may differ in detail to
  472. address new problems or concerns.
  473. Each version is given a distinguishing version number. If the
  474. Program specifies that a certain numbered version of the GNU General
  475. Public License "or any later version" applies to it, you have the
  476. option of following the terms and conditions either of that numbered
  477. version or of any later version published by the Free Software
  478. Foundation. If the Program does not specify a version number of the
  479. GNU General Public License, you may choose any version ever published
  480. by the Free Software Foundation.
  481. If the Program specifies that a proxy can decide which future
  482. versions of the GNU General Public License can be used, that proxy's
  483. public statement of acceptance of a version permanently authorizes you
  484. to choose that version for the Program.
  485. Later license versions may give you additional or different
  486. permissions. However, no additional obligations are imposed on any
  487. author or copyright holder as a result of your choosing to follow a
  488. later version.
  489. 15. Disclaimer of Warranty.
  490. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  491. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  492. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  493. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  494. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  495. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  496. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  497. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  498. 16. Limitation of Liability.
  499. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  500. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  501. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  502. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  503. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  504. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  505. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  506. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  507. SUCH DAMAGES.
  508. 17. Interpretation of Sections 15 and 16.
  509. If the disclaimer of warranty and limitation of liability provided
  510. above cannot be given local legal effect according to their terms,
  511. reviewing courts shall apply local law that most closely approximates
  512. an absolute waiver of all civil liability in connection with the
  513. Program, unless a warranty or assumption of liability accompanies a
  514. copy of the Program in return for a fee.
  515. END OF TERMS AND CONDITIONS
  516. How to Apply These Terms to Your New Programs
  517. If you develop a new program, and you want it to be of the greatest
  518. possible use to the public, the best way to achieve this is to make it
  519. free software which everyone can redistribute and change under these terms.
  520. To do so, attach the following notices to the program. It is safest
  521. to attach them to the start of each source file to most effectively
  522. state the exclusion of warranty; and each file should have at least
  523. the "copyright" line and a pointer to where the full notice is found.
  524. <one line to give the program's name and a brief idea of what it does.>
  525. Copyright (C) <year> <name of author>
  526. This program is free software: you can redistribute it and/or modify
  527. it under the terms of the GNU General Public License as published by
  528. the Free Software Foundation, either version 3 of the License, or
  529. (at your option) any later version.
  530. This program is distributed in the hope that it will be useful,
  531. but WITHOUT ANY WARRANTY; without even the implied warranty of
  532. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  533. GNU General Public License for more details.
  534. You should have received a copy of the GNU General Public License
  535. along with this program. If not, see <http://www.gnu.org/licenses/>.
  536. Also add information on how to contact you by electronic and paper mail.
  537. If the program does terminal interaction, make it output a short
  538. notice like this when it starts in an interactive mode:
  539. <program> Copyright (C) <year> <name of author>
  540. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  541. This is free software, and you are welcome to redistribute it
  542. under certain conditions; type `show c' for details.
  543. The hypothetical commands `show w' and `show c' should show the appropriate
  544. parts of the General Public License. Of course, your program's commands
  545. might be different; for a GUI interface, you would use an "about box".
  546. You should also get your employer (if you work as a programmer) or school,
  547. if any, to sign a "copyright disclaimer" for the program, if necessary.
  548. For more information on this, and how to apply and follow the GNU GPL, see
  549. <http://www.gnu.org/licenses/>.
  550. The GNU General Public License does not permit incorporating your program
  551. into proprietary programs. If your program is a subroutine library, you
  552. may consider it more useful to permit linking proprietary applications with
  553. the library. If this is what you want to do, use the GNU Lesser General
  554. Public License instead of this License. But first, please read
  555. <http://www.gnu.org/philosophy/why-not-lgpl.html>.
  556. GNU LESSER GENERAL PUBLIC LICENSE
  557. Version 2.1, February 1999
  558. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  559. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  560. Everyone is permitted to copy and distribute verbatim copies
  561. of this license document, but changing it is not allowed.
  562. [This is the first released version of the Lesser GPL. It also counts
  563. as the successor of the GNU Library Public License, version 2, hence
  564. the version number 2.1.]
  565. Preamble
  566. The licenses for most software are designed to take away your
  567. freedom to share and change it. By contrast, the GNU General Public
  568. Licenses are intended to guarantee your freedom to share and change
  569. free software--to make sure the software is free for all its users.
  570. This license, the Lesser General Public License, applies to some
  571. specially designated software packages--typically libraries--of the
  572. Free Software Foundation and other authors who decide to use it. You
  573. can use it too, but we suggest you first think carefully about whether
  574. this license or the ordinary General Public License is the better
  575. strategy to use in any particular case, based on the explanations below.
  576. When we speak of free software, we are referring to freedom of use,
  577. not price. Our General Public Licenses are designed to make sure that
  578. you have the freedom to distribute copies of free software (and charge
  579. for this service if you wish); that you receive source code or can get
  580. it if you want it; that you can change the software and use pieces of
  581. it in new free programs; and that you are informed that you can do
  582. these things.
  583. To protect your rights, we need to make restrictions that forbid
  584. distributors to deny you these rights or to ask you to surrender these
  585. rights. These restrictions translate to certain responsibilities for
  586. you if you distribute copies of the library or if you modify it.
  587. For example, if you distribute copies of the library, whether gratis
  588. or for a fee, you must give the recipients all the rights that we gave
  589. you. You must make sure that they, too, receive or can get the source
  590. code. If you link other code with the library, you must provide
  591. complete object files to the recipients, so that they can relink them
  592. with the library after making changes to the library and recompiling
  593. it. And you must show them these terms so they know their rights.
  594. We protect your rights with a two-step method: (1) we copyright the
  595. library, and (2) we offer you this license, which gives you legal
  596. permission to copy, distribute and/or modify the library.
  597. To protect each distributor, we want to make it very clear that
  598. there is no warranty for the free library. Also, if the library is
  599. modified by someone else and passed on, the recipients should know
  600. that what they have is not the original version, so that the original
  601. author's reputation will not be affected by problems that might be
  602. introduced by others.
  603. Finally, software patents pose a constant threat to the existence of
  604. any free program. We wish to make sure that a company cannot
  605. effectively restrict the users of a free program by obtaining a
  606. restrictive license from a patent holder. Therefore, we insist that
  607. any patent license obtained for a version of the library must be
  608. consistent with the full freedom of use specified in this license.
  609. Most GNU software, including some libraries, is covered by the
  610. ordinary GNU General Public License. This license, the GNU Lesser
  611. General Public License, applies to certain designated libraries, and
  612. is quite different from the ordinary General Public License. We use
  613. this license for certain libraries in order to permit linking those
  614. libraries into non-free programs.
  615. When a program is linked with a library, whether statically or using
  616. a shared library, the combination of the two is legally speaking a
  617. combined work, a derivative of the original library. The ordinary
  618. General Public License therefore permits such linking only if the
  619. entire combination fits its criteria of freedom. The Lesser General
  620. Public License permits more lax criteria for linking other code with
  621. the library.
  622. We call this license the "Lesser" General Public License because it
  623. does Less to protect the user's freedom than the ordinary General
  624. Public License. It also provides other free software developers Less
  625. of an advantage over competing non-free programs. These disadvantages
  626. are the reason we use the ordinary General Public License for many
  627. libraries. However, the Lesser license provides advantages in certain
  628. special circumstances.
  629. For example, on rare occasions, there may be a special need to
  630. encourage the widest possible use of a certain library, so that it becomes
  631. a de-facto standard. To achieve this, non-free programs must be
  632. allowed to use the library. A more frequent case is that a free
  633. library does the same job as widely used non-free libraries. In this
  634. case, there is little to gain by limiting the free library to free
  635. software only, so we use the Lesser General Public License.
  636. In other cases, permission to use a particular library in non-free
  637. programs enables a greater number of people to use a large body of
  638. free software. For example, permission to use the GNU C Library in
  639. non-free programs enables many more people to use the whole GNU
  640. operating system, as well as its variant, the GNU/Linux operating
  641. system.
  642. Although the Lesser General Public License is Less protective of the
  643. users' freedom, it does ensure that the user of a program that is
  644. linked with the Library has the freedom and the wherewithal to run
  645. that program using a modified version of the Library.
  646. The precise terms and conditions for copying, distribution and
  647. modification follow. Pay close attention to the difference between a
  648. "work based on the library" and a "work that uses the library". The
  649. former contains code derived from the library, whereas the latter must
  650. be combined with the library in order to run.
  651. GNU LESSER GENERAL PUBLIC LICENSE
  652. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  653. 0. This License Agreement applies to any software library or other
  654. program which contains a notice placed by the copyright holder or
  655. other authorized party saying it may be distributed under the terms of
  656. this Lesser General Public License (also called "this License").
  657. Each licensee is addressed as "you".
  658. A "library" means a collection of software functions and/or data
  659. prepared so as to be conveniently linked with application programs
  660. (which use some of those functions and data) to form executables.
  661. The "Library", below, refers to any such software library or work
  662. which has been distributed under these terms. A "work based on the
  663. Library" means either the Library or any derivative work under
  664. copyright law: that is to say, a work containing the Library or a
  665. portion of it, either verbatim or with modifications and/or translated
  666. straightforwardly into another language. (Hereinafter, translation is
  667. included without limitation in the term "modification".)
  668. "Source code" for a work means the preferred form of the work for
  669. making modifications to it. For a library, complete source code means
  670. all the source code for all modules it contains, plus any associated
  671. interface definition files, plus the scripts used to control compilation
  672. and installation of the library.
  673. Activities other than copying, distribution and modification are not
  674. covered by this License; they are outside its scope. The act of
  675. running a program using the Library is not restricted, and output from
  676. such a program is covered only if its contents constitute a work based
  677. on the Library (independent of the use of the Library in a tool for
  678. writing it). Whether that is true depends on what the Library does
  679. and what the program that uses the Library does.
  680. 1. You may copy and distribute verbatim copies of the Library's
  681. complete source code as you receive it, in any medium, provided that
  682. you conspicuously and appropriately publish on each copy an
  683. appropriate copyright notice and disclaimer of warranty; keep intact
  684. all the notices that refer to this License and to the absence of any
  685. warranty; and distribute a copy of this License along with the
  686. Library.
  687. You may charge a fee for the physical act of transferring a copy,
  688. and you may at your option offer warranty protection in exchange for a
  689. fee.
  690. 2. You may modify your copy or copies of the Library or any portion
  691. of it, thus forming a work based on the Library, and copy and
  692. distribute such modifications or work under the terms of Section 1
  693. above, provided that you also meet all of these conditions:
  694. a) The modified work must itself be a software library.
  695. b) You must cause the files modified to carry prominent notices
  696. stating that you changed the files and the date of any change.
  697. c) You must cause the whole of the work to be licensed at no
  698. charge to all third parties under the terms of this License.
  699. d) If a facility in the modified Library refers to a function or a
  700. table of data to be supplied by an application program that uses
  701. the facility, other than as an argument passed when the facility
  702. is invoked, then you must make a good faith effort to ensure that,
  703. in the event an application does not supply such function or
  704. table, the facility still operates, and performs whatever part of
  705. its purpose remains meaningful.
  706. (For example, a function in a library to compute square roots has
  707. a purpose that is entirely well-defined independent of the
  708. application. Therefore, Subsection 2d requires that any
  709. application-supplied function or table used by this function must
  710. be optional: if the application does not supply it, the square
  711. root function must still compute square roots.)
  712. These requirements apply to the modified work as a whole. If
  713. identifiable sections of that work are not derived from the Library,
  714. and can be reasonably considered independent and separate works in
  715. themselves, then this License, and its terms, do not apply to those
  716. sections when you distribute them as separate works. But when you
  717. distribute the same sections as part of a whole which is a work based
  718. on the Library, the distribution of the whole must be on the terms of
  719. this License, whose permissions for other licensees extend to the
  720. entire whole, and thus to each and every part regardless of who wrote
  721. it.
  722. Thus, it is not the intent of this section to claim rights or contest
  723. your rights to work written entirely by you; rather, the intent is to
  724. exercise the right to control the distribution of derivative or
  725. collective works based on the Library.
  726. In addition, mere aggregation of another work not based on the Library
  727. with the Library (or with a work based on the Library) on a volume of
  728. a storage or distribution medium does not bring the other work under
  729. the scope of this License.
  730. 3. You may opt to apply the terms of the ordinary GNU General Public
  731. License instead of this License to a given copy of the Library. To do
  732. this, you must alter all the notices that refer to this License, so
  733. that they refer to the ordinary GNU General Public License, version 2,
  734. instead of to this License. (If a newer version than version 2 of the
  735. ordinary GNU General Public License has appeared, then you can specify
  736. that version instead if you wish.) Do not make any other change in
  737. these notices.
  738. Once this change is made in a given copy, it is irreversible for
  739. that copy, so the ordinary GNU General Public License applies to all
  740. subsequent copies and derivative works made from that copy.
  741. This option is useful when you wish to copy part of the code of
  742. the Library into a program that is not a library.
  743. 4. You may copy and distribute the Library (or a portion or
  744. derivative of it, under Section 2) in object code or executable form
  745. under the terms of Sections 1 and 2 above provided that you accompany
  746. it with the complete corresponding machine-readable source code, which
  747. must be distributed under the terms of Sections 1 and 2 above on a
  748. medium customarily used for software interchange.
  749. If distribution of object code is made by offering access to copy
  750. from a designated place, then offering equivalent access to copy the
  751. source code from the same place satisfies the requirement to
  752. distribute the source code, even though third parties are not
  753. compelled to copy the source along with the object code.
  754. 5. A program that contains no derivative of any portion of the
  755. Library, but is designed to work with the Library by being compiled or
  756. linked with it, is called a "work that uses the Library". Such a
  757. work, in isolation, is not a derivative work of the Library, and
  758. therefore falls outside the scope of this License.
  759. However, linking a "work that uses the Library" with the Library
  760. creates an executable that is a derivative of the Library (because it
  761. contains portions of the Library), rather than a "work that uses the
  762. library". The executable is therefore covered by this License.
  763. Section 6 states terms for distribution of such executables.
  764. When a "work that uses the Library" uses material from a header file
  765. that is part of the Library, the object code for the work may be a
  766. derivative work of the Library even though the source code is not.
  767. Whether this is true is especially significant if the work can be
  768. linked without the Library, or if the work is itself a library. The
  769. threshold for this to be true is not precisely defined by law.
  770. If such an object file uses only numerical parameters, data
  771. structure layouts and accessors, and small macros and small inline
  772. functions (ten lines or less in length), then the use of the object
  773. file is unrestricted, regardless of whether it is legally a derivative
  774. work. (Executables containing this object code plus portions of the
  775. Library will still fall under Section 6.)
  776. Otherwise, if the work is a derivative of the Library, you may
  777. distribute the object code for the work under the terms of Section 6.
  778. Any executables containing that work also fall under Section 6,
  779. whether or not they are linked directly with the Library itself.
  780. 6. As an exception to the Sections above, you may also combine or
  781. link a "work that uses the Library" with the Library to produce a
  782. work containing portions of the Library, and distribute that work
  783. under terms of your choice, provided that the terms permit
  784. modification of the work for the customer's own use and reverse
  785. engineering for debugging such modifications.
  786. You must give prominent notice with each copy of the work that the
  787. Library is used in it and that the Library and its use are covered by
  788. this License. You must supply a copy of this License. If the work
  789. during execution displays copyright notices, you must include the
  790. copyright notice for the Library among them, as well as a reference
  791. directing the user to the copy of this License. Also, you must do one
  792. of these things:
  793. a) Accompany the work with the complete corresponding
  794. machine-readable source code for the Library including whatever
  795. changes were used in the work (which must be distributed under
  796. Sections 1 and 2 above); and, if the work is an executable linked
  797. with the Library, with the complete machine-readable "work that
  798. uses the Library", as object code and/or source code, so that the
  799. user can modify the Library and then relink to produce a modified
  800. executable containing the modified Library. (It is understood
  801. that the user who changes the contents of definitions files in the
  802. Library will not necessarily be able to recompile the application
  803. to use the modified definitions.)
  804. b) Use a suitable shared library mechanism for linking with the
  805. Library. A suitable mechanism is one that (1) uses at run time a
  806. copy of the library already present on the user's computer system,
  807. rather than copying library functions into the executable, and (2)
  808. will operate properly with a modified version of the library, if
  809. the user installs one, as long as the modified version is
  810. interface-compatible with the version that the work was made with.
  811. c) Accompany the work with a written offer, valid for at
  812. least three years, to give the same user the materials
  813. specified in Subsection 6a, above, for a charge no more
  814. than the cost of performing this distribution.
  815. d) If distribution of the work is made by offering access to copy
  816. from a designated place, offer equivalent access to copy the above
  817. specified materials from the same place.
  818. e) Verify that the user has already received a copy of these
  819. materials or that you have already sent this user a copy.
  820. For an executable, the required form of the "work that uses the
  821. Library" must include any data and utility programs needed for
  822. reproducing the executable from it. However, as a special exception,
  823. the materials to be distributed need not include anything that is
  824. normally distributed (in either source or binary form) with the major
  825. components (compiler, kernel, and so on) of the operating system on
  826. which the executable runs, unless that component itself accompanies
  827. the executable.
  828. It may happen that this requirement contradicts the license
  829. restrictions of other proprietary libraries that do not normally
  830. accompany the operating system. Such a contradiction means you cannot
  831. use both them and the Library together in an executable that you
  832. distribute.
  833. 7. You may place library facilities that are a work based on the
  834. Library side-by-side in a single library together with other library
  835. facilities not covered by this License, and distribute such a combined
  836. library, provided that the separate distribution of the work based on
  837. the Library and of the other library facilities is otherwise
  838. permitted, and provided that you do these two things:
  839. a) Accompany the combined library with a copy of the same work
  840. based on the Library, uncombined with any other library
  841. facilities. This must be distributed under the terms of the
  842. Sections above.
  843. b) Give prominent notice with the combined library of the fact
  844. that part of it is a work based on the Library, and explaining
  845. where to find the accompanying uncombined form of the same work.
  846. 8. You may not copy, modify, sublicense, link with, or distribute
  847. the Library except as expressly provided under this License. Any
  848. attempt otherwise to copy, modify, sublicense, link with, or
  849. distribute the Library is void, and will automatically terminate your
  850. rights under this License. However, parties who have received copies,
  851. or rights, from you under this License will not have their licenses
  852. terminated so long as such parties remain in full compliance.
  853. 9. You are not required to accept this License, since you have not
  854. signed it. However, nothing else grants you permission to modify or
  855. distribute the Library or its derivative works. These actions are
  856. prohibited by law if you do not accept this License. Therefore, by
  857. modifying or distributing the Library (or any work based on the
  858. Library), you indicate your acceptance of this License to do so, and
  859. all its terms and conditions for copying, distributing or modifying
  860. the Library or works based on it.
  861. 10. Each time you redistribute the Library (or any work based on the
  862. Library), the recipient automatically receives a license from the
  863. original licensor to copy, distribute, link with or modify the Library
  864. subject to these terms and conditions. You may not impose any further
  865. restrictions on the recipients' exercise of the rights granted herein.
  866. You are not responsible for enforcing compliance by third parties with
  867. this License.
  868. 11. If, as a consequence of a court judgment or allegation of patent
  869. infringement or for any other reason (not limited to patent issues),
  870. conditions are imposed on you (whether by court order, agreement or
  871. otherwise) that contradict the conditions of this License, they do not
  872. excuse you from the conditions of this License. If you cannot
  873. distribute so as to satisfy simultaneously your obligations under this
  874. License and any other pertinent obligations, then as a consequence you
  875. may not distribute the Library at all. For example, if a patent
  876. license would not permit royalty-free redistribution of the Library by
  877. all those who receive copies directly or indirectly through you, then
  878. the only way you could satisfy both it and this License would be to
  879. refrain entirely from distribution of the Library.
  880. If any portion of this section is held invalid or unenforceable under any
  881. particular circumstance, the balance of the section is intended to apply,
  882. and the section as a whole is intended to apply in other circumstances.
  883. It is not the purpose of this section to induce you to infringe any
  884. patents or other property right claims or to contest validity of any
  885. such claims; this section has the sole purpose of protecting the
  886. integrity of the free software distribution system which is
  887. implemented by public license practices. Many people have made
  888. generous contributions to the wide range of software distributed
  889. through that system in reliance on consistent application of that
  890. system; it is up to the author/donor to decide if he or she is willing
  891. to distribute software through any other system and a licensee cannot
  892. impose that choice.
  893. This section is intended to make thoroughly clear what is believed to
  894. be a consequence of the rest of this License.
  895. 12. If the distribution and/or use of the Library is restricted in
  896. certain countries either by patents or by copyrighted interfaces, the
  897. original copyright holder who places the Library under this License may add
  898. an explicit geographical distribution limitation excluding those countries,
  899. so that distribution is permitted only in or among countries not thus
  900. excluded. In such case, this License incorporates the limitation as if
  901. written in the body of this License.
  902. 13. The Free Software Foundation may publish revised and/or new
  903. versions of the Lesser General Public License from time to time.
  904. Such new versions will be similar in spirit to the present version,
  905. but may differ in detail to address new problems or concerns.
  906. Each version is given a distinguishing version number. If the Library
  907. specifies a version number of this License which applies to it and
  908. "any later version", you have the option of following the terms and
  909. conditions either of that version or of any later version published by
  910. the Free Software Foundation. If the Library does not specify a
  911. license version number, you may choose any version ever published by
  912. the Free Software Foundation.
  913. 14. If you wish to incorporate parts of the Library into other free
  914. programs whose distribution conditions are incompatible with these,
  915. write to the author to ask for permission. For software which is
  916. copyrighted by the Free Software Foundation, write to the Free
  917. Software Foundation; we sometimes make exceptions for this. Our
  918. decision will be guided by the two goals of preserving the free status
  919. of all derivatives of our free software and of promoting the sharing
  920. and reuse of software generally.
  921. NO WARRANTY
  922. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  923. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  924. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  925. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  926. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  927. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  928. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  929. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  930. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  931. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  932. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  933. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  934. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  935. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  936. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  937. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  938. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  939. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  940. DAMAGES.
  941. END OF TERMS AND CONDITIONS
  942. How to Apply These Terms to Your New Libraries
  943. If you develop a new library, and you want it to be of the greatest
  944. possible use to the public, we recommend making it free software that
  945. everyone can redistribute and change. You can do so by permitting
  946. redistribution under these terms (or, alternatively, under the terms of the
  947. ordinary General Public License).
  948. To apply these terms, attach the following notices to the library. It is
  949. safest to attach them to the start of each source file to most effectively
  950. convey the exclusion of warranty; and each file should have at least the
  951. "copyright" line and a pointer to where the full notice is found.
  952. <one line to give the library's name and a brief idea of what it does.>
  953. Copyright (C) <year> <name of author>
  954. This library is free software; you can redistribute it and/or
  955. modify it under the terms of the GNU Lesser General Public
  956. License as published by the Free Software Foundation; either
  957. version 2.1 of the License, or (at your option) any later version.
  958. This library is distributed in the hope that it will be useful,
  959. but WITHOUT ANY WARRANTY; without even the implied warranty of
  960. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  961. Lesser General Public License for more details.
  962. You should have received a copy of the GNU Lesser General Public
  963. License along with this library; if not, write to the Free Software
  964. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  965. Also add information on how to contact you by electronic and paper mail.
  966. You should also get your employer (if you work as a programmer) or your
  967. school, if any, to sign a "copyright disclaimer" for the library, if
  968. necessary. Here is a sample; alter the names:
  969. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  970. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  971. <signature of Ty Coon>, 1 April 1990
  972. Ty Coon, President of Vice
  973. That's all there is to it!
  974. GNU GENERAL PUBLIC LICENSE
  975. Version 2, June 1991
  976. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  977. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  978. Everyone is permitted to copy and distribute verbatim copies
  979. of this license document, but changing it is not allowed.
  980. Preamble
  981. The licenses for most software are designed to take away your
  982. freedom to share and change it. By contrast, the GNU General Public
  983. License is intended to guarantee your freedom to share and change free
  984. software--to make sure the software is free for all its users. This
  985. General Public License applies to most of the Free Software
  986. Foundation's software and to any other program whose authors commit to
  987. using it. (Some other Free Software Foundation software is covered by
  988. the GNU Library General Public License instead.) You can apply it to
  989. your programs, too.
  990. When we speak of free software, we are referring to freedom, not
  991. price. Our General Public Licenses are designed to make sure that you
  992. have the freedom to distribute copies of free software (and charge for
  993. this service if you wish), that you receive source code or can get it
  994. if you want it, that you can change the software or use pieces of it
  995. in new free programs; and that you know you can do these things.
  996. To protect your rights, we need to make restrictions that forbid
  997. anyone to deny you these rights or to ask you to surrender the rights.
  998. These restrictions translate to certain responsibilities for you if you
  999. distribute copies of the software, or if you modify it.
  1000. For example, if you distribute copies of such a program, whether
  1001. gratis or for a fee, you must give the recipients all the rights that
  1002. you have. You must make sure that they, too, receive or can get the
  1003. source code. And you must show them these terms so they know their
  1004. rights.
  1005. We protect your rights with two steps: (1) copyright the software, and
  1006. (2) offer you this license which gives you legal permission to copy,
  1007. distribute and/or modify the software.
  1008. Also, for each author's protection and ours, we want to make certain
  1009. that everyone understands that there is no warranty for this free
  1010. software. If the software is modified by someone else and passed on, we
  1011. want its recipients to know that what they have is not the original, so
  1012. that any problems introduced by others will not reflect on the original
  1013. authors' reputations.
  1014. Finally, any free program is threatened constantly by software
  1015. patents. We wish to avoid the danger that redistributors of a free
  1016. program will individually obtain patent licenses, in effect making the
  1017. program proprietary. To prevent this, we have made it clear that any
  1018. patent must be licensed for everyone's free use or not licensed at all.
  1019. The precise terms and conditions for copying, distribution and
  1020. modification follow.
  1021. GNU GENERAL PUBLIC LICENSE
  1022. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  1023. 0. This License applies to any program or other work which contains
  1024. a notice placed by the copyright holder saying it may be distributed
  1025. under the terms of this General Public License. The "Program", below,
  1026. refers to any such program or work, and a "work based on the Program"
  1027. means either the Program or any derivative work under copyright law:
  1028. that is to say, a work containing the Program or a portion of it,
  1029. either verbatim or with modifications and/or translated into another
  1030. language. (Hereinafter, translation is included without limitation in
  1031. the term "modification".) Each licensee is addressed as "you".
  1032. Activities other than copying, distribution and modification are not
  1033. covered by this License; they are outside its scope. The act of
  1034. running the Program is not restricted, and the output from the Program
  1035. is covered only if its contents constitute a work based on the
  1036. Program (independent of having been made by running the Program).
  1037. Whether that is true depends on what the Program does.
  1038. 1. You may copy and distribute verbatim copies of the Program's
  1039. source code as you receive it, in any medium, provided that you
  1040. conspicuously and appropriately publish on each copy an appropriate
  1041. copyright notice and disclaimer of warranty; keep intact all the
  1042. notices that refer to this License and to the absence of any warranty;
  1043. and give any other recipients of the Program a copy of this License
  1044. along with the Program.
  1045. You may charge a fee for the physical act of transferring a copy, and
  1046. you may at your option offer warranty protection in exchange for a fee.
  1047. 2. You may modify your copy or copies of the Program or any portion
  1048. of it, thus forming a work based on the Program, and copy and
  1049. distribute such modifications or work under the terms of Section 1
  1050. above, provided that you also meet all of these conditions:
  1051. a) You must cause the modified files to carry prominent notices
  1052. stating that you changed the files and the date of any change.
  1053. b) You must cause any work that you distribute or publish, that in
  1054. whole or in part contains or is derived from the Program or any
  1055. part thereof, to be licensed as a whole at no charge to all third
  1056. parties under the terms of this License.
  1057. c) If the modified program normally reads commands interactively
  1058. when run, you must cause it, when started running for such
  1059. interactive use in the most ordinary way, to print or display an
  1060. announcement including an appropriate copyright notice and a
  1061. notice that there is no warranty (or else, saying that you provide
  1062. a warranty) and that users may redistribute the program under
  1063. these conditions, and telling the user how to view a copy of this
  1064. License. (Exception: if the Program itself is interactive but
  1065. does not normally print such an announcement, your work based on
  1066. the Program is not required to print an announcement.)
  1067. These requirements apply to the modified work as a whole. If
  1068. identifiable sections of that work are not derived from the Program,
  1069. and can be reasonably considered independent and separate works in
  1070. themselves, then this License, and its terms, do not apply to those
  1071. sections when you distribute them as separate works. But when you
  1072. distribute the same sections as part of a whole which is a work based
  1073. on the Program, the distribution of the whole must be on the terms of
  1074. this License, whose permissions for other licensees extend to the
  1075. entire whole, and thus to each and every part regardless of who wrote it.
  1076. Thus, it is not the intent of this section to claim rights or contest
  1077. your rights to work written entirely by you; rather, the intent is to
  1078. exercise the right to control the distribution of derivative or
  1079. collective works based on the Program.
  1080. In addition, mere aggregation of another work not based on the Program
  1081. with the Program (or with a work based on the Program) on a volume of
  1082. a storage or distribution medium does not bring the other work under
  1083. the scope of this License.
  1084. 3. You may copy and distribute the Program (or a work based on it,
  1085. under Section 2) in object code or executable form under the terms of
  1086. Sections 1 and 2 above provided that you also do one of the following:
  1087. a) Accompany it with the complete corresponding machine-readable
  1088. source code, which must be distributed under the terms of Sections
  1089. 1 and 2 above on a medium customarily used for software interchange; or,
  1090. b) Accompany it with a written offer, valid for at least three
  1091. years, to give any third party, for a charge no more than your
  1092. cost of physically performing source distribution, a complete
  1093. machine-readable copy of the corresponding source code, to be
  1094. distributed under the terms of Sections 1 and 2 above on a medium
  1095. customarily used for software interchange; or,
  1096. c) Accompany it with the information you received as to the offer
  1097. to distribute corresponding source code. (This alternative is
  1098. allowed only for noncommercial distribution and only if you
  1099. received the program in object code or executable form with such
  1100. an offer, in accord with Subsection b above.)
  1101. The source code for a work means the preferred form of the work for
  1102. making modifications to it. For an executable work, complete source
  1103. code means all the source code for all modules it contains, plus any
  1104. associated interface definition files, plus the scripts used to
  1105. control compilation and installation of the executable. However, as a
  1106. special exception, the source code distributed need not include
  1107. anything that is normally distributed (in either source or binary
  1108. form) with the major components (compiler, kernel, and so on) of the
  1109. operating system on which the executable runs, unless that component
  1110. itself accompanies the executable.
  1111. If distribution of executable or object code is made by offering
  1112. access to copy from a designated place, then offering equivalent
  1113. access to copy the source code from the same place counts as
  1114. distribution of the source code, even though third parties are not
  1115. compelled to copy the source along with the object code.
  1116. 4. You may not copy, modify, sublicense, or distribute the Program
  1117. except as expressly provided under this License. Any attempt
  1118. otherwise to copy, modify, sublicense or distribute the Program is
  1119. void, and will automatically terminate your rights under this License.
  1120. However, parties who have received copies, or rights, from you under
  1121. this License will not have their licenses terminated so long as such
  1122. parties remain in full compliance.
  1123. 5. You are not required to accept this License, since you have not
  1124. signed it. However, nothing else grants you permission to modify or
  1125. distribute the Program or its derivative works. These actions are
  1126. prohibited by law if you do not accept this License. Therefore, by
  1127. modifying or distributing the Program (or any work based on the
  1128. Program), you indicate your acceptance of this License to do so, and
  1129. all its terms and conditions for copying, distributing or modifying
  1130. the Program or works based on it.
  1131. 6. Each time you redistribute the Program (or any work based on the
  1132. Program), the recipient automatically receives a license from the
  1133. original licensor to copy, distribute or modify the Program subject to
  1134. these terms and conditions. You may not impose any further
  1135. restrictions on the recipients' exercise of the rights granted herein.
  1136. You are not responsible for enforcing compliance by third parties to
  1137. this License.
  1138. 7. If, as a consequence of a court judgment or allegation of patent
  1139. infringement or for any other reason (not limited to patent issues),
  1140. conditions are imposed on you (whether by court order, agreement or
  1141. otherwise) that contradict the conditions of this License, they do not
  1142. excuse you from the conditions of this License. If you cannot
  1143. distribute so as to satisfy simultaneously your obligations under this
  1144. License and any other pertinent obligations, then as a consequence you
  1145. may not distribute the Program at all. For example, if a patent
  1146. license would not permit royalty-free redistribution of the Program by
  1147. all those who receive copies directly or indirectly through you, then
  1148. the only way you could satisfy both it and this License would be to
  1149. refrain entirely from distribution of the Program.
  1150. If any portion of this section is held invalid or unenforceable under
  1151. any particular circumstance, the balance of the section is intended to
  1152. apply and the section as a whole is intended to apply in other
  1153. circumstances.
  1154. It is not the purpose of this section to induce you to infringe any
  1155. patents or other property right claims or to contest validity of any
  1156. such claims; this section has the sole purpose of protecting the
  1157. integrity of the free software distribution system, which is
  1158. implemented by public license practices. Many people have made
  1159. generous contributions to the wide range of software distributed
  1160. through that system in reliance on consistent application of that
  1161. system; it is up to the author/donor to decide if he or she is willing
  1162. to distribute software through any other system and a licensee cannot
  1163. impose that choice.
  1164. This section is intended to make thoroughly clear what is believed to
  1165. be a consequence of the rest of this License.
  1166. 8. If the distribution and/or use of the Program is restricted in
  1167. certain countries either by patents or by copyrighted interfaces, the
  1168. original copyright holder who places the Program under this License
  1169. may add an explicit geographical distribution limitation excluding
  1170. those countries, so that distribution is permitted only in or among
  1171. countries not thus excluded. In such case, this License incorporates
  1172. the limitation as if written in the body of this License.
  1173. 9. The Free Software Foundation may publish revised and/or new versions
  1174. of the General Public License from time to time. Such new versions will
  1175. be similar in spirit to the present version, but may differ in detail to
  1176. address new problems or concerns.
  1177. Each version is given a distinguishing version number. If the Program
  1178. specifies a version number of this License which applies to it and "any
  1179. later version", you have the option of following the terms and conditions
  1180. either of that version or of any later version published by the Free
  1181. Software Foundation. If the Program does not specify a version number of
  1182. this License, you may choose any version ever published by the Free Software
  1183. Foundation.
  1184. 10. If you wish to incorporate parts of the Program into other free
  1185. programs whose distribution conditions are different, write to the author
  1186. to ask for permission. For software which is copyrighted by the Free
  1187. Software Foundation, write to the Free Software Foundation; we sometimes
  1188. make exceptions for this. Our decision will be guided by the two goals
  1189. of preserving the free status of all derivatives of our free software and
  1190. of promoting the sharing and reuse of software generally.
  1191. NO WARRANTY
  1192. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  1193. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  1194. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  1195. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  1196. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  1197. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  1198. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  1199. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  1200. REPAIR OR CORRECTION.
  1201. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  1202. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  1203. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  1204. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  1205. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  1206. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  1207. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  1208. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  1209. POSSIBILITY OF SUCH DAMAGES.
  1210. END OF TERMS AND CONDITIONS
  1211. How to Apply These Terms to Your New Programs
  1212. If you develop a new program, and you want it to be of the greatest
  1213. possible use to the public, the best way to achieve this is to make it
  1214. free software which everyone can redistribute and change under these terms.
  1215. To do so, attach the following notices to the program. It is safest
  1216. to attach them to the start of each source file to most effectively
  1217. convey the exclusion of warranty; and each file should have at least
  1218. the "copyright" line and a pointer to where the full notice is found.
  1219. <one line to give the program's name and a brief idea of what it does.>
  1220. Copyright (C) <year> <name of author>
  1221. This program is free software; you can redistribute it and/or modify
  1222. it under the terms of the GNU General Public License as published by
  1223. the Free Software Foundation; either version 2 of the License, or
  1224. (at your option) any later version.
  1225. This program is distributed in the hope that it will be useful,
  1226. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1227. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1228. GNU General Public License for more details.
  1229. You should have received a copy of the GNU General Public License
  1230. along with this program; if not, write to the Free Software
  1231. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1232. Also add information on how to contact you by electronic and paper mail.
  1233. If the program is interactive, make it output a short notice like this
  1234. when it starts in an interactive mode:
  1235. Gnomovision version 69, Copyright (C) year name of author
  1236. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  1237. This is free software, and you are welcome to redistribute it
  1238. under certain conditions; type `show c' for details.
  1239. The hypothetical commands `show w' and `show c' should show the appropriate
  1240. parts of the General Public License. Of course, the commands you use may
  1241. be called something other than `show w' and `show c'; they could even be
  1242. mouse-clicks or menu items--whatever suits your program.
  1243. You should also get your employer (if you work as a programmer) or your
  1244. school, if any, to sign a "copyright disclaimer" for the program, if
  1245. necessary. Here is a sample; alter the names:
  1246. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  1247. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  1248. <signature of Ty Coon>, 1 April 1989
  1249. Ty Coon, President of Vice
  1250. This General Public License does not permit incorporating your program into
  1251. proprietary programs. If your program is a subroutine library, you may
  1252. consider it more useful to permit linking proprietary applications with the
  1253. library. If this is what you want to do, use the GNU Library General
  1254. Public License instead of this License.
  1255. GNU LIBRARY GENERAL PUBLIC LICENSE
  1256. Version 2, June 1991
  1257. Copyright (C) 1991 Free Software Foundation, Inc.
  1258. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  1259. Everyone is permitted to copy and distribute verbatim copies
  1260. of this license document, but changing it is not allowed.
  1261. [This is the first released version of the library GPL. It is
  1262. numbered 2 because it goes with version 2 of the ordinary GPL.]
  1263. Preamble
  1264. The licenses for most software are designed to take away your
  1265. freedom to share and change it. By contrast, the GNU General Public
  1266. Licenses are intended to guarantee your freedom to share and change
  1267. free software--to make sure the software is free for all its users.
  1268. This license, the Library General Public License, applies to some
  1269. specially designated Free Software Foundation software, and to any
  1270. other libraries whose authors decide to use it. You can use it for
  1271. your libraries, too.
  1272. When we speak of free software, we are referring to freedom, not
  1273. price. Our General Public Licenses are designed to make sure that you
  1274. have the freedom to distribute copies of free software (and charge for
  1275. this service if you wish), that you receive source code or can get it
  1276. if you want it, that you can change the software or use pieces of it
  1277. in new free programs; and that you know you can do these things.
  1278. To protect your rights, we need to make restrictions that forbid
  1279. anyone to deny you these rights or to ask you to surrender the rights.
  1280. These restrictions translate to certain responsibilities for you if
  1281. you distribute copies of the library, or if you modify it.
  1282. For example, if you distribute copies of the library, whether gratis
  1283. or for a fee, you must give the recipients all the rights that we gave
  1284. you. You must make sure that they, too, receive or can get the source
  1285. code. If you link a program with the library, you must provide
  1286. complete object files to the recipients so that they can relink them
  1287. with the library, after making changes to the library and recompiling
  1288. it. And you must show them these terms so they know their rights.
  1289. Our method of protecting your rights has two steps: (1) copyright
  1290. the library, and (2) offer you this license which gives you legal
  1291. permission to copy, distribute and/or modify the library.
  1292. Also, for each distributor's protection, we want to make certain
  1293. that everyone understands that there is no warranty for this free
  1294. library. If the library is modified by someone else and passed on, we
  1295. want its recipients to know that what they have is not the original
  1296. version, so that any problems introduced by others will not reflect on
  1297. the original authors' reputations.
  1298. Finally, any free program is threatened constantly by software
  1299. patents. We wish to avoid the danger that companies distributing free
  1300. software will individually obtain patent licenses, thus in effect
  1301. transforming the program into proprietary software. To prevent this,
  1302. we have made it clear that any patent must be licensed for everyone's
  1303. free use or not licensed at all.
  1304. Most GNU software, including some libraries, is covered by the ordinary
  1305. GNU General Public License, which was designed for utility programs. This
  1306. license, the GNU Library General Public License, applies to certain
  1307. designated libraries. This license is quite different from the ordinary
  1308. one; be sure to read it in full, and don't assume that anything in it is
  1309. the same as in the ordinary license.
  1310. The reason we have a separate public license for some libraries is that
  1311. they blur the distinction we usually make between modifying or adding to a
  1312. program and simply using it. Linking a program with a library, without
  1313. changing the library, is in some sense simply using the library, and is
  1314. analogous to running a utility program or application program. However, in
  1315. a textual and legal sense, the linked executable is a combined work, a
  1316. derivative of the original library, and the ordinary General Public License
  1317. treats it as such.
  1318. Because of this blurred distinction, using the ordinary General
  1319. Public License for libraries did not effectively promote software
  1320. sharing, because most developers did not use the libraries. We
  1321. concluded that weaker conditions might promote sharing better.
  1322. However, unrestricted linking of non-free programs would deprive the
  1323. users of those programs of all benefit from the free status of the
  1324. libraries themselves. This Library General Public License is intended to
  1325. permit developers of non-free programs to use free libraries, while
  1326. preserving your freedom as a user of such programs to change the free
  1327. libraries that are incorporated in them. (We have not seen how to achieve
  1328. this as regards changes in header files, but we have achieved it as regards
  1329. changes in the actual functions of the Library.) The hope is that this
  1330. will lead to faster development of free libraries.
  1331. The precise terms and conditions for copying, distribution and
  1332. modification follow. Pay close attention to the difference between a
  1333. "work based on the library" and a "work that uses the library". The
  1334. former contains code derived from the library, while the latter only
  1335. works together with the library.
  1336. Note that it is possible for a library to be covered by the ordinary
  1337. General Public License rather than by this special one.
  1338. GNU LIBRARY GENERAL PUBLIC LICENSE
  1339. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  1340. 0. This License Agreement applies to any software library which
  1341. contains a notice placed by the copyright holder or other authorized
  1342. party saying it may be distributed under the terms of this Library
  1343. General Public License (also called "this License"). Each licensee is
  1344. addressed as "you".
  1345. A "library" means a collection of software functions and/or data
  1346. prepared so as to be conveniently linked with application programs
  1347. (which use some of those functions and data) to form executables.
  1348. The "Library", below, refers to any such software library or work
  1349. which has been distributed under these terms. A "work based on the
  1350. Library" means either the Library or any derivative work under
  1351. copyright law: that is to say, a work containing the Library or a
  1352. portion of it, either verbatim or with modifications and/or translated
  1353. straightforwardly into another language. (Hereinafter, translation is
  1354. included without limitation in the term "modification".)
  1355. "Source code" for a work means the preferred form of the work for
  1356. making modifications to it. For a library, complete source code means
  1357. all the source code for all modules it contains, plus any associated
  1358. interface definition files, plus the scripts used to control compilation
  1359. and installation of the library.
  1360. Activities other than copying, distribution and modification are not
  1361. covered by this License; they are outside its scope. The act of
  1362. running a program using the Library is not restricted, and output from
  1363. such a program is covered only if its contents constitute a work based
  1364. on the Library (independent of the use of the Library in a tool for
  1365. writing it). Whether that is true depends on what the Library does
  1366. and what the program that uses the Library does.
  1367. 1. You may copy and distribute verbatim copies of the Library's
  1368. complete source code as you receive it, in any medium, provided that
  1369. you conspicuously and appropriately publish on each copy an
  1370. appropriate copyright notice and disclaimer of warranty; keep intact
  1371. all the notices that refer to this License and to the absence of any
  1372. warranty; and distribute a copy of this License along with the
  1373. Library.
  1374. You may charge a fee for the physical act of transferring a copy,
  1375. and you may at your option offer warranty protection in exchange for a
  1376. fee.
  1377. 2. You may modify your copy or copies of the Library or any portion
  1378. of it, thus forming a work based on the Library, and copy and
  1379. distribute such modifications or work under the terms of Section 1
  1380. above, provided that you also meet all of these conditions:
  1381. a) The modified work must itself be a software library.
  1382. b) You must cause the files modified to carry prominent notices
  1383. stating that you changed the files and the date of any change.
  1384. c) You must cause the whole of the work to be licensed at no
  1385. charge to all third parties under the terms of this License.
  1386. d) If a facility in the modified Library refers to a function or a
  1387. table of data to be supplied by an application program that uses
  1388. the facility, other than as an argument passed when the facility
  1389. is invoked, then you must make a good faith effort to ensure that,
  1390. in the event an application does not supply such function or
  1391. table, the facility still operates, and performs whatever part of
  1392. its purpose remains meaningful.
  1393. (For example, a function in a library to compute square roots has
  1394. a purpose that is entirely well-defined independent of the
  1395. application. Therefore, Subsection 2d requires that any
  1396. application-supplied function or table used by this function must
  1397. be optional: if the application does not supply it, the square
  1398. root function must still compute square roots.)
  1399. These requirements apply to the modified work as a whole. If
  1400. identifiable sections of that work are not derived from the Library,
  1401. and can be reasonably considered independent and separate works in
  1402. themselves, then this License, and its terms, do not apply to those
  1403. sections when you distribute them as separate works. But when you
  1404. distribute the same sections as part of a whole which is a work based
  1405. on the Library, the distribution of the whole must be on the terms of
  1406. this License, whose permissions for other licensees extend to the
  1407. entire whole, and thus to each and every part regardless of who wrote
  1408. it.
  1409. Thus, it is not the intent of this section to claim rights or contest
  1410. your rights to work written entirely by you; rather, the intent is to
  1411. exercise the right to control the distribution of derivative or
  1412. collective works based on the Library.
  1413. In addition, mere aggregation of another work not based on the Library
  1414. with the Library (or with a work based on the Library) on a volume of
  1415. a storage or distribution medium does not bring the other work under
  1416. the scope of this License.
  1417. 3. You may opt to apply the terms of the ordinary GNU General Public
  1418. License instead of this License to a given copy of the Library. To do
  1419. this, you must alter all the notices that refer to this License, so
  1420. that they refer to the ordinary GNU General Public License, version 2,
  1421. instead of to this License. (If a newer version than version 2 of the
  1422. ordinary GNU General Public License has appeared, then you can specify
  1423. that version instead if you wish.) Do not make any other change in
  1424. these notices.
  1425. Once this change is made in a given copy, it is irreversible for
  1426. that copy, so the ordinary GNU General Public License applies to all
  1427. subsequent copies and derivative works made from that copy.
  1428. This option is useful when you wish to copy part of the code of
  1429. the Library into a program that is not a library.
  1430. 4. You may copy and distribute the Library (or a portion or
  1431. derivative of it, under Section 2) in object code or executable form
  1432. under the terms of Sections 1 and 2 above provided that you accompany
  1433. it with the complete corresponding machine-readable source code, which
  1434. must be distributed under the terms of Sections 1 and 2 above on a
  1435. medium customarily used for software interchange.
  1436. If distribution of object code is made by offering access to copy
  1437. from a designated place, then offering equivalent access to copy the
  1438. source code from the same place satisfies the requirement to
  1439. distribute the source code, even though third parties are not
  1440. compelled to copy the source along with the object code.
  1441. 5. A program that contains no derivative of any portion of the
  1442. Library, but is designed to work with the Library by being compiled or
  1443. linked with it, is called a "work that uses the Library". Such a
  1444. work, in isolation, is not a derivative work of the Library, and
  1445. therefore falls outside the scope of this License.
  1446. However, linking a "work that uses the Library" with the Library
  1447. creates an executable that is a derivative of the Library (because it
  1448. contains portions of the Library), rather than a "work that uses the
  1449. library". The executable is therefore covered by this License.
  1450. Section 6 states terms for distribution of such executables.
  1451. When a "work that uses the Library" uses material from a header file
  1452. that is part of the Library, the object code for the work may be a
  1453. derivative work of the Library even though the source code is not.
  1454. Whether this is true is especially significant if the work can be
  1455. linked without the Library, or if the work is itself a library. The
  1456. threshold for this to be true is not precisely defined by law.
  1457. If such an object file uses only numerical parameters, data
  1458. structure layouts and accessors, and small macros and small inline
  1459. functions (ten lines or less in length), then the use of the object
  1460. file is unrestricted, regardless of whether it is legally a derivative
  1461. work. (Executables containing this object code plus portions of the
  1462. Library will still fall under Section 6.)
  1463. Otherwise, if the work is a derivative of the Library, you may
  1464. distribute the object code for the work under the terms of Section 6.
  1465. Any executables containing that work also fall under Section 6,
  1466. whether or not they are linked directly with the Library itself.
  1467. 6. As an exception to the Sections above, you may also compile or
  1468. link a "work that uses the Library" with the Library to produce a
  1469. work containing portions of the Library, and distribute that work
  1470. under terms of your choice, provided that the terms permit
  1471. modification of the work for the customer's own use and reverse
  1472. engineering for debugging such modifications.
  1473. You must give prominent notice with each copy of the work that the
  1474. Library is used in it and that the Library and its use are covered by
  1475. this License. You must supply a copy of this License. If the work
  1476. during execution displays copyright notices, you must include the
  1477. copyright notice for the Library among them, as well as a reference
  1478. directing the user to the copy of this License. Also, you must do one
  1479. of these things:
  1480. a) Accompany the work with the complete corresponding
  1481. machine-readable source code for the Library including whatever
  1482. changes were used in the work (which must be distributed under
  1483. Sections 1 and 2 above); and, if the work is an executable linked
  1484. with the Library, with the complete machine-readable "work that
  1485. uses the Library", as object code and/or source code, so that the
  1486. user can modify the Library and then relink to produce a modified
  1487. executable containing the modified Library. (It is understood
  1488. that the user who changes the contents of definitions files in the
  1489. Library will not necessarily be able to recompile the application
  1490. to use the modified definitions.)
  1491. b) Accompany the work with a written offer, valid for at
  1492. least three years, to give the same user the materials
  1493. specified in Subsection 6a, above, for a charge no more
  1494. than the cost of performing this distribution.
  1495. c) If distribution of the work is made by offering access to copy
  1496. from a designated place, offer equivalent access to copy the above
  1497. specified materials from the same place.
  1498. d) Verify that the user has already received a copy of these
  1499. materials or that you have already sent this user a copy.
  1500. For an executable, the required form of the "work that uses the
  1501. Library" must include any data and utility programs needed for
  1502. reproducing the executable from it. However, as a special exception,
  1503. the source code distributed need not include anything that is normally
  1504. distributed (in either source or binary form) with the major
  1505. components (compiler, kernel, and so on) of the operating system on
  1506. which the executable runs, unless that component itself accompanies
  1507. the executable.
  1508. It may happen that this requirement contradicts the license
  1509. restrictions of other proprietary libraries that do not normally
  1510. accompany the operating system. Such a contradiction means you cannot
  1511. use both them and the Library together in an executable that you
  1512. distribute.
  1513. 7. You may place library facilities that are a work based on the
  1514. Library side-by-side in a single library together with other library
  1515. facilities not covered by this License, and distribute such a combined
  1516. library, provided that the separate distribution of the work based on
  1517. the Library and of the other library facilities is otherwise
  1518. permitted, and provided that you do these two things:
  1519. a) Accompany the combined library with a copy of the same work
  1520. based on the Library, uncombined with any other library
  1521. facilities. This must be distributed under the terms of the
  1522. Sections above.
  1523. b) Give prominent notice with the combined library of the fact
  1524. that part of it is a work based on the Library, and explaining
  1525. where to find the accompanying uncombined form of the same work.
  1526. 8. You may not copy, modify, sublicense, link with, or distribute
  1527. the Library except as expressly provided under this License. Any
  1528. attempt otherwise to copy, modify, sublicense, link with, or
  1529. distribute the Library is void, and will automatically terminate your
  1530. rights under this License. However, parties who have received copies,
  1531. or rights, from you under this License will not have their licenses
  1532. terminated so long as such parties remain in full compliance.
  1533. 9. You are not required to accept this License, since you have not
  1534. signed it. However, nothing else grants you permission to modify or
  1535. distribute the Library or its derivative works. These actions are
  1536. prohibited by law if you do not accept this License. Therefore, by
  1537. modifying or distributing the Library (or any work based on the
  1538. Library), you indicate your acceptance of this License to do so, and
  1539. all its terms and conditions for copying, distributing or modifying
  1540. the Library or works based on it.
  1541. 10. Each time you redistribute the Library (or any work based on the
  1542. Library), the recipient automatically receives a license from the
  1543. original licensor to copy, distribute, link with or modify the Library
  1544. subject to these terms and conditions. You may not impose any further
  1545. restrictions on the recipients' exercise of the rights granted herein.
  1546. You are not responsible for enforcing compliance by third parties to
  1547. this License.
  1548. 11. If, as a consequence of a court judgment or allegation of patent
  1549. infringement or for any other reason (not limited to patent issues),
  1550. conditions are imposed on you (whether by court order, agreement or
  1551. otherwise) that contradict the conditions of this License, they do not
  1552. excuse you from the conditions of this License. If you cannot
  1553. distribute so as to satisfy simultaneously your obligations under this
  1554. License and any other pertinent obligations, then as a consequence you
  1555. may not distribute the Library at all. For example, if a patent
  1556. license would not permit royalty-free redistribution of the Library by
  1557. all those who receive copies directly or indirectly through you, then
  1558. the only way you could satisfy both it and this License would be to
  1559. refrain entirely from distribution of the Library.
  1560. If any portion of this section is held invalid or unenforceable under any
  1561. particular circumstance, the balance of the section is intended to apply,
  1562. and the section as a whole is intended to apply in other circumstances.
  1563. It is not the purpose of this section to induce you to infringe any
  1564. patents or other property right claims or to contest validity of any
  1565. such claims; this section has the sole purpose of protecting the
  1566. integrity of the free software distribution system which is
  1567. implemented by public license practices. Many people have made
  1568. generous contributions to the wide range of software distributed
  1569. through that system in reliance on consistent application of that
  1570. system; it is up to the author/donor to decide if he or she is willing
  1571. to distribute software through any other system and a licensee cannot
  1572. impose that choice.
  1573. This section is intended to make thoroughly clear what is believed to
  1574. be a consequence of the rest of this License.
  1575. 12. If the distribution and/or use of the Library is restricted in
  1576. certain countries either by patents or by copyrighted interfaces, the
  1577. original copyright holder who places the Library under this License may add
  1578. an explicit geographical distribution limitation excluding those countries,
  1579. so that distribution is permitted only in or among countries not thus
  1580. excluded. In such case, this License incorporates the limitation as if
  1581. written in the body of this License.
  1582. 13. The Free Software Foundation may publish revised and/or new
  1583. versions of the Library General Public License from time to time.
  1584. Such new versions will be similar in spirit to the present version,
  1585. but may differ in detail to address new problems or concerns.
  1586. Each version is given a distinguishing version number. If the Library
  1587. specifies a version number of this License which applies to it and
  1588. "any later version", you have the option of following the terms and
  1589. conditions either of that version or of any later version published by
  1590. the Free Software Foundation. If the Library does not specify a
  1591. license version number, you may choose any version ever published by
  1592. the Free Software Foundation.
  1593. 14. If you wish to incorporate parts of the Library into other free
  1594. programs whose distribution conditions are incompatible with these,
  1595. write to the author to ask for permission. For software which is
  1596. copyrighted by the Free Software Foundation, write to the Free
  1597. Software Foundation; we sometimes make exceptions for this. Our
  1598. decision will be guided by the two goals of preserving the free status
  1599. of all derivatives of our free software and of promoting the sharing
  1600. and reuse of software generally.
  1601. NO WARRANTY
  1602. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  1603. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  1604. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  1605. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  1606. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  1607. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  1608. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  1609. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  1610. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  1611. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  1612. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  1613. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  1614. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  1615. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  1616. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  1617. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  1618. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  1619. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  1620. DAMAGES.
  1621. END OF TERMS AND CONDITIONS
  1622. Appendix: How to Apply These Terms to Your New Libraries
  1623. If you develop a new library, and you want it to be of the greatest
  1624. possible use to the public, we recommend making it free software that
  1625. everyone can redistribute and change. You can do so by permitting
  1626. redistribution under these terms (or, alternatively, under the terms of the
  1627. ordinary General Public License).
  1628. To apply these terms, attach the following notices to the library. It is
  1629. safest to attach them to the start of each source file to most effectively
  1630. convey the exclusion of warranty; and each file should have at least the
  1631. "copyright" line and a pointer to where the full notice is found.
  1632. <one line to give the library's name and a brief idea of what it does.>
  1633. Copyright (C) <year> <name of author>
  1634. This library is free software; you can redistribute it and/or
  1635. modify it under the terms of the GNU Library General Public
  1636. License as published by the Free Software Foundation; either
  1637. version 2 of the License, or (at your option) any later version.
  1638. This library is distributed in the hope that it will be useful,
  1639. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1640. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  1641. Library General Public License for more details.
  1642. You should have received a copy of the GNU Library General Public
  1643. License along with this library; if not, write to the Free
  1644. Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  1645. MA 02110-1301, USA
  1646. Also add information on how to contact you by electronic and paper mail.
  1647. You should also get your employer (if you work as a programmer) or your
  1648. school, if any, to sign a "copyright disclaimer" for the library, if
  1649. necessary. Here is a sample; alter the names:
  1650. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  1651. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  1652. <signature of Ty Coon>, 1 April 1990
  1653. Ty Coon, President of Vice
  1654. That's all there is to it!
  1655. GNU LESSER GENERAL PUBLIC LICENSE
  1656. Version 3, 29 June 2007
  1657. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  1658. Everyone is permitted to copy and distribute verbatim copies
  1659. of this license document, but changing it is not allowed.
  1660. This version of the GNU Lesser General Public License incorporates
  1661. the terms and conditions of version 3 of the GNU General Public
  1662. License, supplemented by the additional permissions listed below.
  1663. 0. Additional Definitions.
  1664. As used herein, "this License" refers to version 3 of the GNU Lesser
  1665. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  1666. General Public License.
  1667. "The Library" refers to a covered work governed by this License,
  1668. other than an Application or a Combined Work as defined below.
  1669. An "Application" is any work that makes use of an interface provided
  1670. by the Library, but which is not otherwise based on the Library.
  1671. Defining a subclass of a class defined by the Library is deemed a mode
  1672. of using an interface provided by the Library.
  1673. A "Combined Work" is a work produced by combining or linking an
  1674. Application with the Library. The particular version of the Library
  1675. with which the Combined Work was made is also called the "Linked
  1676. Version".
  1677. The "Minimal Corresponding Source" for a Combined Work means the
  1678. Corresponding Source for the Combined Work, excluding any source code
  1679. for portions of the Combined Work that, considered in isolation, are
  1680. based on the Application, and not on the Linked Version.
  1681. The "Corresponding Application Code" for a Combined Work means the
  1682. object code and/or source code for the Application, including any data
  1683. and utility programs needed for reproducing the Combined Work from the
  1684. Application, but excluding the System Libraries of the Combined Work.
  1685. 1. Exception to Section 3 of the GNU GPL.
  1686. You may convey a covered work under sections 3 and 4 of this License
  1687. without being bound by section 3 of the GNU GPL.
  1688. 2. Conveying Modified Versions.
  1689. If you modify a copy of the Library, and, in your modifications, a
  1690. facility refers to a function or data to be supplied by an Application
  1691. that uses the facility (other than as an argument passed when the
  1692. facility is invoked), then you may convey a copy of the modified
  1693. version:
  1694. a) under this License, provided that you make a good faith effort to
  1695. ensure that, in the event an Application does not supply the
  1696. function or data, the facility still operates, and performs
  1697. whatever part of its purpose remains meaningful, or
  1698. b) under the GNU GPL, with none of the additional permissions of
  1699. this License applicable to that copy.
  1700. 3. Object Code Incorporating Material from Library Header Files.
  1701. The object code form of an Application may incorporate material from
  1702. a header file that is part of the Library. You may convey such object
  1703. code under terms of your choice, provided that, if the incorporated
  1704. material is not limited to numerical parameters, data structure
  1705. layouts and accessors, or small macros, inline functions and templates
  1706. (ten or fewer lines in length), you do both of the following:
  1707. a) Give prominent notice with each copy of the object code that the
  1708. Library is used in it and that the Library and its use are
  1709. covered by this License.
  1710. b) Accompany the object code with a copy of the GNU GPL and this license
  1711. document.
  1712. 4. Combined Works.
  1713. You may convey a Combined Work under terms of your choice that,
  1714. taken together, effectively do not restrict modification of the
  1715. portions of the Library contained in the Combined Work and reverse
  1716. engineering for debugging such modifications, if you also do each of
  1717. the following:
  1718. a) Give prominent notice with each copy of the Combined Work that
  1719. the Library is used in it and that the Library and its use are
  1720. covered by this License.
  1721. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  1722. document.
  1723. c) For a Combined Work that displays copyright notices during
  1724. execution, include the copyright notice for the Library among
  1725. these notices, as well as a reference directing the user to the
  1726. copies of the GNU GPL and this license document.
  1727. d) Do one of the following:
  1728. 0) Convey the Minimal Corresponding Source under the terms of this
  1729. License, and the Corresponding Application Code in a form
  1730. suitable for, and under terms that permit, the user to
  1731. recombine or relink the Application with a modified version of
  1732. the Linked Version to produce a modified Combined Work, in the
  1733. manner specified by section 6 of the GNU GPL for conveying
  1734. Corresponding Source.
  1735. 1) Use a suitable shared library mechanism for linking with the
  1736. Library. A suitable mechanism is one that (a) uses at run time
  1737. a copy of the Library already present on the user's computer
  1738. system, and (b) will operate properly with a modified version
  1739. of the Library that is interface-compatible with the Linked
  1740. Version.
  1741. e) Provide Installation Information, but only if you would otherwise
  1742. be required to provide such information under section 6 of the
  1743. GNU GPL, and only to the extent that such information is
  1744. necessary to install and execute a modified version of the
  1745. Combined Work produced by recombining or relinking the
  1746. Application with a modified version of the Linked Version. (If
  1747. you use option 4d0, the Installation Information must accompany
  1748. the Minimal Corresponding Source and Corresponding Application
  1749. Code. If you use option 4d1, you must provide the Installation
  1750. Information in the manner specified by section 6 of the GNU GPL
  1751. for conveying Corresponding Source.)
  1752. 5. Combined Libraries.
  1753. You may place library facilities that are a work based on the
  1754. Library side by side in a single library together with other library
  1755. facilities that are not Applications and are not covered by this
  1756. License, and convey such a combined library under terms of your
  1757. choice, if you do both of the following:
  1758. a) Accompany the combined library with a copy of the same work based
  1759. on the Library, uncombined with any other library facilities,
  1760. conveyed under the terms of this License.
  1761. b) Give prominent notice with the combined library that part of it
  1762. is a work based on the Library, and explaining where to find the
  1763. accompanying uncombined form of the same work.
  1764. 6. Revised Versions of the GNU Lesser General Public License.
  1765. The Free Software Foundation may publish revised and/or new versions
  1766. of the GNU Lesser General Public License from time to time. Such new
  1767. versions will be similar in spirit to the present version, but may
  1768. differ in detail to address new problems or concerns.
  1769. Each version is given a distinguishing version number. If the
  1770. Library as you received it specifies that a certain numbered version
  1771. of the GNU Lesser General Public License "or any later version"
  1772. applies to it, you have the option of following the terms and
  1773. conditions either of that published version or of any later version
  1774. published by the Free Software Foundation. If the Library as you
  1775. received it does not specify a version number of the GNU Lesser
  1776. General Public License, you may choose any version of the GNU Lesser
  1777. General Public License ever published by the Free Software Foundation.
  1778. If the Library as you received it specifies that a proxy can decide
  1779. whether future versions of the GNU Lesser General Public License shall
  1780. apply, that proxy's public statement of acceptance of any version is
  1781. permanent authorization for you to choose that version for the
  1782. Library.
  1783. Component binutils/libdecnumber:
  1784. --------------------------------
  1785. This file is part of GCC.
  1786. GCC is free software; you can redistribute it and/or modify it under
  1787. the terms of the GNU General Public License as published by the Free
  1788. Software Foundation; either version 3, or (at your option) any later
  1789. version.
  1790. GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  1791. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  1792. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  1793. for more details.
  1794. Under Section 7 of GPL version 3, you are granted additional
  1795. permissions described in the GCC Runtime Library Exception, version
  1796. 3.1, as published by the Free Software Foundation.
  1797. Some files in libiberty have:
  1798. -----------------------------
  1799. This file is part of the libiberty library, which is part of GCC.
  1800. This file is free software; you can redistribute it and/or modify
  1801. it under the terms of the GNU General Public License as published by
  1802. the Free Software Foundation; either version 2 of the License, or
  1803. (at your option) any later version.
  1804. In addition to the permissions in the GNU General Public License, the
  1805. Free Software Foundation gives you unlimited permission to link the
  1806. compiled version of this file into combinations with other programs,
  1807. and to distribute those combinations without any restriction coming
  1808. from the use of this file. (The General Public License restrictions
  1809. do apply in other respects; for example, they cover modification of
  1810. the file, and distribution when not linked into a combined
  1811. executable.)
  1812. libgloss and newlib licenses are listed later below.
  1813. --------------------------------------------------------------------------------
  1814. Contains code from project Expat (https://sourceforge.net/projects/expat/)
  1815. under the following license(s).
  1816. Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
  1817. and Clark Cooper
  1818. Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
  1819. Permission is hereby granted, free of charge, to any person obtaining
  1820. a copy of this software and associated documentation files (the
  1821. "Software"), to deal in the Software without restriction, including
  1822. without limitation the rights to use, copy, modify, merge, publish,
  1823. distribute, sublicense, and/or sell copies of the Software, and to
  1824. permit persons to whom the Software is furnished to do so, subject to
  1825. the following conditions:
  1826. The above copyright notice and this permission notice shall be included
  1827. in all copies or substantial portions of the Software.
  1828. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  1829. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1830. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  1831. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  1832. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  1833. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  1834. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  1835. Expat is free software. You may copy, distribute, and modify it under
  1836. the terms of the License contained in the file COPYING distributed
  1837. with this package. This license is the same as the MIT/X Consortium
  1838. license.
  1839. Some files under expat-2.1.1/conftools/:
  1840. ----------------------------------------
  1841. # This file is free software; you can redistribute it and/or modify it
  1842. # under the terms of the GNU General Public License as published by
  1843. # the Free Software Foundation; either version 3 of the License, or
  1844. # (at your option) any later version.
  1845. #
  1846. # This program is distributed in the hope that it will be useful, but
  1847. # WITHOUT ANY WARRANTY; without even the implied warranty of
  1848. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  1849. # General Public License for more details.
  1850. #
  1851. # You should have received a copy of the GNU General Public License
  1852. # along with this program; if not, see <http://www.gnu.org/licenses/>.
  1853. #
  1854. # As a special exception to the GNU General Public License, if you
  1855. # distribute this file as part of a program that contains a
  1856. # configuration script generated by Autoconf, you may include it under
  1857. # the same distribution terms that you use for the rest of that
  1858. # program. This Exception is an additional permission under section 7
  1859. # of the GNU General Public License, version 3 ("GPLv3").
  1860. #
  1861. # Originally written by Per Bothner.
  1862. #
  1863. # You can get the latest version of this script from:
  1864. # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
  1865. #
  1866. # Please send patches with a ChangeLog entry to config-patches@gnu.org.
  1867. File expat-2.1.1/conftools/PrintPath:
  1868. -------------------------------------
  1869. # Look for program[s] somewhere in $PATH.
  1870. #
  1871. # Options:
  1872. # -s
  1873. # Do not print out full pathname. (silent)
  1874. # -pPATHNAME
  1875. # Look in PATHNAME instead of $PATH
  1876. #
  1877. # Usage:
  1878. # PrintPath [-s] [-pPATHNAME] program [program ...]
  1879. #
  1880. # Initially written by Jim Jagielski for the Apache configuration mechanism
  1881. # (with kudos to Kernighan/Pike)
  1882. #
  1883. # This script falls under the Apache License.
  1884. # See http://www.apache.org/licenses/LICENSE
  1885. Some files under expat-2.1.1/m4:
  1886. --------------------------------
  1887. # GNU Libtool is free software; you can redistribute it and/or modify
  1888. # it under the terms of the GNU General Public License as published by
  1889. # the Free Software Foundation; either version 2 of the License, or
  1890. # (at your option) any later version.
  1891. #
  1892. # As a special exception to the GNU General Public License,
  1893. # if you distribute this file as part of a program or library that
  1894. # is built using GNU Libtool, you may include this file under the
  1895. # same distribution terms that you use for the rest of that program.
  1896. #
  1897. # GNU Libtool is distributed in the hope that it will be useful, but
  1898. # WITHOUT ANY WARRANTY; without even the implied warranty of
  1899. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  1900. # General Public License for more details.
  1901. #
  1902. # You should have received a copy of the GNU General Public License
  1903. # along with GNU Libtool; see the file COPYING. If not, a copy
  1904. # can be downloaded from http://www.gnu.org/licenses/gpl.html,
  1905. # or obtained by writing to the Free Software Foundation, Inc.,
  1906. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  1907. File expat-2.1.1/doc/xmlwf.1:
  1908. -----------------------------
  1909. GNU Free Documentation License, Version 1.1
  1910. File expat-2.1.1/CMakeLists.txt:
  1911. --------------------------------
  1912. # This file is copyrighted under the BSD-license for buildsystem files of KDE
  1913. # copyright 2010, Patrick Spendrin <ps_ml@gmx.de>
  1914. --------------------------------------------------------------------------------
  1915. Contains code from project GNU GCC (https://gcc.gnu.org) under the following license(s).
  1916. GCC RUNTIME LIBRARY EXCEPTION
  1917. Version 3.1, 31 March 2009
  1918. Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
  1919. Everyone is permitted to copy and distribute verbatim copies of this
  1920. license document, but changing it is not allowed.
  1921. This GCC Runtime Library Exception ("Exception") is an additional
  1922. permission under section 7 of the GNU General Public License, version
  1923. 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
  1924. bears a notice placed by the copyright holder of the file stating that
  1925. the file is governed by GPLv3 along with this Exception.
  1926. When you use GCC to compile a program, GCC may combine portions of
  1927. certain GCC header files and runtime libraries with the compiled
  1928. program. The purpose of this Exception is to allow compilation of
  1929. non-GPL (including proprietary) programs to use, in this way, the
  1930. header files and runtime libraries covered by this Exception.
  1931. 0. Definitions.
  1932. A file is an "Independent Module" if it either requires the Runtime
  1933. Library for execution after a Compilation Process, or makes use of an
  1934. interface provided by the Runtime Library, but is not otherwise based
  1935. on the Runtime Library.
  1936. "GCC" means a version of the GNU Compiler Collection, with or without
  1937. modifications, governed by version 3 (or a specified later version) of
  1938. the GNU General Public License (GPL) with the option of using any
  1939. subsequent versions published by the FSF.
  1940. "GPL-compatible Software" is software whose conditions of propagation,
  1941. modification and use would permit combination with GCC in accord with
  1942. the license of GCC.
  1943. "Target Code" refers to output from any compiler for a real or virtual
  1944. target processor architecture, in executable form or suitable for
  1945. input to an assembler, loader, linker and/or execution
  1946. phase. Notwithstanding that, Target Code does not include data in any
  1947. format that is used as a compiler intermediate representation, or used
  1948. for producing a compiler intermediate representation.
  1949. The "Compilation Process" transforms code entirely represented in
  1950. non-intermediate languages designed for human-written code, and/or in
  1951. Java Virtual Machine byte code, into Target Code. Thus, for example,
  1952. use of source code generators and preprocessors need not be considered
  1953. part of the Compilation Process, since the Compilation Process can be
  1954. understood as starting with the output of the generators or
  1955. preprocessors.
  1956. A Compilation Process is "Eligible" if it is done using GCC, alone or
  1957. with other GPL-compatible software, or if it is done without using any
  1958. work based on GCC. For example, using non-GPL-compatible Software to
  1959. optimize any GCC intermediate representations would not qualify as an
  1960. Eligible Compilation Process.
  1961. 1. Grant of Additional Permission.
  1962. You have permission to propagate a work of Target Code formed by
  1963. combining the Runtime Library with Independent Modules, even if such
  1964. propagation would otherwise violate the terms of GPLv3, provided that
  1965. all Target Code was generated by Eligible Compilation Processes. You
  1966. may then convey such a combination under terms of your choice,
  1967. consistent with the licensing of the Independent Modules.
  1968. 2. No Weakening of GCC Copyleft.
  1969. The availability of this Exception does not imply any general
  1970. presumption that third-party software is unaffected by the copyleft
  1971. requirements of the license of GCC.
  1972. GNU GENERAL PUBLIC LICENSE
  1973. Version 3, 29 June 2007
  1974. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  1975. Everyone is permitted to copy and distribute verbatim copies
  1976. of this license document, but changing it is not allowed.
  1977. Preamble
  1978. The GNU General Public License is a free, copyleft license for
  1979. software and other kinds of works.
  1980. The licenses for most software and other practical works are designed
  1981. to take away your freedom to share and change the works. By contrast,
  1982. the GNU General Public License is intended to guarantee your freedom to
  1983. share and change all versions of a program--to make sure it remains free
  1984. software for all its users. We, the Free Software Foundation, use the
  1985. GNU General Public License for most of our software; it applies also to
  1986. any other work released this way by its authors. You can apply it to
  1987. your programs, too.
  1988. When we speak of free software, we are referring to freedom, not
  1989. price. Our General Public Licenses are designed to make sure that you
  1990. have the freedom to distribute copies of free software (and charge for
  1991. them if you wish), that you receive source code or can get it if you
  1992. want it, that you can change the software or use pieces of it in new
  1993. free programs, and that you know you can do these things.
  1994. To protect your rights, we need to prevent others from denying you
  1995. these rights or asking you to surrender the rights. Therefore, you have
  1996. certain responsibilities if you distribute copies of the software, or if
  1997. you modify it: responsibilities to respect the freedom of others.
  1998. For example, if you distribute copies of such a program, whether
  1999. gratis or for a fee, you must pass on to the recipients the same
  2000. freedoms that you received. You must make sure that they, too, receive
  2001. or can get the source code. And you must show them these terms so they
  2002. know their rights.
  2003. Developers that use the GNU GPL protect your rights with two steps:
  2004. (1) assert copyright on the software, and (2) offer you this License
  2005. giving you legal permission to copy, distribute and/or modify it.
  2006. For the developers' and authors' protection, the GPL clearly explains
  2007. that there is no warranty for this free software. For both users' and
  2008. authors' sake, the GPL requires that modified versions be marked as
  2009. changed, so that their problems will not be attributed erroneously to
  2010. authors of previous versions.
  2011. Some devices are designed to deny users access to install or run
  2012. modified versions of the software inside them, although the manufacturer
  2013. can do so. This is fundamentally incompatible with the aim of
  2014. protecting users' freedom to change the software. The systematic
  2015. pattern of such abuse occurs in the area of products for individuals to
  2016. use, which is precisely where it is most unacceptable. Therefore, we
  2017. have designed this version of the GPL to prohibit the practice for those
  2018. products. If such problems arise substantially in other domains, we
  2019. stand ready to extend this provision to those domains in future versions
  2020. of the GPL, as needed to protect the freedom of users.
  2021. Finally, every program is threatened constantly by software patents.
  2022. States should not allow patents to restrict development and use of
  2023. software on general-purpose computers, but in those that do, we wish to
  2024. avoid the special danger that patents applied to a free program could
  2025. make it effectively proprietary. To prevent this, the GPL assures that
  2026. patents cannot be used to render the program non-free.
  2027. The precise terms and conditions for copying, distribution and
  2028. modification follow.
  2029. TERMS AND CONDITIONS
  2030. 0. Definitions.
  2031. "This License" refers to version 3 of the GNU General Public License.
  2032. "Copyright" also means copyright-like laws that apply to other kinds of
  2033. works, such as semiconductor masks.
  2034. "The Program" refers to any copyrightable work licensed under this
  2035. License. Each licensee is addressed as "you". "Licensees" and
  2036. "recipients" may be individuals or organizations.
  2037. To "modify" a work means to copy from or adapt all or part of the work
  2038. in a fashion requiring copyright permission, other than the making of an
  2039. exact copy. The resulting work is called a "modified version" of the
  2040. earlier work or a work "based on" the earlier work.
  2041. A "covered work" means either the unmodified Program or a work based
  2042. on the Program.
  2043. To "propagate" a work means to do anything with it that, without
  2044. permission, would make you directly or secondarily liable for
  2045. infringement under applicable copyright law, except executing it on a
  2046. computer or modifying a private copy. Propagation includes copying,
  2047. distribution (with or without modification), making available to the
  2048. public, and in some countries other activities as well.
  2049. To "convey" a work means any kind of propagation that enables other
  2050. parties to make or receive copies. Mere interaction with a user through
  2051. a computer network, with no transfer of a copy, is not conveying.
  2052. An interactive user interface displays "Appropriate Legal Notices"
  2053. to the extent that it includes a convenient and prominently visible
  2054. feature that (1) displays an appropriate copyright notice, and (2)
  2055. tells the user that there is no warranty for the work (except to the
  2056. extent that warranties are provided), that licensees may convey the
  2057. work under this License, and how to view a copy of this License. If
  2058. the interface presents a list of user commands or options, such as a
  2059. menu, a prominent item in the list meets this criterion.
  2060. 1. Source Code.
  2061. The "source code" for a work means the preferred form of the work
  2062. for making modifications to it. "Object code" means any non-source
  2063. form of a work.
  2064. A "Standard Interface" means an interface that either is an official
  2065. standard defined by a recognized standards body, or, in the case of
  2066. interfaces specified for a particular programming language, one that
  2067. is widely used among developers working in that language.
  2068. The "System Libraries" of an executable work include anything, other
  2069. than the work as a whole, that (a) is included in the normal form of
  2070. packaging a Major Component, but which is not part of that Major
  2071. Component, and (b) serves only to enable use of the work with that
  2072. Major Component, or to implement a Standard Interface for which an
  2073. implementation is available to the public in source code form. A
  2074. "Major Component", in this context, means a major essential component
  2075. (kernel, window system, and so on) of the specific operating system
  2076. (if any) on which the executable work runs, or a compiler used to
  2077. produce the work, or an object code interpreter used to run it.
  2078. The "Corresponding Source" for a work in object code form means all
  2079. the source code needed to generate, install, and (for an executable
  2080. work) run the object code and to modify the work, including scripts to
  2081. control those activities. However, it does not include the work's
  2082. System Libraries, or general-purpose tools or generally available free
  2083. programs which are used unmodified in performing those activities but
  2084. which are not part of the work. For example, Corresponding Source
  2085. includes interface definition files associated with source files for
  2086. the work, and the source code for shared libraries and dynamically
  2087. linked subprograms that the work is specifically designed to require,
  2088. such as by intimate data communication or control flow between those
  2089. subprograms and other parts of the work.
  2090. The Corresponding Source need not include anything that users
  2091. can regenerate automatically from other parts of the Corresponding
  2092. Source.
  2093. The Corresponding Source for a work in source code form is that
  2094. same work.
  2095. 2. Basic Permissions.
  2096. All rights granted under this License are granted for the term of
  2097. copyright on the Program, and are irrevocable provided the stated
  2098. conditions are met. This License explicitly affirms your unlimited
  2099. permission to run the unmodified Program. The output from running a
  2100. covered work is covered by this License only if the output, given its
  2101. content, constitutes a covered work. This License acknowledges your
  2102. rights of fair use or other equivalent, as provided by copyright law.
  2103. You may make, run and propagate covered works that you do not
  2104. convey, without conditions so long as your license otherwise remains
  2105. in force. You may convey covered works to others for the sole purpose
  2106. of having them make modifications exclusively for you, or provide you
  2107. with facilities for running those works, provided that you comply with
  2108. the terms of this License in conveying all material for which you do
  2109. not control copyright. Those thus making or running the covered works
  2110. for you must do so exclusively on your behalf, under your direction
  2111. and control, on terms that prohibit them from making any copies of
  2112. your copyrighted material outside their relationship with you.
  2113. Conveying under any other circumstances is permitted solely under
  2114. the conditions stated below. Sublicensing is not allowed; section 10
  2115. makes it unnecessary.
  2116. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  2117. No covered work shall be deemed part of an effective technological
  2118. measure under any applicable law fulfilling obligations under article
  2119. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  2120. similar laws prohibiting or restricting circumvention of such
  2121. measures.
  2122. When you convey a covered work, you waive any legal power to forbid
  2123. circumvention of technological measures to the extent such circumvention
  2124. is effected by exercising rights under this License with respect to
  2125. the covered work, and you disclaim any intention to limit operation or
  2126. modification of the work as a means of enforcing, against the work's
  2127. users, your or third parties' legal rights to forbid circumvention of
  2128. technological measures.
  2129. 4. Conveying Verbatim Copies.
  2130. You may convey verbatim copies of the Program's source code as you
  2131. receive it, in any medium, provided that you conspicuously and
  2132. appropriately publish on each copy an appropriate copyright notice;
  2133. keep intact all notices stating that this License and any
  2134. non-permissive terms added in accord with section 7 apply to the code;
  2135. keep intact all notices of the absence of any warranty; and give all
  2136. recipients a copy of this License along with the Program.
  2137. You may charge any price or no price for each copy that you convey,
  2138. and you may offer support or warranty protection for a fee.
  2139. 5. Conveying Modified Source Versions.
  2140. You may convey a work based on the Program, or the modifications to
  2141. produce it from the Program, in the form of source code under the
  2142. terms of section 4, provided that you also meet all of these conditions:
  2143. a) The work must carry prominent notices stating that you modified
  2144. it, and giving a relevant date.
  2145. b) The work must carry prominent notices stating that it is
  2146. released under this License and any conditions added under section
  2147. 7. This requirement modifies the requirement in section 4 to
  2148. "keep intact all notices".
  2149. c) You must license the entire work, as a whole, under this
  2150. License to anyone who comes into possession of a copy. This
  2151. License will therefore apply, along with any applicable section 7
  2152. additional terms, to the whole of the work, and all its parts,
  2153. regardless of how they are packaged. This License gives no
  2154. permission to license the work in any other way, but it does not
  2155. invalidate such permission if you have separately received it.
  2156. d) If the work has interactive user interfaces, each must display
  2157. Appropriate Legal Notices; however, if the Program has interactive
  2158. interfaces that do not display Appropriate Legal Notices, your
  2159. work need not make them do so.
  2160. A compilation of a covered work with other separate and independent
  2161. works, which are not by their nature extensions of the covered work,
  2162. and which are not combined with it such as to form a larger program,
  2163. in or on a volume of a storage or distribution medium, is called an
  2164. "aggregate" if the compilation and its resulting copyright are not
  2165. used to limit the access or legal rights of the compilation's users
  2166. beyond what the individual works permit. Inclusion of a covered work
  2167. in an aggregate does not cause this License to apply to the other
  2168. parts of the aggregate.
  2169. 6. Conveying Non-Source Forms.
  2170. You may convey a covered work in object code form under the terms
  2171. of sections 4 and 5, provided that you also convey the
  2172. machine-readable Corresponding Source under the terms of this License,
  2173. in one of these ways:
  2174. a) Convey the object code in, or embodied in, a physical product
  2175. (including a physical distribution medium), accompanied by the
  2176. Corresponding Source fixed on a durable physical medium
  2177. customarily used for software interchange.
  2178. b) Convey the object code in, or embodied in, a physical product
  2179. (including a physical distribution medium), accompanied by a
  2180. written offer, valid for at least three years and valid for as
  2181. long as you offer spare parts or customer support for that product
  2182. model, to give anyone who possesses the object code either (1) a
  2183. copy of the Corresponding Source for all the software in the
  2184. product that is covered by this License, on a durable physical
  2185. medium customarily used for software interchange, for a price no
  2186. more than your reasonable cost of physically performing this
  2187. conveying of source, or (2) access to copy the
  2188. Corresponding Source from a network server at no charge.
  2189. c) Convey individual copies of the object code with a copy of the
  2190. written offer to provide the Corresponding Source. This
  2191. alternative is allowed only occasionally and noncommercially, and
  2192. only if you received the object code with such an offer, in accord
  2193. with subsection 6b.
  2194. d) Convey the object code by offering access from a designated
  2195. place (gratis or for a charge), and offer equivalent access to the
  2196. Corresponding Source in the same way through the same place at no
  2197. further charge. You need not require recipients to copy the
  2198. Corresponding Source along with the object code. If the place to
  2199. copy the object code is a network server, the Corresponding Source
  2200. may be on a different server (operated by you or a third party)
  2201. that supports equivalent copying facilities, provided you maintain
  2202. clear directions next to the object code saying where to find the
  2203. Corresponding Source. Regardless of what server hosts the
  2204. Corresponding Source, you remain obligated to ensure that it is
  2205. available for as long as needed to satisfy these requirements.
  2206. e) Convey the object code using peer-to-peer transmission, provided
  2207. you inform other peers where the object code and Corresponding
  2208. Source of the work are being offered to the general public at no
  2209. charge under subsection 6d.
  2210. A separable portion of the object code, whose source code is excluded
  2211. from the Corresponding Source as a System Library, need not be
  2212. included in conveying the object code work.
  2213. A "User Product" is either (1) a "consumer product", which means any
  2214. tangible personal property which is normally used for personal, family,
  2215. or household purposes, or (2) anything designed or sold for incorporation
  2216. into a dwelling. In determining whether a product is a consumer product,
  2217. doubtful cases shall be resolved in favor of coverage. For a particular
  2218. product received by a particular user, "normally used" refers to a
  2219. typical or common use of that class of product, regardless of the status
  2220. of the particular user or of the way in which the particular user
  2221. actually uses, or expects or is expected to use, the product. A product
  2222. is a consumer product regardless of whether the product has substantial
  2223. commercial, industrial or non-consumer uses, unless such uses represent
  2224. the only significant mode of use of the product.
  2225. "Installation Information" for a User Product means any methods,
  2226. procedures, authorization keys, or other information required to install
  2227. and execute modified versions of a covered work in that User Product from
  2228. a modified version of its Corresponding Source. The information must
  2229. suffice to ensure that the continued functioning of the modified object
  2230. code is in no case prevented or interfered with solely because
  2231. modification has been made.
  2232. If you convey an object code work under this section in, or with, or
  2233. specifically for use in, a User Product, and the conveying occurs as
  2234. part of a transaction in which the right of possession and use of the
  2235. User Product is transferred to the recipient in perpetuity or for a
  2236. fixed term (regardless of how the transaction is characterized), the
  2237. Corresponding Source conveyed under this section must be accompanied
  2238. by the Installation Information. But this requirement does not apply
  2239. if neither you nor any third party retains the ability to install
  2240. modified object code on the User Product (for example, the work has
  2241. been installed in ROM).
  2242. The requirement to provide Installation Information does not include a
  2243. requirement to continue to provide support service, warranty, or updates
  2244. for a work that has been modified or installed by the recipient, or for
  2245. the User Product in which it has been modified or installed. Access to a
  2246. network may be denied when the modification itself materially and
  2247. adversely affects the operation of the network or violates the rules and
  2248. protocols for communication across the network.
  2249. Corresponding Source conveyed, and Installation Information provided,
  2250. in accord with this section must be in a format that is publicly
  2251. documented (and with an implementation available to the public in
  2252. source code form), and must require no special password or key for
  2253. unpacking, reading or copying.
  2254. 7. Additional Terms.
  2255. "Additional permissions" are terms that supplement the terms of this
  2256. License by making exceptions from one or more of its conditions.
  2257. Additional permissions that are applicable to the entire Program shall
  2258. be treated as though they were included in this License, to the extent
  2259. that they are valid under applicable law. If additional permissions
  2260. apply only to part of the Program, that part may be used separately
  2261. under those permissions, but the entire Program remains governed by
  2262. this License without regard to the additional permissions.
  2263. When you convey a copy of a covered work, you may at your option
  2264. remove any additional permissions from that copy, or from any part of
  2265. it. (Additional permissions may be written to require their own
  2266. removal in certain cases when you modify the work.) You may place
  2267. additional permissions on material, added by you to a covered work,
  2268. for which you have or can give appropriate copyright permission.
  2269. Notwithstanding any other provision of this License, for material you
  2270. add to a covered work, you may (if authorized by the copyright holders of
  2271. that material) supplement the terms of this License with terms:
  2272. a) Disclaiming warranty or limiting liability differently from the
  2273. terms of sections 15 and 16 of this License; or
  2274. b) Requiring preservation of specified reasonable legal notices or
  2275. author attributions in that material or in the Appropriate Legal
  2276. Notices displayed by works containing it; or
  2277. c) Prohibiting misrepresentation of the origin of that material, or
  2278. requiring that modified versions of such material be marked in
  2279. reasonable ways as different from the original version; or
  2280. d) Limiting the use for publicity purposes of names of licensors or
  2281. authors of the material; or
  2282. e) Declining to grant rights under trademark law for use of some
  2283. trade names, trademarks, or service marks; or
  2284. f) Requiring indemnification of licensors and authors of that
  2285. material by anyone who conveys the material (or modified versions of
  2286. it) with contractual assumptions of liability to the recipient, for
  2287. any liability that these contractual assumptions directly impose on
  2288. those licensors and authors.
  2289. All other non-permissive additional terms are considered "further
  2290. restrictions" within the meaning of section 10. If the Program as you
  2291. received it, or any part of it, contains a notice stating that it is
  2292. governed by this License along with a term that is a further
  2293. restriction, you may remove that term. If a license document contains
  2294. a further restriction but permits relicensing or conveying under this
  2295. License, you may add to a covered work material governed by the terms
  2296. of that license document, provided that the further restriction does
  2297. not survive such relicensing or conveying.
  2298. If you add terms to a covered work in accord with this section, you
  2299. must place, in the relevant source files, a statement of the
  2300. additional terms that apply to those files, or a notice indicating
  2301. where to find the applicable terms.
  2302. Additional terms, permissive or non-permissive, may be stated in the
  2303. form of a separately written license, or stated as exceptions;
  2304. the above requirements apply either way.
  2305. 8. Termination.
  2306. You may not propagate or modify a covered work except as expressly
  2307. provided under this License. Any attempt otherwise to propagate or
  2308. modify it is void, and will automatically terminate your rights under
  2309. this License (including any patent licenses granted under the third
  2310. paragraph of section 11).
  2311. However, if you cease all violation of this License, then your
  2312. license from a particular copyright holder is reinstated (a)
  2313. provisionally, unless and until the copyright holder explicitly and
  2314. finally terminates your license, and (b) permanently, if the copyright
  2315. holder fails to notify you of the violation by some reasonable means
  2316. prior to 60 days after the cessation.
  2317. Moreover, your license from a particular copyright holder is
  2318. reinstated permanently if the copyright holder notifies you of the
  2319. violation by some reasonable means, this is the first time you have
  2320. received notice of violation of this License (for any work) from that
  2321. copyright holder, and you cure the violation prior to 30 days after
  2322. your receipt of the notice.
  2323. Termination of your rights under this section does not terminate the
  2324. licenses of parties who have received copies or rights from you under
  2325. this License. If your rights have been terminated and not permanently
  2326. reinstated, you do not qualify to receive new licenses for the same
  2327. material under section 10.
  2328. 9. Acceptance Not Required for Having Copies.
  2329. You are not required to accept this License in order to receive or
  2330. run a copy of the Program. Ancillary propagation of a covered work
  2331. occurring solely as a consequence of using peer-to-peer transmission
  2332. to receive a copy likewise does not require acceptance. However,
  2333. nothing other than this License grants you permission to propagate or
  2334. modify any covered work. These actions infringe copyright if you do
  2335. not accept this License. Therefore, by modifying or propagating a
  2336. covered work, you indicate your acceptance of this License to do so.
  2337. 10. Automatic Licensing of Downstream Recipients.
  2338. Each time you convey a covered work, the recipient automatically
  2339. receives a license from the original licensors, to run, modify and
  2340. propagate that work, subject to this License. You are not responsible
  2341. for enforcing compliance by third parties with this License.
  2342. An "entity transaction" is a transaction transferring control of an
  2343. organization, or substantially all assets of one, or subdividing an
  2344. organization, or merging organizations. If propagation of a covered
  2345. work results from an entity transaction, each party to that
  2346. transaction who receives a copy of the work also receives whatever
  2347. licenses to the work the party's predecessor in interest had or could
  2348. give under the previous paragraph, plus a right to possession of the
  2349. Corresponding Source of the work from the predecessor in interest, if
  2350. the predecessor has it or can get it with reasonable efforts.
  2351. You may not impose any further restrictions on the exercise of the
  2352. rights granted or affirmed under this License. For example, you may
  2353. not impose a license fee, royalty, or other charge for exercise of
  2354. rights granted under this License, and you may not initiate litigation
  2355. (including a cross-claim or counterclaim in a lawsuit) alleging that
  2356. any patent claim is infringed by making, using, selling, offering for
  2357. sale, or importing the Program or any portion of it.
  2358. 11. Patents.
  2359. A "contributor" is a copyright holder who authorizes use under this
  2360. License of the Program or a work on which the Program is based. The
  2361. work thus licensed is called the contributor's "contributor version".
  2362. A contributor's "essential patent claims" are all patent claims
  2363. owned or controlled by the contributor, whether already acquired or
  2364. hereafter acquired, that would be infringed by some manner, permitted
  2365. by this License, of making, using, or selling its contributor version,
  2366. but do not include claims that would be infringed only as a
  2367. consequence of further modification of the contributor version. For
  2368. purposes of this definition, "control" includes the right to grant
  2369. patent sublicenses in a manner consistent with the requirements of
  2370. this License.
  2371. Each contributor grants you a non-exclusive, worldwide, royalty-free
  2372. patent license under the contributor's essential patent claims, to
  2373. make, use, sell, offer for sale, import and otherwise run, modify and
  2374. propagate the contents of its contributor version.
  2375. In the following three paragraphs, a "patent license" is any express
  2376. agreement or commitment, however denominated, not to enforce a patent
  2377. (such as an express permission to practice a patent or covenant not to
  2378. sue for patent infringement). To "grant" such a patent license to a
  2379. party means to make such an agreement or commitment not to enforce a
  2380. patent against the party.
  2381. If you convey a covered work, knowingly relying on a patent license,
  2382. and the Corresponding Source of the work is not available for anyone
  2383. to copy, free of charge and under the terms of this License, through a
  2384. publicly available network server or other readily accessible means,
  2385. then you must either (1) cause the Corresponding Source to be so
  2386. available, or (2) arrange to deprive yourself of the benefit of the
  2387. patent license for this particular work, or (3) arrange, in a manner
  2388. consistent with the requirements of this License, to extend the patent
  2389. license to downstream recipients. "Knowingly relying" means you have
  2390. actual knowledge that, but for the patent license, your conveying the
  2391. covered work in a country, or your recipient's use of the covered work
  2392. in a country, would infringe one or more identifiable patents in that
  2393. country that you have reason to believe are valid.
  2394. If, pursuant to or in connection with a single transaction or
  2395. arrangement, you convey, or propagate by procuring conveyance of, a
  2396. covered work, and grant a patent license to some of the parties
  2397. receiving the covered work authorizing them to use, propagate, modify
  2398. or convey a specific copy of the covered work, then the patent license
  2399. you grant is automatically extended to all recipients of the covered
  2400. work and works based on it.
  2401. A patent license is "discriminatory" if it does not include within
  2402. the scope of its coverage, prohibits the exercise of, or is
  2403. conditioned on the non-exercise of one or more of the rights that are
  2404. specifically granted under this License. You may not convey a covered
  2405. work if you are a party to an arrangement with a third party that is
  2406. in the business of distributing software, under which you make payment
  2407. to the third party based on the extent of your activity of conveying
  2408. the work, and under which the third party grants, to any of the
  2409. parties who would receive the covered work from you, a discriminatory
  2410. patent license (a) in connection with copies of the covered work
  2411. conveyed by you (or copies made from those copies), or (b) primarily
  2412. for and in connection with specific products or compilations that
  2413. contain the covered work, unless you entered into that arrangement,
  2414. or that patent license was granted, prior to 28 March 2007.
  2415. Nothing in this License shall be construed as excluding or limiting
  2416. any implied license or other defenses to infringement that may
  2417. otherwise be available to you under applicable patent law.
  2418. 12. No Surrender of Others' Freedom.
  2419. If conditions are imposed on you (whether by court order, agreement or
  2420. otherwise) that contradict the conditions of this License, they do not
  2421. excuse you from the conditions of this License. If you cannot convey a
  2422. covered work so as to satisfy simultaneously your obligations under this
  2423. License and any other pertinent obligations, then as a consequence you may
  2424. not convey it at all. For example, if you agree to terms that obligate you
  2425. to collect a royalty for further conveying from those to whom you convey
  2426. the Program, the only way you could satisfy both those terms and this
  2427. License would be to refrain entirely from conveying the Program.
  2428. 13. Use with the GNU Affero General Public License.
  2429. Notwithstanding any other provision of this License, you have
  2430. permission to link or combine any covered work with a work licensed
  2431. under version 3 of the GNU Affero General Public License into a single
  2432. combined work, and to convey the resulting work. The terms of this
  2433. License will continue to apply to the part which is the covered work,
  2434. but the special requirements of the GNU Affero General Public License,
  2435. section 13, concerning interaction through a network will apply to the
  2436. combination as such.
  2437. 14. Revised Versions of this License.
  2438. The Free Software Foundation may publish revised and/or new versions of
  2439. the GNU General Public License from time to time. Such new versions will
  2440. be similar in spirit to the present version, but may differ in detail to
  2441. address new problems or concerns.
  2442. Each version is given a distinguishing version number. If the
  2443. Program specifies that a certain numbered version of the GNU General
  2444. Public License "or any later version" applies to it, you have the
  2445. option of following the terms and conditions either of that numbered
  2446. version or of any later version published by the Free Software
  2447. Foundation. If the Program does not specify a version number of the
  2448. GNU General Public License, you may choose any version ever published
  2449. by the Free Software Foundation.
  2450. If the Program specifies that a proxy can decide which future
  2451. versions of the GNU General Public License can be used, that proxy's
  2452. public statement of acceptance of a version permanently authorizes you
  2453. to choose that version for the Program.
  2454. Later license versions may give you additional or different
  2455. permissions. However, no additional obligations are imposed on any
  2456. author or copyright holder as a result of your choosing to follow a
  2457. later version.
  2458. 15. Disclaimer of Warranty.
  2459. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  2460. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  2461. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  2462. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  2463. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  2464. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  2465. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  2466. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  2467. 16. Limitation of Liability.
  2468. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  2469. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  2470. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  2471. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  2472. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  2473. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  2474. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  2475. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  2476. SUCH DAMAGES.
  2477. 17. Interpretation of Sections 15 and 16.
  2478. If the disclaimer of warranty and limitation of liability provided
  2479. above cannot be given local legal effect according to their terms,
  2480. reviewing courts shall apply local law that most closely approximates
  2481. an absolute waiver of all civil liability in connection with the
  2482. Program, unless a warranty or assumption of liability accompanies a
  2483. copy of the Program in return for a fee.
  2484. END OF TERMS AND CONDITIONS
  2485. How to Apply These Terms to Your New Programs
  2486. If you develop a new program, and you want it to be of the greatest
  2487. possible use to the public, the best way to achieve this is to make it
  2488. free software which everyone can redistribute and change under these terms.
  2489. To do so, attach the following notices to the program. It is safest
  2490. to attach them to the start of each source file to most effectively
  2491. state the exclusion of warranty; and each file should have at least
  2492. the "copyright" line and a pointer to where the full notice is found.
  2493. <one line to give the program's name and a brief idea of what it does.>
  2494. Copyright (C) <year> <name of author>
  2495. This program is free software: you can redistribute it and/or modify
  2496. it under the terms of the GNU General Public License as published by
  2497. the Free Software Foundation, either version 3 of the License, or
  2498. (at your option) any later version.
  2499. This program is distributed in the hope that it will be useful,
  2500. but WITHOUT ANY WARRANTY; without even the implied warranty of
  2501. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  2502. GNU General Public License for more details.
  2503. You should have received a copy of the GNU General Public License
  2504. along with this program. If not, see <http://www.gnu.org/licenses/>.
  2505. Also add information on how to contact you by electronic and paper mail.
  2506. If the program does terminal interaction, make it output a short
  2507. notice like this when it starts in an interactive mode:
  2508. <program> Copyright (C) <year> <name of author>
  2509. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  2510. This is free software, and you are welcome to redistribute it
  2511. under certain conditions; type `show c' for details.
  2512. The hypothetical commands `show w' and `show c' should show the appropriate
  2513. parts of the General Public License. Of course, your program's commands
  2514. might be different; for a GUI interface, you would use an "about box".
  2515. You should also get your employer (if you work as a programmer) or school,
  2516. if any, to sign a "copyright disclaimer" for the program, if necessary.
  2517. For more information on this, and how to apply and follow the GNU GPL, see
  2518. <http://www.gnu.org/licenses/>.
  2519. The GNU General Public License does not permit incorporating your program
  2520. into proprietary programs. If your program is a subroutine library, you
  2521. may consider it more useful to permit linking proprietary applications with
  2522. the library. If this is what you want to do, use the GNU Lesser General
  2523. Public License instead of this License. But first, please read
  2524. <http://www.gnu.org/philosophy/why-not-lgpl.html>.
  2525. GNU GENERAL PUBLIC LICENSE
  2526. Version 2, June 1991
  2527. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  2528. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  2529. Everyone is permitted to copy and distribute verbatim copies
  2530. of this license document, but changing it is not allowed.
  2531. Preamble
  2532. The licenses for most software are designed to take away your
  2533. freedom to share and change it. By contrast, the GNU General Public
  2534. License is intended to guarantee your freedom to share and change free
  2535. software--to make sure the software is free for all its users. This
  2536. General Public License applies to most of the Free Software
  2537. Foundation's software and to any other program whose authors commit to
  2538. using it. (Some other Free Software Foundation software is covered by
  2539. the GNU Library General Public License instead.) You can apply it to
  2540. your programs, too.
  2541. When we speak of free software, we are referring to freedom, not
  2542. price. Our General Public Licenses are designed to make sure that you
  2543. have the freedom to distribute copies of free software (and charge for
  2544. this service if you wish), that you receive source code or can get it
  2545. if you want it, that you can change the software or use pieces of it
  2546. in new free programs; and that you know you can do these things.
  2547. To protect your rights, we need to make restrictions that forbid
  2548. anyone to deny you these rights or to ask you to surrender the rights.
  2549. These restrictions translate to certain responsibilities for you if you
  2550. distribute copies of the software, or if you modify it.
  2551. For example, if you distribute copies of such a program, whether
  2552. gratis or for a fee, you must give the recipients all the rights that
  2553. you have. You must make sure that they, too, receive or can get the
  2554. source code. And you must show them these terms so they know their
  2555. rights.
  2556. We protect your rights with two steps: (1) copyright the software, and
  2557. (2) offer you this license which gives you legal permission to copy,
  2558. distribute and/or modify the software.
  2559. Also, for each author's protection and ours, we want to make certain
  2560. that everyone understands that there is no warranty for this free
  2561. software. If the software is modified by someone else and passed on, we
  2562. want its recipients to know that what they have is not the original, so
  2563. that any problems introduced by others will not reflect on the original
  2564. authors' reputations.
  2565. Finally, any free program is threatened constantly by software
  2566. patents. We wish to avoid the danger that redistributors of a free
  2567. program will individually obtain patent licenses, in effect making the
  2568. program proprietary. To prevent this, we have made it clear that any
  2569. patent must be licensed for everyone's free use or not licensed at all.
  2570. The precise terms and conditions for copying, distribution and
  2571. modification follow.
  2572. GNU GENERAL PUBLIC LICENSE
  2573. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  2574. 0. This License applies to any program or other work which contains
  2575. a notice placed by the copyright holder saying it may be distributed
  2576. under the terms of this General Public License. The "Program", below,
  2577. refers to any such program or work, and a "work based on the Program"
  2578. means either the Program or any derivative work under copyright law:
  2579. that is to say, a work containing the Program or a portion of it,
  2580. either verbatim or with modifications and/or translated into another
  2581. language. (Hereinafter, translation is included without limitation in
  2582. the term "modification".) Each licensee is addressed as "you".
  2583. Activities other than copying, distribution and modification are not
  2584. covered by this License; they are outside its scope. The act of
  2585. running the Program is not restricted, and the output from the Program
  2586. is covered only if its contents constitute a work based on the
  2587. Program (independent of having been made by running the Program).
  2588. Whether that is true depends on what the Program does.
  2589. 1. You may copy and distribute verbatim copies of the Program's
  2590. source code as you receive it, in any medium, provided that you
  2591. conspicuously and appropriately publish on each copy an appropriate
  2592. copyright notice and disclaimer of warranty; keep intact all the
  2593. notices that refer to this License and to the absence of any warranty;
  2594. and give any other recipients of the Program a copy of this License
  2595. along with the Program.
  2596. You may charge a fee for the physical act of transferring a copy, and
  2597. you may at your option offer warranty protection in exchange for a fee.
  2598. 2. You may modify your copy or copies of the Program or any portion
  2599. of it, thus forming a work based on the Program, and copy and
  2600. distribute such modifications or work under the terms of Section 1
  2601. above, provided that you also meet all of these conditions:
  2602. a) You must cause the modified files to carry prominent notices
  2603. stating that you changed the files and the date of any change.
  2604. b) You must cause any work that you distribute or publish, that in
  2605. whole or in part contains or is derived from the Program or any
  2606. part thereof, to be licensed as a whole at no charge to all third
  2607. parties under the terms of this License.
  2608. c) If the modified program normally reads commands interactively
  2609. when run, you must cause it, when started running for such
  2610. interactive use in the most ordinary way, to print or display an
  2611. announcement including an appropriate copyright notice and a
  2612. notice that there is no warranty (or else, saying that you provide
  2613. a warranty) and that users may redistribute the program under
  2614. these conditions, and telling the user how to view a copy of this
  2615. License. (Exception: if the Program itself is interactive but
  2616. does not normally print such an announcement, your work based on
  2617. the Program is not required to print an announcement.)
  2618. These requirements apply to the modified work as a whole. If
  2619. identifiable sections of that work are not derived from the Program,
  2620. and can be reasonably considered independent and separate works in
  2621. themselves, then this License, and its terms, do not apply to those
  2622. sections when you distribute them as separate works. But when you
  2623. distribute the same sections as part of a whole which is a work based
  2624. on the Program, the distribution of the whole must be on the terms of
  2625. this License, whose permissions for other licensees extend to the
  2626. entire whole, and thus to each and every part regardless of who wrote it.
  2627. Thus, it is not the intent of this section to claim rights or contest
  2628. your rights to work written entirely by you; rather, the intent is to
  2629. exercise the right to control the distribution of derivative or
  2630. collective works based on the Program.
  2631. In addition, mere aggregation of another work not based on the Program
  2632. with the Program (or with a work based on the Program) on a volume of
  2633. a storage or distribution medium does not bring the other work under
  2634. the scope of this License.
  2635. 3. You may copy and distribute the Program (or a work based on it,
  2636. under Section 2) in object code or executable form under the terms of
  2637. Sections 1 and 2 above provided that you also do one of the following:
  2638. a) Accompany it with the complete corresponding machine-readable
  2639. source code, which must be distributed under the terms of Sections
  2640. 1 and 2 above on a medium customarily used for software interchange; or,
  2641. b) Accompany it with a written offer, valid for at least three
  2642. years, to give any third party, for a charge no more than your
  2643. cost of physically performing source distribution, a complete
  2644. machine-readable copy of the corresponding source code, to be
  2645. distributed under the terms of Sections 1 and 2 above on a medium
  2646. customarily used for software interchange; or,
  2647. c) Accompany it with the information you received as to the offer
  2648. to distribute corresponding source code. (This alternative is
  2649. allowed only for noncommercial distribution and only if you
  2650. received the program in object code or executable form with such
  2651. an offer, in accord with Subsection b above.)
  2652. The source code for a work means the preferred form of the work for
  2653. making modifications to it. For an executable work, complete source
  2654. code means all the source code for all modules it contains, plus any
  2655. associated interface definition files, plus the scripts used to
  2656. control compilation and installation of the executable. However, as a
  2657. special exception, the source code distributed need not include
  2658. anything that is normally distributed (in either source or binary
  2659. form) with the major components (compiler, kernel, and so on) of the
  2660. operating system on which the executable runs, unless that component
  2661. itself accompanies the executable.
  2662. If distribution of executable or object code is made by offering
  2663. access to copy from a designated place, then offering equivalent
  2664. access to copy the source code from the same place counts as
  2665. distribution of the source code, even though third parties are not
  2666. compelled to copy the source along with the object code.
  2667. 4. You may not copy, modify, sublicense, or distribute the Program
  2668. except as expressly provided under this License. Any attempt
  2669. otherwise to copy, modify, sublicense or distribute the Program is
  2670. void, and will automatically terminate your rights under this License.
  2671. However, parties who have received copies, or rights, from you under
  2672. this License will not have their licenses terminated so long as such
  2673. parties remain in full compliance.
  2674. 5. You are not required to accept this License, since you have not
  2675. signed it. However, nothing else grants you permission to modify or
  2676. distribute the Program or its derivative works. These actions are
  2677. prohibited by law if you do not accept this License. Therefore, by
  2678. modifying or distributing the Program (or any work based on the
  2679. Program), you indicate your acceptance of this License to do so, and
  2680. all its terms and conditions for copying, distributing or modifying
  2681. the Program or works based on it.
  2682. 6. Each time you redistribute the Program (or any work based on the
  2683. Program), the recipient automatically receives a license from the
  2684. original licensor to copy, distribute or modify the Program subject to
  2685. these terms and conditions. You may not impose any further
  2686. restrictions on the recipients' exercise of the rights granted herein.
  2687. You are not responsible for enforcing compliance by third parties to
  2688. this License.
  2689. 7. If, as a consequence of a court judgment or allegation of patent
  2690. infringement or for any other reason (not limited to patent issues),
  2691. conditions are imposed on you (whether by court order, agreement or
  2692. otherwise) that contradict the conditions of this License, they do not
  2693. excuse you from the conditions of this License. If you cannot
  2694. distribute so as to satisfy simultaneously your obligations under this
  2695. License and any other pertinent obligations, then as a consequence you
  2696. may not distribute the Program at all. For example, if a patent
  2697. license would not permit royalty-free redistribution of the Program by
  2698. all those who receive copies directly or indirectly through you, then
  2699. the only way you could satisfy both it and this License would be to
  2700. refrain entirely from distribution of the Program.
  2701. If any portion of this section is held invalid or unenforceable under
  2702. any particular circumstance, the balance of the section is intended to
  2703. apply and the section as a whole is intended to apply in other
  2704. circumstances.
  2705. It is not the purpose of this section to induce you to infringe any
  2706. patents or other property right claims or to contest validity of any
  2707. such claims; this section has the sole purpose of protecting the
  2708. integrity of the free software distribution system, which is
  2709. implemented by public license practices. Many people have made
  2710. generous contributions to the wide range of software distributed
  2711. through that system in reliance on consistent application of that
  2712. system; it is up to the author/donor to decide if he or she is willing
  2713. to distribute software through any other system and a licensee cannot
  2714. impose that choice.
  2715. This section is intended to make thoroughly clear what is believed to
  2716. be a consequence of the rest of this License.
  2717. 8. If the distribution and/or use of the Program is restricted in
  2718. certain countries either by patents or by copyrighted interfaces, the
  2719. original copyright holder who places the Program under this License
  2720. may add an explicit geographical distribution limitation excluding
  2721. those countries, so that distribution is permitted only in or among
  2722. countries not thus excluded. In such case, this License incorporates
  2723. the limitation as if written in the body of this License.
  2724. 9. The Free Software Foundation may publish revised and/or new versions
  2725. of the General Public License from time to time. Such new versions will
  2726. be similar in spirit to the present version, but may differ in detail to
  2727. address new problems or concerns.
  2728. Each version is given a distinguishing version number. If the Program
  2729. specifies a version number of this License which applies to it and "any
  2730. later version", you have the option of following the terms and conditions
  2731. either of that version or of any later version published by the Free
  2732. Software Foundation. If the Program does not specify a version number of
  2733. this License, you may choose any version ever published by the Free Software
  2734. Foundation.
  2735. 10. If you wish to incorporate parts of the Program into other free
  2736. programs whose distribution conditions are different, write to the author
  2737. to ask for permission. For software which is copyrighted by the Free
  2738. Software Foundation, write to the Free Software Foundation; we sometimes
  2739. make exceptions for this. Our decision will be guided by the two goals
  2740. of preserving the free status of all derivatives of our free software and
  2741. of promoting the sharing and reuse of software generally.
  2742. NO WARRANTY
  2743. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  2744. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  2745. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  2746. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  2747. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  2748. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  2749. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  2750. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  2751. REPAIR OR CORRECTION.
  2752. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  2753. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  2754. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  2755. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  2756. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  2757. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  2758. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  2759. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  2760. POSSIBILITY OF SUCH DAMAGES.
  2761. END OF TERMS AND CONDITIONS
  2762. How to Apply These Terms to Your New Programs
  2763. If you develop a new program, and you want it to be of the greatest
  2764. possible use to the public, the best way to achieve this is to make it
  2765. free software which everyone can redistribute and change under these terms.
  2766. To do so, attach the following notices to the program. It is safest
  2767. to attach them to the start of each source file to most effectively
  2768. convey the exclusion of warranty; and each file should have at least
  2769. the "copyright" line and a pointer to where the full notice is found.
  2770. <one line to give the program's name and a brief idea of what it does.>
  2771. Copyright (C) <year> <name of author>
  2772. This program is free software; you can redistribute it and/or modify
  2773. it under the terms of the GNU General Public License as published by
  2774. the Free Software Foundation; either version 2 of the License, or
  2775. (at your option) any later version.
  2776. This program is distributed in the hope that it will be useful,
  2777. but WITHOUT ANY WARRANTY; without even the implied warranty of
  2778. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  2779. GNU General Public License for more details.
  2780. You should have received a copy of the GNU General Public License
  2781. along with this program; if not, write to the Free Software
  2782. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  2783. Also add information on how to contact you by electronic and paper mail.
  2784. If the program is interactive, make it output a short notice like this
  2785. when it starts in an interactive mode:
  2786. Gnomovision version 69, Copyright (C) year name of author
  2787. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  2788. This is free software, and you are welcome to redistribute it
  2789. under certain conditions; type `show c' for details.
  2790. The hypothetical commands `show w' and `show c' should show the appropriate
  2791. parts of the General Public License. Of course, the commands you use may
  2792. be called something other than `show w' and `show c'; they could even be
  2793. mouse-clicks or menu items--whatever suits your program.
  2794. You should also get your employer (if you work as a programmer) or your
  2795. school, if any, to sign a "copyright disclaimer" for the program, if
  2796. necessary. Here is a sample; alter the names:
  2797. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  2798. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  2799. <signature of Ty Coon>, 1 April 1989
  2800. Ty Coon, President of Vice
  2801. This General Public License does not permit incorporating your program into
  2802. proprietary programs. If your program is a subroutine library, you may
  2803. consider it more useful to permit linking proprietary applications with the
  2804. library. If this is what you want to do, use the GNU Library General
  2805. Public License instead of this License.
  2806. GNU LESSER GENERAL PUBLIC LICENSE
  2807. Version 2.1, February 1999
  2808. Copyright (C) 1991, 1999 Free Software Foundation, Inc.
  2809. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  2810. Everyone is permitted to copy and distribute verbatim copies
  2811. of this license document, but changing it is not allowed.
  2812. [This is the first released version of the Lesser GPL. It also counts
  2813. as the successor of the GNU Library Public License, version 2, hence
  2814. the version number 2.1.]
  2815. Preamble
  2816. The licenses for most software are designed to take away your
  2817. freedom to share and change it. By contrast, the GNU General Public
  2818. Licenses are intended to guarantee your freedom to share and change
  2819. free software--to make sure the software is free for all its users.
  2820. This license, the Lesser General Public License, applies to some
  2821. specially designated software packages--typically libraries--of the
  2822. Free Software Foundation and other authors who decide to use it. You
  2823. can use it too, but we suggest you first think carefully about whether
  2824. this license or the ordinary General Public License is the better
  2825. strategy to use in any particular case, based on the explanations
  2826. below.
  2827. When we speak of free software, we are referring to freedom of use,
  2828. not price. Our General Public Licenses are designed to make sure that
  2829. you have the freedom to distribute copies of free software (and charge
  2830. for this service if you wish); that you receive source code or can get
  2831. it if you want it; that you can change the software and use pieces of
  2832. it in new free programs; and that you are informed that you can do
  2833. these things.
  2834. To protect your rights, we need to make restrictions that forbid
  2835. distributors to deny you these rights or to ask you to surrender these
  2836. rights. These restrictions translate to certain responsibilities for
  2837. you if you distribute copies of the library or if you modify it.
  2838. For example, if you distribute copies of the library, whether gratis
  2839. or for a fee, you must give the recipients all the rights that we gave
  2840. you. You must make sure that they, too, receive or can get the source
  2841. code. If you link other code with the library, you must provide
  2842. complete object files to the recipients, so that they can relink them
  2843. with the library after making changes to the library and recompiling
  2844. it. And you must show them these terms so they know their rights.
  2845. We protect your rights with a two-step method: (1) we copyright the
  2846. library, and (2) we offer you this license, which gives you legal
  2847. permission to copy, distribute and/or modify the library.
  2848. To protect each distributor, we want to make it very clear that
  2849. there is no warranty for the free library. Also, if the library is
  2850. modified by someone else and passed on, the recipients should know
  2851. that what they have is not the original version, so that the original
  2852. author's reputation will not be affected by problems that might be
  2853. introduced by others.
  2854. Finally, software patents pose a constant threat to the existence of
  2855. any free program. We wish to make sure that a company cannot
  2856. effectively restrict the users of a free program by obtaining a
  2857. restrictive license from a patent holder. Therefore, we insist that
  2858. any patent license obtained for a version of the library must be
  2859. consistent with the full freedom of use specified in this license.
  2860. Most GNU software, including some libraries, is covered by the
  2861. ordinary GNU General Public License. This license, the GNU Lesser
  2862. General Public License, applies to certain designated libraries, and
  2863. is quite different from the ordinary General Public License. We use
  2864. this license for certain libraries in order to permit linking those
  2865. libraries into non-free programs.
  2866. When a program is linked with a library, whether statically or using
  2867. a shared library, the combination of the two is legally speaking a
  2868. combined work, a derivative of the original library. The ordinary
  2869. General Public License therefore permits such linking only if the
  2870. entire combination fits its criteria of freedom. The Lesser General
  2871. Public License permits more lax criteria for linking other code with
  2872. the library.
  2873. We call this license the "Lesser" General Public License because it
  2874. does Less to protect the user's freedom than the ordinary General
  2875. Public License. It also provides other free software developers Less
  2876. of an advantage over competing non-free programs. These disadvantages
  2877. are the reason we use the ordinary General Public License for many
  2878. libraries. However, the Lesser license provides advantages in certain
  2879. special circumstances.
  2880. For example, on rare occasions, there may be a special need to
  2881. encourage the widest possible use of a certain library, so that it
  2882. becomes a de-facto standard. To achieve this, non-free programs must
  2883. be allowed to use the library. A more frequent case is that a free
  2884. library does the same job as widely used non-free libraries. In this
  2885. case, there is little to gain by limiting the free library to free
  2886. software only, so we use the Lesser General Public License.
  2887. In other cases, permission to use a particular library in non-free
  2888. programs enables a greater number of people to use a large body of
  2889. free software. For example, permission to use the GNU C Library in
  2890. non-free programs enables many more people to use the whole GNU
  2891. operating system, as well as its variant, the GNU/Linux operating
  2892. system.
  2893. Although the Lesser General Public License is Less protective of the
  2894. users' freedom, it does ensure that the user of a program that is
  2895. linked with the Library has the freedom and the wherewithal to run
  2896. that program using a modified version of the Library.
  2897. The precise terms and conditions for copying, distribution and
  2898. modification follow. Pay close attention to the difference between a
  2899. "work based on the library" and a "work that uses the library". The
  2900. former contains code derived from the library, whereas the latter must
  2901. be combined with the library in order to run.
  2902. GNU LESSER GENERAL PUBLIC LICENSE
  2903. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  2904. 0. This License Agreement applies to any software library or other
  2905. program which contains a notice placed by the copyright holder or
  2906. other authorized party saying it may be distributed under the terms of
  2907. this Lesser General Public License (also called "this License").
  2908. Each licensee is addressed as "you".
  2909. A "library" means a collection of software functions and/or data
  2910. prepared so as to be conveniently linked with application programs
  2911. (which use some of those functions and data) to form executables.
  2912. The "Library", below, refers to any such software library or work
  2913. which has been distributed under these terms. A "work based on the
  2914. Library" means either the Library or any derivative work under
  2915. copyright law: that is to say, a work containing the Library or a
  2916. portion of it, either verbatim or with modifications and/or translated
  2917. straightforwardly into another language. (Hereinafter, translation is
  2918. included without limitation in the term "modification".)
  2919. "Source code" for a work means the preferred form of the work for
  2920. making modifications to it. For a library, complete source code means
  2921. all the source code for all modules it contains, plus any associated
  2922. interface definition files, plus the scripts used to control
  2923. compilation and installation of the library.
  2924. Activities other than copying, distribution and modification are not
  2925. covered by this License; they are outside its scope. The act of
  2926. running a program using the Library is not restricted, and output from
  2927. such a program is covered only if its contents constitute a work based
  2928. on the Library (independent of the use of the Library in a tool for
  2929. writing it). Whether that is true depends on what the Library does
  2930. and what the program that uses the Library does.
  2931. 1. You may copy and distribute verbatim copies of the Library's
  2932. complete source code as you receive it, in any medium, provided that
  2933. you conspicuously and appropriately publish on each copy an
  2934. appropriate copyright notice and disclaimer of warranty; keep intact
  2935. all the notices that refer to this License and to the absence of any
  2936. warranty; and distribute a copy of this License along with the
  2937. Library.
  2938. You may charge a fee for the physical act of transferring a copy,
  2939. and you may at your option offer warranty protection in exchange for a
  2940. fee.
  2941. 2. You may modify your copy or copies of the Library or any portion
  2942. of it, thus forming a work based on the Library, and copy and
  2943. distribute such modifications or work under the terms of Section 1
  2944. above, provided that you also meet all of these conditions:
  2945. a) The modified work must itself be a software library.
  2946. b) You must cause the files modified to carry prominent notices
  2947. stating that you changed the files and the date of any change.
  2948. c) You must cause the whole of the work to be licensed at no
  2949. charge to all third parties under the terms of this License.
  2950. d) If a facility in the modified Library refers to a function or a
  2951. table of data to be supplied by an application program that uses
  2952. the facility, other than as an argument passed when the facility
  2953. is invoked, then you must make a good faith effort to ensure that,
  2954. in the event an application does not supply such function or
  2955. table, the facility still operates, and performs whatever part of
  2956. its purpose remains meaningful.
  2957. (For example, a function in a library to compute square roots has
  2958. a purpose that is entirely well-defined independent of the
  2959. application. Therefore, Subsection 2d requires that any
  2960. application-supplied function or table used by this function must
  2961. be optional: if the application does not supply it, the square
  2962. root function must still compute square roots.)
  2963. These requirements apply to the modified work as a whole. If
  2964. identifiable sections of that work are not derived from the Library,
  2965. and can be reasonably considered independent and separate works in
  2966. themselves, then this License, and its terms, do not apply to those
  2967. sections when you distribute them as separate works. But when you
  2968. distribute the same sections as part of a whole which is a work based
  2969. on the Library, the distribution of the whole must be on the terms of
  2970. this License, whose permissions for other licensees extend to the
  2971. entire whole, and thus to each and every part regardless of who wrote
  2972. it.
  2973. Thus, it is not the intent of this section to claim rights or contest
  2974. your rights to work written entirely by you; rather, the intent is to
  2975. exercise the right to control the distribution of derivative or
  2976. collective works based on the Library.
  2977. In addition, mere aggregation of another work not based on the Library
  2978. with the Library (or with a work based on the Library) on a volume of
  2979. a storage or distribution medium does not bring the other work under
  2980. the scope of this License.
  2981. 3. You may opt to apply the terms of the ordinary GNU General Public
  2982. License instead of this License to a given copy of the Library. To do
  2983. this, you must alter all the notices that refer to this License, so
  2984. that they refer to the ordinary GNU General Public License, version 2,
  2985. instead of to this License. (If a newer version than version 2 of the
  2986. ordinary GNU General Public License has appeared, then you can specify
  2987. that version instead if you wish.) Do not make any other change in
  2988. these notices.
  2989. Once this change is made in a given copy, it is irreversible for
  2990. that copy, so the ordinary GNU General Public License applies to all
  2991. subsequent copies and derivative works made from that copy.
  2992. This option is useful when you wish to copy part of the code of
  2993. the Library into a program that is not a library.
  2994. 4. You may copy and distribute the Library (or a portion or
  2995. derivative of it, under Section 2) in object code or executable form
  2996. under the terms of Sections 1 and 2 above provided that you accompany
  2997. it with the complete corresponding machine-readable source code, which
  2998. must be distributed under the terms of Sections 1 and 2 above on a
  2999. medium customarily used for software interchange.
  3000. If distribution of object code is made by offering access to copy
  3001. from a designated place, then offering equivalent access to copy the
  3002. source code from the same place satisfies the requirement to
  3003. distribute the source code, even though third parties are not
  3004. compelled to copy the source along with the object code.
  3005. 5. A program that contains no derivative of any portion of the
  3006. Library, but is designed to work with the Library by being compiled or
  3007. linked with it, is called a "work that uses the Library". Such a
  3008. work, in isolation, is not a derivative work of the Library, and
  3009. therefore falls outside the scope of this License.
  3010. However, linking a "work that uses the Library" with the Library
  3011. creates an executable that is a derivative of the Library (because it
  3012. contains portions of the Library), rather than a "work that uses the
  3013. library". The executable is therefore covered by this License.
  3014. Section 6 states terms for distribution of such executables.
  3015. When a "work that uses the Library" uses material from a header file
  3016. that is part of the Library, the object code for the work may be a
  3017. derivative work of the Library even though the source code is not.
  3018. Whether this is true is especially significant if the work can be
  3019. linked without the Library, or if the work is itself a library. The
  3020. threshold for this to be true is not precisely defined by law.
  3021. If such an object file uses only numerical parameters, data
  3022. structure layouts and accessors, and small macros and small inline
  3023. functions (ten lines or less in length), then the use of the object
  3024. file is unrestricted, regardless of whether it is legally a derivative
  3025. work. (Executables containing this object code plus portions of the
  3026. Library will still fall under Section 6.)
  3027. Otherwise, if the work is a derivative of the Library, you may
  3028. distribute the object code for the work under the terms of Section 6.
  3029. Any executables containing that work also fall under Section 6,
  3030. whether or not they are linked directly with the Library itself.
  3031. 6. As an exception to the Sections above, you may also combine or
  3032. link a "work that uses the Library" with the Library to produce a
  3033. work containing portions of the Library, and distribute that work
  3034. under terms of your choice, provided that the terms permit
  3035. modification of the work for the customer's own use and reverse
  3036. engineering for debugging such modifications.
  3037. You must give prominent notice with each copy of the work that the
  3038. Library is used in it and that the Library and its use are covered by
  3039. this License. You must supply a copy of this License. If the work
  3040. during execution displays copyright notices, you must include the
  3041. copyright notice for the Library among them, as well as a reference
  3042. directing the user to the copy of this License. Also, you must do one
  3043. of these things:
  3044. a) Accompany the work with the complete corresponding
  3045. machine-readable source code for the Library including whatever
  3046. changes were used in the work (which must be distributed under
  3047. Sections 1 and 2 above); and, if the work is an executable linked
  3048. with the Library, with the complete machine-readable "work that
  3049. uses the Library", as object code and/or source code, so that the
  3050. user can modify the Library and then relink to produce a modified
  3051. executable containing the modified Library. (It is understood
  3052. that the user who changes the contents of definitions files in the
  3053. Library will not necessarily be able to recompile the application
  3054. to use the modified definitions.)
  3055. b) Use a suitable shared library mechanism for linking with the
  3056. Library. A suitable mechanism is one that (1) uses at run time a
  3057. copy of the library already present on the user's computer system,
  3058. rather than copying library functions into the executable, and (2)
  3059. will operate properly with a modified version of the library, if
  3060. the user installs one, as long as the modified version is
  3061. interface-compatible with the version that the work was made with.
  3062. c) Accompany the work with a written offer, valid for at least
  3063. three years, to give the same user the materials specified in
  3064. Subsection 6a, above, for a charge no more than the cost of
  3065. performing this distribution.
  3066. d) If distribution of the work is made by offering access to copy
  3067. from a designated place, offer equivalent access to copy the above
  3068. specified materials from the same place.
  3069. e) Verify that the user has already received a copy of these
  3070. materials or that you have already sent this user a copy.
  3071. For an executable, the required form of the "work that uses the
  3072. Library" must include any data and utility programs needed for
  3073. reproducing the executable from it. However, as a special exception,
  3074. the materials to be distributed need not include anything that is
  3075. normally distributed (in either source or binary form) with the major
  3076. components (compiler, kernel, and so on) of the operating system on
  3077. which the executable runs, unless that component itself accompanies
  3078. the executable.
  3079. It may happen that this requirement contradicts the license
  3080. restrictions of other proprietary libraries that do not normally
  3081. accompany the operating system. Such a contradiction means you cannot
  3082. use both them and the Library together in an executable that you
  3083. distribute.
  3084. 7. You may place library facilities that are a work based on the
  3085. Library side-by-side in a single library together with other library
  3086. facilities not covered by this License, and distribute such a combined
  3087. library, provided that the separate distribution of the work based on
  3088. the Library and of the other library facilities is otherwise
  3089. permitted, and provided that you do these two things:
  3090. a) Accompany the combined library with a copy of the same work
  3091. based on the Library, uncombined with any other library
  3092. facilities. This must be distributed under the terms of the
  3093. Sections above.
  3094. b) Give prominent notice with the combined library of the fact
  3095. that part of it is a work based on the Library, and explaining
  3096. where to find the accompanying uncombined form of the same work.
  3097. 8. You may not copy, modify, sublicense, link with, or distribute
  3098. the Library except as expressly provided under this License. Any
  3099. attempt otherwise to copy, modify, sublicense, link with, or
  3100. distribute the Library is void, and will automatically terminate your
  3101. rights under this License. However, parties who have received copies,
  3102. or rights, from you under this License will not have their licenses
  3103. terminated so long as such parties remain in full compliance.
  3104. 9. You are not required to accept this License, since you have not
  3105. signed it. However, nothing else grants you permission to modify or
  3106. distribute the Library or its derivative works. These actions are
  3107. prohibited by law if you do not accept this License. Therefore, by
  3108. modifying or distributing the Library (or any work based on the
  3109. Library), you indicate your acceptance of this License to do so, and
  3110. all its terms and conditions for copying, distributing or modifying
  3111. the Library or works based on it.
  3112. 10. Each time you redistribute the Library (or any work based on the
  3113. Library), the recipient automatically receives a license from the
  3114. original licensor to copy, distribute, link with or modify the Library
  3115. subject to these terms and conditions. You may not impose any further
  3116. restrictions on the recipients' exercise of the rights granted herein.
  3117. You are not responsible for enforcing compliance by third parties with
  3118. this License.
  3119. 11. If, as a consequence of a court judgment or allegation of patent
  3120. infringement or for any other reason (not limited to patent issues),
  3121. conditions are imposed on you (whether by court order, agreement or
  3122. otherwise) that contradict the conditions of this License, they do not
  3123. excuse you from the conditions of this License. If you cannot
  3124. distribute so as to satisfy simultaneously your obligations under this
  3125. License and any other pertinent obligations, then as a consequence you
  3126. may not distribute the Library at all. For example, if a patent
  3127. license would not permit royalty-free redistribution of the Library by
  3128. all those who receive copies directly or indirectly through you, then
  3129. the only way you could satisfy both it and this License would be to
  3130. refrain entirely from distribution of the Library.
  3131. If any portion of this section is held invalid or unenforceable under
  3132. any particular circumstance, the balance of the section is intended to
  3133. apply, and the section as a whole is intended to apply in other
  3134. circumstances.
  3135. It is not the purpose of this section to induce you to infringe any
  3136. patents or other property right claims or to contest validity of any
  3137. such claims; this section has the sole purpose of protecting the
  3138. integrity of the free software distribution system which is
  3139. implemented by public license practices. Many people have made
  3140. generous contributions to the wide range of software distributed
  3141. through that system in reliance on consistent application of that
  3142. system; it is up to the author/donor to decide if he or she is willing
  3143. to distribute software through any other system and a licensee cannot
  3144. impose that choice.
  3145. This section is intended to make thoroughly clear what is believed to
  3146. be a consequence of the rest of this License.
  3147. 12. If the distribution and/or use of the Library is restricted in
  3148. certain countries either by patents or by copyrighted interfaces, the
  3149. original copyright holder who places the Library under this License
  3150. may add an explicit geographical distribution limitation excluding those
  3151. countries, so that distribution is permitted only in or among
  3152. countries not thus excluded. In such case, this License incorporates
  3153. the limitation as if written in the body of this License.
  3154. 13. The Free Software Foundation may publish revised and/or new
  3155. versions of the Lesser General Public License from time to time.
  3156. Such new versions will be similar in spirit to the present version,
  3157. but may differ in detail to address new problems or concerns.
  3158. Each version is given a distinguishing version number. If the Library
  3159. specifies a version number of this License which applies to it and
  3160. "any later version", you have the option of following the terms and
  3161. conditions either of that version or of any later version published by
  3162. the Free Software Foundation. If the Library does not specify a
  3163. license version number, you may choose any version ever published by
  3164. the Free Software Foundation.
  3165. 14. If you wish to incorporate parts of the Library into other free
  3166. programs whose distribution conditions are incompatible with these,
  3167. write to the author to ask for permission. For software which is
  3168. copyrighted by the Free Software Foundation, write to the Free
  3169. Software Foundation; we sometimes make exceptions for this. Our
  3170. decision will be guided by the two goals of preserving the free status
  3171. of all derivatives of our free software and of promoting the sharing
  3172. and reuse of software generally.
  3173. NO WARRANTY
  3174. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  3175. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  3176. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  3177. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  3178. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  3179. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  3180. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  3181. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  3182. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  3183. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  3184. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  3185. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  3186. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  3187. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  3188. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  3189. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  3190. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  3191. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  3192. DAMAGES.
  3193. END OF TERMS AND CONDITIONS
  3194. How to Apply These Terms to Your New Libraries
  3195. If you develop a new library, and you want it to be of the greatest
  3196. possible use to the public, we recommend making it free software that
  3197. everyone can redistribute and change. You can do so by permitting
  3198. redistribution under these terms (or, alternatively, under the terms
  3199. of the ordinary General Public License).
  3200. To apply these terms, attach the following notices to the library.
  3201. It is safest to attach them to the start of each source file to most
  3202. effectively convey the exclusion of warranty; and each file should
  3203. have at least the "copyright" line and a pointer to where the full
  3204. notice is found.
  3205. <one line to give the library's name and a brief idea of what it does.>
  3206. Copyright (C) <year> <name of author>
  3207. This library is free software; you can redistribute it and/or
  3208. modify it under the terms of the GNU Lesser General Public
  3209. License as published by the Free Software Foundation; either
  3210. version 2.1 of the License, or (at your option) any later version.
  3211. This library is distributed in the hope that it will be useful,
  3212. but WITHOUT ANY WARRANTY; without even the implied warranty of
  3213. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  3214. Lesser General Public License for more details.
  3215. You should have received a copy of the GNU Lesser General Public
  3216. License along with this library; if not, write to the Free Software
  3217. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  3218. Also add information on how to contact you by electronic and paper mail.
  3219. You should also get your employer (if you work as a programmer) or
  3220. your school, if any, to sign a "copyright disclaimer" for the library,
  3221. if necessary. Here is a sample; alter the names:
  3222. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  3223. library `Frob' (a library for tweaking knobs) written by James
  3224. Random Hacker.
  3225. <signature of Ty Coon>, 1 April 1990
  3226. Ty Coon, President of Vice
  3227. That's all there is to it!
  3228. GNU LESSER GENERAL PUBLIC LICENSE
  3229. Version 3, 29 June 2007
  3230. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  3231. Everyone is permitted to copy and distribute verbatim copies
  3232. of this license document, but changing it is not allowed.
  3233. This version of the GNU Lesser General Public License incorporates
  3234. the terms and conditions of version 3 of the GNU General Public
  3235. License, supplemented by the additional permissions listed below.
  3236. 0. Additional Definitions.
  3237. As used herein, "this License" refers to version 3 of the GNU Lesser
  3238. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  3239. General Public License.
  3240. "The Library" refers to a covered work governed by this License,
  3241. other than an Application or a Combined Work as defined below.
  3242. An "Application" is any work that makes use of an interface provided
  3243. by the Library, but which is not otherwise based on the Library.
  3244. Defining a subclass of a class defined by the Library is deemed a mode
  3245. of using an interface provided by the Library.
  3246. A "Combined Work" is a work produced by combining or linking an
  3247. Application with the Library. The particular version of the Library
  3248. with which the Combined Work was made is also called the "Linked
  3249. Version".
  3250. The "Minimal Corresponding Source" for a Combined Work means the
  3251. Corresponding Source for the Combined Work, excluding any source code
  3252. for portions of the Combined Work that, considered in isolation, are
  3253. based on the Application, and not on the Linked Version.
  3254. The "Corresponding Application Code" for a Combined Work means the
  3255. object code and/or source code for the Application, including any data
  3256. and utility programs needed for reproducing the Combined Work from the
  3257. Application, but excluding the System Libraries of the Combined Work.
  3258. 1. Exception to Section 3 of the GNU GPL.
  3259. You may convey a covered work under sections 3 and 4 of this License
  3260. without being bound by section 3 of the GNU GPL.
  3261. 2. Conveying Modified Versions.
  3262. If you modify a copy of the Library, and, in your modifications, a
  3263. facility refers to a function or data to be supplied by an Application
  3264. that uses the facility (other than as an argument passed when the
  3265. facility is invoked), then you may convey a copy of the modified
  3266. version:
  3267. a) under this License, provided that you make a good faith effort to
  3268. ensure that, in the event an Application does not supply the
  3269. function or data, the facility still operates, and performs
  3270. whatever part of its purpose remains meaningful, or
  3271. b) under the GNU GPL, with none of the additional permissions of
  3272. this License applicable to that copy.
  3273. 3. Object Code Incorporating Material from Library Header Files.
  3274. The object code form of an Application may incorporate material from
  3275. a header file that is part of the Library. You may convey such object
  3276. code under terms of your choice, provided that, if the incorporated
  3277. material is not limited to numerical parameters, data structure
  3278. layouts and accessors, or small macros, inline functions and templates
  3279. (ten or fewer lines in length), you do both of the following:
  3280. a) Give prominent notice with each copy of the object code that the
  3281. Library is used in it and that the Library and its use are
  3282. covered by this License.
  3283. b) Accompany the object code with a copy of the GNU GPL and this license
  3284. document.
  3285. 4. Combined Works.
  3286. You may convey a Combined Work under terms of your choice that,
  3287. taken together, effectively do not restrict modification of the
  3288. portions of the Library contained in the Combined Work and reverse
  3289. engineering for debugging such modifications, if you also do each of
  3290. the following:
  3291. a) Give prominent notice with each copy of the Combined Work that
  3292. the Library is used in it and that the Library and its use are
  3293. covered by this License.
  3294. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  3295. document.
  3296. c) For a Combined Work that displays copyright notices during
  3297. execution, include the copyright notice for the Library among
  3298. these notices, as well as a reference directing the user to the
  3299. copies of the GNU GPL and this license document.
  3300. d) Do one of the following:
  3301. 0) Convey the Minimal Corresponding Source under the terms of this
  3302. License, and the Corresponding Application Code in a form
  3303. suitable for, and under terms that permit, the user to
  3304. recombine or relink the Application with a modified version of
  3305. the Linked Version to produce a modified Combined Work, in the
  3306. manner specified by section 6 of the GNU GPL for conveying
  3307. Corresponding Source.
  3308. 1) Use a suitable shared library mechanism for linking with the
  3309. Library. A suitable mechanism is one that (a) uses at run time
  3310. a copy of the Library already present on the user's computer
  3311. system, and (b) will operate properly with a modified version
  3312. of the Library that is interface-compatible with the Linked
  3313. Version.
  3314. e) Provide Installation Information, but only if you would otherwise
  3315. be required to provide such information under section 6 of the
  3316. GNU GPL, and only to the extent that such information is
  3317. necessary to install and execute a modified version of the
  3318. Combined Work produced by recombining or relinking the
  3319. Application with a modified version of the Linked Version. (If
  3320. you use option 4d0, the Installation Information must accompany
  3321. the Minimal Corresponding Source and Corresponding Application
  3322. Code. If you use option 4d1, you must provide the Installation
  3323. Information in the manner specified by section 6 of the GNU GPL
  3324. for conveying Corresponding Source.)
  3325. 5. Combined Libraries.
  3326. You may place library facilities that are a work based on the
  3327. Library side by side in a single library together with other library
  3328. facilities that are not Applications and are not covered by this
  3329. License, and convey such a combined library under terms of your
  3330. choice, if you do both of the following:
  3331. a) Accompany the combined library with a copy of the same work based
  3332. on the Library, uncombined with any other library facilities,
  3333. conveyed under the terms of this License.
  3334. b) Give prominent notice with the combined library that part of it
  3335. is a work based on the Library, and explaining where to find the
  3336. accompanying uncombined form of the same work.
  3337. 6. Revised Versions of the GNU Lesser General Public License.
  3338. The Free Software Foundation may publish revised and/or new versions
  3339. of the GNU Lesser General Public License from time to time. Such new
  3340. versions will be similar in spirit to the present version, but may
  3341. differ in detail to address new problems or concerns.
  3342. Each version is given a distinguishing version number. If the
  3343. Library as you received it specifies that a certain numbered version
  3344. of the GNU Lesser General Public License "or any later version"
  3345. applies to it, you have the option of following the terms and
  3346. conditions either of that published version or of any later version
  3347. published by the Free Software Foundation. If the Library as you
  3348. received it does not specify a version number of the GNU Lesser
  3349. General Public License, you may choose any version of the GNU Lesser
  3350. General Public License ever published by the Free Software Foundation.
  3351. If the Library as you received it specifies that a proxy can decide
  3352. whether future versions of the GNU Lesser General Public License shall
  3353. apply, that proxy's public statement of acceptance of any version is
  3354. permanent authorization for you to choose that version for the
  3355. Library.
  3356. Component gcc/libbacktrace:
  3357. ----------------------------
  3358. The libbacktrace library
  3359. Initially written by Ian Lance Taylor <iant@google.com>
  3360. The libbacktrace library may be linked into a program or library and
  3361. used to produce symbolic backtraces. Sample uses would be to print a
  3362. detailed backtrace when an error occurs or to gather detailed
  3363. profiling information.
  3364. The libbacktrace library is provided under a BSD license. See the
  3365. source files for the exact license text.
  3366. The public functions are declared and documented in the header file
  3367. backtrace.h, which should be #include'd by a user of the library.
  3368. Building libbacktrace will generate a file backtrace-supported.h,
  3369. which a user of the library may use to determine whether backtraces
  3370. will work. See the source file backtrace-supported.h.in for the
  3371. macros that it defines.
  3372. As of September 2012, libbacktrace only supports ELF executables with
  3373. DWARF debugging information. The library is written to make it
  3374. straightforward to add support for other object file and debugging
  3375. formats.
  3376. --------------------------------------------------------------------------------
  3377. Contains code from project GMP (https://gmplib.org/) under the following license(s).
  3378. GNU GENERAL PUBLIC LICENSE
  3379. Version 3, 29 June 2007
  3380. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  3381. Everyone is permitted to copy and distribute verbatim copies
  3382. of this license document, but changing it is not allowed.
  3383. Preamble
  3384. The GNU General Public License is a free, copyleft license for
  3385. software and other kinds of works.
  3386. The licenses for most software and other practical works are designed
  3387. to take away your freedom to share and change the works. By contrast,
  3388. the GNU General Public License is intended to guarantee your freedom to
  3389. share and change all versions of a program--to make sure it remains free
  3390. software for all its users. We, the Free Software Foundation, use the
  3391. GNU General Public License for most of our software; it applies also to
  3392. any other work released this way by its authors. You can apply it to
  3393. your programs, too.
  3394. When we speak of free software, we are referring to freedom, not
  3395. price. Our General Public Licenses are designed to make sure that you
  3396. have the freedom to distribute copies of free software (and charge for
  3397. them if you wish), that you receive source code or can get it if you
  3398. want it, that you can change the software or use pieces of it in new
  3399. free programs, and that you know you can do these things.
  3400. To protect your rights, we need to prevent others from denying you
  3401. these rights or asking you to surrender the rights. Therefore, you have
  3402. certain responsibilities if you distribute copies of the software, or if
  3403. you modify it: responsibilities to respect the freedom of others.
  3404. For example, if you distribute copies of such a program, whether
  3405. gratis or for a fee, you must pass on to the recipients the same
  3406. freedoms that you received. You must make sure that they, too, receive
  3407. or can get the source code. And you must show them these terms so they
  3408. know their rights.
  3409. Developers that use the GNU GPL protect your rights with two steps:
  3410. (1) assert copyright on the software, and (2) offer you this License
  3411. giving you legal permission to copy, distribute and/or modify it.
  3412. For the developers' and authors' protection, the GPL clearly explains
  3413. that there is no warranty for this free software. For both users' and
  3414. authors' sake, the GPL requires that modified versions be marked as
  3415. changed, so that their problems will not be attributed erroneously to
  3416. authors of previous versions.
  3417. Some devices are designed to deny users access to install or run
  3418. modified versions of the software inside them, although the manufacturer
  3419. can do so. This is fundamentally incompatible with the aim of
  3420. protecting users' freedom to change the software. The systematic
  3421. pattern of such abuse occurs in the area of products for individuals to
  3422. use, which is precisely where it is most unacceptable. Therefore, we
  3423. have designed this version of the GPL to prohibit the practice for those
  3424. products. If such problems arise substantially in other domains, we
  3425. stand ready to extend this provision to those domains in future versions
  3426. of the GPL, as needed to protect the freedom of users.
  3427. Finally, every program is threatened constantly by software patents.
  3428. States should not allow patents to restrict development and use of
  3429. software on general-purpose computers, but in those that do, we wish to
  3430. avoid the special danger that patents applied to a free program could
  3431. make it effectively proprietary. To prevent this, the GPL assures that
  3432. patents cannot be used to render the program non-free.
  3433. The precise terms and conditions for copying, distribution and
  3434. modification follow.
  3435. TERMS AND CONDITIONS
  3436. 0. Definitions.
  3437. "This License" refers to version 3 of the GNU General Public License.
  3438. "Copyright" also means copyright-like laws that apply to other kinds of
  3439. works, such as semiconductor masks.
  3440. "The Program" refers to any copyrightable work licensed under this
  3441. License. Each licensee is addressed as "you". "Licensees" and
  3442. "recipients" may be individuals or organizations.
  3443. To "modify" a work means to copy from or adapt all or part of the work
  3444. in a fashion requiring copyright permission, other than the making of an
  3445. exact copy. The resulting work is called a "modified version" of the
  3446. earlier work or a work "based on" the earlier work.
  3447. A "covered work" means either the unmodified Program or a work based
  3448. on the Program.
  3449. To "propagate" a work means to do anything with it that, without
  3450. permission, would make you directly or secondarily liable for
  3451. infringement under applicable copyright law, except executing it on a
  3452. computer or modifying a private copy. Propagation includes copying,
  3453. distribution (with or without modification), making available to the
  3454. public, and in some countries other activities as well.
  3455. To "convey" a work means any kind of propagation that enables other
  3456. parties to make or receive copies. Mere interaction with a user through
  3457. a computer network, with no transfer of a copy, is not conveying.
  3458. An interactive user interface displays "Appropriate Legal Notices"
  3459. to the extent that it includes a convenient and prominently visible
  3460. feature that (1) displays an appropriate copyright notice, and (2)
  3461. tells the user that there is no warranty for the work (except to the
  3462. extent that warranties are provided), that licensees may convey the
  3463. work under this License, and how to view a copy of this License. If
  3464. the interface presents a list of user commands or options, such as a
  3465. menu, a prominent item in the list meets this criterion.
  3466. 1. Source Code.
  3467. The "source code" for a work means the preferred form of the work
  3468. for making modifications to it. "Object code" means any non-source
  3469. form of a work.
  3470. A "Standard Interface" means an interface that either is an official
  3471. standard defined by a recognized standards body, or, in the case of
  3472. interfaces specified for a particular programming language, one that
  3473. is widely used among developers working in that language.
  3474. The "System Libraries" of an executable work include anything, other
  3475. than the work as a whole, that (a) is included in the normal form of
  3476. packaging a Major Component, but which is not part of that Major
  3477. Component, and (b) serves only to enable use of the work with that
  3478. Major Component, or to implement a Standard Interface for which an
  3479. implementation is available to the public in source code form. A
  3480. "Major Component", in this context, means a major essential component
  3481. (kernel, window system, and so on) of the specific operating system
  3482. (if any) on which the executable work runs, or a compiler used to
  3483. produce the work, or an object code interpreter used to run it.
  3484. The "Corresponding Source" for a work in object code form means all
  3485. the source code needed to generate, install, and (for an executable
  3486. work) run the object code and to modify the work, including scripts to
  3487. control those activities. However, it does not include the work's
  3488. System Libraries, or general-purpose tools or generally available free
  3489. programs which are used unmodified in performing those activities but
  3490. which are not part of the work. For example, Corresponding Source
  3491. includes interface definition files associated with source files for
  3492. the work, and the source code for shared libraries and dynamically
  3493. linked subprograms that the work is specifically designed to require,
  3494. such as by intimate data communication or control flow between those
  3495. subprograms and other parts of the work.
  3496. The Corresponding Source need not include anything that users
  3497. can regenerate automatically from other parts of the Corresponding
  3498. Source.
  3499. The Corresponding Source for a work in source code form is that
  3500. same work.
  3501. 2. Basic Permissions.
  3502. All rights granted under this License are granted for the term of
  3503. copyright on the Program, and are irrevocable provided the stated
  3504. conditions are met. This License explicitly affirms your unlimited
  3505. permission to run the unmodified Program. The output from running a
  3506. covered work is covered by this License only if the output, given its
  3507. content, constitutes a covered work. This License acknowledges your
  3508. rights of fair use or other equivalent, as provided by copyright law.
  3509. You may make, run and propagate covered works that you do not
  3510. convey, without conditions so long as your license otherwise remains
  3511. in force. You may convey covered works to others for the sole purpose
  3512. of having them make modifications exclusively for you, or provide you
  3513. with facilities for running those works, provided that you comply with
  3514. the terms of this License in conveying all material for which you do
  3515. not control copyright. Those thus making or running the covered works
  3516. for you must do so exclusively on your behalf, under your direction
  3517. and control, on terms that prohibit them from making any copies of
  3518. your copyrighted material outside their relationship with you.
  3519. Conveying under any other circumstances is permitted solely under
  3520. the conditions stated below. Sublicensing is not allowed; section 10
  3521. makes it unnecessary.
  3522. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  3523. No covered work shall be deemed part of an effective technological
  3524. measure under any applicable law fulfilling obligations under article
  3525. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  3526. similar laws prohibiting or restricting circumvention of such
  3527. measures.
  3528. When you convey a covered work, you waive any legal power to forbid
  3529. circumvention of technological measures to the extent such circumvention
  3530. is effected by exercising rights under this License with respect to
  3531. the covered work, and you disclaim any intention to limit operation or
  3532. modification of the work as a means of enforcing, against the work's
  3533. users, your or third parties' legal rights to forbid circumvention of
  3534. technological measures.
  3535. 4. Conveying Verbatim Copies.
  3536. You may convey verbatim copies of the Program's source code as you
  3537. receive it, in any medium, provided that you conspicuously and
  3538. appropriately publish on each copy an appropriate copyright notice;
  3539. keep intact all notices stating that this License and any
  3540. non-permissive terms added in accord with section 7 apply to the code;
  3541. keep intact all notices of the absence of any warranty; and give all
  3542. recipients a copy of this License along with the Program.
  3543. You may charge any price or no price for each copy that you convey,
  3544. and you may offer support or warranty protection for a fee.
  3545. 5. Conveying Modified Source Versions.
  3546. You may convey a work based on the Program, or the modifications to
  3547. produce it from the Program, in the form of source code under the
  3548. terms of section 4, provided that you also meet all of these conditions:
  3549. a) The work must carry prominent notices stating that you modified
  3550. it, and giving a relevant date.
  3551. b) The work must carry prominent notices stating that it is
  3552. released under this License and any conditions added under section
  3553. 7. This requirement modifies the requirement in section 4 to
  3554. "keep intact all notices".
  3555. c) You must license the entire work, as a whole, under this
  3556. License to anyone who comes into possession of a copy. This
  3557. License will therefore apply, along with any applicable section 7
  3558. additional terms, to the whole of the work, and all its parts,
  3559. regardless of how they are packaged. This License gives no
  3560. permission to license the work in any other way, but it does not
  3561. invalidate such permission if you have separately received it.
  3562. d) If the work has interactive user interfaces, each must display
  3563. Appropriate Legal Notices; however, if the Program has interactive
  3564. interfaces that do not display Appropriate Legal Notices, your
  3565. work need not make them do so.
  3566. A compilation of a covered work with other separate and independent
  3567. works, which are not by their nature extensions of the covered work,
  3568. and which are not combined with it such as to form a larger program,
  3569. in or on a volume of a storage or distribution medium, is called an
  3570. "aggregate" if the compilation and its resulting copyright are not
  3571. used to limit the access or legal rights of the compilation's users
  3572. beyond what the individual works permit. Inclusion of a covered work
  3573. in an aggregate does not cause this License to apply to the other
  3574. parts of the aggregate.
  3575. 6. Conveying Non-Source Forms.
  3576. You may convey a covered work in object code form under the terms
  3577. of sections 4 and 5, provided that you also convey the
  3578. machine-readable Corresponding Source under the terms of this License,
  3579. in one of these ways:
  3580. a) Convey the object code in, or embodied in, a physical product
  3581. (including a physical distribution medium), accompanied by the
  3582. Corresponding Source fixed on a durable physical medium
  3583. customarily used for software interchange.
  3584. b) Convey the object code in, or embodied in, a physical product
  3585. (including a physical distribution medium), accompanied by a
  3586. written offer, valid for at least three years and valid for as
  3587. long as you offer spare parts or customer support for that product
  3588. model, to give anyone who possesses the object code either (1) a
  3589. copy of the Corresponding Source for all the software in the
  3590. product that is covered by this License, on a durable physical
  3591. medium customarily used for software interchange, for a price no
  3592. more than your reasonable cost of physically performing this
  3593. conveying of source, or (2) access to copy the
  3594. Corresponding Source from a network server at no charge.
  3595. c) Convey individual copies of the object code with a copy of the
  3596. written offer to provide the Corresponding Source. This
  3597. alternative is allowed only occasionally and noncommercially, and
  3598. only if you received the object code with such an offer, in accord
  3599. with subsection 6b.
  3600. d) Convey the object code by offering access from a designated
  3601. place (gratis or for a charge), and offer equivalent access to the
  3602. Corresponding Source in the same way through the same place at no
  3603. further charge. You need not require recipients to copy the
  3604. Corresponding Source along with the object code. If the place to
  3605. copy the object code is a network server, the Corresponding Source
  3606. may be on a different server (operated by you or a third party)
  3607. that supports equivalent copying facilities, provided you maintain
  3608. clear directions next to the object code saying where to find the
  3609. Corresponding Source. Regardless of what server hosts the
  3610. Corresponding Source, you remain obligated to ensure that it is
  3611. available for as long as needed to satisfy these requirements.
  3612. e) Convey the object code using peer-to-peer transmission, provided
  3613. you inform other peers where the object code and Corresponding
  3614. Source of the work are being offered to the general public at no
  3615. charge under subsection 6d.
  3616. A separable portion of the object code, whose source code is excluded
  3617. from the Corresponding Source as a System Library, need not be
  3618. included in conveying the object code work.
  3619. A "User Product" is either (1) a "consumer product", which means any
  3620. tangible personal property which is normally used for personal, family,
  3621. or household purposes, or (2) anything designed or sold for incorporation
  3622. into a dwelling. In determining whether a product is a consumer product,
  3623. doubtful cases shall be resolved in favor of coverage. For a particular
  3624. product received by a particular user, "normally used" refers to a
  3625. typical or common use of that class of product, regardless of the status
  3626. of the particular user or of the way in which the particular user
  3627. actually uses, or expects or is expected to use, the product. A product
  3628. is a consumer product regardless of whether the product has substantial
  3629. commercial, industrial or non-consumer uses, unless such uses represent
  3630. the only significant mode of use of the product.
  3631. "Installation Information" for a User Product means any methods,
  3632. procedures, authorization keys, or other information required to install
  3633. and execute modified versions of a covered work in that User Product from
  3634. a modified version of its Corresponding Source. The information must
  3635. suffice to ensure that the continued functioning of the modified object
  3636. code is in no case prevented or interfered with solely because
  3637. modification has been made.
  3638. If you convey an object code work under this section in, or with, or
  3639. specifically for use in, a User Product, and the conveying occurs as
  3640. part of a transaction in which the right of possession and use of the
  3641. User Product is transferred to the recipient in perpetuity or for a
  3642. fixed term (regardless of how the transaction is characterized), the
  3643. Corresponding Source conveyed under this section must be accompanied
  3644. by the Installation Information. But this requirement does not apply
  3645. if neither you nor any third party retains the ability to install
  3646. modified object code on the User Product (for example, the work has
  3647. been installed in ROM).
  3648. The requirement to provide Installation Information does not include a
  3649. requirement to continue to provide support service, warranty, or updates
  3650. for a work that has been modified or installed by the recipient, or for
  3651. the User Product in which it has been modified or installed. Access to a
  3652. network may be denied when the modification itself materially and
  3653. adversely affects the operation of the network or violates the rules and
  3654. protocols for communication across the network.
  3655. Corresponding Source conveyed, and Installation Information provided,
  3656. in accord with this section must be in a format that is publicly
  3657. documented (and with an implementation available to the public in
  3658. source code form), and must require no special password or key for
  3659. unpacking, reading or copying.
  3660. 7. Additional Terms.
  3661. "Additional permissions" are terms that supplement the terms of this
  3662. License by making exceptions from one or more of its conditions.
  3663. Additional permissions that are applicable to the entire Program shall
  3664. be treated as though they were included in this License, to the extent
  3665. that they are valid under applicable law. If additional permissions
  3666. apply only to part of the Program, that part may be used separately
  3667. under those permissions, but the entire Program remains governed by
  3668. this License without regard to the additional permissions.
  3669. When you convey a copy of a covered work, you may at your option
  3670. remove any additional permissions from that copy, or from any part of
  3671. it. (Additional permissions may be written to require their own
  3672. removal in certain cases when you modify the work.) You may place
  3673. additional permissions on material, added by you to a covered work,
  3674. for which you have or can give appropriate copyright permission.
  3675. Notwithstanding any other provision of this License, for material you
  3676. add to a covered work, you may (if authorized by the copyright holders of
  3677. that material) supplement the terms of this License with terms:
  3678. a) Disclaiming warranty or limiting liability differently from the
  3679. terms of sections 15 and 16 of this License; or
  3680. b) Requiring preservation of specified reasonable legal notices or
  3681. author attributions in that material or in the Appropriate Legal
  3682. Notices displayed by works containing it; or
  3683. c) Prohibiting misrepresentation of the origin of that material, or
  3684. requiring that modified versions of such material be marked in
  3685. reasonable ways as different from the original version; or
  3686. d) Limiting the use for publicity purposes of names of licensors or
  3687. authors of the material; or
  3688. e) Declining to grant rights under trademark law for use of some
  3689. trade names, trademarks, or service marks; or
  3690. f) Requiring indemnification of licensors and authors of that
  3691. material by anyone who conveys the material (or modified versions of
  3692. it) with contractual assumptions of liability to the recipient, for
  3693. any liability that these contractual assumptions directly impose on
  3694. those licensors and authors.
  3695. All other non-permissive additional terms are considered "further
  3696. restrictions" within the meaning of section 10. If the Program as you
  3697. received it, or any part of it, contains a notice stating that it is
  3698. governed by this License along with a term that is a further
  3699. restriction, you may remove that term. If a license document contains
  3700. a further restriction but permits relicensing or conveying under this
  3701. License, you may add to a covered work material governed by the terms
  3702. of that license document, provided that the further restriction does
  3703. not survive such relicensing or conveying.
  3704. If you add terms to a covered work in accord with this section, you
  3705. must place, in the relevant source files, a statement of the
  3706. additional terms that apply to those files, or a notice indicating
  3707. where to find the applicable terms.
  3708. Additional terms, permissive or non-permissive, may be stated in the
  3709. form of a separately written license, or stated as exceptions;
  3710. the above requirements apply either way.
  3711. 8. Termination.
  3712. You may not propagate or modify a covered work except as expressly
  3713. provided under this License. Any attempt otherwise to propagate or
  3714. modify it is void, and will automatically terminate your rights under
  3715. this License (including any patent licenses granted under the third
  3716. paragraph of section 11).
  3717. However, if you cease all violation of this License, then your
  3718. license from a particular copyright holder is reinstated (a)
  3719. provisionally, unless and until the copyright holder explicitly and
  3720. finally terminates your license, and (b) permanently, if the copyright
  3721. holder fails to notify you of the violation by some reasonable means
  3722. prior to 60 days after the cessation.
  3723. Moreover, your license from a particular copyright holder is
  3724. reinstated permanently if the copyright holder notifies you of the
  3725. violation by some reasonable means, this is the first time you have
  3726. received notice of violation of this License (for any work) from that
  3727. copyright holder, and you cure the violation prior to 30 days after
  3728. your receipt of the notice.
  3729. Termination of your rights under this section does not terminate the
  3730. licenses of parties who have received copies or rights from you under
  3731. this License. If your rights have been terminated and not permanently
  3732. reinstated, you do not qualify to receive new licenses for the same
  3733. material under section 10.
  3734. 9. Acceptance Not Required for Having Copies.
  3735. You are not required to accept this License in order to receive or
  3736. run a copy of the Program. Ancillary propagation of a covered work
  3737. occurring solely as a consequence of using peer-to-peer transmission
  3738. to receive a copy likewise does not require acceptance. However,
  3739. nothing other than this License grants you permission to propagate or
  3740. modify any covered work. These actions infringe copyright if you do
  3741. not accept this License. Therefore, by modifying or propagating a
  3742. covered work, you indicate your acceptance of this License to do so.
  3743. 10. Automatic Licensing of Downstream Recipients.
  3744. Each time you convey a covered work, the recipient automatically
  3745. receives a license from the original licensors, to run, modify and
  3746. propagate that work, subject to this License. You are not responsible
  3747. for enforcing compliance by third parties with this License.
  3748. An "entity transaction" is a transaction transferring control of an
  3749. organization, or substantially all assets of one, or subdividing an
  3750. organization, or merging organizations. If propagation of a covered
  3751. work results from an entity transaction, each party to that
  3752. transaction who receives a copy of the work also receives whatever
  3753. licenses to the work the party's predecessor in interest had or could
  3754. give under the previous paragraph, plus a right to possession of the
  3755. Corresponding Source of the work from the predecessor in interest, if
  3756. the predecessor has it or can get it with reasonable efforts.
  3757. You may not impose any further restrictions on the exercise of the
  3758. rights granted or affirmed under this License. For example, you may
  3759. not impose a license fee, royalty, or other charge for exercise of
  3760. rights granted under this License, and you may not initiate litigation
  3761. (including a cross-claim or counterclaim in a lawsuit) alleging that
  3762. any patent claim is infringed by making, using, selling, offering for
  3763. sale, or importing the Program or any portion of it.
  3764. 11. Patents.
  3765. A "contributor" is a copyright holder who authorizes use under this
  3766. License of the Program or a work on which the Program is based. The
  3767. work thus licensed is called the contributor's "contributor version".
  3768. A contributor's "essential patent claims" are all patent claims
  3769. owned or controlled by the contributor, whether already acquired or
  3770. hereafter acquired, that would be infringed by some manner, permitted
  3771. by this License, of making, using, or selling its contributor version,
  3772. but do not include claims that would be infringed only as a
  3773. consequence of further modification of the contributor version. For
  3774. purposes of this definition, "control" includes the right to grant
  3775. patent sublicenses in a manner consistent with the requirements of
  3776. this License.
  3777. Each contributor grants you a non-exclusive, worldwide, royalty-free
  3778. patent license under the contributor's essential patent claims, to
  3779. make, use, sell, offer for sale, import and otherwise run, modify and
  3780. propagate the contents of its contributor version.
  3781. In the following three paragraphs, a "patent license" is any express
  3782. agreement or commitment, however denominated, not to enforce a patent
  3783. (such as an express permission to practice a patent or covenant not to
  3784. sue for patent infringement). To "grant" such a patent license to a
  3785. party means to make such an agreement or commitment not to enforce a
  3786. patent against the party.
  3787. If you convey a covered work, knowingly relying on a patent license,
  3788. and the Corresponding Source of the work is not available for anyone
  3789. to copy, free of charge and under the terms of this License, through a
  3790. publicly available network server or other readily accessible means,
  3791. then you must either (1) cause the Corresponding Source to be so
  3792. available, or (2) arrange to deprive yourself of the benefit of the
  3793. patent license for this particular work, or (3) arrange, in a manner
  3794. consistent with the requirements of this License, to extend the patent
  3795. license to downstream recipients. "Knowingly relying" means you have
  3796. actual knowledge that, but for the patent license, your conveying the
  3797. covered work in a country, or your recipient's use of the covered work
  3798. in a country, would infringe one or more identifiable patents in that
  3799. country that you have reason to believe are valid.
  3800. If, pursuant to or in connection with a single transaction or
  3801. arrangement, you convey, or propagate by procuring conveyance of, a
  3802. covered work, and grant a patent license to some of the parties
  3803. receiving the covered work authorizing them to use, propagate, modify
  3804. or convey a specific copy of the covered work, then the patent license
  3805. you grant is automatically extended to all recipients of the covered
  3806. work and works based on it.
  3807. A patent license is "discriminatory" if it does not include within
  3808. the scope of its coverage, prohibits the exercise of, or is
  3809. conditioned on the non-exercise of one or more of the rights that are
  3810. specifically granted under this License. You may not convey a covered
  3811. work if you are a party to an arrangement with a third party that is
  3812. in the business of distributing software, under which you make payment
  3813. to the third party based on the extent of your activity of conveying
  3814. the work, and under which the third party grants, to any of the
  3815. parties who would receive the covered work from you, a discriminatory
  3816. patent license (a) in connection with copies of the covered work
  3817. conveyed by you (or copies made from those copies), or (b) primarily
  3818. for and in connection with specific products or compilations that
  3819. contain the covered work, unless you entered into that arrangement,
  3820. or that patent license was granted, prior to 28 March 2007.
  3821. Nothing in this License shall be construed as excluding or limiting
  3822. any implied license or other defenses to infringement that may
  3823. otherwise be available to you under applicable patent law.
  3824. 12. No Surrender of Others' Freedom.
  3825. If conditions are imposed on you (whether by court order, agreement or
  3826. otherwise) that contradict the conditions of this License, they do not
  3827. excuse you from the conditions of this License. If you cannot convey a
  3828. covered work so as to satisfy simultaneously your obligations under this
  3829. License and any other pertinent obligations, then as a consequence you may
  3830. not convey it at all. For example, if you agree to terms that obligate you
  3831. to collect a royalty for further conveying from those to whom you convey
  3832. the Program, the only way you could satisfy both those terms and this
  3833. License would be to refrain entirely from conveying the Program.
  3834. 13. Use with the GNU Affero General Public License.
  3835. Notwithstanding any other provision of this License, you have
  3836. permission to link or combine any covered work with a work licensed
  3837. under version 3 of the GNU Affero General Public License into a single
  3838. combined work, and to convey the resulting work. The terms of this
  3839. License will continue to apply to the part which is the covered work,
  3840. but the special requirements of the GNU Affero General Public License,
  3841. section 13, concerning interaction through a network will apply to the
  3842. combination as such.
  3843. 14. Revised Versions of this License.
  3844. The Free Software Foundation may publish revised and/or new versions of
  3845. the GNU General Public License from time to time. Such new versions will
  3846. be similar in spirit to the present version, but may differ in detail to
  3847. address new problems or concerns.
  3848. Each version is given a distinguishing version number. If the
  3849. Program specifies that a certain numbered version of the GNU General
  3850. Public License "or any later version" applies to it, you have the
  3851. option of following the terms and conditions either of that numbered
  3852. version or of any later version published by the Free Software
  3853. Foundation. If the Program does not specify a version number of the
  3854. GNU General Public License, you may choose any version ever published
  3855. by the Free Software Foundation.
  3856. If the Program specifies that a proxy can decide which future
  3857. versions of the GNU General Public License can be used, that proxy's
  3858. public statement of acceptance of a version permanently authorizes you
  3859. to choose that version for the Program.
  3860. Later license versions may give you additional or different
  3861. permissions. However, no additional obligations are imposed on any
  3862. author or copyright holder as a result of your choosing to follow a
  3863. later version.
  3864. 15. Disclaimer of Warranty.
  3865. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  3866. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  3867. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  3868. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  3869. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  3870. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  3871. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  3872. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  3873. 16. Limitation of Liability.
  3874. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  3875. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  3876. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  3877. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  3878. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  3879. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  3880. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  3881. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  3882. SUCH DAMAGES.
  3883. 17. Interpretation of Sections 15 and 16.
  3884. If the disclaimer of warranty and limitation of liability provided
  3885. above cannot be given local legal effect according to their terms,
  3886. reviewing courts shall apply local law that most closely approximates
  3887. an absolute waiver of all civil liability in connection with the
  3888. Program, unless a warranty or assumption of liability accompanies a
  3889. copy of the Program in return for a fee.
  3890. END OF TERMS AND CONDITIONS
  3891. How to Apply These Terms to Your New Programs
  3892. If you develop a new program, and you want it to be of the greatest
  3893. possible use to the public, the best way to achieve this is to make it
  3894. free software which everyone can redistribute and change under these terms.
  3895. To do so, attach the following notices to the program. It is safest
  3896. to attach them to the start of each source file to most effectively
  3897. state the exclusion of warranty; and each file should have at least
  3898. the "copyright" line and a pointer to where the full notice is found.
  3899. <one line to give the program's name and a brief idea of what it does.>
  3900. Copyright (C) <year> <name of author>
  3901. This program is free software: you can redistribute it and/or modify
  3902. it under the terms of the GNU General Public License as published by
  3903. the Free Software Foundation, either version 3 of the License, or
  3904. (at your option) any later version.
  3905. This program is distributed in the hope that it will be useful,
  3906. but WITHOUT ANY WARRANTY; without even the implied warranty of
  3907. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  3908. GNU General Public License for more details.
  3909. You should have received a copy of the GNU General Public License
  3910. along with this program. If not, see <http://www.gnu.org/licenses/>.
  3911. Also add information on how to contact you by electronic and paper mail.
  3912. If the program does terminal interaction, make it output a short
  3913. notice like this when it starts in an interactive mode:
  3914. <program> Copyright (C) <year> <name of author>
  3915. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  3916. This is free software, and you are welcome to redistribute it
  3917. under certain conditions; type `show c' for details.
  3918. The hypothetical commands `show w' and `show c' should show the appropriate
  3919. parts of the General Public License. Of course, your program's commands
  3920. might be different; for a GUI interface, you would use an "about box".
  3921. You should also get your employer (if you work as a programmer) or school,
  3922. if any, to sign a "copyright disclaimer" for the program, if necessary.
  3923. For more information on this, and how to apply and follow the GNU GPL, see
  3924. <http://www.gnu.org/licenses/>.
  3925. The GNU General Public License does not permit incorporating your program
  3926. into proprietary programs. If your program is a subroutine library, you
  3927. may consider it more useful to permit linking proprietary applications with
  3928. the library. If this is what you want to do, use the GNU Lesser General
  3929. Public License instead of this License. But first, please read
  3930. <http://www.gnu.org/philosophy/why-not-lgpl.html>.
  3931. GNU LESSER GENERAL PUBLIC LICENSE
  3932. Version 3, 29 June 2007
  3933. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  3934. Everyone is permitted to copy and distribute verbatim copies
  3935. of this license document, but changing it is not allowed.
  3936. This version of the GNU Lesser General Public License incorporates
  3937. the terms and conditions of version 3 of the GNU General Public
  3938. License, supplemented by the additional permissions listed below.
  3939. 0. Additional Definitions.
  3940. As used herein, "this License" refers to version 3 of the GNU Lesser
  3941. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  3942. General Public License.
  3943. "The Library" refers to a covered work governed by this License,
  3944. other than an Application or a Combined Work as defined below.
  3945. An "Application" is any work that makes use of an interface provided
  3946. by the Library, but which is not otherwise based on the Library.
  3947. Defining a subclass of a class defined by the Library is deemed a mode
  3948. of using an interface provided by the Library.
  3949. A "Combined Work" is a work produced by combining or linking an
  3950. Application with the Library. The particular version of the Library
  3951. with which the Combined Work was made is also called the "Linked
  3952. Version".
  3953. The "Minimal Corresponding Source" for a Combined Work means the
  3954. Corresponding Source for the Combined Work, excluding any source code
  3955. for portions of the Combined Work that, considered in isolation, are
  3956. based on the Application, and not on the Linked Version.
  3957. The "Corresponding Application Code" for a Combined Work means the
  3958. object code and/or source code for the Application, including any data
  3959. and utility programs needed for reproducing the Combined Work from the
  3960. Application, but excluding the System Libraries of the Combined Work.
  3961. 1. Exception to Section 3 of the GNU GPL.
  3962. You may convey a covered work under sections 3 and 4 of this License
  3963. without being bound by section 3 of the GNU GPL.
  3964. 2. Conveying Modified Versions.
  3965. If you modify a copy of the Library, and, in your modifications, a
  3966. facility refers to a function or data to be supplied by an Application
  3967. that uses the facility (other than as an argument passed when the
  3968. facility is invoked), then you may convey a copy of the modified
  3969. version:
  3970. a) under this License, provided that you make a good faith effort to
  3971. ensure that, in the event an Application does not supply the
  3972. function or data, the facility still operates, and performs
  3973. whatever part of its purpose remains meaningful, or
  3974. b) under the GNU GPL, with none of the additional permissions of
  3975. this License applicable to that copy.
  3976. 3. Object Code Incorporating Material from Library Header Files.
  3977. The object code form of an Application may incorporate material from
  3978. a header file that is part of the Library. You may convey such object
  3979. code under terms of your choice, provided that, if the incorporated
  3980. material is not limited to numerical parameters, data structure
  3981. layouts and accessors, or small macros, inline functions and templates
  3982. (ten or fewer lines in length), you do both of the following:
  3983. a) Give prominent notice with each copy of the object code that the
  3984. Library is used in it and that the Library and its use are
  3985. covered by this License.
  3986. b) Accompany the object code with a copy of the GNU GPL and this license
  3987. document.
  3988. 4. Combined Works.
  3989. You may convey a Combined Work under terms of your choice that,
  3990. taken together, effectively do not restrict modification of the
  3991. portions of the Library contained in the Combined Work and reverse
  3992. engineering for debugging such modifications, if you also do each of
  3993. the following:
  3994. a) Give prominent notice with each copy of the Combined Work that
  3995. the Library is used in it and that the Library and its use are
  3996. covered by this License.
  3997. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  3998. document.
  3999. c) For a Combined Work that displays copyright notices during
  4000. execution, include the copyright notice for the Library among
  4001. these notices, as well as a reference directing the user to the
  4002. copies of the GNU GPL and this license document.
  4003. d) Do one of the following:
  4004. 0) Convey the Minimal Corresponding Source under the terms of this
  4005. License, and the Corresponding Application Code in a form
  4006. suitable for, and under terms that permit, the user to
  4007. recombine or relink the Application with a modified version of
  4008. the Linked Version to produce a modified Combined Work, in the
  4009. manner specified by section 6 of the GNU GPL for conveying
  4010. Corresponding Source.
  4011. 1) Use a suitable shared library mechanism for linking with the
  4012. Library. A suitable mechanism is one that (a) uses at run time
  4013. a copy of the Library already present on the user's computer
  4014. system, and (b) will operate properly with a modified version
  4015. of the Library that is interface-compatible with the Linked
  4016. Version.
  4017. e) Provide Installation Information, but only if you would otherwise
  4018. be required to provide such information under section 6 of the
  4019. GNU GPL, and only to the extent that such information is
  4020. necessary to install and execute a modified version of the
  4021. Combined Work produced by recombining or relinking the
  4022. Application with a modified version of the Linked Version. (If
  4023. you use option 4d0, the Installation Information must accompany
  4024. the Minimal Corresponding Source and Corresponding Application
  4025. Code. If you use option 4d1, you must provide the Installation
  4026. Information in the manner specified by section 6 of the GNU GPL
  4027. for conveying Corresponding Source.)
  4028. 5. Combined Libraries.
  4029. You may place library facilities that are a work based on the
  4030. Library side by side in a single library together with other library
  4031. facilities that are not Applications and are not covered by this
  4032. License, and convey such a combined library under terms of your
  4033. choice, if you do both of the following:
  4034. a) Accompany the combined library with a copy of the same work based
  4035. on the Library, uncombined with any other library facilities,
  4036. conveyed under the terms of this License.
  4037. b) Give prominent notice with the combined library that part of it
  4038. is a work based on the Library, and explaining where to find the
  4039. accompanying uncombined form of the same work.
  4040. 6. Revised Versions of the GNU Lesser General Public License.
  4041. The Free Software Foundation may publish revised and/or new versions
  4042. of the GNU Lesser General Public License from time to time. Such new
  4043. versions will be similar in spirit to the present version, but may
  4044. differ in detail to address new problems or concerns.
  4045. Each version is given a distinguishing version number. If the
  4046. Library as you received it specifies that a certain numbered version
  4047. of the GNU Lesser General Public License "or any later version"
  4048. applies to it, you have the option of following the terms and
  4049. conditions either of that published version or of any later version
  4050. published by the Free Software Foundation. If the Library as you
  4051. received it does not specify a version number of the GNU Lesser
  4052. General Public License, you may choose any version of the GNU Lesser
  4053. General Public License ever published by the Free Software Foundation.
  4054. If the Library as you received it specifies that a proxy can decide
  4055. whether future versions of the GNU Lesser General Public License shall
  4056. apply, that proxy's public statement of acceptance of any version is
  4057. permanent authorization for you to choose that version for the
  4058. Library.
  4059. GNU GENERAL PUBLIC LICENSE
  4060. Version 2, June 1991
  4061. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  4062. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  4063. Everyone is permitted to copy and distribute verbatim copies
  4064. of this license document, but changing it is not allowed.
  4065. Preamble
  4066. The licenses for most software are designed to take away your
  4067. freedom to share and change it. By contrast, the GNU General Public
  4068. License is intended to guarantee your freedom to share and change free
  4069. software--to make sure the software is free for all its users. This
  4070. General Public License applies to most of the Free Software
  4071. Foundation's software and to any other program whose authors commit to
  4072. using it. (Some other Free Software Foundation software is covered by
  4073. the GNU Lesser General Public License instead.) You can apply it to
  4074. your programs, too.
  4075. When we speak of free software, we are referring to freedom, not
  4076. price. Our General Public Licenses are designed to make sure that you
  4077. have the freedom to distribute copies of free software (and charge for
  4078. this service if you wish), that you receive source code or can get it
  4079. if you want it, that you can change the software or use pieces of it
  4080. in new free programs; and that you know you can do these things.
  4081. To protect your rights, we need to make restrictions that forbid
  4082. anyone to deny you these rights or to ask you to surrender the rights.
  4083. These restrictions translate to certain responsibilities for you if you
  4084. distribute copies of the software, or if you modify it.
  4085. For example, if you distribute copies of such a program, whether
  4086. gratis or for a fee, you must give the recipients all the rights that
  4087. you have. You must make sure that they, too, receive or can get the
  4088. source code. And you must show them these terms so they know their
  4089. rights.
  4090. We protect your rights with two steps: (1) copyright the software, and
  4091. (2) offer you this license which gives you legal permission to copy,
  4092. distribute and/or modify the software.
  4093. Also, for each author's protection and ours, we want to make certain
  4094. that everyone understands that there is no warranty for this free
  4095. software. If the software is modified by someone else and passed on, we
  4096. want its recipients to know that what they have is not the original, so
  4097. that any problems introduced by others will not reflect on the original
  4098. authors' reputations.
  4099. Finally, any free program is threatened constantly by software
  4100. patents. We wish to avoid the danger that redistributors of a free
  4101. program will individually obtain patent licenses, in effect making the
  4102. program proprietary. To prevent this, we have made it clear that any
  4103. patent must be licensed for everyone's free use or not licensed at all.
  4104. The precise terms and conditions for copying, distribution and
  4105. modification follow.
  4106. GNU GENERAL PUBLIC LICENSE
  4107. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  4108. 0. This License applies to any program or other work which contains
  4109. a notice placed by the copyright holder saying it may be distributed
  4110. under the terms of this General Public License. The "Program", below,
  4111. refers to any such program or work, and a "work based on the Program"
  4112. means either the Program or any derivative work under copyright law:
  4113. that is to say, a work containing the Program or a portion of it,
  4114. either verbatim or with modifications and/or translated into another
  4115. language. (Hereinafter, translation is included without limitation in
  4116. the term "modification".) Each licensee is addressed as "you".
  4117. Activities other than copying, distribution and modification are not
  4118. covered by this License; they are outside its scope. The act of
  4119. running the Program is not restricted, and the output from the Program
  4120. is covered only if its contents constitute a work based on the
  4121. Program (independent of having been made by running the Program).
  4122. Whether that is true depends on what the Program does.
  4123. 1. You may copy and distribute verbatim copies of the Program's
  4124. source code as you receive it, in any medium, provided that you
  4125. conspicuously and appropriately publish on each copy an appropriate
  4126. copyright notice and disclaimer of warranty; keep intact all the
  4127. notices that refer to this License and to the absence of any warranty;
  4128. and give any other recipients of the Program a copy of this License
  4129. along with the Program.
  4130. You may charge a fee for the physical act of transferring a copy, and
  4131. you may at your option offer warranty protection in exchange for a fee.
  4132. 2. You may modify your copy or copies of the Program or any portion
  4133. of it, thus forming a work based on the Program, and copy and
  4134. distribute such modifications or work under the terms of Section 1
  4135. above, provided that you also meet all of these conditions:
  4136. a) You must cause the modified files to carry prominent notices
  4137. stating that you changed the files and the date of any change.
  4138. b) You must cause any work that you distribute or publish, that in
  4139. whole or in part contains or is derived from the Program or any
  4140. part thereof, to be licensed as a whole at no charge to all third
  4141. parties under the terms of this License.
  4142. c) If the modified program normally reads commands interactively
  4143. when run, you must cause it, when started running for such
  4144. interactive use in the most ordinary way, to print or display an
  4145. announcement including an appropriate copyright notice and a
  4146. notice that there is no warranty (or else, saying that you provide
  4147. a warranty) and that users may redistribute the program under
  4148. these conditions, and telling the user how to view a copy of this
  4149. License. (Exception: if the Program itself is interactive but
  4150. does not normally print such an announcement, your work based on
  4151. the Program is not required to print an announcement.)
  4152. These requirements apply to the modified work as a whole. If
  4153. identifiable sections of that work are not derived from the Program,
  4154. and can be reasonably considered independent and separate works in
  4155. themselves, then this License, and its terms, do not apply to those
  4156. sections when you distribute them as separate works. But when you
  4157. distribute the same sections as part of a whole which is a work based
  4158. on the Program, the distribution of the whole must be on the terms of
  4159. this License, whose permissions for other licensees extend to the
  4160. entire whole, and thus to each and every part regardless of who wrote it.
  4161. Thus, it is not the intent of this section to claim rights or contest
  4162. your rights to work written entirely by you; rather, the intent is to
  4163. exercise the right to control the distribution of derivative or
  4164. collective works based on the Program.
  4165. In addition, mere aggregation of another work not based on the Program
  4166. with the Program (or with a work based on the Program) on a volume of
  4167. a storage or distribution medium does not bring the other work under
  4168. the scope of this License.
  4169. 3. You may copy and distribute the Program (or a work based on it,
  4170. under Section 2) in object code or executable form under the terms of
  4171. Sections 1 and 2 above provided that you also do one of the following:
  4172. a) Accompany it with the complete corresponding machine-readable
  4173. source code, which must be distributed under the terms of Sections
  4174. 1 and 2 above on a medium customarily used for software interchange; or,
  4175. b) Accompany it with a written offer, valid for at least three
  4176. years, to give any third party, for a charge no more than your
  4177. cost of physically performing source distribution, a complete
  4178. machine-readable copy of the corresponding source code, to be
  4179. distributed under the terms of Sections 1 and 2 above on a medium
  4180. customarily used for software interchange; or,
  4181. c) Accompany it with the information you received as to the offer
  4182. to distribute corresponding source code. (This alternative is
  4183. allowed only for noncommercial distribution and only if you
  4184. received the program in object code or executable form with such
  4185. an offer, in accord with Subsection b above.)
  4186. The source code for a work means the preferred form of the work for
  4187. making modifications to it. For an executable work, complete source
  4188. code means all the source code for all modules it contains, plus any
  4189. associated interface definition files, plus the scripts used to
  4190. control compilation and installation of the executable. However, as a
  4191. special exception, the source code distributed need not include
  4192. anything that is normally distributed (in either source or binary
  4193. form) with the major components (compiler, kernel, and so on) of the
  4194. operating system on which the executable runs, unless that component
  4195. itself accompanies the executable.
  4196. If distribution of executable or object code is made by offering
  4197. access to copy from a designated place, then offering equivalent
  4198. access to copy the source code from the same place counts as
  4199. distribution of the source code, even though third parties are not
  4200. compelled to copy the source along with the object code.
  4201. 4. You may not copy, modify, sublicense, or distribute the Program
  4202. except as expressly provided under this License. Any attempt
  4203. otherwise to copy, modify, sublicense or distribute the Program is
  4204. void, and will automatically terminate your rights under this License.
  4205. However, parties who have received copies, or rights, from you under
  4206. this License will not have their licenses terminated so long as such
  4207. parties remain in full compliance.
  4208. 5. You are not required to accept this License, since you have not
  4209. signed it. However, nothing else grants you permission to modify or
  4210. distribute the Program or its derivative works. These actions are
  4211. prohibited by law if you do not accept this License. Therefore, by
  4212. modifying or distributing the Program (or any work based on the
  4213. Program), you indicate your acceptance of this License to do so, and
  4214. all its terms and conditions for copying, distributing or modifying
  4215. the Program or works based on it.
  4216. 6. Each time you redistribute the Program (or any work based on the
  4217. Program), the recipient automatically receives a license from the
  4218. original licensor to copy, distribute or modify the Program subject to
  4219. these terms and conditions. You may not impose any further
  4220. restrictions on the recipients' exercise of the rights granted herein.
  4221. You are not responsible for enforcing compliance by third parties to
  4222. this License.
  4223. 7. If, as a consequence of a court judgment or allegation of patent
  4224. infringement or for any other reason (not limited to patent issues),
  4225. conditions are imposed on you (whether by court order, agreement or
  4226. otherwise) that contradict the conditions of this License, they do not
  4227. excuse you from the conditions of this License. If you cannot
  4228. distribute so as to satisfy simultaneously your obligations under this
  4229. License and any other pertinent obligations, then as a consequence you
  4230. may not distribute the Program at all. For example, if a patent
  4231. license would not permit royalty-free redistribution of the Program by
  4232. all those who receive copies directly or indirectly through you, then
  4233. the only way you could satisfy both it and this License would be to
  4234. refrain entirely from distribution of the Program.
  4235. If any portion of this section is held invalid or unenforceable under
  4236. any particular circumstance, the balance of the section is intended to
  4237. apply and the section as a whole is intended to apply in other
  4238. circumstances.
  4239. It is not the purpose of this section to induce you to infringe any
  4240. patents or other property right claims or to contest validity of any
  4241. such claims; this section has the sole purpose of protecting the
  4242. integrity of the free software distribution system, which is
  4243. implemented by public license practices. Many people have made
  4244. generous contributions to the wide range of software distributed
  4245. through that system in reliance on consistent application of that
  4246. system; it is up to the author/donor to decide if he or she is willing
  4247. to distribute software through any other system and a licensee cannot
  4248. impose that choice.
  4249. This section is intended to make thoroughly clear what is believed to
  4250. be a consequence of the rest of this License.
  4251. 8. If the distribution and/or use of the Program is restricted in
  4252. certain countries either by patents or by copyrighted interfaces, the
  4253. original copyright holder who places the Program under this License
  4254. may add an explicit geographical distribution limitation excluding
  4255. those countries, so that distribution is permitted only in or among
  4256. countries not thus excluded. In such case, this License incorporates
  4257. the limitation as if written in the body of this License.
  4258. 9. The Free Software Foundation may publish revised and/or new versions
  4259. of the General Public License from time to time. Such new versions will
  4260. be similar in spirit to the present version, but may differ in detail to
  4261. address new problems or concerns.
  4262. Each version is given a distinguishing version number. If the Program
  4263. specifies a version number of this License which applies to it and "any
  4264. later version", you have the option of following the terms and conditions
  4265. either of that version or of any later version published by the Free
  4266. Software Foundation. If the Program does not specify a version number of
  4267. this License, you may choose any version ever published by the Free Software
  4268. Foundation.
  4269. 10. If you wish to incorporate parts of the Program into other free
  4270. programs whose distribution conditions are different, write to the author
  4271. to ask for permission. For software which is copyrighted by the Free
  4272. Software Foundation, write to the Free Software Foundation; we sometimes
  4273. make exceptions for this. Our decision will be guided by the two goals
  4274. of preserving the free status of all derivatives of our free software and
  4275. of promoting the sharing and reuse of software generally.
  4276. NO WARRANTY
  4277. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  4278. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  4279. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  4280. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  4281. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  4282. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  4283. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  4284. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  4285. REPAIR OR CORRECTION.
  4286. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  4287. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  4288. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  4289. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  4290. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  4291. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  4292. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  4293. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  4294. POSSIBILITY OF SUCH DAMAGES.
  4295. END OF TERMS AND CONDITIONS
  4296. How to Apply These Terms to Your New Programs
  4297. If you develop a new program, and you want it to be of the greatest
  4298. possible use to the public, the best way to achieve this is to make it
  4299. free software which everyone can redistribute and change under these terms.
  4300. To do so, attach the following notices to the program. It is safest
  4301. to attach them to the start of each source file to most effectively
  4302. convey the exclusion of warranty; and each file should have at least
  4303. the "copyright" line and a pointer to where the full notice is found.
  4304. <one line to give the program's name and a brief idea of what it does.>
  4305. Copyright (C) <year> <name of author>
  4306. This program is free software; you can redistribute it and/or modify
  4307. it under the terms of the GNU General Public License as published by
  4308. the Free Software Foundation; either version 2 of the License, or
  4309. (at your option) any later version.
  4310. This program is distributed in the hope that it will be useful,
  4311. but WITHOUT ANY WARRANTY; without even the implied warranty of
  4312. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  4313. GNU General Public License for more details.
  4314. You should have received a copy of the GNU General Public License along
  4315. with this program; if not, write to the Free Software Foundation, Inc.,
  4316. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  4317. Also add information on how to contact you by electronic and paper mail.
  4318. If the program is interactive, make it output a short notice like this
  4319. when it starts in an interactive mode:
  4320. Gnomovision version 69, Copyright (C) year name of author
  4321. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  4322. This is free software, and you are welcome to redistribute it
  4323. under certain conditions; type `show c' for details.
  4324. The hypothetical commands `show w' and `show c' should show the appropriate
  4325. parts of the General Public License. Of course, the commands you use may
  4326. be called something other than `show w' and `show c'; they could even be
  4327. mouse-clicks or menu items--whatever suits your program.
  4328. You should also get your employer (if you work as a programmer) or your
  4329. school, if any, to sign a "copyright disclaimer" for the program, if
  4330. necessary. Here is a sample; alter the names:
  4331. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  4332. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  4333. <signature of Ty Coon>, 1 April 1989
  4334. Ty Coon, President of Vice
  4335. This General Public License does not permit incorporating your program into
  4336. proprietary programs. If your program is a subroutine library, you may
  4337. consider it more useful to permit linking proprietary applications with the
  4338. library. If this is what you want to do, use the GNU Lesser General
  4339. Public License instead of this License.
  4340. GNU GENERAL PUBLIC LICENSE
  4341. Version 3, 29 June 2007
  4342. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  4343. Everyone is permitted to copy and distribute verbatim copies
  4344. of this license document, but changing it is not allowed.
  4345. Preamble
  4346. The GNU General Public License is a free, copyleft license for
  4347. software and other kinds of works.
  4348. The licenses for most software and other practical works are designed
  4349. to take away your freedom to share and change the works. By contrast,
  4350. the GNU General Public License is intended to guarantee your freedom to
  4351. share and change all versions of a program--to make sure it remains free
  4352. software for all its users. We, the Free Software Foundation, use the
  4353. GNU General Public License for most of our software; it applies also to
  4354. any other work released this way by its authors. You can apply it to
  4355. your programs, too.
  4356. When we speak of free software, we are referring to freedom, not
  4357. price. Our General Public Licenses are designed to make sure that you
  4358. have the freedom to distribute copies of free software (and charge for
  4359. them if you wish), that you receive source code or can get it if you
  4360. want it, that you can change the software or use pieces of it in new
  4361. free programs, and that you know you can do these things.
  4362. To protect your rights, we need to prevent others from denying you
  4363. these rights or asking you to surrender the rights. Therefore, you have
  4364. certain responsibilities if you distribute copies of the software, or if
  4365. you modify it: responsibilities to respect the freedom of others.
  4366. For example, if you distribute copies of such a program, whether
  4367. gratis or for a fee, you must pass on to the recipients the same
  4368. freedoms that you received. You must make sure that they, too, receive
  4369. or can get the source code. And you must show them these terms so they
  4370. know their rights.
  4371. Developers that use the GNU GPL protect your rights with two steps:
  4372. (1) assert copyright on the software, and (2) offer you this License
  4373. giving you legal permission to copy, distribute and/or modify it.
  4374. For the developers' and authors' protection, the GPL clearly explains
  4375. that there is no warranty for this free software. For both users' and
  4376. authors' sake, the GPL requires that modified versions be marked as
  4377. changed, so that their problems will not be attributed erroneously to
  4378. authors of previous versions.
  4379. Some devices are designed to deny users access to install or run
  4380. modified versions of the software inside them, although the manufacturer
  4381. can do so. This is fundamentally incompatible with the aim of
  4382. protecting users' freedom to change the software. The systematic
  4383. pattern of such abuse occurs in the area of products for individuals to
  4384. use, which is precisely where it is most unacceptable. Therefore, we
  4385. have designed this version of the GPL to prohibit the practice for those
  4386. products. If such problems arise substantially in other domains, we
  4387. stand ready to extend this provision to those domains in future versions
  4388. of the GPL, as needed to protect the freedom of users.
  4389. Finally, every program is threatened constantly by software patents.
  4390. States should not allow patents to restrict development and use of
  4391. software on general-purpose computers, but in those that do, we wish to
  4392. avoid the special danger that patents applied to a free program could
  4393. make it effectively proprietary. To prevent this, the GPL assures that
  4394. patents cannot be used to render the program non-free.
  4395. The precise terms and conditions for copying, distribution and
  4396. modification follow.
  4397. TERMS AND CONDITIONS
  4398. 0. Definitions.
  4399. "This License" refers to version 3 of the GNU General Public License.
  4400. "Copyright" also means copyright-like laws that apply to other kinds of
  4401. works, such as semiconductor masks.
  4402. "The Program" refers to any copyrightable work licensed under this
  4403. License. Each licensee is addressed as "you". "Licensees" and
  4404. "recipients" may be individuals or organizations.
  4405. To "modify" a work means to copy from or adapt all or part of the work
  4406. in a fashion requiring copyright permission, other than the making of an
  4407. exact copy. The resulting work is called a "modified version" of the
  4408. earlier work or a work "based on" the earlier work.
  4409. A "covered work" means either the unmodified Program or a work based
  4410. on the Program.
  4411. To "propagate" a work means to do anything with it that, without
  4412. permission, would make you directly or secondarily liable for
  4413. infringement under applicable copyright law, except executing it on a
  4414. computer or modifying a private copy. Propagation includes copying,
  4415. distribution (with or without modification), making available to the
  4416. public, and in some countries other activities as well.
  4417. To "convey" a work means any kind of propagation that enables other
  4418. parties to make or receive copies. Mere interaction with a user through
  4419. a computer network, with no transfer of a copy, is not conveying.
  4420. An interactive user interface displays "Appropriate Legal Notices"
  4421. to the extent that it includes a convenient and prominently visible
  4422. feature that (1) displays an appropriate copyright notice, and (2)
  4423. tells the user that there is no warranty for the work (except to the
  4424. extent that warranties are provided), that licensees may convey the
  4425. work under this License, and how to view a copy of this License. If
  4426. the interface presents a list of user commands or options, such as a
  4427. menu, a prominent item in the list meets this criterion.
  4428. 1. Source Code.
  4429. The "source code" for a work means the preferred form of the work
  4430. for making modifications to it. "Object code" means any non-source
  4431. form of a work.
  4432. A "Standard Interface" means an interface that either is an official
  4433. standard defined by a recognized standards body, or, in the case of
  4434. interfaces specified for a particular programming language, one that
  4435. is widely used among developers working in that language.
  4436. The "System Libraries" of an executable work include anything, other
  4437. than the work as a whole, that (a) is included in the normal form of
  4438. packaging a Major Component, but which is not part of that Major
  4439. Component, and (b) serves only to enable use of the work with that
  4440. Major Component, or to implement a Standard Interface for which an
  4441. implementation is available to the public in source code form. A
  4442. "Major Component", in this context, means a major essential component
  4443. (kernel, window system, and so on) of the specific operating system
  4444. (if any) on which the executable work runs, or a compiler used to
  4445. produce the work, or an object code interpreter used to run it.
  4446. The "Corresponding Source" for a work in object code form means all
  4447. the source code needed to generate, install, and (for an executable
  4448. work) run the object code and to modify the work, including scripts to
  4449. control those activities. However, it does not include the work's
  4450. System Libraries, or general-purpose tools or generally available free
  4451. programs which are used unmodified in performing those activities but
  4452. which are not part of the work. For example, Corresponding Source
  4453. includes interface definition files associated with source files for
  4454. the work, and the source code for shared libraries and dynamically
  4455. linked subprograms that the work is specifically designed to require,
  4456. such as by intimate data communication or control flow between those
  4457. subprograms and other parts of the work.
  4458. The Corresponding Source need not include anything that users
  4459. can regenerate automatically from other parts of the Corresponding
  4460. Source.
  4461. The Corresponding Source for a work in source code form is that
  4462. same work.
  4463. 2. Basic Permissions.
  4464. All rights granted under this License are granted for the term of
  4465. copyright on the Program, and are irrevocable provided the stated
  4466. conditions are met. This License explicitly affirms your unlimited
  4467. permission to run the unmodified Program. The output from running a
  4468. covered work is covered by this License only if the output, given its
  4469. content, constitutes a covered work. This License acknowledges your
  4470. rights of fair use or other equivalent, as provided by copyright law.
  4471. You may make, run and propagate covered works that you do not
  4472. convey, without conditions so long as your license otherwise remains
  4473. in force. You may convey covered works to others for the sole purpose
  4474. of having them make modifications exclusively for you, or provide you
  4475. with facilities for running those works, provided that you comply with
  4476. the terms of this License in conveying all material for which you do
  4477. not control copyright. Those thus making or running the covered works
  4478. for you must do so exclusively on your behalf, under your direction
  4479. and control, on terms that prohibit them from making any copies of
  4480. your copyrighted material outside their relationship with you.
  4481. Conveying under any other circumstances is permitted solely under
  4482. the conditions stated below. Sublicensing is not allowed; section 10
  4483. makes it unnecessary.
  4484. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  4485. No covered work shall be deemed part of an effective technological
  4486. measure under any applicable law fulfilling obligations under article
  4487. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  4488. similar laws prohibiting or restricting circumvention of such
  4489. measures.
  4490. When you convey a covered work, you waive any legal power to forbid
  4491. circumvention of technological measures to the extent such circumvention
  4492. is effected by exercising rights under this License with respect to
  4493. the covered work, and you disclaim any intention to limit operation or
  4494. modification of the work as a means of enforcing, against the work's
  4495. users, your or third parties' legal rights to forbid circumvention of
  4496. technological measures.
  4497. 4. Conveying Verbatim Copies.
  4498. You may convey verbatim copies of the Program's source code as you
  4499. receive it, in any medium, provided that you conspicuously and
  4500. appropriately publish on each copy an appropriate copyright notice;
  4501. keep intact all notices stating that this License and any
  4502. non-permissive terms added in accord with section 7 apply to the code;
  4503. keep intact all notices of the absence of any warranty; and give all
  4504. recipients a copy of this License along with the Program.
  4505. You may charge any price or no price for each copy that you convey,
  4506. and you may offer support or warranty protection for a fee.
  4507. 5. Conveying Modified Source Versions.
  4508. You may convey a work based on the Program, or the modifications to
  4509. produce it from the Program, in the form of source code under the
  4510. terms of section 4, provided that you also meet all of these conditions:
  4511. a) The work must carry prominent notices stating that you modified
  4512. it, and giving a relevant date.
  4513. b) The work must carry prominent notices stating that it is
  4514. released under this License and any conditions added under section
  4515. 7. This requirement modifies the requirement in section 4 to
  4516. "keep intact all notices".
  4517. c) You must license the entire work, as a whole, under this
  4518. License to anyone who comes into possession of a copy. This
  4519. License will therefore apply, along with any applicable section 7
  4520. additional terms, to the whole of the work, and all its parts,
  4521. regardless of how they are packaged. This License gives no
  4522. permission to license the work in any other way, but it does not
  4523. invalidate such permission if you have separately received it.
  4524. d) If the work has interactive user interfaces, each must display
  4525. Appropriate Legal Notices; however, if the Program has interactive
  4526. interfaces that do not display Appropriate Legal Notices, your
  4527. work need not make them do so.
  4528. A compilation of a covered work with other separate and independent
  4529. works, which are not by their nature extensions of the covered work,
  4530. and which are not combined with it such as to form a larger program,
  4531. in or on a volume of a storage or distribution medium, is called an
  4532. "aggregate" if the compilation and its resulting copyright are not
  4533. used to limit the access or legal rights of the compilation's users
  4534. beyond what the individual works permit. Inclusion of a covered work
  4535. in an aggregate does not cause this License to apply to the other
  4536. parts of the aggregate.
  4537. 6. Conveying Non-Source Forms.
  4538. You may convey a covered work in object code form under the terms
  4539. of sections 4 and 5, provided that you also convey the
  4540. machine-readable Corresponding Source under the terms of this License,
  4541. in one of these ways:
  4542. a) Convey the object code in, or embodied in, a physical product
  4543. (including a physical distribution medium), accompanied by the
  4544. Corresponding Source fixed on a durable physical medium
  4545. customarily used for software interchange.
  4546. b) Convey the object code in, or embodied in, a physical product
  4547. (including a physical distribution medium), accompanied by a
  4548. written offer, valid for at least three years and valid for as
  4549. long as you offer spare parts or customer support for that product
  4550. model, to give anyone who possesses the object code either (1) a
  4551. copy of the Corresponding Source for all the software in the
  4552. product that is covered by this License, on a durable physical
  4553. medium customarily used for software interchange, for a price no
  4554. more than your reasonable cost of physically performing this
  4555. conveying of source, or (2) access to copy the
  4556. Corresponding Source from a network server at no charge.
  4557. c) Convey individual copies of the object code with a copy of the
  4558. written offer to provide the Corresponding Source. This
  4559. alternative is allowed only occasionally and noncommercially, and
  4560. only if you received the object code with such an offer, in accord
  4561. with subsection 6b.
  4562. d) Convey the object code by offering access from a designated
  4563. place (gratis or for a charge), and offer equivalent access to the
  4564. Corresponding Source in the same way through the same place at no
  4565. further charge. You need not require recipients to copy the
  4566. Corresponding Source along with the object code. If the place to
  4567. copy the object code is a network server, the Corresponding Source
  4568. may be on a different server (operated by you or a third party)
  4569. that supports equivalent copying facilities, provided you maintain
  4570. clear directions next to the object code saying where to find the
  4571. Corresponding Source. Regardless of what server hosts the
  4572. Corresponding Source, you remain obligated to ensure that it is
  4573. available for as long as needed to satisfy these requirements.
  4574. e) Convey the object code using peer-to-peer transmission, provided
  4575. you inform other peers where the object code and Corresponding
  4576. Source of the work are being offered to the general public at no
  4577. charge under subsection 6d.
  4578. A separable portion of the object code, whose source code is excluded
  4579. from the Corresponding Source as a System Library, need not be
  4580. included in conveying the object code work.
  4581. A "User Product" is either (1) a "consumer product", which means any
  4582. tangible personal property which is normally used for personal, family,
  4583. or household purposes, or (2) anything designed or sold for incorporation
  4584. into a dwelling. In determining whether a product is a consumer product,
  4585. doubtful cases shall be resolved in favor of coverage. For a particular
  4586. product received by a particular user, "normally used" refers to a
  4587. typical or common use of that class of product, regardless of the status
  4588. of the particular user or of the way in which the particular user
  4589. actually uses, or expects or is expected to use, the product. A product
  4590. is a consumer product regardless of whether the product has substantial
  4591. commercial, industrial or non-consumer uses, unless such uses represent
  4592. the only significant mode of use of the product.
  4593. "Installation Information" for a User Product means any methods,
  4594. procedures, authorization keys, or other information required to install
  4595. and execute modified versions of a covered work in that User Product from
  4596. a modified version of its Corresponding Source. The information must
  4597. suffice to ensure that the continued functioning of the modified object
  4598. code is in no case prevented or interfered with solely because
  4599. modification has been made.
  4600. If you convey an object code work under this section in, or with, or
  4601. specifically for use in, a User Product, and the conveying occurs as
  4602. part of a transaction in which the right of possession and use of the
  4603. User Product is transferred to the recipient in perpetuity or for a
  4604. fixed term (regardless of how the transaction is characterized), the
  4605. Corresponding Source conveyed under this section must be accompanied
  4606. by the Installation Information. But this requirement does not apply
  4607. if neither you nor any third party retains the ability to install
  4608. modified object code on the User Product (for example, the work has
  4609. been installed in ROM).
  4610. The requirement to provide Installation Information does not include a
  4611. requirement to continue to provide support service, warranty, or updates
  4612. for a work that has been modified or installed by the recipient, or for
  4613. the User Product in which it has been modified or installed. Access to a
  4614. network may be denied when the modification itself materially and
  4615. adversely affects the operation of the network or violates the rules and
  4616. protocols for communication across the network.
  4617. Corresponding Source conveyed, and Installation Information provided,
  4618. in accord with this section must be in a format that is publicly
  4619. documented (and with an implementation available to the public in
  4620. source code form), and must require no special password or key for
  4621. unpacking, reading or copying.
  4622. 7. Additional Terms.
  4623. "Additional permissions" are terms that supplement the terms of this
  4624. License by making exceptions from one or more of its conditions.
  4625. Additional permissions that are applicable to the entire Program shall
  4626. be treated as though they were included in this License, to the extent
  4627. that they are valid under applicable law. If additional permissions
  4628. apply only to part of the Program, that part may be used separately
  4629. under those permissions, but the entire Program remains governed by
  4630. this License without regard to the additional permissions.
  4631. When you convey a copy of a covered work, you may at your option
  4632. remove any additional permissions from that copy, or from any part of
  4633. it. (Additional permissions may be written to require their own
  4634. removal in certain cases when you modify the work.) You may place
  4635. additional permissions on material, added by you to a covered work,
  4636. for which you have or can give appropriate copyright permission.
  4637. Notwithstanding any other provision of this License, for material you
  4638. add to a covered work, you may (if authorized by the copyright holders of
  4639. that material) supplement the terms of this License with terms:
  4640. a) Disclaiming warranty or limiting liability differently from the
  4641. terms of sections 15 and 16 of this License; or
  4642. b) Requiring preservation of specified reasonable legal notices or
  4643. author attributions in that material or in the Appropriate Legal
  4644. Notices displayed by works containing it; or
  4645. c) Prohibiting misrepresentation of the origin of that material, or
  4646. requiring that modified versions of such material be marked in
  4647. reasonable ways as different from the original version; or
  4648. d) Limiting the use for publicity purposes of names of licensors or
  4649. authors of the material; or
  4650. e) Declining to grant rights under trademark law for use of some
  4651. trade names, trademarks, or service marks; or
  4652. f) Requiring indemnification of licensors and authors of that
  4653. material by anyone who conveys the material (or modified versions of
  4654. it) with contractual assumptions of liability to the recipient, for
  4655. any liability that these contractual assumptions directly impose on
  4656. those licensors and authors.
  4657. All other non-permissive additional terms are considered "further
  4658. restrictions" within the meaning of section 10. If the Program as you
  4659. received it, or any part of it, contains a notice stating that it is
  4660. governed by this License along with a term that is a further
  4661. restriction, you may remove that term. If a license document contains
  4662. a further restriction but permits relicensing or conveying under this
  4663. License, you may add to a covered work material governed by the terms
  4664. of that license document, provided that the further restriction does
  4665. not survive such relicensing or conveying.
  4666. If you add terms to a covered work in accord with this section, you
  4667. must place, in the relevant source files, a statement of the
  4668. additional terms that apply to those files, or a notice indicating
  4669. where to find the applicable terms.
  4670. Additional terms, permissive or non-permissive, may be stated in the
  4671. form of a separately written license, or stated as exceptions;
  4672. the above requirements apply either way.
  4673. 8. Termination.
  4674. You may not propagate or modify a covered work except as expressly
  4675. provided under this License. Any attempt otherwise to propagate or
  4676. modify it is void, and will automatically terminate your rights under
  4677. this License (including any patent licenses granted under the third
  4678. paragraph of section 11).
  4679. However, if you cease all violation of this License, then your
  4680. license from a particular copyright holder is reinstated (a)
  4681. provisionally, unless and until the copyright holder explicitly and
  4682. finally terminates your license, and (b) permanently, if the copyright
  4683. holder fails to notify you of the violation by some reasonable means
  4684. prior to 60 days after the cessation.
  4685. Moreover, your license from a particular copyright holder is
  4686. reinstated permanently if the copyright holder notifies you of the
  4687. violation by some reasonable means, this is the first time you have
  4688. received notice of violation of this License (for any work) from that
  4689. copyright holder, and you cure the violation prior to 30 days after
  4690. your receipt of the notice.
  4691. Termination of your rights under this section does not terminate the
  4692. licenses of parties who have received copies or rights from you under
  4693. this License. If your rights have been terminated and not permanently
  4694. reinstated, you do not qualify to receive new licenses for the same
  4695. material under section 10.
  4696. 9. Acceptance Not Required for Having Copies.
  4697. You are not required to accept this License in order to receive or
  4698. run a copy of the Program. Ancillary propagation of a covered work
  4699. occurring solely as a consequence of using peer-to-peer transmission
  4700. to receive a copy likewise does not require acceptance. However,
  4701. nothing other than this License grants you permission to propagate or
  4702. modify any covered work. These actions infringe copyright if you do
  4703. not accept this License. Therefore, by modifying or propagating a
  4704. covered work, you indicate your acceptance of this License to do so.
  4705. 10. Automatic Licensing of Downstream Recipients.
  4706. Each time you convey a covered work, the recipient automatically
  4707. receives a license from the original licensors, to run, modify and
  4708. propagate that work, subject to this License. You are not responsible
  4709. for enforcing compliance by third parties with this License.
  4710. An "entity transaction" is a transaction transferring control of an
  4711. organization, or substantially all assets of one, or subdividing an
  4712. organization, or merging organizations. If propagation of a covered
  4713. work results from an entity transaction, each party to that
  4714. transaction who receives a copy of the work also receives whatever
  4715. licenses to the work the party's predecessor in interest had or could
  4716. give under the previous paragraph, plus a right to possession of the
  4717. Corresponding Source of the work from the predecessor in interest, if
  4718. the predecessor has it or can get it with reasonable efforts.
  4719. You may not impose any further restrictions on the exercise of the
  4720. rights granted or affirmed under this License. For example, you may
  4721. not impose a license fee, royalty, or other charge for exercise of
  4722. rights granted under this License, and you may not initiate litigation
  4723. (including a cross-claim or counterclaim in a lawsuit) alleging that
  4724. any patent claim is infringed by making, using, selling, offering for
  4725. sale, or importing the Program or any portion of it.
  4726. 11. Patents.
  4727. A "contributor" is a copyright holder who authorizes use under this
  4728. License of the Program or a work on which the Program is based. The
  4729. work thus licensed is called the contributor's "contributor version".
  4730. A contributor's "essential patent claims" are all patent claims
  4731. owned or controlled by the contributor, whether already acquired or
  4732. hereafter acquired, that would be infringed by some manner, permitted
  4733. by this License, of making, using, or selling its contributor version,
  4734. but do not include claims that would be infringed only as a
  4735. consequence of further modification of the contributor version. For
  4736. purposes of this definition, "control" includes the right to grant
  4737. patent sublicenses in a manner consistent with the requirements of
  4738. this License.
  4739. Each contributor grants you a non-exclusive, worldwide, royalty-free
  4740. patent license under the contributor's essential patent claims, to
  4741. make, use, sell, offer for sale, import and otherwise run, modify and
  4742. propagate the contents of its contributor version.
  4743. In the following three paragraphs, a "patent license" is any express
  4744. agreement or commitment, however denominated, not to enforce a patent
  4745. (such as an express permission to practice a patent or covenant not to
  4746. sue for patent infringement). To "grant" such a patent license to a
  4747. party means to make such an agreement or commitment not to enforce a
  4748. patent against the party.
  4749. If you convey a covered work, knowingly relying on a patent license,
  4750. and the Corresponding Source of the work is not available for anyone
  4751. to copy, free of charge and under the terms of this License, through a
  4752. publicly available network server or other readily accessible means,
  4753. then you must either (1) cause the Corresponding Source to be so
  4754. available, or (2) arrange to deprive yourself of the benefit of the
  4755. patent license for this particular work, or (3) arrange, in a manner
  4756. consistent with the requirements of this License, to extend the patent
  4757. license to downstream recipients. "Knowingly relying" means you have
  4758. actual knowledge that, but for the patent license, your conveying the
  4759. covered work in a country, or your recipient's use of the covered work
  4760. in a country, would infringe one or more identifiable patents in that
  4761. country that you have reason to believe are valid.
  4762. If, pursuant to or in connection with a single transaction or
  4763. arrangement, you convey, or propagate by procuring conveyance of, a
  4764. covered work, and grant a patent license to some of the parties
  4765. receiving the covered work authorizing them to use, propagate, modify
  4766. or convey a specific copy of the covered work, then the patent license
  4767. you grant is automatically extended to all recipients of the covered
  4768. work and works based on it.
  4769. A patent license is "discriminatory" if it does not include within
  4770. the scope of its coverage, prohibits the exercise of, or is
  4771. conditioned on the non-exercise of one or more of the rights that are
  4772. specifically granted under this License. You may not convey a covered
  4773. work if you are a party to an arrangement with a third party that is
  4774. in the business of distributing software, under which you make payment
  4775. to the third party based on the extent of your activity of conveying
  4776. the work, and under which the third party grants, to any of the
  4777. parties who would receive the covered work from you, a discriminatory
  4778. patent license (a) in connection with copies of the covered work
  4779. conveyed by you (or copies made from those copies), or (b) primarily
  4780. for and in connection with specific products or compilations that
  4781. contain the covered work, unless you entered into that arrangement,
  4782. or that patent license was granted, prior to 28 March 2007.
  4783. Nothing in this License shall be construed as excluding or limiting
  4784. any implied license or other defenses to infringement that may
  4785. otherwise be available to you under applicable patent law.
  4786. 12. No Surrender of Others' Freedom.
  4787. If conditions are imposed on you (whether by court order, agreement or
  4788. otherwise) that contradict the conditions of this License, they do not
  4789. excuse you from the conditions of this License. If you cannot convey a
  4790. covered work so as to satisfy simultaneously your obligations under this
  4791. License and any other pertinent obligations, then as a consequence you may
  4792. not convey it at all. For example, if you agree to terms that obligate you
  4793. to collect a royalty for further conveying from those to whom you convey
  4794. the Program, the only way you could satisfy both those terms and this
  4795. License would be to refrain entirely from conveying the Program.
  4796. 13. Use with the GNU Affero General Public License.
  4797. Notwithstanding any other provision of this License, you have
  4798. permission to link or combine any covered work with a work licensed
  4799. under version 3 of the GNU Affero General Public License into a single
  4800. combined work, and to convey the resulting work. The terms of this
  4801. License will continue to apply to the part which is the covered work,
  4802. but the special requirements of the GNU Affero General Public License,
  4803. section 13, concerning interaction through a network will apply to the
  4804. combination as such.
  4805. 14. Revised Versions of this License.
  4806. The Free Software Foundation may publish revised and/or new versions of
  4807. the GNU General Public License from time to time. Such new versions will
  4808. be similar in spirit to the present version, but may differ in detail to
  4809. address new problems or concerns.
  4810. Each version is given a distinguishing version number. If the
  4811. Program specifies that a certain numbered version of the GNU General
  4812. Public License "or any later version" applies to it, you have the
  4813. option of following the terms and conditions either of that numbered
  4814. version or of any later version published by the Free Software
  4815. Foundation. If the Program does not specify a version number of the
  4816. GNU General Public License, you may choose any version ever published
  4817. by the Free Software Foundation.
  4818. If the Program specifies that a proxy can decide which future
  4819. versions of the GNU General Public License can be used, that proxy's
  4820. public statement of acceptance of a version permanently authorizes you
  4821. to choose that version for the Program.
  4822. Later license versions may give you additional or different
  4823. permissions. However, no additional obligations are imposed on any
  4824. author or copyright holder as a result of your choosing to follow a
  4825. later version.
  4826. 15. Disclaimer of Warranty.
  4827. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  4828. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  4829. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  4830. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  4831. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  4832. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  4833. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  4834. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  4835. 16. Limitation of Liability.
  4836. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  4837. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  4838. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  4839. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  4840. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  4841. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  4842. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  4843. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  4844. SUCH DAMAGES.
  4845. 17. Interpretation of Sections 15 and 16.
  4846. If the disclaimer of warranty and limitation of liability provided
  4847. above cannot be given local legal effect according to their terms,
  4848. reviewing courts shall apply local law that most closely approximates
  4849. an absolute waiver of all civil liability in connection with the
  4850. Program, unless a warranty or assumption of liability accompanies a
  4851. copy of the Program in return for a fee.
  4852. END OF TERMS AND CONDITIONS
  4853. How to Apply These Terms to Your New Programs
  4854. If you develop a new program, and you want it to be of the greatest
  4855. possible use to the public, the best way to achieve this is to make it
  4856. free software which everyone can redistribute and change under these terms.
  4857. To do so, attach the following notices to the program. It is safest
  4858. to attach them to the start of each source file to most effectively
  4859. state the exclusion of warranty; and each file should have at least
  4860. the "copyright" line and a pointer to where the full notice is found.
  4861. <one line to give the program's name and a brief idea of what it does.>
  4862. Copyright (C) <year> <name of author>
  4863. This program is free software: you can redistribute it and/or modify
  4864. it under the terms of the GNU General Public License as published by
  4865. the Free Software Foundation, either version 3 of the License, or
  4866. (at your option) any later version.
  4867. This program is distributed in the hope that it will be useful,
  4868. but WITHOUT ANY WARRANTY; without even the implied warranty of
  4869. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  4870. GNU General Public License for more details.
  4871. You should have received a copy of the GNU General Public License
  4872. along with this program. If not, see <https://www.gnu.org/licenses/>.
  4873. Also add information on how to contact you by electronic and paper mail.
  4874. If the program does terminal interaction, make it output a short
  4875. notice like this when it starts in an interactive mode:
  4876. <program> Copyright (C) <year> <name of author>
  4877. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  4878. This is free software, and you are welcome to redistribute it
  4879. under certain conditions; type `show c' for details.
  4880. The hypothetical commands `show w' and `show c' should show the appropriate
  4881. parts of the General Public License. Of course, your program's commands
  4882. might be different; for a GUI interface, you would use an "about box".
  4883. You should also get your employer (if you work as a programmer) or school,
  4884. if any, to sign a "copyright disclaimer" for the program, if necessary.
  4885. For more information on this, and how to apply and follow the GNU GPL, see
  4886. <https://www.gnu.org/licenses/>.
  4887. The GNU General Public License does not permit incorporating your program
  4888. into proprietary programs. If your program is a subroutine library, you
  4889. may consider it more useful to permit linking proprietary applications with
  4890. the library. If this is what you want to do, use the GNU Lesser General
  4891. Public License instead of this License. But first, please read
  4892. <https://www.gnu.org/philosophy/why-not-lgpl.html>.
  4893. --------------------------------------------------------------------------------
  4894. Contains code from project ISL (http://isl.gforge.inria.fr/ and
  4895. http://freecode.com/projects/isl) under the following license(s).
  4896. MIT License (MIT)
  4897. Permission is hereby granted, free of charge, to any person obtaining a copy of
  4898. this software and associated documentation files (the "Software"), to deal in
  4899. the Software without restriction, including without limitation the rights to
  4900. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  4901. of the Software, and to permit persons to whom the Software is furnished to do
  4902. so, subject to the following conditions:
  4903. The above copyright notice and this permission notice shall be included in all
  4904. copies or substantial portions of the Software.
  4905. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  4906. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  4907. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  4908. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  4909. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  4910. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  4911. SOFTWARE.
  4912. --------------------------------------------------------------------------------
  4913. Contains code from project LIBELF (https://directory.fsf.org/wiki/Libelf)
  4914. under the following license(s).
  4915. GNU LIBRARY GENERAL PUBLIC LICENSE
  4916. Version 2, June 1991
  4917. Copyright (C) 1991 Free Software Foundation, Inc.
  4918. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  4919. Everyone is permitted to copy and distribute verbatim copies
  4920. of this license document, but changing it is not allowed.
  4921. [This is the first released version of the library GPL. It is
  4922. numbered 2 because it goes with version 2 of the ordinary GPL.]
  4923. Preamble
  4924. The licenses for most software are designed to take away your
  4925. freedom to share and change it. By contrast, the GNU General Public
  4926. Licenses are intended to guarantee your freedom to share and change
  4927. free software--to make sure the software is free for all its users.
  4928. This license, the Library General Public License, applies to some
  4929. specially designated Free Software Foundation software, and to any
  4930. other libraries whose authors decide to use it. You can use it for
  4931. your libraries, too.
  4932. When we speak of free software, we are referring to freedom, not
  4933. price. Our General Public Licenses are designed to make sure that you
  4934. have the freedom to distribute copies of free software (and charge for
  4935. this service if you wish), that you receive source code or can get it
  4936. if you want it, that you can change the software or use pieces of it
  4937. in new free programs; and that you know you can do these things.
  4938. To protect your rights, we need to make restrictions that forbid
  4939. anyone to deny you these rights or to ask you to surrender the rights.
  4940. These restrictions translate to certain responsibilities for you if
  4941. you distribute copies of the library, or if you modify it.
  4942. For example, if you distribute copies of the library, whether gratis
  4943. or for a fee, you must give the recipients all the rights that we gave
  4944. you. You must make sure that they, too, receive or can get the source
  4945. code. If you link a program with the library, you must provide
  4946. complete object files to the recipients so that they can relink them
  4947. with the library, after making changes to the library and recompiling
  4948. it. And you must show them these terms so they know their rights.
  4949. Our method of protecting your rights has two steps: (1) copyright
  4950. the library, and (2) offer you this license which gives you legal
  4951. permission to copy, distribute and/or modify the library.
  4952. Also, for each distributor's protection, we want to make certain
  4953. that everyone understands that there is no warranty for this free
  4954. library. If the library is modified by someone else and passed on, we
  4955. want its recipients to know that what they have is not the original
  4956. version, so that any problems introduced by others will not reflect on
  4957. the original authors' reputations.
  4958. Finally, any free program is threatened constantly by software
  4959. patents. We wish to avoid the danger that companies distributing free
  4960. software will individually obtain patent licenses, thus in effect
  4961. transforming the program into proprietary software. To prevent this,
  4962. we have made it clear that any patent must be licensed for everyone's
  4963. free use or not licensed at all.
  4964. Most GNU software, including some libraries, is covered by the ordinary
  4965. GNU General Public License, which was designed for utility programs. This
  4966. license, the GNU Library General Public License, applies to certain
  4967. designated libraries. This license is quite different from the ordinary
  4968. one; be sure to read it in full, and don't assume that anything in it is
  4969. the same as in the ordinary license.
  4970. The reason we have a separate public license for some libraries is that
  4971. they blur the distinction we usually make between modifying or adding to a
  4972. program and simply using it. Linking a program with a library, without
  4973. changing the library, is in some sense simply using the library, and is
  4974. analogous to running a utility program or application program. However, in
  4975. a textual and legal sense, the linked executable is a combined work, a
  4976. derivative of the original library, and the ordinary General Public License
  4977. treats it as such.
  4978. Because of this blurred distinction, using the ordinary General
  4979. Public License for libraries did not effectively promote software
  4980. sharing, because most developers did not use the libraries. We
  4981. concluded that weaker conditions might promote sharing better.
  4982. However, unrestricted linking of non-free programs would deprive the
  4983. users of those programs of all benefit from the free status of the
  4984. libraries themselves. This Library General Public License is intended to
  4985. permit developers of non-free programs to use free libraries, while
  4986. preserving your freedom as a user of such programs to change the free
  4987. libraries that are incorporated in them. (We have not seen how to achieve
  4988. this as regards changes in header files, but we have achieved it as regards
  4989. changes in the actual functions of the Library.) The hope is that this
  4990. will lead to faster development of free libraries.
  4991. The precise terms and conditions for copying, distribution and
  4992. modification follow. Pay close attention to the difference between a
  4993. "work based on the library" and a "work that uses the library". The
  4994. former contains code derived from the library, while the latter only
  4995. works together with the library.
  4996. Note that it is possible for a library to be covered by the ordinary
  4997. General Public License rather than by this special one.
  4998. GNU LIBRARY GENERAL PUBLIC LICENSE
  4999. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  5000. 0. This License Agreement applies to any software library which
  5001. contains a notice placed by the copyright holder or other authorized
  5002. party saying it may be distributed under the terms of this Library
  5003. General Public License (also called "this License"). Each licensee is
  5004. addressed as "you".
  5005. A "library" means a collection of software functions and/or data
  5006. prepared so as to be conveniently linked with application programs
  5007. (which use some of those functions and data) to form executables.
  5008. The "Library", below, refers to any such software library or work
  5009. which has been distributed under these terms. A "work based on the
  5010. Library" means either the Library or any derivative work under
  5011. copyright law: that is to say, a work containing the Library or a
  5012. portion of it, either verbatim or with modifications and/or translated
  5013. straightforwardly into another language. (Hereinafter, translation is
  5014. included without limitation in the term "modification".)
  5015. "Source code" for a work means the preferred form of the work for
  5016. making modifications to it. For a library, complete source code means
  5017. all the source code for all modules it contains, plus any associated
  5018. interface definition files, plus the scripts used to control compilation
  5019. and installation of the library.
  5020. Activities other than copying, distribution and modification are not
  5021. covered by this License; they are outside its scope. The act of
  5022. running a program using the Library is not restricted, and output from
  5023. such a program is covered only if its contents constitute a work based
  5024. on the Library (independent of the use of the Library in a tool for
  5025. writing it). Whether that is true depends on what the Library does
  5026. and what the program that uses the Library does.
  5027. 1. You may copy and distribute verbatim copies of the Library's
  5028. complete source code as you receive it, in any medium, provided that
  5029. you conspicuously and appropriately publish on each copy an
  5030. appropriate copyright notice and disclaimer of warranty; keep intact
  5031. all the notices that refer to this License and to the absence of any
  5032. warranty; and distribute a copy of this License along with the
  5033. Library.
  5034. You may charge a fee for the physical act of transferring a copy,
  5035. and you may at your option offer warranty protection in exchange for a
  5036. fee.
  5037. 2. You may modify your copy or copies of the Library or any portion
  5038. of it, thus forming a work based on the Library, and copy and
  5039. distribute such modifications or work under the terms of Section 1
  5040. above, provided that you also meet all of these conditions:
  5041. a) The modified work must itself be a software library.
  5042. b) You must cause the files modified to carry prominent notices
  5043. stating that you changed the files and the date of any change.
  5044. c) You must cause the whole of the work to be licensed at no
  5045. charge to all third parties under the terms of this License.
  5046. d) If a facility in the modified Library refers to a function or a
  5047. table of data to be supplied by an application program that uses
  5048. the facility, other than as an argument passed when the facility
  5049. is invoked, then you must make a good faith effort to ensure that,
  5050. in the event an application does not supply such function or
  5051. table, the facility still operates, and performs whatever part of
  5052. its purpose remains meaningful.
  5053. (For example, a function in a library to compute square roots has
  5054. a purpose that is entirely well-defined independent of the
  5055. application. Therefore, Subsection 2d requires that any
  5056. application-supplied function or table used by this function must
  5057. be optional: if the application does not supply it, the square
  5058. root function must still compute square roots.)
  5059. These requirements apply to the modified work as a whole. If
  5060. identifiable sections of that work are not derived from the Library,
  5061. and can be reasonably considered independent and separate works in
  5062. themselves, then this License, and its terms, do not apply to those
  5063. sections when you distribute them as separate works. But when you
  5064. distribute the same sections as part of a whole which is a work based
  5065. on the Library, the distribution of the whole must be on the terms of
  5066. this License, whose permissions for other licensees extend to the
  5067. entire whole, and thus to each and every part regardless of who wrote
  5068. it.
  5069. Thus, it is not the intent of this section to claim rights or contest
  5070. your rights to work written entirely by you; rather, the intent is to
  5071. exercise the right to control the distribution of derivative or
  5072. collective works based on the Library.
  5073. In addition, mere aggregation of another work not based on the Library
  5074. with the Library (or with a work based on the Library) on a volume of
  5075. a storage or distribution medium does not bring the other work under
  5076. the scope of this License.
  5077. 3. You may opt to apply the terms of the ordinary GNU General Public
  5078. License instead of this License to a given copy of the Library. To do
  5079. this, you must alter all the notices that refer to this License, so
  5080. that they refer to the ordinary GNU General Public License, version 2,
  5081. instead of to this License. (If a newer version than version 2 of the
  5082. ordinary GNU General Public License has appeared, then you can specify
  5083. that version instead if you wish.) Do not make any other change in
  5084. these notices.
  5085. Once this change is made in a given copy, it is irreversible for
  5086. that copy, so the ordinary GNU General Public License applies to all
  5087. subsequent copies and derivative works made from that copy.
  5088. This option is useful when you wish to copy part of the code of
  5089. the Library into a program that is not a library.
  5090. 4. You may copy and distribute the Library (or a portion or
  5091. derivative of it, under Section 2) in object code or executable form
  5092. under the terms of Sections 1 and 2 above provided that you accompany
  5093. it with the complete corresponding machine-readable source code, which
  5094. must be distributed under the terms of Sections 1 and 2 above on a
  5095. medium customarily used for software interchange.
  5096. If distribution of object code is made by offering access to copy
  5097. from a designated place, then offering equivalent access to copy the
  5098. source code from the same place satisfies the requirement to
  5099. distribute the source code, even though third parties are not
  5100. compelled to copy the source along with the object code.
  5101. 5. A program that contains no derivative of any portion of the
  5102. Library, but is designed to work with the Library by being compiled or
  5103. linked with it, is called a "work that uses the Library". Such a
  5104. work, in isolation, is not a derivative work of the Library, and
  5105. therefore falls outside the scope of this License.
  5106. However, linking a "work that uses the Library" with the Library
  5107. creates an executable that is a derivative of the Library (because it
  5108. contains portions of the Library), rather than a "work that uses the
  5109. library". The executable is therefore covered by this License.
  5110. Section 6 states terms for distribution of such executables.
  5111. When a "work that uses the Library" uses material from a header file
  5112. that is part of the Library, the object code for the work may be a
  5113. derivative work of the Library even though the source code is not.
  5114. Whether this is true is especially significant if the work can be
  5115. linked without the Library, or if the work is itself a library. The
  5116. threshold for this to be true is not precisely defined by law.
  5117. If such an object file uses only numerical parameters, data
  5118. structure layouts and accessors, and small macros and small inline
  5119. functions (ten lines or less in length), then the use of the object
  5120. file is unrestricted, regardless of whether it is legally a derivative
  5121. work. (Executables containing this object code plus portions of the
  5122. Library will still fall under Section 6.)
  5123. Otherwise, if the work is a derivative of the Library, you may
  5124. distribute the object code for the work under the terms of Section 6.
  5125. Any executables containing that work also fall under Section 6,
  5126. whether or not they are linked directly with the Library itself.
  5127. 6. As an exception to the Sections above, you may also compile or
  5128. link a "work that uses the Library" with the Library to produce a
  5129. work containing portions of the Library, and distribute that work
  5130. under terms of your choice, provided that the terms permit
  5131. modification of the work for the customer's own use and reverse
  5132. engineering for debugging such modifications.
  5133. You must give prominent notice with each copy of the work that the
  5134. Library is used in it and that the Library and its use are covered by
  5135. this License. You must supply a copy of this License. If the work
  5136. during execution displays copyright notices, you must include the
  5137. copyright notice for the Library among them, as well as a reference
  5138. directing the user to the copy of this License. Also, you must do one
  5139. of these things:
  5140. a) Accompany the work with the complete corresponding
  5141. machine-readable source code for the Library including whatever
  5142. changes were used in the work (which must be distributed under
  5143. Sections 1 and 2 above); and, if the work is an executable linked
  5144. with the Library, with the complete machine-readable "work that
  5145. uses the Library", as object code and/or source code, so that the
  5146. user can modify the Library and then relink to produce a modified
  5147. executable containing the modified Library. (It is understood
  5148. that the user who changes the contents of definitions files in the
  5149. Library will not necessarily be able to recompile the application
  5150. to use the modified definitions.)
  5151. b) Accompany the work with a written offer, valid for at
  5152. least three years, to give the same user the materials
  5153. specified in Subsection 6a, above, for a charge no more
  5154. than the cost of performing this distribution.
  5155. c) If distribution of the work is made by offering access to copy
  5156. from a designated place, offer equivalent access to copy the above
  5157. specified materials from the same place.
  5158. d) Verify that the user has already received a copy of these
  5159. materials or that you have already sent this user a copy.
  5160. For an executable, the required form of the "work that uses the
  5161. Library" must include any data and utility programs needed for
  5162. reproducing the executable from it. However, as a special exception,
  5163. the source code distributed need not include anything that is normally
  5164. distributed (in either source or binary form) with the major
  5165. components (compiler, kernel, and so on) of the operating system on
  5166. which the executable runs, unless that component itself accompanies
  5167. the executable.
  5168. It may happen that this requirement contradicts the license
  5169. restrictions of other proprietary libraries that do not normally
  5170. accompany the operating system. Such a contradiction means you cannot
  5171. use both them and the Library together in an executable that you
  5172. distribute.
  5173. 7. You may place library facilities that are a work based on the
  5174. Library side-by-side in a single library together with other library
  5175. facilities not covered by this License, and distribute such a combined
  5176. library, provided that the separate distribution of the work based on
  5177. the Library and of the other library facilities is otherwise
  5178. permitted, and provided that you do these two things:
  5179. a) Accompany the combined library with a copy of the same work
  5180. based on the Library, uncombined with any other library
  5181. facilities. This must be distributed under the terms of the
  5182. Sections above.
  5183. b) Give prominent notice with the combined library of the fact
  5184. that part of it is a work based on the Library, and explaining
  5185. where to find the accompanying uncombined form of the same work.
  5186. 8. You may not copy, modify, sublicense, link with, or distribute
  5187. the Library except as expressly provided under this License. Any
  5188. attempt otherwise to copy, modify, sublicense, link with, or
  5189. distribute the Library is void, and will automatically terminate your
  5190. rights under this License. However, parties who have received copies,
  5191. or rights, from you under this License will not have their licenses
  5192. terminated so long as such parties remain in full compliance.
  5193. 9. You are not required to accept this License, since you have not
  5194. signed it. However, nothing else grants you permission to modify or
  5195. distribute the Library or its derivative works. These actions are
  5196. prohibited by law if you do not accept this License. Therefore, by
  5197. modifying or distributing the Library (or any work based on the
  5198. Library), you indicate your acceptance of this License to do so, and
  5199. all its terms and conditions for copying, distributing or modifying
  5200. the Library or works based on it.
  5201. 10. Each time you redistribute the Library (or any work based on the
  5202. Library), the recipient automatically receives a license from the
  5203. original licensor to copy, distribute, link with or modify the Library
  5204. subject to these terms and conditions. You may not impose any further
  5205. restrictions on the recipients' exercise of the rights granted herein.
  5206. You are not responsible for enforcing compliance by third parties to
  5207. this License.
  5208. 11. If, as a consequence of a court judgment or allegation of patent
  5209. infringement or for any other reason (not limited to patent issues),
  5210. conditions are imposed on you (whether by court order, agreement or
  5211. otherwise) that contradict the conditions of this License, they do not
  5212. excuse you from the conditions of this License. If you cannot
  5213. distribute so as to satisfy simultaneously your obligations under this
  5214. License and any other pertinent obligations, then as a consequence you
  5215. may not distribute the Library at all. For example, if a patent
  5216. license would not permit royalty-free redistribution of the Library by
  5217. all those who receive copies directly or indirectly through you, then
  5218. the only way you could satisfy both it and this License would be to
  5219. refrain entirely from distribution of the Library.
  5220. If any portion of this section is held invalid or unenforceable under any
  5221. particular circumstance, the balance of the section is intended to apply,
  5222. and the section as a whole is intended to apply in other circumstances.
  5223. It is not the purpose of this section to induce you to infringe any
  5224. patents or other property right claims or to contest validity of any
  5225. such claims; this section has the sole purpose of protecting the
  5226. integrity of the free software distribution system which is
  5227. implemented by public license practices. Many people have made
  5228. generous contributions to the wide range of software distributed
  5229. through that system in reliance on consistent application of that
  5230. system; it is up to the author/donor to decide if he or she is willing
  5231. to distribute software through any other system and a licensee cannot
  5232. impose that choice.
  5233. This section is intended to make thoroughly clear what is believed to
  5234. be a consequence of the rest of this License.
  5235. 12. If the distribution and/or use of the Library is restricted in
  5236. certain countries either by patents or by copyrighted interfaces, the
  5237. original copyright holder who places the Library under this License may add
  5238. an explicit geographical distribution limitation excluding those countries,
  5239. so that distribution is permitted only in or among countries not thus
  5240. excluded. In such case, this License incorporates the limitation as if
  5241. written in the body of this License.
  5242. 13. The Free Software Foundation may publish revised and/or new
  5243. versions of the Library General Public License from time to time.
  5244. Such new versions will be similar in spirit to the present version,
  5245. but may differ in detail to address new problems or concerns.
  5246. Each version is given a distinguishing version number. If the Library
  5247. specifies a version number of this License which applies to it and
  5248. "any later version", you have the option of following the terms and
  5249. conditions either of that version or of any later version published by
  5250. the Free Software Foundation. If the Library does not specify a
  5251. license version number, you may choose any version ever published by
  5252. the Free Software Foundation.
  5253. 14. If you wish to incorporate parts of the Library into other free
  5254. programs whose distribution conditions are incompatible with these,
  5255. write to the author to ask for permission. For software which is
  5256. copyrighted by the Free Software Foundation, write to the Free
  5257. Software Foundation; we sometimes make exceptions for this. Our
  5258. decision will be guided by the two goals of preserving the free status
  5259. of all derivatives of our free software and of promoting the sharing
  5260. and reuse of software generally.
  5261. NO WARRANTY
  5262. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  5263. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  5264. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  5265. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  5266. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  5267. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  5268. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  5269. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  5270. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  5271. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  5272. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  5273. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  5274. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  5275. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  5276. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  5277. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  5278. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  5279. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  5280. DAMAGES.
  5281. END OF TERMS AND CONDITIONS
  5282. How to Apply These Terms to Your New Libraries
  5283. If you develop a new library, and you want it to be of the greatest
  5284. possible use to the public, we recommend making it free software that
  5285. everyone can redistribute and change. You can do so by permitting
  5286. redistribution under these terms (or, alternatively, under the terms of the
  5287. ordinary General Public License).
  5288. To apply these terms, attach the following notices to the library. It is
  5289. safest to attach them to the start of each source file to most effectively
  5290. convey the exclusion of warranty; and each file should have at least the
  5291. "copyright" line and a pointer to where the full notice is found.
  5292. <one line to give the library's name and a brief idea of what it does.>
  5293. Copyright (C) <year> <name of author>
  5294. This library is free software; you can redistribute it and/or
  5295. modify it under the terms of the GNU Library General Public
  5296. License as published by the Free Software Foundation; either
  5297. version 2 of the License, or (at your option) any later version.
  5298. This library is distributed in the hope that it will be useful,
  5299. but WITHOUT ANY WARRANTY; without even the implied warranty of
  5300. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  5301. Library General Public License for more details.
  5302. You should have received a copy of the GNU Library General Public
  5303. License along with this library; if not, write to the Free
  5304. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  5305. Also add information on how to contact you by electronic and paper mail.
  5306. You should also get your employer (if you work as a programmer) or your
  5307. school, if any, to sign a "copyright disclaimer" for the library, if
  5308. necessary. Here is a sample; alter the names:
  5309. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  5310. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  5311. <signature of Ty Coon>, 1 April 1990
  5312. Ty Coon, President of Vice
  5313. That's all there is to it!
  5314. --------------------------------------------------------------------------------
  5315. Contains code from project LIBICONV (https://www.gnu.org/software/libiconv/)
  5316. under the following license(s).
  5317. GNU GENERAL PUBLIC LICENSE
  5318. Version 3, 29 June 2007
  5319. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  5320. Everyone is permitted to copy and distribute verbatim copies
  5321. of this license document, but changing it is not allowed.
  5322. Preamble
  5323. The GNU General Public License is a free, copyleft license for
  5324. software and other kinds of works.
  5325. The licenses for most software and other practical works are designed
  5326. to take away your freedom to share and change the works. By contrast,
  5327. the GNU General Public License is intended to guarantee your freedom to
  5328. share and change all versions of a program--to make sure it remains free
  5329. software for all its users. We, the Free Software Foundation, use the
  5330. GNU General Public License for most of our software; it applies also to
  5331. any other work released this way by its authors. You can apply it to
  5332. your programs, too.
  5333. When we speak of free software, we are referring to freedom, not
  5334. price. Our General Public Licenses are designed to make sure that you
  5335. have the freedom to distribute copies of free software (and charge for
  5336. them if you wish), that you receive source code or can get it if you
  5337. want it, that you can change the software or use pieces of it in new
  5338. free programs, and that you know you can do these things.
  5339. To protect your rights, we need to prevent others from denying you
  5340. these rights or asking you to surrender the rights. Therefore, you have
  5341. certain responsibilities if you distribute copies of the software, or if
  5342. you modify it: responsibilities to respect the freedom of others.
  5343. For example, if you distribute copies of such a program, whether
  5344. gratis or for a fee, you must pass on to the recipients the same
  5345. freedoms that you received. You must make sure that they, too, receive
  5346. or can get the source code. And you must show them these terms so they
  5347. know their rights.
  5348. Developers that use the GNU GPL protect your rights with two steps:
  5349. (1) assert copyright on the software, and (2) offer you this License
  5350. giving you legal permission to copy, distribute and/or modify it.
  5351. For the developers' and authors' protection, the GPL clearly explains
  5352. that there is no warranty for this free software. For both users' and
  5353. authors' sake, the GPL requires that modified versions be marked as
  5354. changed, so that their problems will not be attributed erroneously to
  5355. authors of previous versions.
  5356. Some devices are designed to deny users access to install or run
  5357. modified versions of the software inside them, although the manufacturer
  5358. can do so. This is fundamentally incompatible with the aim of
  5359. protecting users' freedom to change the software. The systematic
  5360. pattern of such abuse occurs in the area of products for individuals to
  5361. use, which is precisely where it is most unacceptable. Therefore, we
  5362. have designed this version of the GPL to prohibit the practice for those
  5363. products. If such problems arise substantially in other domains, we
  5364. stand ready to extend this provision to those domains in future versions
  5365. of the GPL, as needed to protect the freedom of users.
  5366. Finally, every program is threatened constantly by software patents.
  5367. States should not allow patents to restrict development and use of
  5368. software on general-purpose computers, but in those that do, we wish to
  5369. avoid the special danger that patents applied to a free program could
  5370. make it effectively proprietary. To prevent this, the GPL assures that
  5371. patents cannot be used to render the program non-free.
  5372. The precise terms and conditions for copying, distribution and
  5373. modification follow.
  5374. TERMS AND CONDITIONS
  5375. 0. Definitions.
  5376. "This License" refers to version 3 of the GNU General Public License.
  5377. "Copyright" also means copyright-like laws that apply to other kinds of
  5378. works, such as semiconductor masks.
  5379. "The Program" refers to any copyrightable work licensed under this
  5380. License. Each licensee is addressed as "you". "Licensees" and
  5381. "recipients" may be individuals or organizations.
  5382. To "modify" a work means to copy from or adapt all or part of the work
  5383. in a fashion requiring copyright permission, other than the making of an
  5384. exact copy. The resulting work is called a "modified version" of the
  5385. earlier work or a work "based on" the earlier work.
  5386. A "covered work" means either the unmodified Program or a work based
  5387. on the Program.
  5388. To "propagate" a work means to do anything with it that, without
  5389. permission, would make you directly or secondarily liable for
  5390. infringement under applicable copyright law, except executing it on a
  5391. computer or modifying a private copy. Propagation includes copying,
  5392. distribution (with or without modification), making available to the
  5393. public, and in some countries other activities as well.
  5394. To "convey" a work means any kind of propagation that enables other
  5395. parties to make or receive copies. Mere interaction with a user through
  5396. a computer network, with no transfer of a copy, is not conveying.
  5397. An interactive user interface displays "Appropriate Legal Notices"
  5398. to the extent that it includes a convenient and prominently visible
  5399. feature that (1) displays an appropriate copyright notice, and (2)
  5400. tells the user that there is no warranty for the work (except to the
  5401. extent that warranties are provided), that licensees may convey the
  5402. work under this License, and how to view a copy of this License. If
  5403. the interface presents a list of user commands or options, such as a
  5404. menu, a prominent item in the list meets this criterion.
  5405. 1. Source Code.
  5406. The "source code" for a work means the preferred form of the work
  5407. for making modifications to it. "Object code" means any non-source
  5408. form of a work.
  5409. A "Standard Interface" means an interface that either is an official
  5410. standard defined by a recognized standards body, or, in the case of
  5411. interfaces specified for a particular programming language, one that
  5412. is widely used among developers working in that language.
  5413. The "System Libraries" of an executable work include anything, other
  5414. than the work as a whole, that (a) is included in the normal form of
  5415. packaging a Major Component, but which is not part of that Major
  5416. Component, and (b) serves only to enable use of the work with that
  5417. Major Component, or to implement a Standard Interface for which an
  5418. implementation is available to the public in source code form. A
  5419. "Major Component", in this context, means a major essential component
  5420. (kernel, window system, and so on) of the specific operating system
  5421. (if any) on which the executable work runs, or a compiler used to
  5422. produce the work, or an object code interpreter used to run it.
  5423. The "Corresponding Source" for a work in object code form means all
  5424. the source code needed to generate, install, and (for an executable
  5425. work) run the object code and to modify the work, including scripts to
  5426. control those activities. However, it does not include the work's
  5427. System Libraries, or general-purpose tools or generally available free
  5428. programs which are used unmodified in performing those activities but
  5429. which are not part of the work. For example, Corresponding Source
  5430. includes interface definition files associated with source files for
  5431. the work, and the source code for shared libraries and dynamically
  5432. linked subprograms that the work is specifically designed to require,
  5433. such as by intimate data communication or control flow between those
  5434. subprograms and other parts of the work.
  5435. The Corresponding Source need not include anything that users
  5436. can regenerate automatically from other parts of the Corresponding
  5437. Source.
  5438. The Corresponding Source for a work in source code form is that
  5439. same work.
  5440. 2. Basic Permissions.
  5441. All rights granted under this License are granted for the term of
  5442. copyright on the Program, and are irrevocable provided the stated
  5443. conditions are met. This License explicitly affirms your unlimited
  5444. permission to run the unmodified Program. The output from running a
  5445. covered work is covered by this License only if the output, given its
  5446. content, constitutes a covered work. This License acknowledges your
  5447. rights of fair use or other equivalent, as provided by copyright law.
  5448. You may make, run and propagate covered works that you do not
  5449. convey, without conditions so long as your license otherwise remains
  5450. in force. You may convey covered works to others for the sole purpose
  5451. of having them make modifications exclusively for you, or provide you
  5452. with facilities for running those works, provided that you comply with
  5453. the terms of this License in conveying all material for which you do
  5454. not control copyright. Those thus making or running the covered works
  5455. for you must do so exclusively on your behalf, under your direction
  5456. and control, on terms that prohibit them from making any copies of
  5457. your copyrighted material outside their relationship with you.
  5458. Conveying under any other circumstances is permitted solely under
  5459. the conditions stated below. Sublicensing is not allowed; section 10
  5460. makes it unnecessary.
  5461. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  5462. No covered work shall be deemed part of an effective technological
  5463. measure under any applicable law fulfilling obligations under article
  5464. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  5465. similar laws prohibiting or restricting circumvention of such
  5466. measures.
  5467. When you convey a covered work, you waive any legal power to forbid
  5468. circumvention of technological measures to the extent such circumvention
  5469. is effected by exercising rights under this License with respect to
  5470. the covered work, and you disclaim any intention to limit operation or
  5471. modification of the work as a means of enforcing, against the work's
  5472. users, your or third parties' legal rights to forbid circumvention of
  5473. technological measures.
  5474. 4. Conveying Verbatim Copies.
  5475. You may convey verbatim copies of the Program's source code as you
  5476. receive it, in any medium, provided that you conspicuously and
  5477. appropriately publish on each copy an appropriate copyright notice;
  5478. keep intact all notices stating that this License and any
  5479. non-permissive terms added in accord with section 7 apply to the code;
  5480. keep intact all notices of the absence of any warranty; and give all
  5481. recipients a copy of this License along with the Program.
  5482. You may charge any price or no price for each copy that you convey,
  5483. and you may offer support or warranty protection for a fee.
  5484. 5. Conveying Modified Source Versions.
  5485. You may convey a work based on the Program, or the modifications to
  5486. produce it from the Program, in the form of source code under the
  5487. terms of section 4, provided that you also meet all of these conditions:
  5488. a) The work must carry prominent notices stating that you modified
  5489. it, and giving a relevant date.
  5490. b) The work must carry prominent notices stating that it is
  5491. released under this License and any conditions added under section
  5492. 7. This requirement modifies the requirement in section 4 to
  5493. "keep intact all notices".
  5494. c) You must license the entire work, as a whole, under this
  5495. License to anyone who comes into possession of a copy. This
  5496. License will therefore apply, along with any applicable section 7
  5497. additional terms, to the whole of the work, and all its parts,
  5498. regardless of how they are packaged. This License gives no
  5499. permission to license the work in any other way, but it does not
  5500. invalidate such permission if you have separately received it.
  5501. d) If the work has interactive user interfaces, each must display
  5502. Appropriate Legal Notices; however, if the Program has interactive
  5503. interfaces that do not display Appropriate Legal Notices, your
  5504. work need not make them do so.
  5505. A compilation of a covered work with other separate and independent
  5506. works, which are not by their nature extensions of the covered work,
  5507. and which are not combined with it such as to form a larger program,
  5508. in or on a volume of a storage or distribution medium, is called an
  5509. "aggregate" if the compilation and its resulting copyright are not
  5510. used to limit the access or legal rights of the compilation's users
  5511. beyond what the individual works permit. Inclusion of a covered work
  5512. in an aggregate does not cause this License to apply to the other
  5513. parts of the aggregate.
  5514. 6. Conveying Non-Source Forms.
  5515. You may convey a covered work in object code form under the terms
  5516. of sections 4 and 5, provided that you also convey the
  5517. machine-readable Corresponding Source under the terms of this License,
  5518. in one of these ways:
  5519. a) Convey the object code in, or embodied in, a physical product
  5520. (including a physical distribution medium), accompanied by the
  5521. Corresponding Source fixed on a durable physical medium
  5522. customarily used for software interchange.
  5523. b) Convey the object code in, or embodied in, a physical product
  5524. (including a physical distribution medium), accompanied by a
  5525. written offer, valid for at least three years and valid for as
  5526. long as you offer spare parts or customer support for that product
  5527. model, to give anyone who possesses the object code either (1) a
  5528. copy of the Corresponding Source for all the software in the
  5529. product that is covered by this License, on a durable physical
  5530. medium customarily used for software interchange, for a price no
  5531. more than your reasonable cost of physically performing this
  5532. conveying of source, or (2) access to copy the
  5533. Corresponding Source from a network server at no charge.
  5534. c) Convey individual copies of the object code with a copy of the
  5535. written offer to provide the Corresponding Source. This
  5536. alternative is allowed only occasionally and noncommercially, and
  5537. only if you received the object code with such an offer, in accord
  5538. with subsection 6b.
  5539. d) Convey the object code by offering access from a designated
  5540. place (gratis or for a charge), and offer equivalent access to the
  5541. Corresponding Source in the same way through the same place at no
  5542. further charge. You need not require recipients to copy the
  5543. Corresponding Source along with the object code. If the place to
  5544. copy the object code is a network server, the Corresponding Source
  5545. may be on a different server (operated by you or a third party)
  5546. that supports equivalent copying facilities, provided you maintain
  5547. clear directions next to the object code saying where to find the
  5548. Corresponding Source. Regardless of what server hosts the
  5549. Corresponding Source, you remain obligated to ensure that it is
  5550. available for as long as needed to satisfy these requirements.
  5551. e) Convey the object code using peer-to-peer transmission, provided
  5552. you inform other peers where the object code and Corresponding
  5553. Source of the work are being offered to the general public at no
  5554. charge under subsection 6d.
  5555. A separable portion of the object code, whose source code is excluded
  5556. from the Corresponding Source as a System Library, need not be
  5557. included in conveying the object code work.
  5558. A "User Product" is either (1) a "consumer product", which means any
  5559. tangible personal property which is normally used for personal, family,
  5560. or household purposes, or (2) anything designed or sold for incorporation
  5561. into a dwelling. In determining whether a product is a consumer product,
  5562. doubtful cases shall be resolved in favor of coverage. For a particular
  5563. product received by a particular user, "normally used" refers to a
  5564. typical or common use of that class of product, regardless of the status
  5565. of the particular user or of the way in which the particular user
  5566. actually uses, or expects or is expected to use, the product. A product
  5567. is a consumer product regardless of whether the product has substantial
  5568. commercial, industrial or non-consumer uses, unless such uses represent
  5569. the only significant mode of use of the product.
  5570. "Installation Information" for a User Product means any methods,
  5571. procedures, authorization keys, or other information required to install
  5572. and execute modified versions of a covered work in that User Product from
  5573. a modified version of its Corresponding Source. The information must
  5574. suffice to ensure that the continued functioning of the modified object
  5575. code is in no case prevented or interfered with solely because
  5576. modification has been made.
  5577. If you convey an object code work under this section in, or with, or
  5578. specifically for use in, a User Product, and the conveying occurs as
  5579. part of a transaction in which the right of possession and use of the
  5580. User Product is transferred to the recipient in perpetuity or for a
  5581. fixed term (regardless of how the transaction is characterized), the
  5582. Corresponding Source conveyed under this section must be accompanied
  5583. by the Installation Information. But this requirement does not apply
  5584. if neither you nor any third party retains the ability to install
  5585. modified object code on the User Product (for example, the work has
  5586. been installed in ROM).
  5587. The requirement to provide Installation Information does not include a
  5588. requirement to continue to provide support service, warranty, or updates
  5589. for a work that has been modified or installed by the recipient, or for
  5590. the User Product in which it has been modified or installed. Access to a
  5591. network may be denied when the modification itself materially and
  5592. adversely affects the operation of the network or violates the rules and
  5593. protocols for communication across the network.
  5594. Corresponding Source conveyed, and Installation Information provided,
  5595. in accord with this section must be in a format that is publicly
  5596. documented (and with an implementation available to the public in
  5597. source code form), and must require no special password or key for
  5598. unpacking, reading or copying.
  5599. 7. Additional Terms.
  5600. "Additional permissions" are terms that supplement the terms of this
  5601. License by making exceptions from one or more of its conditions.
  5602. Additional permissions that are applicable to the entire Program shall
  5603. be treated as though they were included in this License, to the extent
  5604. that they are valid under applicable law. If additional permissions
  5605. apply only to part of the Program, that part may be used separately
  5606. under those permissions, but the entire Program remains governed by
  5607. this License without regard to the additional permissions.
  5608. When you convey a copy of a covered work, you may at your option
  5609. remove any additional permissions from that copy, or from any part of
  5610. it. (Additional permissions may be written to require their own
  5611. removal in certain cases when you modify the work.) You may place
  5612. additional permissions on material, added by you to a covered work,
  5613. for which you have or can give appropriate copyright permission.
  5614. Notwithstanding any other provision of this License, for material you
  5615. add to a covered work, you may (if authorized by the copyright holders of
  5616. that material) supplement the terms of this License with terms:
  5617. a) Disclaiming warranty or limiting liability differently from the
  5618. terms of sections 15 and 16 of this License; or
  5619. b) Requiring preservation of specified reasonable legal notices or
  5620. author attributions in that material or in the Appropriate Legal
  5621. Notices displayed by works containing it; or
  5622. c) Prohibiting misrepresentation of the origin of that material, or
  5623. requiring that modified versions of such material be marked in
  5624. reasonable ways as different from the original version; or
  5625. d) Limiting the use for publicity purposes of names of licensors or
  5626. authors of the material; or
  5627. e) Declining to grant rights under trademark law for use of some
  5628. trade names, trademarks, or service marks; or
  5629. f) Requiring indemnification of licensors and authors of that
  5630. material by anyone who conveys the material (or modified versions of
  5631. it) with contractual assumptions of liability to the recipient, for
  5632. any liability that these contractual assumptions directly impose on
  5633. those licensors and authors.
  5634. All other non-permissive additional terms are considered "further
  5635. restrictions" within the meaning of section 10. If the Program as you
  5636. received it, or any part of it, contains a notice stating that it is
  5637. governed by this License along with a term that is a further
  5638. restriction, you may remove that term. If a license document contains
  5639. a further restriction but permits relicensing or conveying under this
  5640. License, you may add to a covered work material governed by the terms
  5641. of that license document, provided that the further restriction does
  5642. not survive such relicensing or conveying.
  5643. If you add terms to a covered work in accord with this section, you
  5644. must place, in the relevant source files, a statement of the
  5645. additional terms that apply to those files, or a notice indicating
  5646. where to find the applicable terms.
  5647. Additional terms, permissive or non-permissive, may be stated in the
  5648. form of a separately written license, or stated as exceptions;
  5649. the above requirements apply either way.
  5650. 8. Termination.
  5651. You may not propagate or modify a covered work except as expressly
  5652. provided under this License. Any attempt otherwise to propagate or
  5653. modify it is void, and will automatically terminate your rights under
  5654. this License (including any patent licenses granted under the third
  5655. paragraph of section 11).
  5656. However, if you cease all violation of this License, then your
  5657. license from a particular copyright holder is reinstated (a)
  5658. provisionally, unless and until the copyright holder explicitly and
  5659. finally terminates your license, and (b) permanently, if the copyright
  5660. holder fails to notify you of the violation by some reasonable means
  5661. prior to 60 days after the cessation.
  5662. Moreover, your license from a particular copyright holder is
  5663. reinstated permanently if the copyright holder notifies you of the
  5664. violation by some reasonable means, this is the first time you have
  5665. received notice of violation of this License (for any work) from that
  5666. copyright holder, and you cure the violation prior to 30 days after
  5667. your receipt of the notice.
  5668. Termination of your rights under this section does not terminate the
  5669. licenses of parties who have received copies or rights from you under
  5670. this License. If your rights have been terminated and not permanently
  5671. reinstated, you do not qualify to receive new licenses for the same
  5672. material under section 10.
  5673. 9. Acceptance Not Required for Having Copies.
  5674. You are not required to accept this License in order to receive or
  5675. run a copy of the Program. Ancillary propagation of a covered work
  5676. occurring solely as a consequence of using peer-to-peer transmission
  5677. to receive a copy likewise does not require acceptance. However,
  5678. nothing other than this License grants you permission to propagate or
  5679. modify any covered work. These actions infringe copyright if you do
  5680. not accept this License. Therefore, by modifying or propagating a
  5681. covered work, you indicate your acceptance of this License to do so.
  5682. 10. Automatic Licensing of Downstream Recipients.
  5683. Each time you convey a covered work, the recipient automatically
  5684. receives a license from the original licensors, to run, modify and
  5685. propagate that work, subject to this License. You are not responsible
  5686. for enforcing compliance by third parties with this License.
  5687. An "entity transaction" is a transaction transferring control of an
  5688. organization, or substantially all assets of one, or subdividing an
  5689. organization, or merging organizations. If propagation of a covered
  5690. work results from an entity transaction, each party to that
  5691. transaction who receives a copy of the work also receives whatever
  5692. licenses to the work the party's predecessor in interest had or could
  5693. give under the previous paragraph, plus a right to possession of the
  5694. Corresponding Source of the work from the predecessor in interest, if
  5695. the predecessor has it or can get it with reasonable efforts.
  5696. You may not impose any further restrictions on the exercise of the
  5697. rights granted or affirmed under this License. For example, you may
  5698. not impose a license fee, royalty, or other charge for exercise of
  5699. rights granted under this License, and you may not initiate litigation
  5700. (including a cross-claim or counterclaim in a lawsuit) alleging that
  5701. any patent claim is infringed by making, using, selling, offering for
  5702. sale, or importing the Program or any portion of it.
  5703. 11. Patents.
  5704. A "contributor" is a copyright holder who authorizes use under this
  5705. License of the Program or a work on which the Program is based. The
  5706. work thus licensed is called the contributor's "contributor version".
  5707. A contributor's "essential patent claims" are all patent claims
  5708. owned or controlled by the contributor, whether already acquired or
  5709. hereafter acquired, that would be infringed by some manner, permitted
  5710. by this License, of making, using, or selling its contributor version,
  5711. but do not include claims that would be infringed only as a
  5712. consequence of further modification of the contributor version. For
  5713. purposes of this definition, "control" includes the right to grant
  5714. patent sublicenses in a manner consistent with the requirements of
  5715. this License.
  5716. Each contributor grants you a non-exclusive, worldwide, royalty-free
  5717. patent license under the contributor's essential patent claims, to
  5718. make, use, sell, offer for sale, import and otherwise run, modify and
  5719. propagate the contents of its contributor version.
  5720. In the following three paragraphs, a "patent license" is any express
  5721. agreement or commitment, however denominated, not to enforce a patent
  5722. (such as an express permission to practice a patent or covenant not to
  5723. sue for patent infringement). To "grant" such a patent license to a
  5724. party means to make such an agreement or commitment not to enforce a
  5725. patent against the party.
  5726. If you convey a covered work, knowingly relying on a patent license,
  5727. and the Corresponding Source of the work is not available for anyone
  5728. to copy, free of charge and under the terms of this License, through a
  5729. publicly available network server or other readily accessible means,
  5730. then you must either (1) cause the Corresponding Source to be so
  5731. available, or (2) arrange to deprive yourself of the benefit of the
  5732. patent license for this particular work, or (3) arrange, in a manner
  5733. consistent with the requirements of this License, to extend the patent
  5734. license to downstream recipients. "Knowingly relying" means you have
  5735. actual knowledge that, but for the patent license, your conveying the
  5736. covered work in a country, or your recipient's use of the covered work
  5737. in a country, would infringe one or more identifiable patents in that
  5738. country that you have reason to believe are valid.
  5739. If, pursuant to or in connection with a single transaction or
  5740. arrangement, you convey, or propagate by procuring conveyance of, a
  5741. covered work, and grant a patent license to some of the parties
  5742. receiving the covered work authorizing them to use, propagate, modify
  5743. or convey a specific copy of the covered work, then the patent license
  5744. you grant is automatically extended to all recipients of the covered
  5745. work and works based on it.
  5746. A patent license is "discriminatory" if it does not include within
  5747. the scope of its coverage, prohibits the exercise of, or is
  5748. conditioned on the non-exercise of one or more of the rights that are
  5749. specifically granted under this License. You may not convey a covered
  5750. work if you are a party to an arrangement with a third party that is
  5751. in the business of distributing software, under which you make payment
  5752. to the third party based on the extent of your activity of conveying
  5753. the work, and under which the third party grants, to any of the
  5754. parties who would receive the covered work from you, a discriminatory
  5755. patent license (a) in connection with copies of the covered work
  5756. conveyed by you (or copies made from those copies), or (b) primarily
  5757. for and in connection with specific products or compilations that
  5758. contain the covered work, unless you entered into that arrangement,
  5759. or that patent license was granted, prior to 28 March 2007.
  5760. Nothing in this License shall be construed as excluding or limiting
  5761. any implied license or other defenses to infringement that may
  5762. otherwise be available to you under applicable patent law.
  5763. 12. No Surrender of Others' Freedom.
  5764. If conditions are imposed on you (whether by court order, agreement or
  5765. otherwise) that contradict the conditions of this License, they do not
  5766. excuse you from the conditions of this License. If you cannot convey a
  5767. covered work so as to satisfy simultaneously your obligations under this
  5768. License and any other pertinent obligations, then as a consequence you may
  5769. not convey it at all. For example, if you agree to terms that obligate you
  5770. to collect a royalty for further conveying from those to whom you convey
  5771. the Program, the only way you could satisfy both those terms and this
  5772. License would be to refrain entirely from conveying the Program.
  5773. 13. Use with the GNU Affero General Public License.
  5774. Notwithstanding any other provision of this License, you have
  5775. permission to link or combine any covered work with a work licensed
  5776. under version 3 of the GNU Affero General Public License into a single
  5777. combined work, and to convey the resulting work. The terms of this
  5778. License will continue to apply to the part which is the covered work,
  5779. but the special requirements of the GNU Affero General Public License,
  5780. section 13, concerning interaction through a network will apply to the
  5781. combination as such.
  5782. 14. Revised Versions of this License.
  5783. The Free Software Foundation may publish revised and/or new versions of
  5784. the GNU General Public License from time to time. Such new versions will
  5785. be similar in spirit to the present version, but may differ in detail to
  5786. address new problems or concerns.
  5787. Each version is given a distinguishing version number. If the
  5788. Program specifies that a certain numbered version of the GNU General
  5789. Public License "or any later version" applies to it, you have the
  5790. option of following the terms and conditions either of that numbered
  5791. version or of any later version published by the Free Software
  5792. Foundation. If the Program does not specify a version number of the
  5793. GNU General Public License, you may choose any version ever published
  5794. by the Free Software Foundation.
  5795. If the Program specifies that a proxy can decide which future
  5796. versions of the GNU General Public License can be used, that proxy's
  5797. public statement of acceptance of a version permanently authorizes you
  5798. to choose that version for the Program.
  5799. Later license versions may give you additional or different
  5800. permissions. However, no additional obligations are imposed on any
  5801. author or copyright holder as a result of your choosing to follow a
  5802. later version.
  5803. 15. Disclaimer of Warranty.
  5804. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  5805. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  5806. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  5807. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  5808. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  5809. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  5810. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  5811. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  5812. 16. Limitation of Liability.
  5813. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  5814. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  5815. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  5816. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  5817. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  5818. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  5819. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  5820. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  5821. SUCH DAMAGES.
  5822. 17. Interpretation of Sections 15 and 16.
  5823. If the disclaimer of warranty and limitation of liability provided
  5824. above cannot be given local legal effect according to their terms,
  5825. reviewing courts shall apply local law that most closely approximates
  5826. an absolute waiver of all civil liability in connection with the
  5827. Program, unless a warranty or assumption of liability accompanies a
  5828. copy of the Program in return for a fee.
  5829. END OF TERMS AND CONDITIONS
  5830. How to Apply These Terms to Your New Programs
  5831. If you develop a new program, and you want it to be of the greatest
  5832. possible use to the public, the best way to achieve this is to make it
  5833. free software which everyone can redistribute and change under these terms.
  5834. To do so, attach the following notices to the program. It is safest
  5835. to attach them to the start of each source file to most effectively
  5836. state the exclusion of warranty; and each file should have at least
  5837. the "copyright" line and a pointer to where the full notice is found.
  5838. <one line to give the program's name and a brief idea of what it does.>
  5839. Copyright (C) <year> <name of author>
  5840. This program is free software: you can redistribute it and/or modify
  5841. it under the terms of the GNU General Public License as published by
  5842. the Free Software Foundation, either version 3 of the License, or
  5843. (at your option) any later version.
  5844. This program is distributed in the hope that it will be useful,
  5845. but WITHOUT ANY WARRANTY; without even the implied warranty of
  5846. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  5847. GNU General Public License for more details.
  5848. You should have received a copy of the GNU General Public License
  5849. along with this program. If not, see <http://www.gnu.org/licenses/>.
  5850. Also add information on how to contact you by electronic and paper mail.
  5851. If the program does terminal interaction, make it output a short
  5852. notice like this when it starts in an interactive mode:
  5853. <program> Copyright (C) <year> <name of author>
  5854. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  5855. This is free software, and you are welcome to redistribute it
  5856. under certain conditions; type `show c' for details.
  5857. The hypothetical commands `show w' and `show c' should show the appropriate
  5858. parts of the General Public License. Of course, your program's commands
  5859. might be different; for a GUI interface, you would use an "about box".
  5860. You should also get your employer (if you work as a programmer) or school,
  5861. if any, to sign a "copyright disclaimer" for the program, if necessary.
  5862. For more information on this, and how to apply and follow the GNU GPL, see
  5863. <http://www.gnu.org/licenses/>.
  5864. The GNU General Public License does not permit incorporating your program
  5865. into proprietary programs. If your program is a subroutine library, you
  5866. may consider it more useful to permit linking proprietary applications with
  5867. the library. If this is what you want to do, use the GNU Lesser General
  5868. Public License instead of this License. But first, please read
  5869. <http://www.gnu.org/philosophy/why-not-lgpl.html>.
  5870. GNU LIBRARY GENERAL PUBLIC LICENSE
  5871. Version 2, June 1991
  5872. Copyright (C) 1991 Free Software Foundation, Inc.
  5873. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  5874. Everyone is permitted to copy and distribute verbatim copies
  5875. of this license document, but changing it is not allowed.
  5876. [This is the first released version of the library GPL. It is
  5877. numbered 2 because it goes with version 2 of the ordinary GPL.]
  5878. Preamble
  5879. The licenses for most software are designed to take away your
  5880. freedom to share and change it. By contrast, the GNU General Public
  5881. Licenses are intended to guarantee your freedom to share and change
  5882. free software--to make sure the software is free for all its users.
  5883. This license, the Library General Public License, applies to some
  5884. specially designated Free Software Foundation software, and to any
  5885. other libraries whose authors decide to use it. You can use it for
  5886. your libraries, too.
  5887. When we speak of free software, we are referring to freedom, not
  5888. price. Our General Public Licenses are designed to make sure that you
  5889. have the freedom to distribute copies of free software (and charge for
  5890. this service if you wish), that you receive source code or can get it
  5891. if you want it, that you can change the software or use pieces of it
  5892. in new free programs; and that you know you can do these things.
  5893. To protect your rights, we need to make restrictions that forbid
  5894. anyone to deny you these rights or to ask you to surrender the rights.
  5895. These restrictions translate to certain responsibilities for you if
  5896. you distribute copies of the library, or if you modify it.
  5897. For example, if you distribute copies of the library, whether gratis
  5898. or for a fee, you must give the recipients all the rights that we gave
  5899. you. You must make sure that they, too, receive or can get the source
  5900. code. If you link a program with the library, you must provide
  5901. complete object files to the recipients so that they can relink them
  5902. with the library, after making changes to the library and recompiling
  5903. it. And you must show them these terms so they know their rights.
  5904. Our method of protecting your rights has two steps: (1) copyright
  5905. the library, and (2) offer you this license which gives you legal
  5906. permission to copy, distribute and/or modify the library.
  5907. Also, for each distributor's protection, we want to make certain
  5908. that everyone understands that there is no warranty for this free
  5909. library. If the library is modified by someone else and passed on, we
  5910. want its recipients to know that what they have is not the original
  5911. version, so that any problems introduced by others will not reflect on
  5912. the original authors' reputations.
  5913. Finally, any free program is threatened constantly by software
  5914. patents. We wish to avoid the danger that companies distributing free
  5915. software will individually obtain patent licenses, thus in effect
  5916. transforming the program into proprietary software. To prevent this,
  5917. we have made it clear that any patent must be licensed for everyone's
  5918. free use or not licensed at all.
  5919. Most GNU software, including some libraries, is covered by the ordinary
  5920. GNU General Public License, which was designed for utility programs. This
  5921. license, the GNU Library General Public License, applies to certain
  5922. designated libraries. This license is quite different from the ordinary
  5923. one; be sure to read it in full, and don't assume that anything in it is
  5924. the same as in the ordinary license.
  5925. The reason we have a separate public license for some libraries is that
  5926. they blur the distinction we usually make between modifying or adding to a
  5927. program and simply using it. Linking a program with a library, without
  5928. changing the library, is in some sense simply using the library, and is
  5929. analogous to running a utility program or application program. However, in
  5930. a textual and legal sense, the linked executable is a combined work, a
  5931. derivative of the original library, and the ordinary General Public License
  5932. treats it as such.
  5933. Because of this blurred distinction, using the ordinary General
  5934. Public License for libraries did not effectively promote software
  5935. sharing, because most developers did not use the libraries. We
  5936. concluded that weaker conditions might promote sharing better.
  5937. However, unrestricted linking of non-free programs would deprive the
  5938. users of those programs of all benefit from the free status of the
  5939. libraries themselves. This Library General Public License is intended to
  5940. permit developers of non-free programs to use free libraries, while
  5941. preserving your freedom as a user of such programs to change the free
  5942. libraries that are incorporated in them. (We have not seen how to achieve
  5943. this as regards changes in header files, but we have achieved it as regards
  5944. changes in the actual functions of the Library.) The hope is that this
  5945. will lead to faster development of free libraries.
  5946. The precise terms and conditions for copying, distribution and
  5947. modification follow. Pay close attention to the difference between a
  5948. "work based on the library" and a "work that uses the library". The
  5949. former contains code derived from the library, while the latter only
  5950. works together with the library.
  5951. Note that it is possible for a library to be covered by the ordinary
  5952. General Public License rather than by this special one.
  5953. GNU LIBRARY GENERAL PUBLIC LICENSE
  5954. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  5955. 0. This License Agreement applies to any software library which
  5956. contains a notice placed by the copyright holder or other authorized
  5957. party saying it may be distributed under the terms of this Library
  5958. General Public License (also called "this License"). Each licensee is
  5959. addressed as "you".
  5960. A "library" means a collection of software functions and/or data
  5961. prepared so as to be conveniently linked with application programs
  5962. (which use some of those functions and data) to form executables.
  5963. The "Library", below, refers to any such software library or work
  5964. which has been distributed under these terms. A "work based on the
  5965. Library" means either the Library or any derivative work under
  5966. copyright law: that is to say, a work containing the Library or a
  5967. portion of it, either verbatim or with modifications and/or translated
  5968. straightforwardly into another language. (Hereinafter, translation is
  5969. included without limitation in the term "modification".)
  5970. "Source code" for a work means the preferred form of the work for
  5971. making modifications to it. For a library, complete source code means
  5972. all the source code for all modules it contains, plus any associated
  5973. interface definition files, plus the scripts used to control compilation
  5974. and installation of the library.
  5975. Activities other than copying, distribution and modification are not
  5976. covered by this License; they are outside its scope. The act of
  5977. running a program using the Library is not restricted, and output from
  5978. such a program is covered only if its contents constitute a work based
  5979. on the Library (independent of the use of the Library in a tool for
  5980. writing it). Whether that is true depends on what the Library does
  5981. and what the program that uses the Library does.
  5982. 1. You may copy and distribute verbatim copies of the Library's
  5983. complete source code as you receive it, in any medium, provided that
  5984. you conspicuously and appropriately publish on each copy an
  5985. appropriate copyright notice and disclaimer of warranty; keep intact
  5986. all the notices that refer to this License and to the absence of any
  5987. warranty; and distribute a copy of this License along with the
  5988. Library.
  5989. You may charge a fee for the physical act of transferring a copy,
  5990. and you may at your option offer warranty protection in exchange for a
  5991. fee.
  5992. 2. You may modify your copy or copies of the Library or any portion
  5993. of it, thus forming a work based on the Library, and copy and
  5994. distribute such modifications or work under the terms of Section 1
  5995. above, provided that you also meet all of these conditions:
  5996. a) The modified work must itself be a software library.
  5997. b) You must cause the files modified to carry prominent notices
  5998. stating that you changed the files and the date of any change.
  5999. c) You must cause the whole of the work to be licensed at no
  6000. charge to all third parties under the terms of this License.
  6001. d) If a facility in the modified Library refers to a function or a
  6002. table of data to be supplied by an application program that uses
  6003. the facility, other than as an argument passed when the facility
  6004. is invoked, then you must make a good faith effort to ensure that,
  6005. in the event an application does not supply such function or
  6006. table, the facility still operates, and performs whatever part of
  6007. its purpose remains meaningful.
  6008. (For example, a function in a library to compute square roots has
  6009. a purpose that is entirely well-defined independent of the
  6010. application. Therefore, Subsection 2d requires that any
  6011. application-supplied function or table used by this function must
  6012. be optional: if the application does not supply it, the square
  6013. root function must still compute square roots.)
  6014. These requirements apply to the modified work as a whole. If
  6015. identifiable sections of that work are not derived from the Library,
  6016. and can be reasonably considered independent and separate works in
  6017. themselves, then this License, and its terms, do not apply to those
  6018. sections when you distribute them as separate works. But when you
  6019. distribute the same sections as part of a whole which is a work based
  6020. on the Library, the distribution of the whole must be on the terms of
  6021. this License, whose permissions for other licensees extend to the
  6022. entire whole, and thus to each and every part regardless of who wrote
  6023. it.
  6024. Thus, it is not the intent of this section to claim rights or contest
  6025. your rights to work written entirely by you; rather, the intent is to
  6026. exercise the right to control the distribution of derivative or
  6027. collective works based on the Library.
  6028. In addition, mere aggregation of another work not based on the Library
  6029. with the Library (or with a work based on the Library) on a volume of
  6030. a storage or distribution medium does not bring the other work under
  6031. the scope of this License.
  6032. 3. You may opt to apply the terms of the ordinary GNU General Public
  6033. License instead of this License to a given copy of the Library. To do
  6034. this, you must alter all the notices that refer to this License, so
  6035. that they refer to the ordinary GNU General Public License, version 2,
  6036. instead of to this License. (If a newer version than version 2 of the
  6037. ordinary GNU General Public License has appeared, then you can specify
  6038. that version instead if you wish.) Do not make any other change in
  6039. these notices.
  6040. Once this change is made in a given copy, it is irreversible for
  6041. that copy, so the ordinary GNU General Public License applies to all
  6042. subsequent copies and derivative works made from that copy.
  6043. This option is useful when you wish to copy part of the code of
  6044. the Library into a program that is not a library.
  6045. 4. You may copy and distribute the Library (or a portion or
  6046. derivative of it, under Section 2) in object code or executable form
  6047. under the terms of Sections 1 and 2 above provided that you accompany
  6048. it with the complete corresponding machine-readable source code, which
  6049. must be distributed under the terms of Sections 1 and 2 above on a
  6050. medium customarily used for software interchange.
  6051. If distribution of object code is made by offering access to copy
  6052. from a designated place, then offering equivalent access to copy the
  6053. source code from the same place satisfies the requirement to
  6054. distribute the source code, even though third parties are not
  6055. compelled to copy the source along with the object code.
  6056. 5. A program that contains no derivative of any portion of the
  6057. Library, but is designed to work with the Library by being compiled or
  6058. linked with it, is called a "work that uses the Library". Such a
  6059. work, in isolation, is not a derivative work of the Library, and
  6060. therefore falls outside the scope of this License.
  6061. However, linking a "work that uses the Library" with the Library
  6062. creates an executable that is a derivative of the Library (because it
  6063. contains portions of the Library), rather than a "work that uses the
  6064. library". The executable is therefore covered by this License.
  6065. Section 6 states terms for distribution of such executables.
  6066. When a "work that uses the Library" uses material from a header file
  6067. that is part of the Library, the object code for the work may be a
  6068. derivative work of the Library even though the source code is not.
  6069. Whether this is true is especially significant if the work can be
  6070. linked without the Library, or if the work is itself a library. The
  6071. threshold for this to be true is not precisely defined by law.
  6072. If such an object file uses only numerical parameters, data
  6073. structure layouts and accessors, and small macros and small inline
  6074. functions (ten lines or less in length), then the use of the object
  6075. file is unrestricted, regardless of whether it is legally a derivative
  6076. work. (Executables containing this object code plus portions of the
  6077. Library will still fall under Section 6.)
  6078. Otherwise, if the work is a derivative of the Library, you may
  6079. distribute the object code for the work under the terms of Section 6.
  6080. Any executables containing that work also fall under Section 6,
  6081. whether or not they are linked directly with the Library itself.
  6082. 6. As an exception to the Sections above, you may also compile or
  6083. link a "work that uses the Library" with the Library to produce a
  6084. work containing portions of the Library, and distribute that work
  6085. under terms of your choice, provided that the terms permit
  6086. modification of the work for the customer's own use and reverse
  6087. engineering for debugging such modifications.
  6088. You must give prominent notice with each copy of the work that the
  6089. Library is used in it and that the Library and its use are covered by
  6090. this License. You must supply a copy of this License. If the work
  6091. during execution displays copyright notices, you must include the
  6092. copyright notice for the Library among them, as well as a reference
  6093. directing the user to the copy of this License. Also, you must do one
  6094. of these things:
  6095. a) Accompany the work with the complete corresponding
  6096. machine-readable source code for the Library including whatever
  6097. changes were used in the work (which must be distributed under
  6098. Sections 1 and 2 above); and, if the work is an executable linked
  6099. with the Library, with the complete machine-readable "work that
  6100. uses the Library", as object code and/or source code, so that the
  6101. user can modify the Library and then relink to produce a modified
  6102. executable containing the modified Library. (It is understood
  6103. that the user who changes the contents of definitions files in the
  6104. Library will not necessarily be able to recompile the application
  6105. to use the modified definitions.)
  6106. b) Accompany the work with a written offer, valid for at
  6107. least three years, to give the same user the materials
  6108. specified in Subsection 6a, above, for a charge no more
  6109. than the cost of performing this distribution.
  6110. c) If distribution of the work is made by offering access to copy
  6111. from a designated place, offer equivalent access to copy the above
  6112. specified materials from the same place.
  6113. d) Verify that the user has already received a copy of these
  6114. materials or that you have already sent this user a copy.
  6115. For an executable, the required form of the "work that uses the
  6116. Library" must include any data and utility programs needed for
  6117. reproducing the executable from it. However, as a special exception,
  6118. the source code distributed need not include anything that is normally
  6119. distributed (in either source or binary form) with the major
  6120. components (compiler, kernel, and so on) of the operating system on
  6121. which the executable runs, unless that component itself accompanies
  6122. the executable.
  6123. It may happen that this requirement contradicts the license
  6124. restrictions of other proprietary libraries that do not normally
  6125. accompany the operating system. Such a contradiction means you cannot
  6126. use both them and the Library together in an executable that you
  6127. distribute.
  6128. 7. You may place library facilities that are a work based on the
  6129. Library side-by-side in a single library together with other library
  6130. facilities not covered by this License, and distribute such a combined
  6131. library, provided that the separate distribution of the work based on
  6132. the Library and of the other library facilities is otherwise
  6133. permitted, and provided that you do these two things:
  6134. a) Accompany the combined library with a copy of the same work
  6135. based on the Library, uncombined with any other library
  6136. facilities. This must be distributed under the terms of the
  6137. Sections above.
  6138. b) Give prominent notice with the combined library of the fact
  6139. that part of it is a work based on the Library, and explaining
  6140. where to find the accompanying uncombined form of the same work.
  6141. 8. You may not copy, modify, sublicense, link with, or distribute
  6142. the Library except as expressly provided under this License. Any
  6143. attempt otherwise to copy, modify, sublicense, link with, or
  6144. distribute the Library is void, and will automatically terminate your
  6145. rights under this License. However, parties who have received copies,
  6146. or rights, from you under this License will not have their licenses
  6147. terminated so long as such parties remain in full compliance.
  6148. 9. You are not required to accept this License, since you have not
  6149. signed it. However, nothing else grants you permission to modify or
  6150. distribute the Library or its derivative works. These actions are
  6151. prohibited by law if you do not accept this License. Therefore, by
  6152. modifying or distributing the Library (or any work based on the
  6153. Library), you indicate your acceptance of this License to do so, and
  6154. all its terms and conditions for copying, distributing or modifying
  6155. the Library or works based on it.
  6156. 10. Each time you redistribute the Library (or any work based on the
  6157. Library), the recipient automatically receives a license from the
  6158. original licensor to copy, distribute, link with or modify the Library
  6159. subject to these terms and conditions. You may not impose any further
  6160. restrictions on the recipients' exercise of the rights granted herein.
  6161. You are not responsible for enforcing compliance by third parties to
  6162. this License.
  6163. 11. If, as a consequence of a court judgment or allegation of patent
  6164. infringement or for any other reason (not limited to patent issues),
  6165. conditions are imposed on you (whether by court order, agreement or
  6166. otherwise) that contradict the conditions of this License, they do not
  6167. excuse you from the conditions of this License. If you cannot
  6168. distribute so as to satisfy simultaneously your obligations under this
  6169. License and any other pertinent obligations, then as a consequence you
  6170. may not distribute the Library at all. For example, if a patent
  6171. license would not permit royalty-free redistribution of the Library by
  6172. all those who receive copies directly or indirectly through you, then
  6173. the only way you could satisfy both it and this License would be to
  6174. refrain entirely from distribution of the Library.
  6175. If any portion of this section is held invalid or unenforceable under any
  6176. particular circumstance, the balance of the section is intended to apply,
  6177. and the section as a whole is intended to apply in other circumstances.
  6178. It is not the purpose of this section to induce you to infringe any
  6179. patents or other property right claims or to contest validity of any
  6180. such claims; this section has the sole purpose of protecting the
  6181. integrity of the free software distribution system which is
  6182. implemented by public license practices. Many people have made
  6183. generous contributions to the wide range of software distributed
  6184. through that system in reliance on consistent application of that
  6185. system; it is up to the author/donor to decide if he or she is willing
  6186. to distribute software through any other system and a licensee cannot
  6187. impose that choice.
  6188. This section is intended to make thoroughly clear what is believed to
  6189. be a consequence of the rest of this License.
  6190. 12. If the distribution and/or use of the Library is restricted in
  6191. certain countries either by patents or by copyrighted interfaces, the
  6192. original copyright holder who places the Library under this License may add
  6193. an explicit geographical distribution limitation excluding those countries,
  6194. so that distribution is permitted only in or among countries not thus
  6195. excluded. In such case, this License incorporates the limitation as if
  6196. written in the body of this License.
  6197. 13. The Free Software Foundation may publish revised and/or new
  6198. versions of the Library General Public License from time to time.
  6199. Such new versions will be similar in spirit to the present version,
  6200. but may differ in detail to address new problems or concerns.
  6201. Each version is given a distinguishing version number. If the Library
  6202. specifies a version number of this License which applies to it and
  6203. "any later version", you have the option of following the terms and
  6204. conditions either of that version or of any later version published by
  6205. the Free Software Foundation. If the Library does not specify a
  6206. license version number, you may choose any version ever published by
  6207. the Free Software Foundation.
  6208. 14. If you wish to incorporate parts of the Library into other free
  6209. programs whose distribution conditions are incompatible with these,
  6210. write to the author to ask for permission. For software which is
  6211. copyrighted by the Free Software Foundation, write to the Free
  6212. Software Foundation; we sometimes make exceptions for this. Our
  6213. decision will be guided by the two goals of preserving the free status
  6214. of all derivatives of our free software and of promoting the sharing
  6215. and reuse of software generally.
  6216. NO WARRANTY
  6217. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  6218. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  6219. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  6220. OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
  6221. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  6222. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  6223. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  6224. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  6225. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  6226. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  6227. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  6228. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  6229. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  6230. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  6231. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  6232. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  6233. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  6234. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  6235. DAMAGES.
  6236. END OF TERMS AND CONDITIONS
  6237. Appendix: How to Apply These Terms to Your New Libraries
  6238. If you develop a new library, and you want it to be of the greatest
  6239. possible use to the public, we recommend making it free software that
  6240. everyone can redistribute and change. You can do so by permitting
  6241. redistribution under these terms (or, alternatively, under the terms of the
  6242. ordinary General Public License).
  6243. To apply these terms, attach the following notices to the library. It is
  6244. safest to attach them to the start of each source file to most effectively
  6245. convey the exclusion of warranty; and each file should have at least the
  6246. "copyright" line and a pointer to where the full notice is found.
  6247. <one line to give the library's name and a brief idea of what it does.>
  6248. Copyright (C) <year> <name of author>
  6249. This library is free software; you can redistribute it and/or
  6250. modify it under the terms of the GNU Library General Public
  6251. License as published by the Free Software Foundation; either
  6252. version 2 of the License, or (at your option) any later version.
  6253. This library is distributed in the hope that it will be useful,
  6254. but WITHOUT ANY WARRANTY; without even the implied warranty of
  6255. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  6256. Library General Public License for more details.
  6257. You should have received a copy of the GNU Library General Public
  6258. License along with this library; if not, write to the Free
  6259. Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  6260. MA 02110-1301, USA
  6261. Also add information on how to contact you by electronic and paper mail.
  6262. You should also get your employer (if you work as a programmer) or your
  6263. school, if any, to sign a "copyright disclaimer" for the library, if
  6264. necessary. Here is a sample; alter the names:
  6265. Yoyodyne, Inc., hereby disclaims all copyright interest in the
  6266. library `Frob' (a library for tweaking knobs) written by James Random Hacker.
  6267. <signature of Ty Coon>, 1 April 1990
  6268. Ty Coon, President of Vice
  6269. That's all there is to it!
  6270. --------------------------------------------------------------------------------
  6271. Contains code from project MPC (http://www.multiprecision.org/index.php?prog=mpc)
  6272. under the following license(s).
  6273. GNU LESSER GENERAL PUBLIC LICENSE
  6274. Version 3, 29 June 2007
  6275. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  6276. Everyone is permitted to copy and distribute verbatim copies
  6277. of this license document, but changing it is not allowed.
  6278. This version of the GNU Lesser General Public License incorporates
  6279. the terms and conditions of version 3 of the GNU General Public
  6280. License, supplemented by the additional permissions listed below.
  6281. 0. Additional Definitions.
  6282. As used herein, "this License" refers to version 3 of the GNU Lesser
  6283. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  6284. General Public License.
  6285. "The Library" refers to a covered work governed by this License,
  6286. other than an Application or a Combined Work as defined below.
  6287. An "Application" is any work that makes use of an interface provided
  6288. by the Library, but which is not otherwise based on the Library.
  6289. Defining a subclass of a class defined by the Library is deemed a mode
  6290. of using an interface provided by the Library.
  6291. A "Combined Work" is a work produced by combining or linking an
  6292. Application with the Library. The particular version of the Library
  6293. with which the Combined Work was made is also called the "Linked
  6294. Version".
  6295. The "Minimal Corresponding Source" for a Combined Work means the
  6296. Corresponding Source for the Combined Work, excluding any source code
  6297. for portions of the Combined Work that, considered in isolation, are
  6298. based on the Application, and not on the Linked Version.
  6299. The "Corresponding Application Code" for a Combined Work means the
  6300. object code and/or source code for the Application, including any data
  6301. and utility programs needed for reproducing the Combined Work from the
  6302. Application, but excluding the System Libraries of the Combined Work.
  6303. 1. Exception to Section 3 of the GNU GPL.
  6304. You may convey a covered work under sections 3 and 4 of this License
  6305. without being bound by section 3 of the GNU GPL.
  6306. 2. Conveying Modified Versions.
  6307. If you modify a copy of the Library, and, in your modifications, a
  6308. facility refers to a function or data to be supplied by an Application
  6309. that uses the facility (other than as an argument passed when the
  6310. facility is invoked), then you may convey a copy of the modified
  6311. version:
  6312. a) under this License, provided that you make a good faith effort to
  6313. ensure that, in the event an Application does not supply the
  6314. function or data, the facility still operates, and performs
  6315. whatever part of its purpose remains meaningful, or
  6316. b) under the GNU GPL, with none of the additional permissions of
  6317. this License applicable to that copy.
  6318. 3. Object Code Incorporating Material from Library Header Files.
  6319. The object code form of an Application may incorporate material from
  6320. a header file that is part of the Library. You may convey such object
  6321. code under terms of your choice, provided that, if the incorporated
  6322. material is not limited to numerical parameters, data structure
  6323. layouts and accessors, or small macros, inline functions and templates
  6324. (ten or fewer lines in length), you do both of the following:
  6325. a) Give prominent notice with each copy of the object code that the
  6326. Library is used in it and that the Library and its use are
  6327. covered by this License.
  6328. b) Accompany the object code with a copy of the GNU GPL and this license
  6329. document.
  6330. 4. Combined Works.
  6331. You may convey a Combined Work under terms of your choice that,
  6332. taken together, effectively do not restrict modification of the
  6333. portions of the Library contained in the Combined Work and reverse
  6334. engineering for debugging such modifications, if you also do each of
  6335. the following:
  6336. a) Give prominent notice with each copy of the Combined Work that
  6337. the Library is used in it and that the Library and its use are
  6338. covered by this License.
  6339. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  6340. document.
  6341. c) For a Combined Work that displays copyright notices during
  6342. execution, include the copyright notice for the Library among
  6343. these notices, as well as a reference directing the user to the
  6344. copies of the GNU GPL and this license document.
  6345. d) Do one of the following:
  6346. 0) Convey the Minimal Corresponding Source under the terms of this
  6347. License, and the Corresponding Application Code in a form
  6348. suitable for, and under terms that permit, the user to
  6349. recombine or relink the Application with a modified version of
  6350. the Linked Version to produce a modified Combined Work, in the
  6351. manner specified by section 6 of the GNU GPL for conveying
  6352. Corresponding Source.
  6353. 1) Use a suitable shared library mechanism for linking with the
  6354. Library. A suitable mechanism is one that (a) uses at run time
  6355. a copy of the Library already present on the user's computer
  6356. system, and (b) will operate properly with a modified version
  6357. of the Library that is interface-compatible with the Linked
  6358. Version.
  6359. e) Provide Installation Information, but only if you would otherwise
  6360. be required to provide such information under section 6 of the
  6361. GNU GPL, and only to the extent that such information is
  6362. necessary to install and execute a modified version of the
  6363. Combined Work produced by recombining or relinking the
  6364. Application with a modified version of the Linked Version. (If
  6365. you use option 4d0, the Installation Information must accompany
  6366. the Minimal Corresponding Source and Corresponding Application
  6367. Code. If you use option 4d1, you must provide the Installation
  6368. Information in the manner specified by section 6 of the GNU GPL
  6369. for conveying Corresponding Source.)
  6370. 5. Combined Libraries.
  6371. You may place library facilities that are a work based on the
  6372. Library side by side in a single library together with other library
  6373. facilities that are not Applications and are not covered by this
  6374. License, and convey such a combined library under terms of your
  6375. choice, if you do both of the following:
  6376. a) Accompany the combined library with a copy of the same work based
  6377. on the Library, uncombined with any other library facilities,
  6378. conveyed under the terms of this License.
  6379. b) Give prominent notice with the combined library that part of it
  6380. is a work based on the Library, and explaining where to find the
  6381. accompanying uncombined form of the same work.
  6382. 6. Revised Versions of the GNU Lesser General Public License.
  6383. The Free Software Foundation may publish revised and/or new versions
  6384. of the GNU Lesser General Public License from time to time. Such new
  6385. versions will be similar in spirit to the present version, but may
  6386. differ in detail to address new problems or concerns.
  6387. Each version is given a distinguishing version number. If the
  6388. Library as you received it specifies that a certain numbered version
  6389. of the GNU Lesser General Public License "or any later version"
  6390. applies to it, you have the option of following the terms and
  6391. conditions either of that published version or of any later version
  6392. published by the Free Software Foundation. If the Library as you
  6393. received it does not specify a version number of the GNU Lesser
  6394. General Public License, you may choose any version of the GNU Lesser
  6395. General Public License ever published by the Free Software Foundation.
  6396. If the Library as you received it specifies that a proxy can decide
  6397. whether future versions of the GNU Lesser General Public License shall
  6398. apply, that proxy's public statement of acceptance of any version is
  6399. permanent authorization for you to choose that version for the
  6400. Library.
  6401. --------------------------------------------------------------------------------
  6402. Contains code from project MPFR (http://www.mpfr.org/) under the following
  6403. license(s).
  6404. GNU GENERAL PUBLIC LICENSE
  6405. Version 3, 29 June 2007
  6406. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  6407. Everyone is permitted to copy and distribute verbatim copies
  6408. of this license document, but changing it is not allowed.
  6409. Preamble
  6410. The GNU General Public License is a free, copyleft license for
  6411. software and other kinds of works.
  6412. The licenses for most software and other practical works are designed
  6413. to take away your freedom to share and change the works. By contrast,
  6414. the GNU General Public License is intended to guarantee your freedom to
  6415. share and change all versions of a program--to make sure it remains free
  6416. software for all its users. We, the Free Software Foundation, use the
  6417. GNU General Public License for most of our software; it applies also to
  6418. any other work released this way by its authors. You can apply it to
  6419. your programs, too.
  6420. When we speak of free software, we are referring to freedom, not
  6421. price. Our General Public Licenses are designed to make sure that you
  6422. have the freedom to distribute copies of free software (and charge for
  6423. them if you wish), that you receive source code or can get it if you
  6424. want it, that you can change the software or use pieces of it in new
  6425. free programs, and that you know you can do these things.
  6426. To protect your rights, we need to prevent others from denying you
  6427. these rights or asking you to surrender the rights. Therefore, you have
  6428. certain responsibilities if you distribute copies of the software, or if
  6429. you modify it: responsibilities to respect the freedom of others.
  6430. For example, if you distribute copies of such a program, whether
  6431. gratis or for a fee, you must pass on to the recipients the same
  6432. freedoms that you received. You must make sure that they, too, receive
  6433. or can get the source code. And you must show them these terms so they
  6434. know their rights.
  6435. Developers that use the GNU GPL protect your rights with two steps:
  6436. (1) assert copyright on the software, and (2) offer you this License
  6437. giving you legal permission to copy, distribute and/or modify it.
  6438. For the developers' and authors' protection, the GPL clearly explains
  6439. that there is no warranty for this free software. For both users' and
  6440. authors' sake, the GPL requires that modified versions be marked as
  6441. changed, so that their problems will not be attributed erroneously to
  6442. authors of previous versions.
  6443. Some devices are designed to deny users access to install or run
  6444. modified versions of the software inside them, although the manufacturer
  6445. can do so. This is fundamentally incompatible with the aim of
  6446. protecting users' freedom to change the software. The systematic
  6447. pattern of such abuse occurs in the area of products for individuals to
  6448. use, which is precisely where it is most unacceptable. Therefore, we
  6449. have designed this version of the GPL to prohibit the practice for those
  6450. products. If such problems arise substantially in other domains, we
  6451. stand ready to extend this provision to those domains in future versions
  6452. of the GPL, as needed to protect the freedom of users.
  6453. Finally, every program is threatened constantly by software patents.
  6454. States should not allow patents to restrict development and use of
  6455. software on general-purpose computers, but in those that do, we wish to
  6456. avoid the special danger that patents applied to a free program could
  6457. make it effectively proprietary. To prevent this, the GPL assures that
  6458. patents cannot be used to render the program non-free.
  6459. The precise terms and conditions for copying, distribution and
  6460. modification follow.
  6461. TERMS AND CONDITIONS
  6462. 0. Definitions.
  6463. "This License" refers to version 3 of the GNU General Public License.
  6464. "Copyright" also means copyright-like laws that apply to other kinds of
  6465. works, such as semiconductor masks.
  6466. "The Program" refers to any copyrightable work licensed under this
  6467. License. Each licensee is addressed as "you". "Licensees" and
  6468. "recipients" may be individuals or organizations.
  6469. To "modify" a work means to copy from or adapt all or part of the work
  6470. in a fashion requiring copyright permission, other than the making of an
  6471. exact copy. The resulting work is called a "modified version" of the
  6472. earlier work or a work "based on" the earlier work.
  6473. A "covered work" means either the unmodified Program or a work based
  6474. on the Program.
  6475. To "propagate" a work means to do anything with it that, without
  6476. permission, would make you directly or secondarily liable for
  6477. infringement under applicable copyright law, except executing it on a
  6478. computer or modifying a private copy. Propagation includes copying,
  6479. distribution (with or without modification), making available to the
  6480. public, and in some countries other activities as well.
  6481. To "convey" a work means any kind of propagation that enables other
  6482. parties to make or receive copies. Mere interaction with a user through
  6483. a computer network, with no transfer of a copy, is not conveying.
  6484. An interactive user interface displays "Appropriate Legal Notices"
  6485. to the extent that it includes a convenient and prominently visible
  6486. feature that (1) displays an appropriate copyright notice, and (2)
  6487. tells the user that there is no warranty for the work (except to the
  6488. extent that warranties are provided), that licensees may convey the
  6489. work under this License, and how to view a copy of this License. If
  6490. the interface presents a list of user commands or options, such as a
  6491. menu, a prominent item in the list meets this criterion.
  6492. 1. Source Code.
  6493. The "source code" for a work means the preferred form of the work
  6494. for making modifications to it. "Object code" means any non-source
  6495. form of a work.
  6496. A "Standard Interface" means an interface that either is an official
  6497. standard defined by a recognized standards body, or, in the case of
  6498. interfaces specified for a particular programming language, one that
  6499. is widely used among developers working in that language.
  6500. The "System Libraries" of an executable work include anything, other
  6501. than the work as a whole, that (a) is included in the normal form of
  6502. packaging a Major Component, but which is not part of that Major
  6503. Component, and (b) serves only to enable use of the work with that
  6504. Major Component, or to implement a Standard Interface for which an
  6505. implementation is available to the public in source code form. A
  6506. "Major Component", in this context, means a major essential component
  6507. (kernel, window system, and so on) of the specific operating system
  6508. (if any) on which the executable work runs, or a compiler used to
  6509. produce the work, or an object code interpreter used to run it.
  6510. The "Corresponding Source" for a work in object code form means all
  6511. the source code needed to generate, install, and (for an executable
  6512. work) run the object code and to modify the work, including scripts to
  6513. control those activities. However, it does not include the work's
  6514. System Libraries, or general-purpose tools or generally available free
  6515. programs which are used unmodified in performing those activities but
  6516. which are not part of the work. For example, Corresponding Source
  6517. includes interface definition files associated with source files for
  6518. the work, and the source code for shared libraries and dynamically
  6519. linked subprograms that the work is specifically designed to require,
  6520. such as by intimate data communication or control flow between those
  6521. subprograms and other parts of the work.
  6522. The Corresponding Source need not include anything that users
  6523. can regenerate automatically from other parts of the Corresponding
  6524. Source.
  6525. The Corresponding Source for a work in source code form is that
  6526. same work.
  6527. 2. Basic Permissions.
  6528. All rights granted under this License are granted for the term of
  6529. copyright on the Program, and are irrevocable provided the stated
  6530. conditions are met. This License explicitly affirms your unlimited
  6531. permission to run the unmodified Program. The output from running a
  6532. covered work is covered by this License only if the output, given its
  6533. content, constitutes a covered work. This License acknowledges your
  6534. rights of fair use or other equivalent, as provided by copyright law.
  6535. You may make, run and propagate covered works that you do not
  6536. convey, without conditions so long as your license otherwise remains
  6537. in force. You may convey covered works to others for the sole purpose
  6538. of having them make modifications exclusively for you, or provide you
  6539. with facilities for running those works, provided that you comply with
  6540. the terms of this License in conveying all material for which you do
  6541. not control copyright. Those thus making or running the covered works
  6542. for you must do so exclusively on your behalf, under your direction
  6543. and control, on terms that prohibit them from making any copies of
  6544. your copyrighted material outside their relationship with you.
  6545. Conveying under any other circumstances is permitted solely under
  6546. the conditions stated below. Sublicensing is not allowed; section 10
  6547. makes it unnecessary.
  6548. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  6549. No covered work shall be deemed part of an effective technological
  6550. measure under any applicable law fulfilling obligations under article
  6551. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  6552. similar laws prohibiting or restricting circumvention of such
  6553. measures.
  6554. When you convey a covered work, you waive any legal power to forbid
  6555. circumvention of technological measures to the extent such circumvention
  6556. is effected by exercising rights under this License with respect to
  6557. the covered work, and you disclaim any intention to limit operation or
  6558. modification of the work as a means of enforcing, against the work's
  6559. users, your or third parties' legal rights to forbid circumvention of
  6560. technological measures.
  6561. 4. Conveying Verbatim Copies.
  6562. You may convey verbatim copies of the Program's source code as you
  6563. receive it, in any medium, provided that you conspicuously and
  6564. appropriately publish on each copy an appropriate copyright notice;
  6565. keep intact all notices stating that this License and any
  6566. non-permissive terms added in accord with section 7 apply to the code;
  6567. keep intact all notices of the absence of any warranty; and give all
  6568. recipients a copy of this License along with the Program.
  6569. You may charge any price or no price for each copy that you convey,
  6570. and you may offer support or warranty protection for a fee.
  6571. 5. Conveying Modified Source Versions.
  6572. You may convey a work based on the Program, or the modifications to
  6573. produce it from the Program, in the form of source code under the
  6574. terms of section 4, provided that you also meet all of these conditions:
  6575. a) The work must carry prominent notices stating that you modified
  6576. it, and giving a relevant date.
  6577. b) The work must carry prominent notices stating that it is
  6578. released under this License and any conditions added under section
  6579. 7. This requirement modifies the requirement in section 4 to
  6580. "keep intact all notices".
  6581. c) You must license the entire work, as a whole, under this
  6582. License to anyone who comes into possession of a copy. This
  6583. License will therefore apply, along with any applicable section 7
  6584. additional terms, to the whole of the work, and all its parts,
  6585. regardless of how they are packaged. This License gives no
  6586. permission to license the work in any other way, but it does not
  6587. invalidate such permission if you have separately received it.
  6588. d) If the work has interactive user interfaces, each must display
  6589. Appropriate Legal Notices; however, if the Program has interactive
  6590. interfaces that do not display Appropriate Legal Notices, your
  6591. work need not make them do so.
  6592. A compilation of a covered work with other separate and independent
  6593. works, which are not by their nature extensions of the covered work,
  6594. and which are not combined with it such as to form a larger program,
  6595. in or on a volume of a storage or distribution medium, is called an
  6596. "aggregate" if the compilation and its resulting copyright are not
  6597. used to limit the access or legal rights of the compilation's users
  6598. beyond what the individual works permit. Inclusion of a covered work
  6599. in an aggregate does not cause this License to apply to the other
  6600. parts of the aggregate.
  6601. 6. Conveying Non-Source Forms.
  6602. You may convey a covered work in object code form under the terms
  6603. of sections 4 and 5, provided that you also convey the
  6604. machine-readable Corresponding Source under the terms of this License,
  6605. in one of these ways:
  6606. a) Convey the object code in, or embodied in, a physical product
  6607. (including a physical distribution medium), accompanied by the
  6608. Corresponding Source fixed on a durable physical medium
  6609. customarily used for software interchange.
  6610. b) Convey the object code in, or embodied in, a physical product
  6611. (including a physical distribution medium), accompanied by a
  6612. written offer, valid for at least three years and valid for as
  6613. long as you offer spare parts or customer support for that product
  6614. model, to give anyone who possesses the object code either (1) a
  6615. copy of the Corresponding Source for all the software in the
  6616. product that is covered by this License, on a durable physical
  6617. medium customarily used for software interchange, for a price no
  6618. more than your reasonable cost of physically performing this
  6619. conveying of source, or (2) access to copy the
  6620. Corresponding Source from a network server at no charge.
  6621. c) Convey individual copies of the object code with a copy of the
  6622. written offer to provide the Corresponding Source. This
  6623. alternative is allowed only occasionally and noncommercially, and
  6624. only if you received the object code with such an offer, in accord
  6625. with subsection 6b.
  6626. d) Convey the object code by offering access from a designated
  6627. place (gratis or for a charge), and offer equivalent access to the
  6628. Corresponding Source in the same way through the same place at no
  6629. further charge. You need not require recipients to copy the
  6630. Corresponding Source along with the object code. If the place to
  6631. copy the object code is a network server, the Corresponding Source
  6632. may be on a different server (operated by you or a third party)
  6633. that supports equivalent copying facilities, provided you maintain
  6634. clear directions next to the object code saying where to find the
  6635. Corresponding Source. Regardless of what server hosts the
  6636. Corresponding Source, you remain obligated to ensure that it is
  6637. available for as long as needed to satisfy these requirements.
  6638. e) Convey the object code using peer-to-peer transmission, provided
  6639. you inform other peers where the object code and Corresponding
  6640. Source of the work are being offered to the general public at no
  6641. charge under subsection 6d.
  6642. A separable portion of the object code, whose source code is excluded
  6643. from the Corresponding Source as a System Library, need not be
  6644. included in conveying the object code work.
  6645. A "User Product" is either (1) a "consumer product", which means any
  6646. tangible personal property which is normally used for personal, family,
  6647. or household purposes, or (2) anything designed or sold for incorporation
  6648. into a dwelling. In determining whether a product is a consumer product,
  6649. doubtful cases shall be resolved in favor of coverage. For a particular
  6650. product received by a particular user, "normally used" refers to a
  6651. typical or common use of that class of product, regardless of the status
  6652. of the particular user or of the way in which the particular user
  6653. actually uses, or expects or is expected to use, the product. A product
  6654. is a consumer product regardless of whether the product has substantial
  6655. commercial, industrial or non-consumer uses, unless such uses represent
  6656. the only significant mode of use of the product.
  6657. "Installation Information" for a User Product means any methods,
  6658. procedures, authorization keys, or other information required to install
  6659. and execute modified versions of a covered work in that User Product from
  6660. a modified version of its Corresponding Source. The information must
  6661. suffice to ensure that the continued functioning of the modified object
  6662. code is in no case prevented or interfered with solely because
  6663. modification has been made.
  6664. If you convey an object code work under this section in, or with, or
  6665. specifically for use in, a User Product, and the conveying occurs as
  6666. part of a transaction in which the right of possession and use of the
  6667. User Product is transferred to the recipient in perpetuity or for a
  6668. fixed term (regardless of how the transaction is characterized), the
  6669. Corresponding Source conveyed under this section must be accompanied
  6670. by the Installation Information. But this requirement does not apply
  6671. if neither you nor any third party retains the ability to install
  6672. modified object code on the User Product (for example, the work has
  6673. been installed in ROM).
  6674. The requirement to provide Installation Information does not include a
  6675. requirement to continue to provide support service, warranty, or updates
  6676. for a work that has been modified or installed by the recipient, or for
  6677. the User Product in which it has been modified or installed. Access to a
  6678. network may be denied when the modification itself materially and
  6679. adversely affects the operation of the network or violates the rules and
  6680. protocols for communication across the network.
  6681. Corresponding Source conveyed, and Installation Information provided,
  6682. in accord with this section must be in a format that is publicly
  6683. documented (and with an implementation available to the public in
  6684. source code form), and must require no special password or key for
  6685. unpacking, reading or copying.
  6686. 7. Additional Terms.
  6687. "Additional permissions" are terms that supplement the terms of this
  6688. License by making exceptions from one or more of its conditions.
  6689. Additional permissions that are applicable to the entire Program shall
  6690. be treated as though they were included in this License, to the extent
  6691. that they are valid under applicable law. If additional permissions
  6692. apply only to part of the Program, that part may be used separately
  6693. under those permissions, but the entire Program remains governed by
  6694. this License without regard to the additional permissions.
  6695. When you convey a copy of a covered work, you may at your option
  6696. remove any additional permissions from that copy, or from any part of
  6697. it. (Additional permissions may be written to require their own
  6698. removal in certain cases when you modify the work.) You may place
  6699. additional permissions on material, added by you to a covered work,
  6700. for which you have or can give appropriate copyright permission.
  6701. Notwithstanding any other provision of this License, for material you
  6702. add to a covered work, you may (if authorized by the copyright holders of
  6703. that material) supplement the terms of this License with terms:
  6704. a) Disclaiming warranty or limiting liability differently from the
  6705. terms of sections 15 and 16 of this License; or
  6706. b) Requiring preservation of specified reasonable legal notices or
  6707. author attributions in that material or in the Appropriate Legal
  6708. Notices displayed by works containing it; or
  6709. c) Prohibiting misrepresentation of the origin of that material, or
  6710. requiring that modified versions of such material be marked in
  6711. reasonable ways as different from the original version; or
  6712. d) Limiting the use for publicity purposes of names of licensors or
  6713. authors of the material; or
  6714. e) Declining to grant rights under trademark law for use of some
  6715. trade names, trademarks, or service marks; or
  6716. f) Requiring indemnification of licensors and authors of that
  6717. material by anyone who conveys the material (or modified versions of
  6718. it) with contractual assumptions of liability to the recipient, for
  6719. any liability that these contractual assumptions directly impose on
  6720. those licensors and authors.
  6721. All other non-permissive additional terms are considered "further
  6722. restrictions" within the meaning of section 10. If the Program as you
  6723. received it, or any part of it, contains a notice stating that it is
  6724. governed by this License along with a term that is a further
  6725. restriction, you may remove that term. If a license document contains
  6726. a further restriction but permits relicensing or conveying under this
  6727. License, you may add to a covered work material governed by the terms
  6728. of that license document, provided that the further restriction does
  6729. not survive such relicensing or conveying.
  6730. If you add terms to a covered work in accord with this section, you
  6731. must place, in the relevant source files, a statement of the
  6732. additional terms that apply to those files, or a notice indicating
  6733. where to find the applicable terms.
  6734. Additional terms, permissive or non-permissive, may be stated in the
  6735. form of a separately written license, or stated as exceptions;
  6736. the above requirements apply either way.
  6737. 8. Termination.
  6738. You may not propagate or modify a covered work except as expressly
  6739. provided under this License. Any attempt otherwise to propagate or
  6740. modify it is void, and will automatically terminate your rights under
  6741. this License (including any patent licenses granted under the third
  6742. paragraph of section 11).
  6743. However, if you cease all violation of this License, then your
  6744. license from a particular copyright holder is reinstated (a)
  6745. provisionally, unless and until the copyright holder explicitly and
  6746. finally terminates your license, and (b) permanently, if the copyright
  6747. holder fails to notify you of the violation by some reasonable means
  6748. prior to 60 days after the cessation.
  6749. Moreover, your license from a particular copyright holder is
  6750. reinstated permanently if the copyright holder notifies you of the
  6751. violation by some reasonable means, this is the first time you have
  6752. received notice of violation of this License (for any work) from that
  6753. copyright holder, and you cure the violation prior to 30 days after
  6754. your receipt of the notice.
  6755. Termination of your rights under this section does not terminate the
  6756. licenses of parties who have received copies or rights from you under
  6757. this License. If your rights have been terminated and not permanently
  6758. reinstated, you do not qualify to receive new licenses for the same
  6759. material under section 10.
  6760. 9. Acceptance Not Required for Having Copies.
  6761. You are not required to accept this License in order to receive or
  6762. run a copy of the Program. Ancillary propagation of a covered work
  6763. occurring solely as a consequence of using peer-to-peer transmission
  6764. to receive a copy likewise does not require acceptance. However,
  6765. nothing other than this License grants you permission to propagate or
  6766. modify any covered work. These actions infringe copyright if you do
  6767. not accept this License. Therefore, by modifying or propagating a
  6768. covered work, you indicate your acceptance of this License to do so.
  6769. 10. Automatic Licensing of Downstream Recipients.
  6770. Each time you convey a covered work, the recipient automatically
  6771. receives a license from the original licensors, to run, modify and
  6772. propagate that work, subject to this License. You are not responsible
  6773. for enforcing compliance by third parties with this License.
  6774. An "entity transaction" is a transaction transferring control of an
  6775. organization, or substantially all assets of one, or subdividing an
  6776. organization, or merging organizations. If propagation of a covered
  6777. work results from an entity transaction, each party to that
  6778. transaction who receives a copy of the work also receives whatever
  6779. licenses to the work the party's predecessor in interest had or could
  6780. give under the previous paragraph, plus a right to possession of the
  6781. Corresponding Source of the work from the predecessor in interest, if
  6782. the predecessor has it or can get it with reasonable efforts.
  6783. You may not impose any further restrictions on the exercise of the
  6784. rights granted or affirmed under this License. For example, you may
  6785. not impose a license fee, royalty, or other charge for exercise of
  6786. rights granted under this License, and you may not initiate litigation
  6787. (including a cross-claim or counterclaim in a lawsuit) alleging that
  6788. any patent claim is infringed by making, using, selling, offering for
  6789. sale, or importing the Program or any portion of it.
  6790. 11. Patents.
  6791. A "contributor" is a copyright holder who authorizes use under this
  6792. License of the Program or a work on which the Program is based. The
  6793. work thus licensed is called the contributor's "contributor version".
  6794. A contributor's "essential patent claims" are all patent claims
  6795. owned or controlled by the contributor, whether already acquired or
  6796. hereafter acquired, that would be infringed by some manner, permitted
  6797. by this License, of making, using, or selling its contributor version,
  6798. but do not include claims that would be infringed only as a
  6799. consequence of further modification of the contributor version. For
  6800. purposes of this definition, "control" includes the right to grant
  6801. patent sublicenses in a manner consistent with the requirements of
  6802. this License.
  6803. Each contributor grants you a non-exclusive, worldwide, royalty-free
  6804. patent license under the contributor's essential patent claims, to
  6805. make, use, sell, offer for sale, import and otherwise run, modify and
  6806. propagate the contents of its contributor version.
  6807. In the following three paragraphs, a "patent license" is any express
  6808. agreement or commitment, however denominated, not to enforce a patent
  6809. (such as an express permission to practice a patent or covenant not to
  6810. sue for patent infringement). To "grant" such a patent license to a
  6811. party means to make such an agreement or commitment not to enforce a
  6812. patent against the party.
  6813. If you convey a covered work, knowingly relying on a patent license,
  6814. and the Corresponding Source of the work is not available for anyone
  6815. to copy, free of charge and under the terms of this License, through a
  6816. publicly available network server or other readily accessible means,
  6817. then you must either (1) cause the Corresponding Source to be so
  6818. available, or (2) arrange to deprive yourself of the benefit of the
  6819. patent license for this particular work, or (3) arrange, in a manner
  6820. consistent with the requirements of this License, to extend the patent
  6821. license to downstream recipients. "Knowingly relying" means you have
  6822. actual knowledge that, but for the patent license, your conveying the
  6823. covered work in a country, or your recipient's use of the covered work
  6824. in a country, would infringe one or more identifiable patents in that
  6825. country that you have reason to believe are valid.
  6826. If, pursuant to or in connection with a single transaction or
  6827. arrangement, you convey, or propagate by procuring conveyance of, a
  6828. covered work, and grant a patent license to some of the parties
  6829. receiving the covered work authorizing them to use, propagate, modify
  6830. or convey a specific copy of the covered work, then the patent license
  6831. you grant is automatically extended to all recipients of the covered
  6832. work and works based on it.
  6833. A patent license is "discriminatory" if it does not include within
  6834. the scope of its coverage, prohibits the exercise of, or is
  6835. conditioned on the non-exercise of one or more of the rights that are
  6836. specifically granted under this License. You may not convey a covered
  6837. work if you are a party to an arrangement with a third party that is
  6838. in the business of distributing software, under which you make payment
  6839. to the third party based on the extent of your activity of conveying
  6840. the work, and under which the third party grants, to any of the
  6841. parties who would receive the covered work from you, a discriminatory
  6842. patent license (a) in connection with copies of the covered work
  6843. conveyed by you (or copies made from those copies), or (b) primarily
  6844. for and in connection with specific products or compilations that
  6845. contain the covered work, unless you entered into that arrangement,
  6846. or that patent license was granted, prior to 28 March 2007.
  6847. Nothing in this License shall be construed as excluding or limiting
  6848. any implied license or other defenses to infringement that may
  6849. otherwise be available to you under applicable patent law.
  6850. 12. No Surrender of Others' Freedom.
  6851. If conditions are imposed on you (whether by court order, agreement or
  6852. otherwise) that contradict the conditions of this License, they do not
  6853. excuse you from the conditions of this License. If you cannot convey a
  6854. covered work so as to satisfy simultaneously your obligations under this
  6855. License and any other pertinent obligations, then as a consequence you may
  6856. not convey it at all. For example, if you agree to terms that obligate you
  6857. to collect a royalty for further conveying from those to whom you convey
  6858. the Program, the only way you could satisfy both those terms and this
  6859. License would be to refrain entirely from conveying the Program.
  6860. 13. Use with the GNU Affero General Public License.
  6861. Notwithstanding any other provision of this License, you have
  6862. permission to link or combine any covered work with a work licensed
  6863. under version 3 of the GNU Affero General Public License into a single
  6864. combined work, and to convey the resulting work. The terms of this
  6865. License will continue to apply to the part which is the covered work,
  6866. but the special requirements of the GNU Affero General Public License,
  6867. section 13, concerning interaction through a network will apply to the
  6868. combination as such.
  6869. 14. Revised Versions of this License.
  6870. The Free Software Foundation may publish revised and/or new versions of
  6871. the GNU General Public License from time to time. Such new versions will
  6872. be similar in spirit to the present version, but may differ in detail to
  6873. address new problems or concerns.
  6874. Each version is given a distinguishing version number. If the
  6875. Program specifies that a certain numbered version of the GNU General
  6876. Public License "or any later version" applies to it, you have the
  6877. option of following the terms and conditions either of that numbered
  6878. version or of any later version published by the Free Software
  6879. Foundation. If the Program does not specify a version number of the
  6880. GNU General Public License, you may choose any version ever published
  6881. by the Free Software Foundation.
  6882. If the Program specifies that a proxy can decide which future
  6883. versions of the GNU General Public License can be used, that proxy's
  6884. public statement of acceptance of a version permanently authorizes you
  6885. to choose that version for the Program.
  6886. Later license versions may give you additional or different
  6887. permissions. However, no additional obligations are imposed on any
  6888. author or copyright holder as a result of your choosing to follow a
  6889. later version.
  6890. 15. Disclaimer of Warranty.
  6891. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  6892. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  6893. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  6894. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  6895. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  6896. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  6897. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  6898. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  6899. 16. Limitation of Liability.
  6900. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  6901. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  6902. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  6903. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  6904. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  6905. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  6906. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  6907. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  6908. SUCH DAMAGES.
  6909. 17. Interpretation of Sections 15 and 16.
  6910. If the disclaimer of warranty and limitation of liability provided
  6911. above cannot be given local legal effect according to their terms,
  6912. reviewing courts shall apply local law that most closely approximates
  6913. an absolute waiver of all civil liability in connection with the
  6914. Program, unless a warranty or assumption of liability accompanies a
  6915. copy of the Program in return for a fee.
  6916. END OF TERMS AND CONDITIONS
  6917. How to Apply These Terms to Your New Programs
  6918. If you develop a new program, and you want it to be of the greatest
  6919. possible use to the public, the best way to achieve this is to make it
  6920. free software which everyone can redistribute and change under these terms.
  6921. To do so, attach the following notices to the program. It is safest
  6922. to attach them to the start of each source file to most effectively
  6923. state the exclusion of warranty; and each file should have at least
  6924. the "copyright" line and a pointer to where the full notice is found.
  6925. <one line to give the program's name and a brief idea of what it does.>
  6926. Copyright (C) <year> <name of author>
  6927. This program is free software: you can redistribute it and/or modify
  6928. it under the terms of the GNU General Public License as published by
  6929. the Free Software Foundation, either version 3 of the License, or
  6930. (at your option) any later version.
  6931. This program is distributed in the hope that it will be useful,
  6932. but WITHOUT ANY WARRANTY; without even the implied warranty of
  6933. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  6934. GNU General Public License for more details.
  6935. You should have received a copy of the GNU General Public License
  6936. along with this program. If not, see <http://www.gnu.org/licenses/>.
  6937. Also add information on how to contact you by electronic and paper mail.
  6938. If the program does terminal interaction, make it output a short
  6939. notice like this when it starts in an interactive mode:
  6940. <program> Copyright (C) <year> <name of author>
  6941. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  6942. This is free software, and you are welcome to redistribute it
  6943. under certain conditions; type `show c' for details.
  6944. The hypothetical commands `show w' and `show c' should show the appropriate
  6945. parts of the General Public License. Of course, your program's commands
  6946. might be different; for a GUI interface, you would use an "about box".
  6947. You should also get your employer (if you work as a programmer) or school,
  6948. if any, to sign a "copyright disclaimer" for the program, if necessary.
  6949. For more information on this, and how to apply and follow the GNU GPL, see
  6950. <http://www.gnu.org/licenses/>.
  6951. The GNU General Public License does not permit incorporating your program
  6952. into proprietary programs. If your program is a subroutine library, you
  6953. may consider it more useful to permit linking proprietary applications with
  6954. the library. If this is what you want to do, use the GNU Lesser General
  6955. Public License instead of this License. But first, please read
  6956. <http://www.gnu.org/philosophy/why-not-lgpl.html>.
  6957. GNU LESSER GENERAL PUBLIC LICENSE
  6958. Version 3, 29 June 2007
  6959. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  6960. Everyone is permitted to copy and distribute verbatim copies
  6961. of this license document, but changing it is not allowed.
  6962. This version of the GNU Lesser General Public License incorporates
  6963. the terms and conditions of version 3 of the GNU General Public
  6964. License, supplemented by the additional permissions listed below.
  6965. 0. Additional Definitions.
  6966. As used herein, "this License" refers to version 3 of the GNU Lesser
  6967. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  6968. General Public License.
  6969. "The Library" refers to a covered work governed by this License,
  6970. other than an Application or a Combined Work as defined below.
  6971. An "Application" is any work that makes use of an interface provided
  6972. by the Library, but which is not otherwise based on the Library.
  6973. Defining a subclass of a class defined by the Library is deemed a mode
  6974. of using an interface provided by the Library.
  6975. A "Combined Work" is a work produced by combining or linking an
  6976. Application with the Library. The particular version of the Library
  6977. with which the Combined Work was made is also called the "Linked
  6978. Version".
  6979. The "Minimal Corresponding Source" for a Combined Work means the
  6980. Corresponding Source for the Combined Work, excluding any source code
  6981. for portions of the Combined Work that, considered in isolation, are
  6982. based on the Application, and not on the Linked Version.
  6983. The "Corresponding Application Code" for a Combined Work means the
  6984. object code and/or source code for the Application, including any data
  6985. and utility programs needed for reproducing the Combined Work from the
  6986. Application, but excluding the System Libraries of the Combined Work.
  6987. 1. Exception to Section 3 of the GNU GPL.
  6988. You may convey a covered work under sections 3 and 4 of this License
  6989. without being bound by section 3 of the GNU GPL.
  6990. 2. Conveying Modified Versions.
  6991. If you modify a copy of the Library, and, in your modifications, a
  6992. facility refers to a function or data to be supplied by an Application
  6993. that uses the facility (other than as an argument passed when the
  6994. facility is invoked), then you may convey a copy of the modified
  6995. version:
  6996. a) under this License, provided that you make a good faith effort to
  6997. ensure that, in the event an Application does not supply the
  6998. function or data, the facility still operates, and performs
  6999. whatever part of its purpose remains meaningful, or
  7000. b) under the GNU GPL, with none of the additional permissions of
  7001. this License applicable to that copy.
  7002. 3. Object Code Incorporating Material from Library Header Files.
  7003. The object code form of an Application may incorporate material from
  7004. a header file that is part of the Library. You may convey such object
  7005. code under terms of your choice, provided that, if the incorporated
  7006. material is not limited to numerical parameters, data structure
  7007. layouts and accessors, or small macros, inline functions and templates
  7008. (ten or fewer lines in length), you do both of the following:
  7009. a) Give prominent notice with each copy of the object code that the
  7010. Library is used in it and that the Library and its use are
  7011. covered by this License.
  7012. b) Accompany the object code with a copy of the GNU GPL and this license
  7013. document.
  7014. 4. Combined Works.
  7015. You may convey a Combined Work under terms of your choice that,
  7016. taken together, effectively do not restrict modification of the
  7017. portions of the Library contained in the Combined Work and reverse
  7018. engineering for debugging such modifications, if you also do each of
  7019. the following:
  7020. a) Give prominent notice with each copy of the Combined Work that
  7021. the Library is used in it and that the Library and its use are
  7022. covered by this License.
  7023. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  7024. document.
  7025. c) For a Combined Work that displays copyright notices during
  7026. execution, include the copyright notice for the Library among
  7027. these notices, as well as a reference directing the user to the
  7028. copies of the GNU GPL and this license document.
  7029. d) Do one of the following:
  7030. 0) Convey the Minimal Corresponding Source under the terms of this
  7031. License, and the Corresponding Application Code in a form
  7032. suitable for, and under terms that permit, the user to
  7033. recombine or relink the Application with a modified version of
  7034. the Linked Version to produce a modified Combined Work, in the
  7035. manner specified by section 6 of the GNU GPL for conveying
  7036. Corresponding Source.
  7037. 1) Use a suitable shared library mechanism for linking with the
  7038. Library. A suitable mechanism is one that (a) uses at run time
  7039. a copy of the Library already present on the user's computer
  7040. system, and (b) will operate properly with a modified version
  7041. of the Library that is interface-compatible with the Linked
  7042. Version.
  7043. e) Provide Installation Information, but only if you would otherwise
  7044. be required to provide such information under section 6 of the
  7045. GNU GPL, and only to the extent that such information is
  7046. necessary to install and execute a modified version of the
  7047. Combined Work produced by recombining or relinking the
  7048. Application with a modified version of the Linked Version. (If
  7049. you use option 4d0, the Installation Information must accompany
  7050. the Minimal Corresponding Source and Corresponding Application
  7051. Code. If you use option 4d1, you must provide the Installation
  7052. Information in the manner specified by section 6 of the GNU GPL
  7053. for conveying Corresponding Source.)
  7054. 5. Combined Libraries.
  7055. You may place library facilities that are a work based on the
  7056. Library side by side in a single library together with other library
  7057. facilities that are not Applications and are not covered by this
  7058. License, and convey such a combined library under terms of your
  7059. choice, if you do both of the following:
  7060. a) Accompany the combined library with a copy of the same work based
  7061. on the Library, uncombined with any other library facilities,
  7062. conveyed under the terms of this License.
  7063. b) Give prominent notice with the combined library that part of it
  7064. is a work based on the Library, and explaining where to find the
  7065. accompanying uncombined form of the same work.
  7066. 6. Revised Versions of the GNU Lesser General Public License.
  7067. The Free Software Foundation may publish revised and/or new versions
  7068. of the GNU Lesser General Public License from time to time. Such new
  7069. versions will be similar in spirit to the present version, but may
  7070. differ in detail to address new problems or concerns.
  7071. Each version is given a distinguishing version number. If the
  7072. Library as you received it specifies that a certain numbered version
  7073. of the GNU Lesser General Public License "or any later version"
  7074. applies to it, you have the option of following the terms and
  7075. conditions either of that published version or of any later version
  7076. published by the Free Software Foundation. If the Library as you
  7077. received it does not specify a version number of the GNU Lesser
  7078. General Public License, you may choose any version of the GNU Lesser
  7079. General Public License ever published by the Free Software Foundation.
  7080. If the Library as you received it specifies that a proxy can decide
  7081. whether future versions of the GNU Lesser General Public License shall
  7082. apply, that proxy's public statement of acceptance of any version is
  7083. permanent authorization for you to choose that version for the
  7084. Library.
  7085. --------------------------------------------------------------------------------
  7086. Contains code from project NEWLIB and LIBGLOSS (https://sourceware.org/newlib/)
  7087. under the following license(s).
  7088. newlib:
  7089. -------
  7090. The newlib subdirectory is a collection of software from several sources.
  7091. Each file may have its own copyright/license that is embedded in the source
  7092. file. Unless otherwise noted in the body of the source file(s), the following copyright
  7093. notices will apply to the contents of the newlib subdirectory:
  7094. (1) Red Hat Incorporated
  7095. Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved.
  7096. This copyrighted material is made available to anyone wishing to use,
  7097. modify, copy, or redistribute it subject to the terms and conditions
  7098. of the BSD License. This program is distributed in the hope that
  7099. it will be useful, but WITHOUT ANY WARRANTY expressed or implied,
  7100. including the implied warranties of MERCHANTABILITY or FITNESS FOR
  7101. A PARTICULAR PURPOSE. A copy of this license is available at
  7102. http://www.opensource.org/licenses. Any Red Hat trademarks that are
  7103. incorporated in the source code or documentation are not subject to
  7104. the BSD License and may only be used or replicated with the express
  7105. permission of Red Hat, Inc.
  7106. (2) University of California, Berkeley
  7107. Copyright (c) 1981-2000 The Regents of the University of California.
  7108. All rights reserved.
  7109. Redistribution and use in source and binary forms, with or without modification,
  7110. are permitted provided that the following conditions are met:
  7111. * Redistributions of source code must retain the above copyright notice,
  7112. this list of conditions and the following disclaimer.
  7113. * Redistributions in binary form must reproduce the above copyright notice,
  7114. this list of conditions and the following disclaimer in the documentation
  7115. and/or other materials provided with the distribution.
  7116. * Neither the name of the University nor the names of its contributors
  7117. may be used to endorse or promote products derived from this software
  7118. without specific prior written permission.
  7119. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  7120. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  7121. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  7122. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  7123. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  7124. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  7125. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  7126. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  7127. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  7128. OF SUCH DAMAGE.
  7129. (3) David M. Gay (AT&T 1991, Lucent 1998)
  7130. The author of this software is David M. Gay.
  7131. Copyright (c) 1991 by AT&T.
  7132. Permission to use, copy, modify, and distribute this software for any
  7133. purpose without fee is hereby granted, provided that this entire notice
  7134. is included in all copies of any software which is or includes a copy
  7135. or modification of this software and in all copies of the supporting
  7136. documentation for such software.
  7137. THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
  7138. WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY
  7139. REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
  7140. OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
  7141. -------------------------------------------------------------------
  7142. The author of this software is David M. Gay.
  7143. Copyright (C) 1998-2001 by Lucent Technologies
  7144. All Rights Reserved
  7145. Permission to use, copy, modify, and distribute this software and
  7146. its documentation for any purpose and without fee is hereby
  7147. granted, provided that the above copyright notice appear in all
  7148. copies and that both that the copyright notice and this
  7149. permission notice and warranty disclaimer appear in supporting
  7150. documentation, and that the name of Lucent or any of its entities
  7151. not be used in advertising or publicity pertaining to
  7152. distribution of the software without specific, written prior
  7153. permission.
  7154. LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  7155. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
  7156. IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
  7157. SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  7158. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
  7159. IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  7160. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
  7161. THIS SOFTWARE.
  7162. (4) Advanced Micro Devices
  7163. Copyright 1989, 1990 Advanced Micro Devices, Inc.
  7164. This software is the property of Advanced Micro Devices, Inc (AMD) which
  7165. specifically grants the user the right to modify, use and distribute this
  7166. software provided this notice is not removed or altered. All other rights
  7167. are reserved by AMD.
  7168. AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
  7169. SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
  7170. DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
  7171. USE OF THIS SOFTWARE.
  7172. So that all may benefit from your experience, please report any problems
  7173. or suggestions about this software to the 29K Technical Support Center at
  7174. 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or
  7175. 0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118.
  7176. Advanced Micro Devices, Inc.
  7177. 29K Support Products
  7178. Mail Stop 573
  7179. 5900 E. Ben White Blvd.
  7180. Austin, TX 78741
  7181. 800-292-9263
  7182. (5)
  7183. (6)
  7184. (7) Sun Microsystems
  7185. Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
  7186. Developed at SunPro, a Sun Microsystems, Inc. business.
  7187. Permission to use, copy, modify, and distribute this
  7188. software is freely granted, provided that this notice is preserved.
  7189. (8) Hewlett Packard
  7190. (c) Copyright 1986 HEWLETT-PACKARD COMPANY
  7191. To anyone who acknowledges that this file is provided "AS IS"
  7192. without any express or implied warranty:
  7193. permission to use, copy, modify, and distribute this file
  7194. for any purpose is hereby granted without fee, provided that
  7195. the above copyright notice and this notice appears in all
  7196. copies, and that the name of Hewlett-Packard Company not be
  7197. used in advertising or publicity pertaining to distribution
  7198. of the software without specific, written prior permission.
  7199. Hewlett-Packard Company makes no representations about the
  7200. suitability of this software for any purpose.
  7201. (9) Hans-Peter Nilsson
  7202. Copyright (C) 2001 Hans-Peter Nilsson
  7203. Permission to use, copy, modify, and distribute this software is
  7204. freely granted, provided that the above copyright notice, this notice
  7205. and the following disclaimer are preserved with no changes.
  7206. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  7207. IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  7208. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  7209. PURPOSE.
  7210. (10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only)
  7211. Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)
  7212. The authors hereby grant permission to use, copy, modify, distribute,
  7213. and license this software and its documentation for any purpose, provided
  7214. that existing copyright notices are retained in all copies and that this
  7215. notice is included verbatim in any distributions. No written agreement,
  7216. license, or royalty fee is required for any of the authorized uses.
  7217. Modifications to this software may be copyrighted by their authors
  7218. and need not follow the licensing terms described here, provided that
  7219. the new terms are clearly indicated on the first page of each file where
  7220. they apply.
  7221. (11) Christopher G. Demetriou
  7222. Copyright (c) 2001 Christopher G. Demetriou
  7223. All rights reserved.
  7224. Redistribution and use in source and binary forms, with or without
  7225. modification, are permitted provided that the following conditions
  7226. are met:
  7227. 1. Redistributions of source code must retain the above copyright
  7228. notice, this list of conditions and the following disclaimer.
  7229. 2. Redistributions in binary form must reproduce the above copyright
  7230. notice, this list of conditions and the following disclaimer in the
  7231. documentation and/or other materials provided with the distribution.
  7232. 3. The name of the author may not be used to endorse or promote products
  7233. derived from this software without specific prior written permission.
  7234. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  7235. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  7236. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  7237. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  7238. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  7239. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  7240. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  7241. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  7242. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  7243. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7244. (12) SuperH, Inc.
  7245. Copyright 2002 SuperH, Inc. All rights reserved
  7246. This software is the property of SuperH, Inc (SuperH) which specifically
  7247. grants the user the right to modify, use and distribute this software
  7248. provided this notice is not removed or altered. All other rights are
  7249. reserved by SuperH.
  7250. SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO
  7251. THIS SOFTWARE. IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL,
  7252. INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM
  7253. THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE.
  7254. So that all may benefit from your experience, please report any problems
  7255. or suggestions about this software to the SuperH Support Center via
  7256. e-mail at softwaresupport@superh.com .
  7257. SuperH, Inc.
  7258. 405 River Oaks Parkway
  7259. San Jose
  7260. CA 95134
  7261. USA
  7262. (13) Royal Institute of Technology
  7263. Copyright (c) 1999 Kungliga Tekniska Högskolan
  7264. (Royal Institute of Technology, Stockholm, Sweden).
  7265. All rights reserved.
  7266. Redistribution and use in source and binary forms, with or without
  7267. modification, are permitted provided that the following conditions
  7268. are met:
  7269. 1. Redistributions of source code must retain the above copyright
  7270. notice, this list of conditions and the following disclaimer.
  7271. 2. Redistributions in binary form must reproduce the above copyright
  7272. notice, this list of conditions and the following disclaimer in the
  7273. documentation and/or other materials provided with the distribution.
  7274. 3. Neither the name of KTH nor the names of its contributors may be
  7275. used to endorse or promote products derived from this software without
  7276. specific prior written permission.
  7277. THIS SOFTWARE IS PROVIDED BY KTH AND ITS CONTRIBUTORS ``AS IS'' AND ANY
  7278. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7279. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  7280. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KTH OR ITS CONTRIBUTORS BE
  7281. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  7282. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  7283. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  7284. BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  7285. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  7286. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  7287. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7288. (14) Alexey Zelkin
  7289. Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org>
  7290. All rights reserved.
  7291. Redistribution and use in source and binary forms, with or without
  7292. modification, are permitted provided that the following conditions
  7293. are met:
  7294. 1. Redistributions of source code must retain the above copyright
  7295. notice, this list of conditions and the following disclaimer.
  7296. 2. Redistributions in binary form must reproduce the above copyright
  7297. notice, this list of conditions and the following disclaimer in the
  7298. documentation and/or other materials provided with the distribution.
  7299. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7300. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7301. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7302. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7303. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7304. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7305. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7306. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7307. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7308. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7309. SUCH DAMAGE.
  7310. (15) Andrey A. Chernov
  7311. Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
  7312. All rights reserved.
  7313. Redistribution and use in source and binary forms, with or without
  7314. modification, are permitted provided that the following conditions
  7315. are met:
  7316. 1. Redistributions of source code must retain the above copyright
  7317. notice, this list of conditions and the following disclaimer.
  7318. 2. Redistributions in binary form must reproduce the above copyright
  7319. notice, this list of conditions and the following disclaimer in the
  7320. documentation and/or other materials provided with the distribution.
  7321. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
  7322. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7323. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7324. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  7325. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7326. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7327. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7328. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7329. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7330. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7331. SUCH DAMAGE.
  7332. (16) FreeBSD
  7333. Copyright (c) 1997-2002 FreeBSD Project.
  7334. All rights reserved.
  7335. Redistribution and use in source and binary forms, with or without
  7336. modification, are permitted provided that the following conditions
  7337. are met:
  7338. 1. Redistributions of source code must retain the above copyright
  7339. notice, this list of conditions and the following disclaimer.
  7340. 2. Redistributions in binary form must reproduce the above copyright
  7341. notice, this list of conditions and the following disclaimer in the
  7342. documentation and/or other materials provided with the distribution.
  7343. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7344. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7345. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7346. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7347. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7348. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7349. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7350. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7351. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7352. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7353. SUCH DAMAGE.
  7354. (17) S. L. Moshier
  7355. Author: S. L. Moshier.
  7356. Copyright (c) 1984,2000 S.L. Moshier
  7357. Permission to use, copy, modify, and distribute this software for any
  7358. purpose without fee is hereby granted, provided that this entire notice
  7359. is included in all copies of any software which is or includes a copy
  7360. or modification of this software and in all copies of the supporting
  7361. documentation for such software.
  7362. THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
  7363. WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION
  7364. OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
  7365. SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
  7366. (18) Citrus Project
  7367. Copyright (c)1999 Citrus Project,
  7368. All rights reserved.
  7369. Redistribution and use in source and binary forms, with or without
  7370. modification, are permitted provided that the following conditions
  7371. are met:
  7372. 1. Redistributions of source code must retain the above copyright
  7373. notice, this list of conditions and the following disclaimer.
  7374. 2. Redistributions in binary form must reproduce the above copyright
  7375. notice, this list of conditions and the following disclaimer in the
  7376. documentation and/or other materials provided with the distribution.
  7377. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7378. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7379. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7380. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7381. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7382. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7383. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7384. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7385. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7386. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7387. SUCH DAMAGE.
  7388. (19) Todd C. Miller
  7389. Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  7390. All rights reserved.
  7391. Redistribution and use in source and binary forms, with or without
  7392. modification, are permitted provided that the following conditions
  7393. are met:
  7394. 1. Redistributions of source code must retain the above copyright
  7395. notice, this list of conditions and the following disclaimer.
  7396. 2. Redistributions in binary form must reproduce the above copyright
  7397. notice, this list of conditions and the following disclaimer in the
  7398. documentation and/or other materials provided with the distribution.
  7399. 3. The name of the author may not be used to endorse or promote products
  7400. derived from this software without specific prior written permission.
  7401. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  7402. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  7403. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  7404. THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  7405. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  7406. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  7407. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  7408. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  7409. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  7410. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7411. (20) DJ Delorie (i386)
  7412. Copyright (C) 1991 DJ Delorie
  7413. All rights reserved.
  7414. Redistribution, modification, and use in source and binary forms is permitted
  7415. provided that the above copyright notice and following paragraph are
  7416. duplicated in all such forms.
  7417. This file is distributed WITHOUT ANY WARRANTY; without even the implied
  7418. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  7419. (21) Free Software Foundation LGPL License (*-linux* targets only)
  7420. Copyright (C) 1990-1999, 2000, 2001 Free Software Foundation, Inc.
  7421. This file is part of the GNU C Library.
  7422. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
  7423. The GNU C Library is free software; you can redistribute it and/or
  7424. modify it under the terms of the GNU Lesser General Public
  7425. License as published by the Free Software Foundation; either
  7426. version 2.1 of the License, or (at your option) any later version.
  7427. The GNU C Library is distributed in the hope that it will be useful,
  7428. but WITHOUT ANY WARRANTY; without even the implied warranty of
  7429. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  7430. Lesser General Public License for more details.
  7431. You should have received a copy of the GNU Lesser General Public
  7432. License along with the GNU C Library; if not, write to the Free
  7433. Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  7434. 02110-1301 USA.
  7435. (22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only)
  7436. Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr)
  7437. This program is free software; you can redistribute it and/or
  7438. modify it under the terms of the GNU Library General Public License
  7439. as published by the Free Software Foundation; either version 2
  7440. of the License, or (at your option) any later version.
  7441. This program is distributed in the hope that it will be useful,
  7442. but WITHOUT ANY WARRANTY; without even the implied warranty of
  7443. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  7444. GNU Library General Public License for more details.
  7445. (23) Intel (i960)
  7446. Copyright (c) 1993 Intel Corporation
  7447. Intel hereby grants you permission to copy, modify, and distribute this
  7448. software and its documentation. Intel grants this permission provided
  7449. that the above copyright notice appears in all copies and that both the
  7450. copyright notice and this permission notice appear in supporting
  7451. documentation. In addition, Intel grants this permission provided that
  7452. you prominently mark as "not part of the original" any modifications
  7453. made to this software or documentation, and that the name of Intel
  7454. Corporation not be used in advertising or publicity pertaining to
  7455. distribution of the software or the documentation without specific,
  7456. written prior permission.
  7457. Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR
  7458. IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY
  7459. OR FITNESS FOR A PARTICULAR PURPOSE. Intel makes no guarantee or
  7460. representations regarding the use of, or the results of the use of,
  7461. the software and documentation in terms of correctness, accuracy,
  7462. reliability, currentness, or otherwise; and you rely on the software,
  7463. documentation and results solely at your own risk.
  7464. IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS,
  7465. LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES
  7466. OF ANY KIND. IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM
  7467. PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER.
  7468. (24) Hewlett-Packard (hppa targets only)
  7469. (c) Copyright 1986 HEWLETT-PACKARD COMPANY
  7470. To anyone who acknowledges that this file is provided "AS IS"
  7471. without any express or implied warranty:
  7472. permission to use, copy, modify, and distribute this file
  7473. for any purpose is hereby granted without fee, provided that
  7474. the above copyright notice and this notice appears in all
  7475. copies, and that the name of Hewlett-Packard Company not be
  7476. used in advertising or publicity pertaining to distribution
  7477. of the software without specific, written prior permission.
  7478. Hewlett-Packard Company makes no representations about the
  7479. suitability of this software for any purpose.
  7480. (25) Henry Spencer (only *-linux targets)
  7481. Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
  7482. This software is not subject to any license of the American Telephone
  7483. and Telegraph Company or of the Regents of the University of California.
  7484. Permission is granted to anyone to use this software for any purpose on
  7485. any computer system, and to alter it and redistribute it, subject
  7486. to the following restrictions:
  7487. 1. The author is not responsible for the consequences of use of this
  7488. software, no matter how awful, even if they arise from flaws in it.
  7489. 2. The origin of this software must not be misrepresented, either by
  7490. explicit claim or by omission. Since few users ever read sources,
  7491. credits must appear in the documentation.
  7492. 3. Altered versions must be plainly marked as such, and must not be
  7493. misrepresented as being the original software. Since few users
  7494. ever read sources, credits must appear in the documentation.
  7495. 4. This notice may not be removed or altered.
  7496. (26) Mike Barcroft
  7497. Copyright (c) 2001 Mike Barcroft <mike@FreeBSD.org>
  7498. All rights reserved.
  7499. Redistribution and use in source and binary forms, with or without
  7500. modification, are permitted provided that the following conditions
  7501. are met:
  7502. 1. Redistributions of source code must retain the above copyright
  7503. notice, this list of conditions and the following disclaimer.
  7504. 2. Redistributions in binary form must reproduce the above copyright
  7505. notice, this list of conditions and the following disclaimer in the
  7506. documentation and/or other materials provided with the distribution.
  7507. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7508. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7509. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7510. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7511. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7512. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7513. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7514. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7515. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7516. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7517. SUCH DAMAGE.
  7518. (27) Konstantin Chuguev (--enable-newlib-iconv)
  7519. Copyright (c) 1999, 2000
  7520. Konstantin Chuguev. All rights reserved.
  7521. Redistribution and use in source and binary forms, with or without
  7522. modification, are permitted provided that the following conditions
  7523. are met:
  7524. 1. Redistributions of source code must retain the above copyright
  7525. notice, this list of conditions and the following disclaimer.
  7526. 2. Redistributions in binary form must reproduce the above copyright
  7527. notice, this list of conditions and the following disclaimer in the
  7528. documentation and/or other materials provided with the distribution.
  7529. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7530. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7531. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7532. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7533. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7534. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7535. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7536. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7537. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7538. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7539. SUCH DAMAGE.
  7540. iconv (Charset Conversion Library) v2.0
  7541. (28) Artem Bityuckiy (--enable-newlib-iconv)
  7542. Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation.
  7543. Rights transferred to Franklin Electronic Publishers.
  7544. Redistribution and use in source and binary forms, with or without
  7545. modification, are permitted provided that the following conditions
  7546. are met:
  7547. 1. Redistributions of source code must retain the above copyright
  7548. notice, this list of conditions and the following disclaimer.
  7549. 2. Redistributions in binary form must reproduce the above copyright
  7550. notice, this list of conditions and the following disclaimer in the
  7551. documentation and/or other materials provided with the distribution.
  7552. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7553. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7554. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7555. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7556. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7557. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7558. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7559. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7560. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7561. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7562. SUCH DAMAGE.
  7563. (29) IBM, Sony, Toshiba (only spu-* targets)
  7564. (C) Copyright 2001,2006,
  7565. International Business Machines Corporation,
  7566. Sony Computer Entertainment, Incorporated,
  7567. Toshiba Corporation,
  7568. All rights reserved.
  7569. Redistribution and use in source and binary forms, with or without
  7570. modification, are permitted provided that the following conditions are met:
  7571. * Redistributions of source code must retain the above copyright notice,
  7572. this list of conditions and the following disclaimer.
  7573. * Redistributions in binary form must reproduce the above copyright
  7574. notice, this list of conditions and the following disclaimer in the
  7575. documentation and/or other materials provided with the distribution.
  7576. * Neither the names of the copyright holders nor the names of their
  7577. contributors may be used to endorse or promote products derived from this
  7578. software without specific prior written permission.
  7579. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  7580. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7581. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7582. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  7583. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  7584. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  7585. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  7586. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  7587. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  7588. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  7589. POSSIBILITY OF SUCH DAMAGE.
  7590. (30) - Alex Tatmanjants (targets using libc/posix)
  7591. Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua>
  7592. at Electronni Visti IA, Kiev, Ukraine.
  7593. All rights reserved.
  7594. Redistribution and use in source and binary forms, with or without
  7595. modification, are permitted provided that the following conditions
  7596. are met:
  7597. 1. Redistributions of source code must retain the above copyright
  7598. notice, this list of conditions and the following disclaimer.
  7599. 2. Redistributions in binary form must reproduce the above copyright
  7600. notice, this list of conditions and the following disclaimer in the
  7601. documentation and/or other materials provided with the distribution.
  7602. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
  7603. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7604. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7605. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
  7606. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7607. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7608. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7609. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7610. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7611. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7612. SUCH DAMAGE.
  7613. (31) - M. Warner Losh (targets using libc/posix)
  7614. Copyright (c) 1998, M. Warner Losh <imp@freebsd.org>
  7615. All rights reserved.
  7616. Redistribution and use in source and binary forms, with or without
  7617. modification, are permitted provided that the following conditions
  7618. are met:
  7619. 1. Redistributions of source code must retain the above copyright
  7620. notice, this list of conditions and the following disclaimer.
  7621. 2. Redistributions in binary form must reproduce the above copyright
  7622. notice, this list of conditions and the following disclaimer in the
  7623. documentation and/or other materials provided with the distribution.
  7624. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7625. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7626. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7627. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7628. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7629. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7630. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7631. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7632. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7633. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7634. SUCH DAMAGE.
  7635. (32) - Andrey A. Chernov (targets using libc/posix)
  7636. Copyright (C) 1996 by Andrey A. Chernov, Moscow, Russia.
  7637. All rights reserved.
  7638. Redistribution and use in source and binary forms, with or without
  7639. modification, are permitted provided that the following conditions
  7640. are met:
  7641. 1. Redistributions of source code must retain the above copyright
  7642. notice, this list of conditions and the following disclaimer.
  7643. 2. Redistributions in binary form must reproduce the above copyright
  7644. notice, this list of conditions and the following disclaimer in the
  7645. documentation and/or other materials provided with the distribution.
  7646. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
  7647. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7648. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7649. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  7650. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7651. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7652. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7653. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7654. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7655. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7656. SUCH DAMAGE.
  7657. (33) - Daniel Eischen (targets using libc/posix)
  7658. Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>.
  7659. All rights reserved.
  7660. Redistribution and use in source and binary forms, with or without
  7661. modification, are permitted provided that the following conditions
  7662. are met:
  7663. 1. Redistributions of source code must retain the above copyright
  7664. notice, this list of conditions and the following disclaimer.
  7665. 2. Redistributions in binary form must reproduce the above copyright
  7666. notice, this list of conditions and the following disclaimer in the
  7667. documentation and/or other materials provided with the distribution.
  7668. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7669. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7670. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7671. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  7672. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7673. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7674. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7675. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7676. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7677. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7678. SUCH DAMAGE.
  7679. (34) - Jon Beniston (only lm32-* targets)
  7680. Contributed by Jon Beniston <jon@beniston.com>
  7681. Redistribution and use in source and binary forms, with or without
  7682. modification, are permitted provided that the following conditions
  7683. are met:
  7684. 1. Redistributions of source code must retain the above copyright
  7685. notice, this list of conditions and the following disclaimer.
  7686. 2. Redistributions in binary form must reproduce the above copyright
  7687. notice, this list of conditions and the following disclaimer in the
  7688. documentation and/or other materials provided with the distribution.
  7689. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7690. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7691. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7692. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7693. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7694. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7695. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7696. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7697. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7698. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7699. SUCH DAMAGE.
  7700. (35) - ARM Ltd (arm and thumb variant targets only)
  7701. Copyright (c) 2009-2015 ARM Ltd
  7702. All rights reserved.
  7703. Redistribution and use in source and binary forms, with or without
  7704. modification, are permitted provided that the following conditions
  7705. are met:
  7706. 1. Redistributions of source code must retain the above copyright
  7707. notice, this list of conditions and the following disclaimer.
  7708. 2. Redistributions in binary form must reproduce the above copyright
  7709. notice, this list of conditions and the following disclaimer in the
  7710. documentation and/or other materials provided with the distribution.
  7711. 3. The name of the company may not be used to endorse or promote
  7712. products derived from this software without specific prior written
  7713. permission.
  7714. THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED
  7715. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  7716. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  7717. IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7718. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  7719. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  7720. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  7721. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  7722. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  7723. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7724. (36) - Xilinx, Inc. (microblaze-* and powerpc-* targets)
  7725. Copyright (c) 2004, 2009 Xilinx, Inc. All rights reserved.
  7726. Redistribution and use in source and binary forms, with or without
  7727. modification, are permitted provided that the following conditions are
  7728. met:
  7729. 1. Redistributions source code must retain the above copyright notice,
  7730. this list of conditions and the following disclaimer.
  7731. 2. Redistributions in binary form must reproduce the above copyright
  7732. notice, this list of conditions and the following disclaimer in the
  7733. documentation and/or other materials provided with the distribution.
  7734. 3. Neither the name of Xilinx nor the names of its contributors may be
  7735. used to endorse or promote products derived from this software without
  7736. specific prior written permission.
  7737. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
  7738. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  7739. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  7740. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  7741. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7742. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  7743. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  7744. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  7745. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  7746. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  7747. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7748. (37) Texas Instruments Incorporated (tic6x-*, *-tirtos targets)
  7749. Copyright (c) 1996-2010,2014 Texas Instruments Incorporated
  7750. http://www.ti.com/
  7751. Redistribution and use in source and binary forms, with or without
  7752. modification, are permitted provided that the following conditions
  7753. are met:
  7754. Redistributions of source code must retain the above copyright
  7755. notice, this list of conditions and the following disclaimer.
  7756. Redistributions in binary form must reproduce the above copyright
  7757. notice, this list of conditions and the following disclaimer in
  7758. the documentation and/or other materials provided with the
  7759. distribution.
  7760. Neither the name of Texas Instruments Incorporated nor the names
  7761. of its contributors may be used to endorse or promote products
  7762. derived from this software without specific prior written
  7763. permission.
  7764. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  7765. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  7766. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  7767. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  7768. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  7769. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  7770. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  7771. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  7772. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  7773. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7774. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7775. (38) National Semiconductor (cr16-* and crx-* targets)
  7776. Copyright (c) 2004 National Semiconductor Corporation
  7777. The authors hereby grant permission to use, copy, modify, distribute,
  7778. and license this software and its documentation for any purpose, provided
  7779. that existing copyright notices are retained in all copies and that this
  7780. notice is included verbatim in any distributions. No written agreement,
  7781. license, or royalty fee is required for any of the authorized uses.
  7782. Modifications to this software may be copyrighted by their authors
  7783. and need not follow the licensing terms described here, provided that
  7784. the new terms are clearly indicated on the first page of each file where
  7785. they apply.
  7786. (39) - Adapteva, Inc. (epiphany-* targets)
  7787. Copyright (c) 2011, Adapteva, Inc.
  7788. All rights reserved.
  7789. Redistribution and use in source and binary forms, with or without
  7790. modification, are permitted provided that the following conditions are met:
  7791. * Redistributions of source code must retain the above copyright notice, this
  7792. list of conditions and the following disclaimer.
  7793. * Redistributions in binary form must reproduce the above copyright notice,
  7794. this list of conditions and the following disclaimer in the documentation
  7795. and/or other materials provided with the distribution.
  7796. * Neither the name of Adapteva nor the names of its contributors may be used
  7797. to endorse or promote products derived from this software without specific
  7798. prior written permission.
  7799. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  7800. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  7801. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  7802. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  7803. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7804. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  7805. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  7806. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  7807. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7808. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7809. (40) - Altera Corportion (nios2-* targets)
  7810. Copyright (c) 2003 Altera Corporation
  7811. All rights reserved.
  7812. Redistribution and use in source and binary forms, with or without
  7813. modification, are permitted provided that the following conditions
  7814. are met:
  7815. o Redistributions of source code must retain the above copyright
  7816. notice, this list of conditions and the following disclaimer.
  7817. o Redistributions in binary form must reproduce the above copyright
  7818. notice, this list of conditions and the following disclaimer in the
  7819. documentation and/or other materials provided with the distribution.
  7820. o Neither the name of Altera Corporation nor the names of its
  7821. contributors may be used to endorse or promote products derived from
  7822. this software without specific prior written permission.
  7823. THIS SOFTWARE IS PROVIDED BY ALTERA CORPORATION, THE COPYRIGHT HOLDER,
  7824. AND ITS CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  7825. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  7826. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  7827. THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  7828. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  7829. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  7830. OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  7831. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  7832. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  7833. USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7834. (41) Ed Schouten - Free BSD
  7835. Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
  7836. All rights reserved.
  7837. Redistribution and use in source and binary forms, with or without
  7838. modification, are permitted provided that the following conditions
  7839. are met:
  7840. 1. Redistributions of source code must retain the above copyright
  7841. notice, this list of conditions and the following disclaimer.
  7842. 2. Redistributions in binary form must reproduce the above copyright
  7843. notice, this list of conditions and the following disclaimer in the
  7844. documentation and/or other materials provided with the distribution.
  7845. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7846. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7847. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7848. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7849. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7850. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7851. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7852. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7853. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7854. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7855. SUCH DAMAGE.
  7856. (42) - Rolls-Royce Controls and Data Services Limited (visium-* targets)
  7857. Copyright (c) 2015 Rolls-Royce Controls and Data Services Limited.
  7858. All rights reserved.
  7859. Redistribution and use in source and binary forms, with or without
  7860. modification, are permitted provided that the following conditions are met:
  7861. * Redistributions of source code must retain the above copyright notice,
  7862. this list of conditions and the following disclaimer.
  7863. * Redistributions in binary form must reproduce the above copyright
  7864. notice, this list of conditions and the following disclaimer in the
  7865. documentation and/or other materials provided with the distribution.
  7866. * Neither the name of Rolls-Royce Controls and Data Services Limited nor
  7867. the names of its contributors may be used to endorse or promote products
  7868. derived from this software without specific prior written permission.
  7869. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  7870. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  7871. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  7872. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  7873. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7874. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  7875. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  7876. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  7877. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  7878. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  7879. (43) - FTDI (ft32-* targets)
  7880. Copyright (C) 2014 FTDI (support@ftdichip.com)
  7881. The authors hereby grant permission to use, copy, modify, distribute,
  7882. and license this software and its documentation for any purpose, provided
  7883. that existing copyright notices are retained in all copies and that this
  7884. notice is included verbatim in any distributions. No written agreement,
  7885. license, or royalty fee is required for any of the authorized uses.
  7886. Modifications to this software may be copyrighted by their authors
  7887. and need not follow the licensing terms described here, provided that
  7888. the new terms are clearly indicated on the first page of each file where
  7889. they apply.
  7890. (44) - Synopsys Inc (arc-* targets)
  7891. Copyright (c) 2015, Synopsys, Inc. All rights reserved.
  7892. Redistribution and use in source and binary forms, with or without
  7893. modification, are permitted provided that the following conditions are met:
  7894. 1) Redistributions of source code must retain the above copyright notice,
  7895. this list of conditions and the following disclaimer.
  7896. 2) Redistributions in binary form must reproduce the above copyright notice,
  7897. this list of conditions and the following disclaimer in the documentation
  7898. and/or other materials provided with the distribution.
  7899. 3) Neither the name of the Synopsys, Inc., nor the names of its contributors
  7900. may be used to endorse or promote products derived from this software
  7901. without specific prior written permission.
  7902. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  7903. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7904. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7905. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  7906. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  7907. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  7908. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  7909. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  7910. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  7911. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  7912. POSSIBILITY OF SUCH DAMAGE.
  7913. (45) Phoenix Systems - Phoenix-RTOS targets
  7914. Copyright (c) 2016 Phoenix Systems
  7915. All rights reserved.
  7916. Redistribution and use in source and binary forms, with or without
  7917. modification, are permitted provided that the following conditions
  7918. are met:
  7919. 1. Redistributions of source code must retain the above copyright
  7920. notice, this list of conditions and the following disclaimer.
  7921. 2. Redistributions in binary form must reproduce the above copyright
  7922. notice, this list of conditions and the following disclaimer in the
  7923. documentation and/or other materials provided with the distribution.
  7924. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7925. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7926. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7927. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7928. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7929. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7930. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7931. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7932. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7933. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7934. SUCH DAMAGE.
  7935. (46)
  7936. Copyright (c) 2016, Synopsys, Inc. All rights reserved.
  7937. Redistribution and use in source and binary forms, with or without
  7938. modification, are permitted provided that the following conditions are met:
  7939. 1) Redistributions of source code must retain the above copyright notice,
  7940. this list of conditions and the following disclaimer.
  7941. 2) Redistributions in binary form must reproduce the above copyright notice,
  7942. this list of conditions and the following disclaimer in the documentation
  7943. and/or other materials provided with the distribution.
  7944. 3) Neither the name of the Synopsys, Inc., nor the names of its contributors
  7945. may be used to endorse or promote products derived from this software
  7946. without specific prior written permission.
  7947. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  7948. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7949. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7950. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  7951. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  7952. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  7953. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  7954. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  7955. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  7956. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  7957. POSSIBILITY OF SUCH DAMAGE.
  7958. (47)
  7959. Copyright (c) 2016 Joel Sherrill <joel@rtems.org>. All rights reserved.
  7960. Redistribution and use in source and binary forms, with or without
  7961. modification, are permitted provided that the following conditions
  7962. are met:
  7963. 1. Redistributions of source code must retain the above copyright
  7964. notice, this list of conditions and the following disclaimer.
  7965. 2. Redistributions in binary form must reproduce the above copyright
  7966. notice, this list of conditions and the following disclaimer in the
  7967. documentation and/or other materials provided with the distribution.
  7968. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  7969. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  7970. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  7971. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  7972. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  7973. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  7974. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  7975. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  7976. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  7977. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  7978. SUCH DAMAGE.
  7979. (48)
  7980. From musl include/elf.h
  7981. Copyright © 2005-2014 Rich Felker, et al.t
  7982. Permission is hereby granted, free of charge, to any person obtaining
  7983. a copy of this software and associated documentation files (the
  7984. "Software"), to deal in the Software without restriction, including
  7985. without limitation the rights to use, copy, modify, merge, publish,
  7986. distribute, sublicense, and/or sell copies of the Software, and to
  7987. permit persons to whom the Software is furnished to do so, subject to
  7988. the following conditions:
  7989. The above copyright notice and this permission notice shall be
  7990. included in all copies or substantial portions of the Software.
  7991. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  7992. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  7993. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  7994. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  7995. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  7996. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  7997. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  7998. (49)
  7999. Copyright (c) 2008 Otto Moerbeek <otto@drijf.net>
  8000. Permission to use, copy, modify, and distribute this software for any
  8001. purpose with or without fee is hereby granted, provided that the above
  8002. copyright notice and this permission notice appear in all copies.
  8003. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  8004. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  8005. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  8006. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  8007. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  8008. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  8009. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  8010. (50)
  8011. Copyright (c) 2017 embedded brains GmbH
  8012. All rights reserved.
  8013. Redistribution and use in source and binary forms, with or without
  8014. modification, are permitted provided that the following conditions
  8015. are met:
  8016. 1. Redistributions of source code must retain the above copyright
  8017. notice, this list of conditions and the following disclaimer.
  8018. 2. Redistributions in binary form must reproduce the above copyright
  8019. notice, this list of conditions and the following disclaimer in the
  8020. documentation and/or other materials provided with the distribution.
  8021. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  8022. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8023. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8024. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  8025. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  8026. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  8027. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  8028. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  8029. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  8030. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  8031. SUCH DAMAGE.
  8032. (51)
  8033. From musl src/string/strverscmp.c
  8034. Copyright © 2005-2014 Rich Felker, et al.
  8035. Permission is hereby granted, free of charge, to any person obtaining
  8036. a copy of this software and associated documentation files (the
  8037. "Software"), to deal in the Software without restriction, including
  8038. without limitation the rights to use, copy, modify, merge, publish,
  8039. distribute, sublicense, and/or sell copies of the Software, and to
  8040. permit persons to whom the Software is furnished to do so, subject to
  8041. the following conditions:
  8042. The above copyright notice and this permission notice shall be
  8043. included in all copies or substantial portions of the Software.
  8044. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  8045. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  8046. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  8047. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  8048. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  8049. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  8050. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  8051. (52)
  8052. ++Copyright++ 1983, 1993
  8053. -
  8054. Copyright (c) 1983, 1993
  8055. The Regents of the University of California. All rights reserved.
  8056. Redistribution and use in source and binary forms, with or without
  8057. modification, are permitted provided that the following conditions
  8058. are met:
  8059. 1. Redistributions of source code must retain the above copyright
  8060. notice, this list of conditions and the following disclaimer.
  8061. 2. Redistributions in binary form must reproduce the above copyright
  8062. notice, this list of conditions and the following disclaimer in the
  8063. documentation and/or other materials provided with the distribution.
  8064. 3. Neither the name of the University nor the names of its contributors
  8065. may be used to endorse or promote products derived from this software
  8066. without specific prior written permission.
  8067. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  8068. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8069. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8070. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  8071. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  8072. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  8073. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  8074. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  8075. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  8076. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  8077. SUCH DAMAGE.
  8078. -
  8079. Portions Copyright (c) 1993 by Digital Equipment Corporation.
  8080. Permission to use, copy, modify, and distribute this software for any
  8081. purpose with or without fee is hereby granted, provided that the above
  8082. copyright notice and this permission notice appear in all copies, and that
  8083. the name of Digital Equipment Corporation not be used in advertising or
  8084. publicity pertaining to distribution of the document or software without
  8085. specific, written prior permission.
  8086. THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
  8087. WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
  8088. OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT
  8089. CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  8090. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  8091. PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  8092. ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  8093. SOFTWARE.
  8094. -
  8095. --Copyright--
  8096. (53)
  8097. Copyright (c) 2015 John Baldwin <jhb@FreeBSD.org>.
  8098. All rights reserved.
  8099. Redistribution and use in source and binary forms, with or without
  8100. modification, are permitted provided that the following conditions
  8101. are met:
  8102. 1. Redistributions of source code must retain the above copyright
  8103. notice, this list of conditions and the following disclaimer.
  8104. 2. Redistributions in binary form must reproduce the above copyright
  8105. notice, this list of conditions and the following disclaimer in the
  8106. documentation and/or other materials provided with the distribution.
  8107. 3. Neither the name of the author nor the names of its contributors
  8108. may be used to endorse or promote products derived from this software
  8109. without specific prior written permission.
  8110. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  8111. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8112. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8113. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  8114. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  8115. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  8116. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  8117. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  8118. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  8119. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  8120. SUCH DAMAGE.
  8121. (54)
  8122. Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  8123. All rights reserved.
  8124. Redistribution and use in source and binary forms, with or without
  8125. modification, are permitted provided that the following conditions
  8126. are met:
  8127. 1. Redistributions of source code must retain the above copyright
  8128. notice, this list of conditions and the following disclaimer.
  8129. 2. Redistributions in binary form must reproduce the above copyright
  8130. notice, this list of conditions and the following disclaimer in the
  8131. documentation and/or other materials provided with the distribution.
  8132. 3. Neither the name of the project nor the names of its contributors
  8133. may be used to endorse or promote products derived from this software
  8134. without specific prior written permission.
  8135. THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  8136. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8137. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8138. ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  8139. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  8140. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  8141. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  8142. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  8143. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  8144. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  8145. SUCH DAMAGE.
  8146. $KAME: in6.h,v 1.89 2001/05/27 13:28:35 itojun Exp $
  8147. (55)
  8148. Copyright (c) 2008, Jeffrey Roberson <jeff@freebsd.org>
  8149. All rights reserved.
  8150. Copyright (c) 2008 Nokia Corporation
  8151. All rights reserved.
  8152. Redistribution and use in source and binary forms, with or without
  8153. modification, are permitted provided that the following conditions
  8154. are met:
  8155. 1. Redistributions of source code must retain the above copyright
  8156. notice unmodified, this list of conditions, and the following
  8157. disclaimer.
  8158. 2. Redistributions in binary form must reproduce the above copyright
  8159. notice, this list of conditions and the following disclaimer in the
  8160. documentation and/or other materials provided with the distribution.
  8161. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  8162. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  8163. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  8164. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  8165. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  8166. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  8167. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  8168. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  8169. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  8170. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  8171. $FreeBSD: head/sys/sys/_bitset.h 299184 2016-05-06 16:41:23Z royger $
  8172. (56)
  8173. Copyright (c) 1982, 1986, 1990, 1993, 1994
  8174. The Regents of the University of California. All rights reserved.
  8175. (c) UNIX System Laboratories, Inc.
  8176. All or some portions of this file are derived from material licensed
  8177. to the University of California by American Telephone and Telegraph
  8178. Co. or Unix System Laboratories, Inc. and are reproduced herein with
  8179. the permission of UNIX System Laboratories, Inc.
  8180. Redistribution and use in source and binary forms, with or without
  8181. modification, are permitted provided that the following conditions
  8182. are met:
  8183. 1. Redistributions of source code must retain the above copyright
  8184. notice, this list of conditions and the following disclaimer.
  8185. 2. Redistributions in binary form must reproduce the above copyright
  8186. notice, this list of conditions and the following disclaimer in the
  8187. documentation and/or other materials provided with the distribution.
  8188. 3. Neither the name of the University nor the names of its contributors
  8189. may be used to endorse or promote products derived from this software
  8190. without specific prior written permission.
  8191. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  8192. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8193. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8194. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  8195. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  8196. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  8197. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  8198. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  8199. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  8200. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  8201. SUCH DAMAGE.
  8202. @(#)filio.h 8.1 (Berkeley) 3/28/94
  8203. $FreeBSD: head/sys/sys/filio.h 314436 2017-02-28 23:42:47Z imp $
  8204. (57)
  8205. Configuration for math routines.
  8206. Copyright (c) 2017 ARM Ltd. All rights reserved.
  8207. Redistribution and use in source and binary forms, with or without
  8208. modification, are permitted provided that the following conditions
  8209. are met:
  8210. 1. Redistributions of source code must retain the above copyright
  8211. notice, this list of conditions and the following disclaimer.
  8212. 2. Redistributions in binary form must reproduce the above copyright
  8213. notice, this list of conditions and the following disclaimer in the
  8214. documentation and/or other materials provided with the distribution.
  8215. 3. The name of the company may not be used to endorse or promote
  8216. products derived from this software without specific prior written
  8217. permission.
  8218. THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS AND ANY EXPRESS OR IMPLIED
  8219. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  8220. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  8221. IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  8222. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  8223. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  8224. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  8225. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  8226. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  8227. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  8228. (58)
  8229. Copyright (c) 2007 The NetBSD Foundation, Inc.
  8230. All rights reserved.
  8231. This code is derived from software written by Stephen L. Moshier.
  8232. It is redistributed by the NetBSD Foundation by permission of the author.
  8233. Redistribution and use in source and binary forms, with or without
  8234. modification, are permitted provided that the following conditions
  8235. are met:
  8236. 1. Redistributions of source code must retain the above copyright
  8237. notice, this list of conditions and the following disclaimer.
  8238. 2. Redistributions in binary form must reproduce the above copyright
  8239. notice, this list of conditions and the following disclaimer in the
  8240. documentation and/or other materials provided with the distribution.
  8241. THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  8242. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  8243. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  8244. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
  8245. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  8246. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  8247. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  8248. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  8249. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  8250. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  8251. POSSIBILITY OF SUCH DAMAGE.
  8252. (59)
  8253. (c) Copyright 2017 Michael R. Neilly
  8254. All rights reserved.
  8255. Redistribution and use in source and binary forms, with or without
  8256. modification, are permitted provided that the following conditions
  8257. are met:
  8258. * Redistributions of source code must retain the above copyright
  8259. notice, this list of conditions and the following disclaimer.
  8260. * Redistributions in binary form must reproduce the above copyright
  8261. notice, this list of conditions and the following disclaimer in the
  8262. documentation and/or other materials provided with the distribution.
  8263. * Neither the names of the copyright holders nor the names of their
  8264. contributors may be used to endorse or promote products derived from
  8265. this software without specific prior written permission.
  8266. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  8267. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  8268. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  8269. FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  8270. COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  8271. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  8272. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  8273. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  8274. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  8275. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  8276. ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  8277. POSSIBILITY OF SUCH DAMAGE.
  8278. (60)
  8279. bits/byteswap.h
  8280. This file is part of Cygwin.
  8281. This software is a copyrighted work licensed under the terms of the
  8282. Cygwin license. Please consult the file "CYGWIN_LICENSE" for
  8283. details.
  8284. Additionally, newlib/doc/makedoc.c has a GNU GPL license:
  8285. This program is free software; you can redistribute it and/or modify
  8286. it under the terms of the GNU General Public License as published by
  8287. the Free Software Foundation; either version 2 of the License, or
  8288. (at your option) any later version.
  8289. libgloss:
  8290. ---------
  8291. The libgloss subdirectory is a collection of software from several sources.
  8292. Each file may have its own copyright/license that is embedded in the source
  8293. file. Unless otherwise noted in the body of the source file(s), the following copyright
  8294. notices will apply to the contents of the libgloss subdirectory:
  8295. (1) Red Hat Incorporated
  8296. Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved.
  8297. This copyrighted material is made available to anyone wishing to use, modify,
  8298. copy, or redistribute it subject to the terms and conditions of the BSD
  8299. License. This program is distributed in the hope that it will be useful,
  8300. but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties
  8301. of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license
  8302. is available at http://www.opensource.org/licenses. Any Red Hat trademarks that
  8303. are incorporated in the source code or documentation are not subject to the BSD
  8304. License and may only be used or replicated with the express permission of
  8305. Red Hat, Inc.
  8306. (2) University of California, Berkeley
  8307. Copyright (c) 1981-2000 The Regents of the University of California.
  8308. All rights reserved.
  8309. Redistribution and use in source and binary forms, with or without modification,
  8310. are permitted provided that the following conditions are met:
  8311. * Redistributions of source code must retain the above copyright notice,
  8312. this list of conditions and the following disclaimer.
  8313. * Redistributions in binary form must reproduce the above copyright notice,
  8314. this list of conditions and the following disclaimer in the documentation
  8315. and/or other materials provided with the distribution.
  8316. * Neither the name of the University nor the names of its contributors may
  8317. be used to endorse or promote products derived from this software without
  8318. specific prior written permission.
  8319. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  8320. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  8321. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  8322. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  8323. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  8324. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  8325. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  8326. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  8327. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  8328. OF SUCH DAMAGE.
  8329. (3) DJ Delorie
  8330. Copyright (C) 1993 DJ Delorie
  8331. All rights reserved.
  8332. Redistribution, modification, and use in source and binary forms is permitted
  8333. provided that the above copyright notice and following paragraph are
  8334. duplicated in all such forms.
  8335. This file is distributed WITHOUT ANY WARRANTY; without even the implied
  8336. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8337. (4) (formerly GPL for fr30)
  8338. The GPL is no longer applicable to the fr30 platform. The piece of
  8339. code (syscalls.c) referencing the GPL has been officially relicensed.
  8340. (5) Advanced Micro Devices
  8341. Copyright 1989, 1990 Advanced Micro Devices, Inc.
  8342. This software is the property of Advanced Micro Devices, Inc (AMD) which
  8343. specifically grants the user the right to modify, use and distribute this
  8344. software provided this notice is not removed or altered. All other rights
  8345. are reserved by AMD.
  8346. AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
  8347. SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
  8348. DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
  8349. USE OF THIS SOFTWARE.
  8350. So that all may benefit from your experience, please report any problems
  8351. or suggestions about this software to the 29K Technical Support Center at
  8352. 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or
  8353. 0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118.
  8354. Advanced Micro Devices, Inc.
  8355. 29K Support Products
  8356. Mail Stop 573
  8357. 5900 E. Ben White Blvd.
  8358. Austin, TX 78741
  8359. 800-292-9263
  8360. (6) - Analog Devices, Inc. (bfin-* targets)
  8361. Copyright (C) 2006, 2008, 2009, 2011, 2012 Analog Devices, Inc.
  8362. The authors hereby grant permission to use, copy, modify, distribute,
  8363. and license this software and its documentation for any purpose, provided
  8364. that existing copyright notices are retained in all copies and that this
  8365. notice is included verbatim in any distributions. No written agreement,
  8366. license, or royalty fee is required for any of the authorized uses.
  8367. Modifications to this software may be copyrighted by their authors
  8368. and need not follow the licensing terms described here, provided that
  8369. the new terms are clearly indicated on the first page of each file where
  8370. they apply.
  8371. (7) University of Utah and the Computer Systems Laboratory (CSL)
  8372. [applies only to hppa*-*-pro* targets]
  8373. Copyright (c) 1990,1994 The University of Utah and
  8374. the Computer Systems Laboratory (CSL). All rights reserved.
  8375. Permission to use, copy, modify and distribute this software is hereby
  8376. granted provided that (1) source code retains these copyright, permission,
  8377. and disclaimer notices, and (2) redistributions including binaries
  8378. reproduce the notices in supporting documentation, and (3) all advertising
  8379. materials mentioning features or use of this software display the following
  8380. acknowledgement: ``This product includes software developed by the
  8381. Computer Systems Laboratory at the University of Utah.''
  8382. THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
  8383. IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
  8384. ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
  8385. CSL requests users of this software to return to csl-dist@cs.utah.edu any
  8386. improvements that they make and grant CSL redistribution rights.
  8387. (8) Sun Microsystems
  8388. Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
  8389. Developed at SunPro, a Sun Microsystems, Inc. business.
  8390. Permission to use, copy, modify, and distribute this
  8391. software is freely granted, provided that this notice is preserved.
  8392. (9) Hewlett Packard
  8393. (c) Copyright 1986 HEWLETT-PACKARD COMPANY
  8394. To anyone who acknowledges that this file is provided "AS IS"
  8395. without any express or implied warranty:
  8396. permission to use, copy, modify, and distribute this file
  8397. for any purpose is hereby granted without fee, provided that
  8398. the above copyright notice and this notice appears in all
  8399. copies, and that the name of Hewlett-Packard Company not be
  8400. used in advertising or publicity pertaining to distribution
  8401. of the software without specific, written prior permission.
  8402. Hewlett-Packard Company makes no representations about the
  8403. suitability of this software for any purpose.
  8404. (10) Hans-Peter Nilsson
  8405. Copyright (C) 2001 Hans-Peter Nilsson
  8406. Permission to use, copy, modify, and distribute this software is
  8407. freely granted, provided that the above copyright notice, this notice
  8408. and the following disclaimer are preserved with no changes.
  8409. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  8410. IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  8411. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  8412. PURPOSE.
  8413. (11) IBM Corp. spu processor (only spu-* targets)
  8414. (C) Copyright IBM Corp. 2005, 2006
  8415. All rights reserved.
  8416. Redistribution and use in source and binary forms, with or without
  8417. modification, are permitted provided that the following conditions are met:
  8418. * Redistributions of source code must retain the above copyright notice,
  8419. this list of conditions and the following disclaimer.
  8420. * Redistributions in binary form must reproduce the above copyright
  8421. notice, this list of conditions and the following disclaimer in the
  8422. documentation and/or other materials provided with the distribution.
  8423. * Neither the name of IBM nor the names of its contributors may be
  8424. used to endorse or promote products derived from this software without
  8425. specific prior written permission.
  8426. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  8427. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8428. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8429. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  8430. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  8431. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  8432. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  8433. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  8434. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  8435. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  8436. POSSIBILITY OF SUCH DAMAGE.
  8437. (12) Jon Beniston (only lm32-* targets)
  8438. Contributed by Jon Beniston <jon@beniston.com>
  8439. Redistribution and use in source and binary forms, with or without
  8440. modification, are permitted provided that the following conditions
  8441. are met:
  8442. 1. Redistributions of source code must retain the above copyright
  8443. notice, this list of conditions and the following disclaimer.
  8444. 2. Redistributions in binary form must reproduce the above copyright
  8445. notice, this list of conditions and the following disclaimer in the
  8446. documentation and/or other materials provided with the distribution.
  8447. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  8448. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8449. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8450. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  8451. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  8452. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  8453. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  8454. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  8455. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  8456. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  8457. SUCH DAMAGE.
  8458. (13) - Xilinx, Inc. (microblaze-* and powerpc-* targets)
  8459. Copyright (c) 2004, 2009 Xilinx, Inc. All rights reserved.
  8460. Redistribution and use in source and binary forms, with or without
  8461. modification, are permitted provided that the following conditions are
  8462. met:
  8463. 1. Redistributions source code must retain the above copyright notice,
  8464. this list of conditions and the following disclaimer.
  8465. 2. Redistributions in binary form must reproduce the above copyright
  8466. notice, this list of conditions and the following disclaimer in the
  8467. documentation and/or other materials provided with the distribution.
  8468. 3. Neither the name of Xilinx nor the names of its contributors may be
  8469. used to endorse or promote products derived from this software without
  8470. specific prior written permission.
  8471. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
  8472. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  8473. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  8474. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  8475. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  8476. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  8477. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  8478. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  8479. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  8480. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  8481. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  8482. (14) - National Semiconductor Corporation
  8483. Copyright (c) 2004 National Semiconductor Corporation
  8484. The authors hereby grant permission to use, copy, modify, distribute,
  8485. and license this software and its documentation for any purpose, provided
  8486. that existing copyright notices are retained in all copies and that this
  8487. notice is included verbatim in any distributions. No written agreement,
  8488. license, or royalty fee is required for any of the authorized uses.
  8489. Modifications to this software may be copyrighted by their authors
  8490. and need not follow the licensing terms described here, provided that
  8491. the new terms are clearly indicated on the first page of each file where
  8492. they apply.
  8493. (15) - CodeSourcery, Inc. (tic6x-* targets)
  8494. Copyright (c) 2010 CodeSourcery, Inc.
  8495. All rights reserved.
  8496. Redistribution and use in source and binary forms, with or without
  8497. modification, are permitted provided that the following conditions are met:
  8498. * Redistributions of source code must retain the above copyright
  8499. notice, this list of conditions and the following disclaimer.
  8500. * Redistributions in binary form must reproduce the above copyright
  8501. notice, this list of conditions and the following disclaimer in the
  8502. documentation and/or other materials provided with the distribution.
  8503. * Neither the name of CodeSourcery nor the
  8504. names of its contributors may be used to endorse or promote products
  8505. derived from this software without specific prior written permission.
  8506. THIS SOFTWARE IS PROVIDED BY CODESOURCERY, INC. ``AS IS'' AND ANY
  8507. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  8508. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  8509. DISCLAIMED. IN NO EVENT SHALL CODESOURCERY BE LIABLE FOR ANY
  8510. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  8511. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  8512. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  8513. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  8514. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  8515. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  8516. (16) - GPL with exception (sparc-*leon*, crx-*, cr16-* targets only)
  8517. Copyright (C) 1992 Free Software Foundation, Inc.
  8518. Written By David Vinayak Henkel-Wallace, June 1992
  8519. This file is free software; you can redistribute it and/or modify it
  8520. under the terms of the GNU General Public License as published by the
  8521. Free Software Foundation; either version 2, or (at your option) any
  8522. later version.
  8523. In addition to the permissions in the GNU General Public License, the
  8524. Free Software Foundation gives you unlimited permission to link the
  8525. compiled version of this file with other programs, and to distribute
  8526. those programs without any restriction coming from the use of this
  8527. file. (The General Public License restrictions do apply in other
  8528. respects; for example, they cover modification of the file, and
  8529. distribution when not linked into another program.)
  8530. This file is distributed in the hope that it will be useful, but
  8531. WITHOUT ANY WARRANTY; without even the implied warranty of
  8532. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  8533. General Public License for more details.
  8534. You should have received a copy of the GNU General Public License
  8535. along with this program; see the file COPYING. If not, write to
  8536. the Free Software Foundation, 59 Temple Place - Suite 330,
  8537. Boston, MA 02111-1307, USA.
  8538. As a special exception, if you link this library with files
  8539. compiled with GCC to produce an executable, this does not cause
  8540. the resulting executable to be covered by the GNU General Public License.
  8541. This exception does not however invalidate any other reasons why
  8542. the executable file might be covered by the GNU General Public License.
  8543. (17) - Adapteva, Inc. (epiphany-* targets)
  8544. Copyright (c) 2011, Adapteva, Inc.
  8545. All rights reserved.
  8546. Redistribution and use in source and binary forms, with or without
  8547. modification, are permitted provided that the following conditions are met:
  8548. * Redistributions of source code must retain the above copyright notice, this
  8549. list of conditions and the following disclaimer.
  8550. * Redistributions in binary form must reproduce the above copyright notice,
  8551. this list of conditions and the following disclaimer in the documentation
  8552. and/or other materials provided with the distribution.
  8553. * Neither the name of Adapteva nor the names of its contributors may be used
  8554. to endorse or promote products derived from this software without specific
  8555. prior written permission.
  8556. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  8557. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  8558. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  8559. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  8560. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  8561. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  8562. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  8563. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  8564. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  8565. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  8566. (18) - Rolls-Royce Controls and Data Services Limited (visium-* targets)
  8567. Copyright (c) 2015 Rolls-Royce Controls and Data Services Limited.
  8568. All rights reserved.
  8569. Redistribution and use in source and binary forms, with or without
  8570. modification, are permitted provided that the following conditions are met:
  8571. * Redistributions of source code must retain the above copyright notice,
  8572. this list of conditions and the following disclaimer.
  8573. * Redistributions in binary form must reproduce the above copyright
  8574. notice, this list of conditions and the following disclaimer in the
  8575. documentation and/or other materials provided with the distribution.
  8576. * Neither the name of Rolls-Royce Controls and Data Services Limited nor
  8577. the names of its contributors may be used to endorse or promote products
  8578. derived from this software without specific prior written permission.
  8579. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  8580. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  8581. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  8582. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  8583. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  8584. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  8585. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  8586. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  8587. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  8588. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  8589. (19) - FTDI (ft32-* targets)
  8590. Copyright (C) 2014 FTDI (support@ftdichip.com)
  8591. The authors hereby grant permission to use, copy, modify, distribute,
  8592. and license this software and its documentation for any purpose, provided
  8593. that existing copyright notices are retained in all copies and that this
  8594. notice is included verbatim in any distributions. No written agreement,
  8595. license, or royalty fee is required for any of the authorized uses.
  8596. Modifications to this software may be copyrighted by their authors
  8597. and need not follow the licensing terms described here, provided that
  8598. the new terms are clearly indicated on the first page of each file where
  8599. they apply.
  8600. (20) - Synopsys Inc (arc-* targets)
  8601. Copyright (c) 2015, Synopsys, Inc. All rights reserved.
  8602. Redistribution and use in source and binary forms, with or without
  8603. modification, are permitted provided that the following conditions are met:
  8604. 1) Redistributions of source code must retain the above copyright notice,
  8605. this list of conditions and the following disclaimer.
  8606. 2) Redistributions in binary form must reproduce the above copyright notice,
  8607. this list of conditions and the following disclaimer in the documentation
  8608. and/or other materials provided with the distribution.
  8609. 3) Neither the name of the Synopsys, Inc., nor the names of its contributors
  8610. may be used to endorse or promote products derived from this software
  8611. without specific prior written permission.
  8612. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  8613. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8614. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8615. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  8616. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  8617. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  8618. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  8619. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  8620. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  8621. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  8622. POSSIBILITY OF SUCH DAMAGE.
  8623. --------------------------------------------------------------------------------
  8624. Contains code from project ZLIB (http://www.zlib.net/) under the following
  8625. license(s).
  8626. Copyright notice:
  8627. (C) 1995-2013 Jean-loup Gailly and Mark Adler
  8628. This software is provided 'as-is', without any express or implied
  8629. warranty. In no event will the authors be held liable for any damages
  8630. arising from the use of this software.
  8631. Permission is granted to anyone to use this software for any purpose,
  8632. including commercial applications, and to alter it and redistribute it
  8633. freely, subject to the following restrictions:
  8634. 1. The origin of this software must not be misrepresented; you must not
  8635. claim that you wrote the original software. If you use this software
  8636. in a product, an acknowledgment in the product documentation would be
  8637. appreciated but is not required.
  8638. 2. Altered source versions must be plainly marked as such, and must not be
  8639. misrepresented as being the original software.
  8640. 3. This notice may not be removed or altered from any source distribution.
  8641. Jean-loup Gailly Mark Adler
  8642. jloup@gzip.org madler@alumni.caltech.edu
  8643. If you use the zlib library in a product, we would appreciate *not* receiving
  8644. lengthy legal documents to sign. The sources are provided for free but without
  8645. warranty of any kind. The library has been entirely written by Jean-loup
  8646. Gailly and Mark Adler; it does not include third-party code.
  8647. If you redistribute modified sources, we would appreciate that you include in
  8648. the file ChangeLog history information documenting your changes. Please read
  8649. the FAQ for more information on the distribution of modified source versions.
  8650. --------------------------------------------------------------------------------
  8651. Contains Integration scripts and samples under New BSD License.
  8652. Copyright (c) 2011, ARM Limited
  8653. All rights reserved.
  8654. Redistribution and use in source and binary forms, with or without
  8655. modification, are permitted provided that the following conditions are met:
  8656. * Redistributions of source code must retain the above copyright notice,
  8657. this list of conditions and the following disclaimer.
  8658. * Redistributions in binary form must reproduce the above copyright
  8659. notice, this list of conditions and the following disclaimer in the
  8660. documentation and/or other materials provided with the distribution.
  8661. * Neither the name of ARM nor the names of its contributors may be used
  8662. to endorse or promote products derived from this software without
  8663. specific prior written permission.
  8664. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  8665. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  8666. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  8667. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  8668. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  8669. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  8670. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  8671. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  8672. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  8673. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  8674. POSSIBILITY OF SUCH DAMAGE.