PYQT-LICENSE.txt 53 KB

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