home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1999 March / PC_Action_CD-ROM_Cover_Disc_Marzo_1999.iso / misc / src / rpm / COPYING < prev    next >
Text File  |  1997-09-15  |  44KB  |  843 lines

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