2
0

legal.c 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  1. /*
  2. * bnlib - BigNum multiprecision integer math library.
  3. * Copyright (c) 1995, 2005 Colin Plumb. All rights reserved.
  4. *
  5. * This library (the "program") is licensed under the terms of the GNU
  6. * General Public License (GPL) as published by the Free Software
  7. * Foundation, GPL version 2 or version 3 at your option, except as
  8. * described below.
  9. *
  10. * Philip Zimmermann has received from Colin Plumb the unlimited right
  11. * to sublicense this library to others under non-GPL terms. If by
  12. * private arrangement with Philip Zimmermann you've received this
  13. * library under a different license, that license will supersede the
  14. * terms set out in this document.
  15. *
  16. * You may not redistribute this library except according to the terms
  17. * described in this document. Don't be confused by the GPL. It is
  18. * not the LGPL, Apache, MIT, BSD, Creative Commons, WTFPL, or any
  19. * other license you might imagine. It is the GPL, as included below.
  20. *
  21. * The GPL license places many complex restrictions on the
  22. * distribution of this library which might make it inconvenient to
  23. * use in a commercial project. Be sure to check the exact details of
  24. * the license before you use this library for anything meaningful.
  25. * For more information about the GPL, visit:
  26. * http://www.gnu.org/copyleft/gpl.html
  27. *
  28. * To license this library under non-GPL terms, please contact: Philip
  29. * Zimmermann <prz@mit.edu> (http://philzimmermann.com).
  30. *
  31. * As a special exception, you may combine this library with the code
  32. * of FreeSWITCH or FreeSWITCH derivatives and modify, redistribute,
  33. * and use the resulting source code and executable binaries
  34. * (including modified versions of each) under the Mozilla Public
  35. * License Version 1.1 (MPLv1.1). For more information about
  36. * FreeSWITCH, visit: https://freeswitch.org/
  37. *
  38. * As a restatement of the above, you may use, modify, and
  39. * redistribute this library as if it were licensed under the MPLv1.1
  40. * if and only if it is combined with FreeSWITCH or a derivative work
  41. * of the FreeSWITCH code. If it is not combined with anything, the
  42. * terms of the GPL apply. If it is combined with any other program
  43. * that is not FreeSWITCH or a derivative work of the FreeSWITCH code
  44. * but not also combined with FreeSWITCH or a derivative work of the
  45. * FreeSWITCH code in the same work, the terms of the GPL apply.
  46. *
  47. * I, Phil Zimmermann, would like to make the following non-binding
  48. * request of any contributors to this library: please make your
  49. * changes available for me to sublicense. I support myself in part
  50. * on my ability to license software I've created to producers of
  51. * proprietary software, and I'd like to include your contributions in
  52. * the proprietary releases I make. You can allow me to do so either
  53. * by placing your changes in the public domain (e.g. "I place these
  54. * changes in the public domain") or by granting me certain rights to
  55. * your changes (e.g. "I grant to Philip Zimmermann a non-exclusive,
  56. * irrevocable, world-wide license to distribute, modify, use in any
  57. * way, and sublicense under any terms my code and changes to
  58. * bnlib").
  59. *
  60. * This file must be packaged together with the rest of the bnlib
  61. * source code. That's why it's in a .c file.
  62. *
  63. * This software might be subject to export controls by the US
  64. * Commerce Department's Bureau of Industry and Security. This
  65. * software is provided "as is," with no warranty expressed or
  66. * implied.
  67. *
  68. */
  69. /* Force inclusion of this copyright string. It may be commented out only
  70. * if necessary in order to squeeze bnlib into memory-starved environments. */
  71. #include "legal.h"
  72. volatile const char bnCopyright[] =
  73. "\0bnlib Copyright (c) 1995, 2005 Colin Plumb.";
  74. /****************************************************************************
  75. GNU GENERAL PUBLIC LICENSE
  76. Version 2, June 1991
  77. Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
  78. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  79. Everyone is permitted to copy and distribute verbatim copies
  80. of this license document, but changing it is not allowed.
  81. Preamble
  82. The licenses for most software are designed to take away your
  83. freedom to share and change it. By contrast, the GNU General Public
  84. License is intended to guarantee your freedom to share and change free
  85. software--to make sure the software is free for all its users. This
  86. General Public License applies to most of the Free Software
  87. Foundation's software and to any other program whose authors commit to
  88. using it. (Some other Free Software Foundation software is covered by
  89. the GNU Lesser General Public License instead.) You can apply it to
  90. your programs, too.
  91. When we speak of free software, we are referring to freedom, not
  92. price. Our General Public Licenses are designed to make sure that you
  93. have the freedom to distribute copies of free software (and charge for
  94. this service if you wish), that you receive source code or can get it
  95. if you want it, that you can change the software or use pieces of it
  96. in new free programs; and that you know you can do these things.
  97. To protect your rights, we need to make restrictions that forbid
  98. anyone to deny you these rights or to ask you to surrender the rights.
  99. These restrictions translate to certain responsibilities for you if you
  100. distribute copies of the software, or if you modify it.
  101. For example, if you distribute copies of such a program, whether
  102. gratis or for a fee, you must give the recipients all the rights that
  103. you have. You must make sure that they, too, receive or can get the
  104. source code. And you must show them these terms so they know their
  105. rights.
  106. We protect your rights with two steps: (1) copyright the software, and
  107. (2) offer you this license which gives you legal permission to copy,
  108. distribute and/or modify the software.
  109. Also, for each author's protection and ours, we want to make certain
  110. that everyone understands that there is no warranty for this free
  111. software. If the software is modified by someone else and passed on, we
  112. want its recipients to know that what they have is not the original, so
  113. that any problems introduced by others will not reflect on the original
  114. authors' reputations.
  115. Finally, any free program is threatened constantly by software
  116. patents. We wish to avoid the danger that redistributors of a free
  117. program will individually obtain patent licenses, in effect making the
  118. program proprietary. To prevent this, we have made it clear that any
  119. patent must be licensed for everyone's free use or not licensed at all.
  120. The precise terms and conditions for copying, distribution and
  121. modification follow.
  122. GNU GENERAL PUBLIC LICENSE
  123. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  124. 0. This License applies to any program or other work which contains
  125. a notice placed by the copyright holder saying it may be distributed
  126. under the terms of this General Public License. The "Program", below,
  127. refers to any such program or work, and a "work based on the Program"
  128. means either the Program or any derivative work under copyright law:
  129. that is to say, a work containing the Program or a portion of it,
  130. either verbatim or with modifications and/or translated into another
  131. language. (Hereinafter, translation is included without limitation in
  132. the term "modification".) Each licensee is addressed as "you".
  133. Activities other than copying, distribution and modification are not
  134. covered by this License; they are outside its scope. The act of
  135. running the Program is not restricted, and the output from the Program
  136. is covered only if its contents constitute a work based on the
  137. Program (independent of having been made by running the Program).
  138. Whether that is true depends on what the Program does.
  139. 1. You may copy and distribute verbatim copies of the Program's
  140. source code as you receive it, in any medium, provided that you
  141. conspicuously and appropriately publish on each copy an appropriate
  142. copyright notice and disclaimer of warranty; keep intact all the
  143. notices that refer to this License and to the absence of any warranty;
  144. and give any other recipients of the Program a copy of this License
  145. along with the Program.
  146. You may charge a fee for the physical act of transferring a copy, and
  147. you may at your option offer warranty protection in exchange for a fee.
  148. 2. You may modify your copy or copies of the Program or any portion
  149. of it, thus forming a work based on the Program, and copy and
  150. distribute such modifications or work under the terms of Section 1
  151. above, provided that you also meet all of these conditions:
  152. a) You must cause the modified files to carry prominent notices
  153. stating that you changed the files and the date of any change.
  154. b) You must cause any work that you distribute or publish, that in
  155. whole or in part contains or is derived from the Program or any
  156. part thereof, to be licensed as a whole at no charge to all third
  157. parties under the terms of this License.
  158. c) If the modified program normally reads commands interactively
  159. when run, you must cause it, when started running for such
  160. interactive use in the most ordinary way, to print or display an
  161. announcement including an appropriate copyright notice and a
  162. notice that there is no warranty (or else, saying that you provide
  163. a warranty) and that users may redistribute the program under
  164. these conditions, and telling the user how to view a copy of this
  165. License. (Exception: if the Program itself is interactive but
  166. does not normally print such an announcement, your work based on
  167. the Program is not required to print an announcement.)
  168. These requirements apply to the modified work as a whole. If
  169. identifiable sections of that work are not derived from the Program,
  170. and can be reasonably considered independent and separate works in
  171. themselves, then this License, and its terms, do not apply to those
  172. sections when you distribute them as separate works. But when you
  173. distribute the same sections as part of a whole which is a work based
  174. on the Program, the distribution of the whole must be on the terms of
  175. this License, whose permissions for other licensees extend to the
  176. entire whole, and thus to each and every part regardless of who wrote it.
  177. Thus, it is not the intent of this section to claim rights or contest
  178. your rights to work written entirely by you; rather, the intent is to
  179. exercise the right to control the distribution of derivative or
  180. collective works based on the Program.
  181. In addition, mere aggregation of another work not based on the Program
  182. with the Program (or with a work based on the Program) on a volume of
  183. a storage or distribution medium does not bring the other work under
  184. the scope of this License.
  185. 3. You may copy and distribute the Program (or a work based on it,
  186. under Section 2) in object code or executable form under the terms of
  187. Sections 1 and 2 above provided that you also do one of the following:
  188. a) Accompany it with the complete corresponding machine-readable
  189. source code, which must be distributed under the terms of Sections
  190. 1 and 2 above on a medium customarily used for software interchange; or,
  191. b) Accompany it with a written offer, valid for at least three
  192. years, to give any third party, for a charge no more than your
  193. cost of physically performing source distribution, a complete
  194. machine-readable copy of the corresponding source code, to be
  195. distributed under the terms of Sections 1 and 2 above on a medium
  196. customarily used for software interchange; or,
  197. c) Accompany it with the information you received as to the offer
  198. to distribute corresponding source code. (This alternative is
  199. allowed only for noncommercial distribution and only if you
  200. received the program in object code or executable form with such
  201. an offer, in accord with Subsection b above.)
  202. The source code for a work means the preferred form of the work for
  203. making modifications to it. For an executable work, complete source
  204. code means all the source code for all modules it contains, plus any
  205. associated interface definition files, plus the scripts used to
  206. control compilation and installation of the executable. However, as a
  207. special exception, the source code distributed need not include
  208. anything that is normally distributed (in either source or binary
  209. form) with the major components (compiler, kernel, and so on) of the
  210. operating system on which the executable runs, unless that component
  211. itself accompanies the executable.
  212. If distribution of executable or object code is made by offering
  213. access to copy from a designated place, then offering equivalent
  214. access to copy the source code from the same place counts as
  215. distribution of the source code, even though third parties are not
  216. compelled to copy the source along with the object code.
  217. 4. You may not copy, modify, sublicense, or distribute the Program
  218. except as expressly provided under this License. Any attempt
  219. otherwise to copy, modify, sublicense or distribute the Program is
  220. void, and will automatically terminate your rights under this License.
  221. However, parties who have received copies, or rights, from you under
  222. this License will not have their licenses terminated so long as such
  223. parties remain in full compliance.
  224. 5. You are not required to accept this License, since you have not
  225. signed it. However, nothing else grants you permission to modify or
  226. distribute the Program or its derivative works. These actions are
  227. prohibited by law if you do not accept this License. Therefore, by
  228. modifying or distributing the Program (or any work based on the
  229. Program), you indicate your acceptance of this License to do so, and
  230. all its terms and conditions for copying, distributing or modifying
  231. the Program or works based on it.
  232. 6. Each time you redistribute the Program (or any work based on the
  233. Program), the recipient automatically receives a license from the
  234. original licensor to copy, distribute or modify the Program subject to
  235. these terms and conditions. You may not impose any further
  236. restrictions on the recipients' exercise of the rights granted herein.
  237. You are not responsible for enforcing compliance by third parties to
  238. this License.
  239. 7. If, as a consequence of a court judgment or allegation of patent
  240. infringement or for any other reason (not limited to patent issues),
  241. conditions are imposed on you (whether by court order, agreement or
  242. otherwise) that contradict the conditions of this License, they do not
  243. excuse you from the conditions of this License. If you cannot
  244. distribute so as to satisfy simultaneously your obligations under this
  245. License and any other pertinent obligations, then as a consequence you
  246. may not distribute the Program at all. For example, if a patent
  247. license would not permit royalty-free redistribution of the Program by
  248. all those who receive copies directly or indirectly through you, then
  249. the only way you could satisfy both it and this License would be to
  250. refrain entirely from distribution of the Program.
  251. If any portion of this section is held invalid or unenforceable under
  252. any particular circumstance, the balance of the section is intended to
  253. apply and the section as a whole is intended to apply in other
  254. circumstances.
  255. It is not the purpose of this section to induce you to infringe any
  256. patents or other property right claims or to contest validity of any
  257. such claims; this section has the sole purpose of protecting the
  258. integrity of the free software distribution system, which is
  259. implemented by public license practices. Many people have made
  260. generous contributions to the wide range of software distributed
  261. through that system in reliance on consistent application of that
  262. system; it is up to the author/donor to decide if he or she is willing
  263. to distribute software through any other system and a licensee cannot
  264. impose that choice.
  265. This section is intended to make thoroughly clear what is believed to
  266. be a consequence of the rest of this License.
  267. 8. If the distribution and/or use of the Program is restricted in
  268. certain countries either by patents or by copyrighted interfaces, the
  269. original copyright holder who places the Program under this License
  270. may add an explicit geographical distribution limitation excluding
  271. those countries, so that distribution is permitted only in or among
  272. countries not thus excluded. In such case, this License incorporates
  273. the limitation as if written in the body of this License.
  274. 9. The Free Software Foundation may publish revised and/or new versions
  275. of the General Public License from time to time. Such new versions will
  276. be similar in spirit to the present version, but may differ in detail to
  277. address new problems or concerns.
  278. Each version is given a distinguishing version number. If the Program
  279. specifies a version number of this License which applies to it and "any
  280. later version", you have the option of following the terms and conditions
  281. either of that version or of any later version published by the Free
  282. Software Foundation. If the Program does not specify a version number of
  283. this License, you may choose any version ever published by the Free Software
  284. Foundation.
  285. 10. If you wish to incorporate parts of the Program into other free
  286. programs whose distribution conditions are different, write to the author
  287. to ask for permission. For software which is copyrighted by the Free
  288. Software Foundation, write to the Free Software Foundation; we sometimes
  289. make exceptions for this. Our decision will be guided by the two goals
  290. of preserving the free status of all derivatives of our free software and
  291. of promoting the sharing and reuse of software generally.
  292. NO WARRANTY
  293. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  294. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  295. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  296. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  297. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  298. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  299. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  300. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  301. REPAIR OR CORRECTION.
  302. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  303. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  304. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  305. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  306. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  307. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  308. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  309. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  310. POSSIBILITY OF SUCH DAMAGES.
  311. END OF TERMS AND CONDITIONS
  312. How to Apply These Terms to Your New Programs
  313. If you develop a new program, and you want it to be of the greatest
  314. possible use to the public, the best way to achieve this is to make it
  315. free software which everyone can redistribute and change under these terms.
  316. To do so, attach the following notices to the program. It is safest
  317. to attach them to the start of each source file to most effectively
  318. convey the exclusion of warranty; and each file should have at least
  319. the "copyright" line and a pointer to where the full notice is found.
  320. <one line to give the program's name and a brief idea of what it does.>
  321. Copyright (C) <year> <name of author>
  322. This program is free software; you can redistribute it and/or modify
  323. it under the terms of the GNU General Public License as published by
  324. the Free Software Foundation; either version 2 of the License, or
  325. (at your option) any later version.
  326. This program is distributed in the hope that it will be useful,
  327. but WITHOUT ANY WARRANTY; without even the implied warranty of
  328. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  329. GNU General Public License for more details.
  330. You should have received a copy of the GNU General Public License along
  331. with this program; if not, write to the Free Software Foundation, Inc.,
  332. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  333. Also add information on how to contact you by electronic and paper mail.
  334. If the program is interactive, make it output a short notice like this
  335. when it starts in an interactive mode:
  336. Gnomovision version 69, Copyright (C) year name of author
  337. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  338. This is free software, and you are welcome to redistribute it
  339. under certain conditions; type `show c' for details.
  340. The hypothetical commands `show w' and `show c' should show the appropriate
  341. parts of the General Public License. Of course, the commands you use may
  342. be called something other than `show w' and `show c'; they could even be
  343. mouse-clicks or menu items--whatever suits your program.
  344. You should also get your employer (if you work as a programmer) or your
  345. school, if any, to sign a "copyright disclaimer" for the program, if
  346. necessary. Here is a sample; alter the names:
  347. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  348. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  349. <signature of Ty Coon>, 1 April 1989
  350. Ty Coon, President of Vice
  351. This General Public License does not permit incorporating your program into
  352. proprietary programs. If your program is a subroutine library, you may
  353. consider it more useful to permit linking proprietary applications with the
  354. library. If this is what you want to do, use the GNU Lesser General
  355. Public License instead of this License.
  356. ****************************************************************************/
  357. /****************************************************************************
  358. GNU GENERAL PUBLIC LICENSE
  359. Version 3, 29 June 2007
  360. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  361. Everyone is permitted to copy and distribute verbatim copies
  362. of this license document, but changing it is not allowed.
  363. Preamble
  364. The GNU General Public License is a free, copyleft license for
  365. software and other kinds of works.
  366. The licenses for most software and other practical works are designed
  367. to take away your freedom to share and change the works. By contrast,
  368. the GNU General Public License is intended to guarantee your freedom to
  369. share and change all versions of a program--to make sure it remains free
  370. software for all its users. We, the Free Software Foundation, use the
  371. GNU General Public License for most of our software; it applies also to
  372. any other work released this way by its authors. You can apply it to
  373. your programs, too.
  374. When we speak of free software, we are referring to freedom, not
  375. price. Our General Public Licenses are designed to make sure that you
  376. have the freedom to distribute copies of free software (and charge for
  377. them if you wish), that you receive source code or can get it if you
  378. want it, that you can change the software or use pieces of it in new
  379. free programs, and that you know you can do these things.
  380. To protect your rights, we need to prevent others from denying you
  381. these rights or asking you to surrender the rights. Therefore, you have
  382. certain responsibilities if you distribute copies of the software, or if
  383. you modify it: responsibilities to respect the freedom of others.
  384. For example, if you distribute copies of such a program, whether
  385. gratis or for a fee, you must pass on to the recipients the same
  386. freedoms that you received. You must make sure that they, too, receive
  387. or can get the source code. And you must show them these terms so they
  388. know their rights.
  389. Developers that use the GNU GPL protect your rights with two steps:
  390. (1) assert copyright on the software, and (2) offer you this License
  391. giving you legal permission to copy, distribute and/or modify it.
  392. For the developers' and authors' protection, the GPL clearly explains
  393. that there is no warranty for this free software. For both users' and
  394. authors' sake, the GPL requires that modified versions be marked as
  395. changed, so that their problems will not be attributed erroneously to
  396. authors of previous versions.
  397. Some devices are designed to deny users access to install or run
  398. modified versions of the software inside them, although the manufacturer
  399. can do so. This is fundamentally incompatible with the aim of
  400. protecting users' freedom to change the software. The systematic
  401. pattern of such abuse occurs in the area of products for individuals to
  402. use, which is precisely where it is most unacceptable. Therefore, we
  403. have designed this version of the GPL to prohibit the practice for those
  404. products. If such problems arise substantially in other domains, we
  405. stand ready to extend this provision to those domains in future versions
  406. of the GPL, as needed to protect the freedom of users.
  407. Finally, every program is threatened constantly by software patents.
  408. States should not allow patents to restrict development and use of
  409. software on general-purpose computers, but in those that do, we wish to
  410. avoid the special danger that patents applied to a free program could
  411. make it effectively proprietary. To prevent this, the GPL assures that
  412. patents cannot be used to render the program non-free.
  413. The precise terms and conditions for copying, distribution and
  414. modification follow.
  415. TERMS AND CONDITIONS
  416. 0. Definitions.
  417. "This License" refers to version 3 of the GNU General Public License.
  418. "Copyright" also means copyright-like laws that apply to other kinds of
  419. works, such as semiconductor masks.
  420. "The Program" refers to any copyrightable work licensed under this
  421. License. Each licensee is addressed as "you". "Licensees" and
  422. "recipients" may be individuals or organizations.
  423. To "modify" a work means to copy from or adapt all or part of the work
  424. in a fashion requiring copyright permission, other than the making of an
  425. exact copy. The resulting work is called a "modified version" of the
  426. earlier work or a work "based on" the earlier work.
  427. A "covered work" means either the unmodified Program or a work based
  428. on the Program.
  429. To "propagate" a work means to do anything with it that, without
  430. permission, would make you directly or secondarily liable for
  431. infringement under applicable copyright law, except executing it on a
  432. computer or modifying a private copy. Propagation includes copying,
  433. distribution (with or without modification), making available to the
  434. public, and in some countries other activities as well.
  435. To "convey" a work means any kind of propagation that enables other
  436. parties to make or receive copies. Mere interaction with a user through
  437. a computer network, with no transfer of a copy, is not conveying.
  438. An interactive user interface displays "Appropriate Legal Notices"
  439. to the extent that it includes a convenient and prominently visible
  440. feature that (1) displays an appropriate copyright notice, and (2)
  441. tells the user that there is no warranty for the work (except to the
  442. extent that warranties are provided), that licensees may convey the
  443. work under this License, and how to view a copy of this License. If
  444. the interface presents a list of user commands or options, such as a
  445. menu, a prominent item in the list meets this criterion.
  446. 1. Source Code.
  447. The "source code" for a work means the preferred form of the work
  448. for making modifications to it. "Object code" means any non-source
  449. form of a work.
  450. A "Standard Interface" means an interface that either is an official
  451. standard defined by a recognized standards body, or, in the case of
  452. interfaces specified for a particular programming language, one that
  453. is widely used among developers working in that language.
  454. The "System Libraries" of an executable work include anything, other
  455. than the work as a whole, that (a) is included in the normal form of
  456. packaging a Major Component, but which is not part of that Major
  457. Component, and (b) serves only to enable use of the work with that
  458. Major Component, or to implement a Standard Interface for which an
  459. implementation is available to the public in source code form. A
  460. "Major Component", in this context, means a major essential component
  461. (kernel, window system, and so on) of the specific operating system
  462. (if any) on which the executable work runs, or a compiler used to
  463. produce the work, or an object code interpreter used to run it.
  464. The "Corresponding Source" for a work in object code form means all
  465. the source code needed to generate, install, and (for an executable
  466. work) run the object code and to modify the work, including scripts to
  467. control those activities. However, it does not include the work's
  468. System Libraries, or general-purpose tools or generally available free
  469. programs which are used unmodified in performing those activities but
  470. which are not part of the work. For example, Corresponding Source
  471. includes interface definition files associated with source files for
  472. the work, and the source code for shared libraries and dynamically
  473. linked subprograms that the work is specifically designed to require,
  474. such as by intimate data communication or control flow between those
  475. subprograms and other parts of the work.
  476. The Corresponding Source need not include anything that users
  477. can regenerate automatically from other parts of the Corresponding
  478. Source.
  479. The Corresponding Source for a work in source code form is that
  480. same work.
  481. 2. Basic Permissions.
  482. All rights granted under this License are granted for the term of
  483. copyright on the Program, and are irrevocable provided the stated
  484. conditions are met. This License explicitly affirms your unlimited
  485. permission to run the unmodified Program. The output from running a
  486. covered work is covered by this License only if the output, given its
  487. content, constitutes a covered work. This License acknowledges your
  488. rights of fair use or other equivalent, as provided by copyright law.
  489. You may make, run and propagate covered works that you do not
  490. convey, without conditions so long as your license otherwise remains
  491. in force. You may convey covered works to others for the sole purpose
  492. of having them make modifications exclusively for you, or provide you
  493. with facilities for running those works, provided that you comply with
  494. the terms of this License in conveying all material for which you do
  495. not control copyright. Those thus making or running the covered works
  496. for you must do so exclusively on your behalf, under your direction
  497. and control, on terms that prohibit them from making any copies of
  498. your copyrighted material outside their relationship with you.
  499. Conveying under any other circumstances is permitted solely under
  500. the conditions stated below. Sublicensing is not allowed; section 10
  501. makes it unnecessary.
  502. 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  503. No covered work shall be deemed part of an effective technological
  504. measure under any applicable law fulfilling obligations under article
  505. 11 of the WIPO copyright treaty adopted on 20 December 1996, or
  506. similar laws prohibiting or restricting circumvention of such
  507. measures.
  508. When you convey a covered work, you waive any legal power to forbid
  509. circumvention of technological measures to the extent such circumvention
  510. is effected by exercising rights under this License with respect to
  511. the covered work, and you disclaim any intention to limit operation or
  512. modification of the work as a means of enforcing, against the work's
  513. users, your or third parties' legal rights to forbid circumvention of
  514. technological measures.
  515. 4. Conveying Verbatim Copies.
  516. You may convey verbatim copies of the Program's source code as you
  517. receive it, in any medium, provided that you conspicuously and
  518. appropriately publish on each copy an appropriate copyright notice;
  519. keep intact all notices stating that this License and any
  520. non-permissive terms added in accord with section 7 apply to the code;
  521. keep intact all notices of the absence of any warranty; and give all
  522. recipients a copy of this License along with the Program.
  523. You may charge any price or no price for each copy that you convey,
  524. and you may offer support or warranty protection for a fee.
  525. 5. Conveying Modified Source Versions.
  526. You may convey a work based on the Program, or the modifications to
  527. produce it from the Program, in the form of source code under the
  528. terms of section 4, provided that you also meet all of these conditions:
  529. a) The work must carry prominent notices stating that you modified
  530. it, and giving a relevant date.
  531. b) The work must carry prominent notices stating that it is
  532. released under this License and any conditions added under section
  533. 7. This requirement modifies the requirement in section 4 to
  534. "keep intact all notices".
  535. c) You must license the entire work, as a whole, under this
  536. License to anyone who comes into possession of a copy. This
  537. License will therefore apply, along with any applicable section 7
  538. additional terms, to the whole of the work, and all its parts,
  539. regardless of how they are packaged. This License gives no
  540. permission to license the work in any other way, but it does not
  541. invalidate such permission if you have separately received it.
  542. d) If the work has interactive user interfaces, each must display
  543. Appropriate Legal Notices; however, if the Program has interactive
  544. interfaces that do not display Appropriate Legal Notices, your
  545. work need not make them do so.
  546. A compilation of a covered work with other separate and independent
  547. works, which are not by their nature extensions of the covered work,
  548. and which are not combined with it such as to form a larger program,
  549. in or on a volume of a storage or distribution medium, is called an
  550. "aggregate" if the compilation and its resulting copyright are not
  551. used to limit the access or legal rights of the compilation's users
  552. beyond what the individual works permit. Inclusion of a covered work
  553. in an aggregate does not cause this License to apply to the other
  554. parts of the aggregate.
  555. 6. Conveying Non-Source Forms.
  556. You may convey a covered work in object code form under the terms
  557. of sections 4 and 5, provided that you also convey the
  558. machine-readable Corresponding Source under the terms of this License,
  559. in one of these ways:
  560. a) Convey the object code in, or embodied in, a physical product
  561. (including a physical distribution medium), accompanied by the
  562. Corresponding Source fixed on a durable physical medium
  563. customarily used for software interchange.
  564. b) Convey the object code in, or embodied in, a physical product
  565. (including a physical distribution medium), accompanied by a
  566. written offer, valid for at least three years and valid for as
  567. long as you offer spare parts or customer support for that product
  568. model, to give anyone who possesses the object code either (1) a
  569. copy of the Corresponding Source for all the software in the
  570. product that is covered by this License, on a durable physical
  571. medium customarily used for software interchange, for a price no
  572. more than your reasonable cost of physically performing this
  573. conveying of source, or (2) access to copy the
  574. Corresponding Source from a network server at no charge.
  575. c) Convey individual copies of the object code with a copy of the
  576. written offer to provide the Corresponding Source. This
  577. alternative is allowed only occasionally and noncommercially, and
  578. only if you received the object code with such an offer, in accord
  579. with subsection 6b.
  580. d) Convey the object code by offering access from a designated
  581. place (gratis or for a charge), and offer equivalent access to the
  582. Corresponding Source in the same way through the same place at no
  583. further charge. You need not require recipients to copy the
  584. Corresponding Source along with the object code. If the place to
  585. copy the object code is a network server, the Corresponding Source
  586. may be on a different server (operated by you or a third party)
  587. that supports equivalent copying facilities, provided you maintain
  588. clear directions next to the object code saying where to find the
  589. Corresponding Source. Regardless of what server hosts the
  590. Corresponding Source, you remain obligated to ensure that it is
  591. available for as long as needed to satisfy these requirements.
  592. e) Convey the object code using peer-to-peer transmission, provided
  593. you inform other peers where the object code and Corresponding
  594. Source of the work are being offered to the general public at no
  595. charge under subsection 6d.
  596. A separable portion of the object code, whose source code is excluded
  597. from the Corresponding Source as a System Library, need not be
  598. included in conveying the object code work.
  599. A "User Product" is either (1) a "consumer product", which means any
  600. tangible personal property which is normally used for personal, family,
  601. or household purposes, or (2) anything designed or sold for incorporation
  602. into a dwelling. In determining whether a product is a consumer product,
  603. doubtful cases shall be resolved in favor of coverage. For a particular
  604. product received by a particular user, "normally used" refers to a
  605. typical or common use of that class of product, regardless of the status
  606. of the particular user or of the way in which the particular user
  607. actually uses, or expects or is expected to use, the product. A product
  608. is a consumer product regardless of whether the product has substantial
  609. commercial, industrial or non-consumer uses, unless such uses represent
  610. the only significant mode of use of the product.
  611. "Installation Information" for a User Product means any methods,
  612. procedures, authorization keys, or other information required to install
  613. and execute modified versions of a covered work in that User Product from
  614. a modified version of its Corresponding Source. The information must
  615. suffice to ensure that the continued functioning of the modified object
  616. code is in no case prevented or interfered with solely because
  617. modification has been made.
  618. If you convey an object code work under this section in, or with, or
  619. specifically for use in, a User Product, and the conveying occurs as
  620. part of a transaction in which the right of possession and use of the
  621. User Product is transferred to the recipient in perpetuity or for a
  622. fixed term (regardless of how the transaction is characterized), the
  623. Corresponding Source conveyed under this section must be accompanied
  624. by the Installation Information. But this requirement does not apply
  625. if neither you nor any third party retains the ability to install
  626. modified object code on the User Product (for example, the work has
  627. been installed in ROM).
  628. The requirement to provide Installation Information does not include a
  629. requirement to continue to provide support service, warranty, or updates
  630. for a work that has been modified or installed by the recipient, or for
  631. the User Product in which it has been modified or installed. Access to a
  632. network may be denied when the modification itself materially and
  633. adversely affects the operation of the network or violates the rules and
  634. protocols for communication across the network.
  635. Corresponding Source conveyed, and Installation Information provided,
  636. in accord with this section must be in a format that is publicly
  637. documented (and with an implementation available to the public in
  638. source code form), and must require no special password or key for
  639. unpacking, reading or copying.
  640. 7. Additional Terms.
  641. "Additional permissions" are terms that supplement the terms of this
  642. License by making exceptions from one or more of its conditions.
  643. Additional permissions that are applicable to the entire Program shall
  644. be treated as though they were included in this License, to the extent
  645. that they are valid under applicable law. If additional permissions
  646. apply only to part of the Program, that part may be used separately
  647. under those permissions, but the entire Program remains governed by
  648. this License without regard to the additional permissions.
  649. When you convey a copy of a covered work, you may at your option
  650. remove any additional permissions from that copy, or from any part of
  651. it. (Additional permissions may be written to require their own
  652. removal in certain cases when you modify the work.) You may place
  653. additional permissions on material, added by you to a covered work,
  654. for which you have or can give appropriate copyright permission.
  655. Notwithstanding any other provision of this License, for material you
  656. add to a covered work, you may (if authorized by the copyright holders of
  657. that material) supplement the terms of this License with terms:
  658. a) Disclaiming warranty or limiting liability differently from the
  659. terms of sections 15 and 16 of this License; or
  660. b) Requiring preservation of specified reasonable legal notices or
  661. author attributions in that material or in the Appropriate Legal
  662. Notices displayed by works containing it; or
  663. c) Prohibiting misrepresentation of the origin of that material, or
  664. requiring that modified versions of such material be marked in
  665. reasonable ways as different from the original version; or
  666. d) Limiting the use for publicity purposes of names of licensors or
  667. authors of the material; or
  668. e) Declining to grant rights under trademark law for use of some
  669. trade names, trademarks, or service marks; or
  670. f) Requiring indemnification of licensors and authors of that
  671. material by anyone who conveys the material (or modified versions of
  672. it) with contractual assumptions of liability to the recipient, for
  673. any liability that these contractual assumptions directly impose on
  674. those licensors and authors.
  675. All other non-permissive additional terms are considered "further
  676. restrictions" within the meaning of section 10. If the Program as you
  677. received it, or any part of it, contains a notice stating that it is
  678. governed by this License along with a term that is a further
  679. restriction, you may remove that term. If a license document contains
  680. a further restriction but permits relicensing or conveying under this
  681. License, you may add to a covered work material governed by the terms
  682. of that license document, provided that the further restriction does
  683. not survive such relicensing or conveying.
  684. If you add terms to a covered work in accord with this section, you
  685. must place, in the relevant source files, a statement of the
  686. additional terms that apply to those files, or a notice indicating
  687. where to find the applicable terms.
  688. Additional terms, permissive or non-permissive, may be stated in the
  689. form of a separately written license, or stated as exceptions;
  690. the above requirements apply either way.
  691. 8. Termination.
  692. You may not propagate or modify a covered work except as expressly
  693. provided under this License. Any attempt otherwise to propagate or
  694. modify it is void, and will automatically terminate your rights under
  695. this License (including any patent licenses granted under the third
  696. paragraph of section 11).
  697. However, if you cease all violation of this License, then your
  698. license from a particular copyright holder is reinstated (a)
  699. provisionally, unless and until the copyright holder explicitly and
  700. finally terminates your license, and (b) permanently, if the copyright
  701. holder fails to notify you of the violation by some reasonable means
  702. prior to 60 days after the cessation.
  703. Moreover, your license from a particular copyright holder is
  704. reinstated permanently if the copyright holder notifies you of the
  705. violation by some reasonable means, this is the first time you have
  706. received notice of violation of this License (for any work) from that
  707. copyright holder, and you cure the violation prior to 30 days after
  708. your receipt of the notice.
  709. Termination of your rights under this section does not terminate the
  710. licenses of parties who have received copies or rights from you under
  711. this License. If your rights have been terminated and not permanently
  712. reinstated, you do not qualify to receive new licenses for the same
  713. material under section 10.
  714. 9. Acceptance Not Required for Having Copies.
  715. You are not required to accept this License in order to receive or
  716. run a copy of the Program. Ancillary propagation of a covered work
  717. occurring solely as a consequence of using peer-to-peer transmission
  718. to receive a copy likewise does not require acceptance. However,
  719. nothing other than this License grants you permission to propagate or
  720. modify any covered work. These actions infringe copyright if you do
  721. not accept this License. Therefore, by modifying or propagating a
  722. covered work, you indicate your acceptance of this License to do so.
  723. 10. Automatic Licensing of Downstream Recipients.
  724. Each time you convey a covered work, the recipient automatically
  725. receives a license from the original licensors, to run, modify and
  726. propagate that work, subject to this License. You are not responsible
  727. for enforcing compliance by third parties with this License.
  728. An "entity transaction" is a transaction transferring control of an
  729. organization, or substantially all assets of one, or subdividing an
  730. organization, or merging organizations. If propagation of a covered
  731. work results from an entity transaction, each party to that
  732. transaction who receives a copy of the work also receives whatever
  733. licenses to the work the party's predecessor in interest had or could
  734. give under the previous paragraph, plus a right to possession of the
  735. Corresponding Source of the work from the predecessor in interest, if
  736. the predecessor has it or can get it with reasonable efforts.
  737. You may not impose any further restrictions on the exercise of the
  738. rights granted or affirmed under this License. For example, you may
  739. not impose a license fee, royalty, or other charge for exercise of
  740. rights granted under this License, and you may not initiate litigation
  741. (including a cross-claim or counterclaim in a lawsuit) alleging that
  742. any patent claim is infringed by making, using, selling, offering for
  743. sale, or importing the Program or any portion of it.
  744. 11. Patents.
  745. A "contributor" is a copyright holder who authorizes use under this
  746. License of the Program or a work on which the Program is based. The
  747. work thus licensed is called the contributor's "contributor version".
  748. A contributor's "essential patent claims" are all patent claims
  749. owned or controlled by the contributor, whether already acquired or
  750. hereafter acquired, that would be infringed by some manner, permitted
  751. by this License, of making, using, or selling its contributor version,
  752. but do not include claims that would be infringed only as a
  753. consequence of further modification of the contributor version. For
  754. purposes of this definition, "control" includes the right to grant
  755. patent sublicenses in a manner consistent with the requirements of
  756. this License.
  757. Each contributor grants you a non-exclusive, worldwide, royalty-free
  758. patent license under the contributor's essential patent claims, to
  759. make, use, sell, offer for sale, import and otherwise run, modify and
  760. propagate the contents of its contributor version.
  761. In the following three paragraphs, a "patent license" is any express
  762. agreement or commitment, however denominated, not to enforce a patent
  763. (such as an express permission to practice a patent or covenant not to
  764. sue for patent infringement). To "grant" such a patent license to a
  765. party means to make such an agreement or commitment not to enforce a
  766. patent against the party.
  767. If you convey a covered work, knowingly relying on a patent license,
  768. and the Corresponding Source of the work is not available for anyone
  769. to copy, free of charge and under the terms of this License, through a
  770. publicly available network server or other readily accessible means,
  771. then you must either (1) cause the Corresponding Source to be so
  772. available, or (2) arrange to deprive yourself of the benefit of the
  773. patent license for this particular work, or (3) arrange, in a manner
  774. consistent with the requirements of this License, to extend the patent
  775. license to downstream recipients. "Knowingly relying" means you have
  776. actual knowledge that, but for the patent license, your conveying the
  777. covered work in a country, or your recipient's use of the covered work
  778. in a country, would infringe one or more identifiable patents in that
  779. country that you have reason to believe are valid.
  780. If, pursuant to or in connection with a single transaction or
  781. arrangement, you convey, or propagate by procuring conveyance of, a
  782. covered work, and grant a patent license to some of the parties
  783. receiving the covered work authorizing them to use, propagate, modify
  784. or convey a specific copy of the covered work, then the patent license
  785. you grant is automatically extended to all recipients of the covered
  786. work and works based on it.
  787. A patent license is "discriminatory" if it does not include within
  788. the scope of its coverage, prohibits the exercise of, or is
  789. conditioned on the non-exercise of one or more of the rights that are
  790. specifically granted under this License. You may not convey a covered
  791. work if you are a party to an arrangement with a third party that is
  792. in the business of distributing software, under which you make payment
  793. to the third party based on the extent of your activity of conveying
  794. the work, and under which the third party grants, to any of the
  795. parties who would receive the covered work from you, a discriminatory
  796. patent license (a) in connection with copies of the covered work
  797. conveyed by you (or copies made from those copies), or (b) primarily
  798. for and in connection with specific products or compilations that
  799. contain the covered work, unless you entered into that arrangement,
  800. or that patent license was granted, prior to 28 March 2007.
  801. Nothing in this License shall be construed as excluding or limiting
  802. any implied license or other defenses to infringement that may
  803. otherwise be available to you under applicable patent law.
  804. 12. No Surrender of Others' Freedom.
  805. If conditions are imposed on you (whether by court order, agreement or
  806. otherwise) that contradict the conditions of this License, they do not
  807. excuse you from the conditions of this License. If you cannot convey a
  808. covered work so as to satisfy simultaneously your obligations under this
  809. License and any other pertinent obligations, then as a consequence you may
  810. not convey it at all. For example, if you agree to terms that obligate you
  811. to collect a royalty for further conveying from those to whom you convey
  812. the Program, the only way you could satisfy both those terms and this
  813. License would be to refrain entirely from conveying the Program.
  814. 13. Use with the GNU Affero General Public License.
  815. Notwithstanding any other provision of this License, you have
  816. permission to link or combine any covered work with a work licensed
  817. under version 3 of the GNU Affero General Public License into a single
  818. combined work, and to convey the resulting work. The terms of this
  819. License will continue to apply to the part which is the covered work,
  820. but the special requirements of the GNU Affero General Public License,
  821. section 13, concerning interaction through a network will apply to the
  822. combination as such.
  823. 14. Revised Versions of this License.
  824. The Free Software Foundation may publish revised and/or new versions of
  825. the GNU General Public License from time to time. Such new versions will
  826. be similar in spirit to the present version, but may differ in detail to
  827. address new problems or concerns.
  828. Each version is given a distinguishing version number. If the
  829. Program specifies that a certain numbered version of the GNU General
  830. Public License "or any later version" applies to it, you have the
  831. option of following the terms and conditions either of that numbered
  832. version or of any later version published by the Free Software
  833. Foundation. If the Program does not specify a version number of the
  834. GNU General Public License, you may choose any version ever published
  835. by the Free Software Foundation.
  836. If the Program specifies that a proxy can decide which future
  837. versions of the GNU General Public License can be used, that proxy's
  838. public statement of acceptance of a version permanently authorizes you
  839. to choose that version for the Program.
  840. Later license versions may give you additional or different
  841. permissions. However, no additional obligations are imposed on any
  842. author or copyright holder as a result of your choosing to follow a
  843. later version.
  844. 15. Disclaimer of Warranty.
  845. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
  846. APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  847. HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
  848. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
  849. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  850. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
  851. IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
  852. ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  853. 16. Limitation of Liability.
  854. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  855. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
  856. THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
  857. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  858. USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  859. DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
  860. PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
  861. EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  862. SUCH DAMAGES.
  863. 17. Interpretation of Sections 15 and 16.
  864. If the disclaimer of warranty and limitation of liability provided
  865. above cannot be given local legal effect according to their terms,
  866. reviewing courts shall apply local law that most closely approximates
  867. an absolute waiver of all civil liability in connection with the
  868. Program, unless a warranty or assumption of liability accompanies a
  869. copy of the Program in return for a fee.
  870. END OF TERMS AND CONDITIONS
  871. How to Apply These Terms to Your New Programs
  872. If you develop a new program, and you want it to be of the greatest
  873. possible use to the public, the best way to achieve this is to make it
  874. free software which everyone can redistribute and change under these terms.
  875. To do so, attach the following notices to the program. It is safest
  876. to attach them to the start of each source file to most effectively
  877. state the exclusion of warranty; and each file should have at least
  878. the "copyright" line and a pointer to where the full notice is found.
  879. <one line to give the program's name and a brief idea of what it does.>
  880. Copyright (C) <year> <name of author>
  881. This program is free software: you can redistribute it and/or modify
  882. it under the terms of the GNU General Public License as published by
  883. the Free Software Foundation, either version 3 of the License, or
  884. (at your option) any later version.
  885. This program is distributed in the hope that it will be useful,
  886. but WITHOUT ANY WARRANTY; without even the implied warranty of
  887. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  888. GNU General Public License for more details.
  889. You should have received a copy of the GNU General Public License
  890. along with this program. If not, see <http://www.gnu.org/licenses/>.
  891. Also add information on how to contact you by electronic and paper mail.
  892. If the program does terminal interaction, make it output a short
  893. notice like this when it starts in an interactive mode:
  894. <program> Copyright (C) <year> <name of author>
  895. This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  896. This is free software, and you are welcome to redistribute it
  897. under certain conditions; type `show c' for details.
  898. The hypothetical commands `show w' and `show c' should show the appropriate
  899. parts of the General Public License. Of course, your program's commands
  900. might be different; for a GUI interface, you would use an "about box".
  901. You should also get your employer (if you work as a programmer) or school,
  902. if any, to sign a "copyright disclaimer" for the program, if necessary.
  903. For more information on this, and how to apply and follow the GNU GPL, see
  904. <http://www.gnu.org/licenses/>.
  905. The GNU General Public License does not permit incorporating your program
  906. into proprietary programs. If your program is a subroutine library, you
  907. may consider it more useful to permit linking proprietary applications with
  908. the library. If this is what you want to do, use the GNU Lesser General
  909. Public License instead of this License. But first, please read
  910. <http://www.gnu.org/philosophy/why-not-lgpl.html>.
  911. ****************************************************************************/