2ff057
RPM is covered under two separate licenses.
2ff057
2ff057
The entire code base may be distributed under the terms of the GNU General
2ff057
Public License (GPL), which appears immediately below.  Alternatively,
Packit Service 0cfc1f
all of the source code in the lib and rpmio subdirectories of the RPM source
Packit Service 0cfc1f
code distribution as well as any code derived from that code may instead be
2ff057
distributed under the GNU Library General Public License (LGPL), at the
2ff057
choice of the distributor. The complete text of the LGPL appears
2ff057
at the bottom of this file.
2ff057
2ff057
This alternative is provided to enable applications to be linked against
2ff057
the RPM library (commonly called librpm) without forcing such applications
2ff057
to be distributed under the GPL. 
2ff057
2ff057
Any questions regarding the licensing of RPM should be addressed to
2ff057
rpm-maint@lists.rpm.org
2ff057
2ff057
---------------------------------------------------------------------------
2ff057
2ff057
		    GNU GENERAL PUBLIC LICENSE
2ff057
		       Version 2, June 1991
2ff057
2ff057
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2ff057
                          675 Mass Ave, Cambridge, MA 02139, USA
2ff057
 Everyone is permitted to copy and distribute verbatim copies
2ff057
 of this license document, but changing it is not allowed.
2ff057
2ff057
			    Preamble
2ff057
2ff057
  The licenses for most software are designed to take away your
2ff057
freedom to share and change it.  By contrast, the GNU General Public
2ff057
License is intended to guarantee your freedom to share and change free
2ff057
software--to make sure the software is free for all its users.  This
2ff057
General Public License applies to most of the Free Software
2ff057
Foundation's software and to any other program whose authors commit to
2ff057
using it.  (Some other Free Software Foundation software is covered by
2ff057
the GNU Library General Public License instead.)  You can apply it to
2ff057
your programs, too.
2ff057
2ff057
  When we speak of free software, we are referring to freedom, not
2ff057
price.  Our General Public Licenses are designed to make sure that you
2ff057
have the freedom to distribute copies of free software (and charge for
2ff057
this service if you wish), that you receive source code or can get it
2ff057
if you want it, that you can change the software or use pieces of it
2ff057
in new free programs; and that you know you can do these things.
2ff057
2ff057
  To protect your rights, we need to make restrictions that forbid
2ff057
anyone to deny you these rights or to ask you to surrender the rights.
2ff057
These restrictions translate to certain responsibilities for you if you
2ff057
distribute copies of the software, or if you modify it.
2ff057
2ff057
  For example, if you distribute copies of such a program, whether
2ff057
gratis or for a fee, you must give the recipients all the rights that
2ff057
you have.  You must make sure that they, too, receive or can get the
2ff057
source code.  And you must show them these terms so they know their
2ff057
rights.
2ff057
2ff057
  We protect your rights with two steps: (1) copyright the software, and
2ff057
(2) offer you this license which gives you legal permission to copy,
2ff057
distribute and/or modify the software.
2ff057
2ff057
  Also, for each author's protection and ours, we want to make certain
2ff057
that everyone understands that there is no warranty for this free
2ff057
software.  If the software is modified by someone else and passed on, we
2ff057
want its recipients to know that what they have is not the original, so
2ff057
that any problems introduced by others will not reflect on the original
2ff057
authors' reputations.
2ff057
2ff057
  Finally, any free program is threatened constantly by software
2ff057
patents.  We wish to avoid the danger that redistributors of a free
2ff057
program will individually obtain patent licenses, in effect making the
2ff057
program proprietary.  To prevent this, we have made it clear that any
2ff057
patent must be licensed for everyone's free use or not licensed at all.
2ff057
2ff057
  The precise terms and conditions for copying, distribution and
2ff057
modification follow.
2ff057

2ff057
		    GNU GENERAL PUBLIC LICENSE
2ff057
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2ff057
2ff057
  0. This License applies to any program or other work which contains
2ff057
a notice placed by the copyright holder saying it may be distributed
2ff057
under the terms of this General Public License.  The "Program", below,
2ff057
refers to any such program or work, and a "work based on the Program"
2ff057
means either the Program or any derivative work under copyright law:
2ff057
that is to say, a work containing the Program or a portion of it,
2ff057
either verbatim or with modifications and/or translated into another
2ff057
language.  (Hereinafter, translation is included without limitation in
2ff057
the term "modification".)  Each licensee is addressed as "you".
2ff057
2ff057
Activities other than copying, distribution and modification are not
2ff057
covered by this License; they are outside its scope.  The act of
2ff057
running the Program is not restricted, and the output from the Program
2ff057
is covered only if its contents constitute a work based on the
2ff057
Program (independent of having been made by running the Program).
2ff057
Whether that is true depends on what the Program does.
2ff057
2ff057
  1. You may copy and distribute verbatim copies of the Program's
2ff057
source code as you receive it, in any medium, provided that you
2ff057
conspicuously and appropriately publish on each copy an appropriate
2ff057
copyright notice and disclaimer of warranty; keep intact all the
2ff057
notices that refer to this License and to the absence of any warranty;
2ff057
and give any other recipients of the Program a copy of this License
2ff057
along with the Program.
2ff057
2ff057
You may charge a fee for the physical act of transferring a copy, and
2ff057
you may at your option offer warranty protection in exchange for a fee.
2ff057
2ff057
  2. You may modify your copy or copies of the Program or any portion
2ff057
of it, thus forming a work based on the Program, and copy and
2ff057
distribute such modifications or work under the terms of Section 1
2ff057
above, provided that you also meet all of these conditions:
2ff057
2ff057
    a) You must cause the modified files to carry prominent notices
2ff057
    stating that you changed the files and the date of any change.
2ff057
2ff057
    b) You must cause any work that you distribute or publish, that in
2ff057
    whole or in part contains or is derived from the Program or any
2ff057
    part thereof, to be licensed as a whole at no charge to all third
2ff057
    parties under the terms of this License.
2ff057
2ff057
    c) If the modified program normally reads commands interactively
2ff057
    when run, you must cause it, when started running for such
2ff057
    interactive use in the most ordinary way, to print or display an
2ff057
    announcement including an appropriate copyright notice and a
2ff057
    notice that there is no warranty (or else, saying that you provide
2ff057
    a warranty) and that users may redistribute the program under
2ff057
    these conditions, and telling the user how to view a copy of this
2ff057
    License.  (Exception: if the Program itself is interactive but
2ff057
    does not normally print such an announcement, your work based on
2ff057
    the Program is not required to print an announcement.)
2ff057

2ff057
These requirements apply to the modified work as a whole.  If
2ff057
identifiable sections of that work are not derived from the Program,
2ff057
and can be reasonably considered independent and separate works in
2ff057
themselves, then this License, and its terms, do not apply to those
2ff057
sections when you distribute them as separate works.  But when you
2ff057
distribute the same sections as part of a whole which is a work based
2ff057
on the Program, the distribution of the whole must be on the terms of
2ff057
this License, whose permissions for other licensees extend to the
2ff057
entire whole, and thus to each and every part regardless of who wrote it.
2ff057
2ff057
Thus, it is not the intent of this section to claim rights or contest
2ff057
your rights to work written entirely by you; rather, the intent is to
2ff057
exercise the right to control the distribution of derivative or
2ff057
collective works based on the Program.
2ff057
2ff057
In addition, mere aggregation of another work not based on the Program
2ff057
with the Program (or with a work based on the Program) on a volume of
2ff057
a storage or distribution medium does not bring the other work under
2ff057
the scope of this License.
2ff057
2ff057
  3. You may copy and distribute the Program (or a work based on it,
2ff057
under Section 2) in object code or executable form under the terms of
2ff057
Sections 1 and 2 above provided that you also do one of the following:
2ff057
2ff057
    a) Accompany it with the complete corresponding machine-readable
2ff057
    source code, which must be distributed under the terms of Sections
2ff057
    1 and 2 above on a medium customarily used for software interchange; or,
2ff057
2ff057
    b) Accompany it with a written offer, valid for at least three
2ff057
    years, to give any third party, for a charge no more than your
2ff057
    cost of physically performing source distribution, a complete
2ff057
    machine-readable copy of the corresponding source code, to be
2ff057
    distributed under the terms of Sections 1 and 2 above on a medium
2ff057
    customarily used for software interchange; or,
2ff057
2ff057
    c) Accompany it with the information you received as to the offer
2ff057
    to distribute corresponding source code.  (This alternative is
2ff057
    allowed only for noncommercial distribution and only if you
2ff057
    received the program in object code or executable form with such
2ff057
    an offer, in accord with Subsection b above.)
2ff057
2ff057
The source code for a work means the preferred form of the work for
2ff057
making modifications to it.  For an executable work, complete source
2ff057
code means all the source code for all modules it contains, plus any
2ff057
associated interface definition files, plus the scripts used to
2ff057
control compilation and installation of the executable.  However, as a
2ff057
special exception, the source code distributed need not include
2ff057
anything that is normally distributed (in either source or binary
2ff057
form) with the major components (compiler, kernel, and so on) of the
2ff057
operating system on which the executable runs, unless that component
2ff057
itself accompanies the executable.
2ff057
2ff057
If distribution of executable or object code is made by offering
2ff057
access to copy from a designated place, then offering equivalent
2ff057
access to copy the source code from the same place counts as
2ff057
distribution of the source code, even though third parties are not
2ff057
compelled to copy the source along with the object code.
2ff057

2ff057
  4. You may not copy, modify, sublicense, or distribute the Program
2ff057
except as expressly provided under this License.  Any attempt
2ff057
otherwise to copy, modify, sublicense or distribute the Program is
2ff057
void, and will automatically terminate your rights under this License.
2ff057
However, parties who have received copies, or rights, from you under
2ff057
this License will not have their licenses terminated so long as such
2ff057
parties remain in full compliance.
2ff057
2ff057
  5. You are not required to accept this License, since you have not
2ff057
signed it.  However, nothing else grants you permission to modify or
2ff057
distribute the Program or its derivative works.  These actions are
2ff057
prohibited by law if you do not accept this License.  Therefore, by
2ff057
modifying or distributing the Program (or any work based on the
2ff057
Program), you indicate your acceptance of this License to do so, and
2ff057
all its terms and conditions for copying, distributing or modifying
2ff057
the Program or works based on it.
2ff057
2ff057
  6. Each time you redistribute the Program (or any work based on the
2ff057
Program), the recipient automatically receives a license from the
2ff057
original licensor to copy, distribute or modify the Program subject to
2ff057
these terms and conditions.  You may not impose any further
2ff057
restrictions on the recipients' exercise of the rights granted herein.
2ff057
You are not responsible for enforcing compliance by third parties to
2ff057
this License.
2ff057
2ff057
  7. If, as a consequence of a court judgment or allegation of patent
2ff057
infringement or for any other reason (not limited to patent issues),
2ff057
conditions are imposed on you (whether by court order, agreement or
2ff057
otherwise) that contradict the conditions of this License, they do not
2ff057
excuse you from the conditions of this License.  If you cannot
2ff057
distribute so as to satisfy simultaneously your obligations under this
2ff057
License and any other pertinent obligations, then as a consequence you
2ff057
may not distribute the Program at all.  For example, if a patent
2ff057
license would not permit royalty-free redistribution of the Program by
2ff057
all those who receive copies directly or indirectly through you, then
2ff057
the only way you could satisfy both it and this License would be to
2ff057
refrain entirely from distribution of the Program.
2ff057
2ff057
If any portion of this section is held invalid or unenforceable under
2ff057
any particular circumstance, the balance of the section is intended to
2ff057
apply and the section as a whole is intended to apply in other
2ff057
circumstances.
2ff057
2ff057
It is not the purpose of this section to induce you to infringe any
2ff057
patents or other property right claims or to contest validity of any
2ff057
such claims; this section has the sole purpose of protecting the
2ff057
integrity of the free software distribution system, which is
2ff057
implemented by public license practices.  Many people have made
2ff057
generous contributions to the wide range of software distributed
2ff057
through that system in reliance on consistent application of that
2ff057
system; it is up to the author/donor to decide if he or she is willing
2ff057
to distribute software through any other system and a licensee cannot
2ff057
impose that choice.
2ff057
2ff057
This section is intended to make thoroughly clear what is believed to
2ff057
be a consequence of the rest of this License.
2ff057

2ff057
  8. If the distribution and/or use of the Program is restricted in
2ff057
certain countries either by patents or by copyrighted interfaces, the
2ff057
original copyright holder who places the Program under this License
2ff057
may add an explicit geographical distribution limitation excluding
2ff057
those countries, so that distribution is permitted only in or among
2ff057
countries not thus excluded.  In such case, this License incorporates
2ff057
the limitation as if written in the body of this License.
2ff057
2ff057
  9. The Free Software Foundation may publish revised and/or new versions
2ff057
of the General Public License from time to time.  Such new versions will
2ff057
be similar in spirit to the present version, but may differ in detail to
2ff057
address new problems or concerns.
2ff057
2ff057
Each version is given a distinguishing version number.  If the Program
2ff057
specifies a version number of this License which applies to it and "any
2ff057
later version", you have the option of following the terms and conditions
2ff057
either of that version or of any later version published by the Free
2ff057
Software Foundation.  If the Program does not specify a version number of
2ff057
this License, you may choose any version ever published by the Free Software
2ff057
Foundation.
2ff057
2ff057
  10. If you wish to incorporate parts of the Program into other free
2ff057
programs whose distribution conditions are different, write to the author
2ff057
to ask for permission.  For software which is copyrighted by the Free
2ff057
Software Foundation, write to the Free Software Foundation; we sometimes
2ff057
make exceptions for this.  Our decision will be guided by the two goals
2ff057
of preserving the free status of all derivatives of our free software and
2ff057
of promoting the sharing and reuse of software generally.
2ff057
2ff057
			    NO WARRANTY
2ff057
2ff057
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2ff057
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
2ff057
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2ff057
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2ff057
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2ff057
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
2ff057
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
2ff057
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2ff057
REPAIR OR CORRECTION.
2ff057
2ff057
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2ff057
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2ff057
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2ff057
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2ff057
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2ff057
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2ff057
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2ff057
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2ff057
POSSIBILITY OF SUCH DAMAGES.
2ff057
2ff057
		     END OF TERMS AND CONDITIONS
2ff057

2ff057
	    How to Apply These Terms to Your New Programs
2ff057
2ff057
  If you develop a new program, and you want it to be of the greatest
2ff057
possible use to the public, the best way to achieve this is to make it
2ff057
free software which everyone can redistribute and change under these terms.
2ff057
2ff057
  To do so, attach the following notices to the program.  It is safest
2ff057
to attach them to the start of each source file to most effectively
2ff057
convey the exclusion of warranty; and each file should have at least
2ff057
the "copyright" line and a pointer to where the full notice is found.
2ff057
2ff057
    <one line to give the program's name and a brief idea of what it does.>
2ff057
    Copyright (C) 19yy  <name of author>
2ff057
2ff057
    This program is free software; you can redistribute it and/or modify
2ff057
    it under the terms of the GNU General Public License as published by
2ff057
    the Free Software Foundation; either version 2 of the License, or
2ff057
    (at your option) any later version.
2ff057
2ff057
    This program is distributed in the hope that it will be useful,
2ff057
    but WITHOUT ANY WARRANTY; without even the implied warranty of
2ff057
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2ff057
    GNU General Public License for more details.
2ff057
2ff057
    You should have received a copy of the GNU General Public License
2ff057
    along with this program; if not, write to the Free Software
2ff057
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2ff057
2ff057
Also add information on how to contact you by electronic and paper mail.
2ff057
2ff057
If the program is interactive, make it output a short notice like this
2ff057
when it starts in an interactive mode:
2ff057
2ff057
    Gnomovision version 69, Copyright (C) 19yy name of author
2ff057
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2ff057
    This is free software, and you are welcome to redistribute it
2ff057
    under certain conditions; type `show c' for details.
2ff057
2ff057
The hypothetical commands `show w' and `show c' should show the appropriate
2ff057
parts of the General Public License.  Of course, the commands you use may
2ff057
be called something other than `show w' and `show c'; they could even be
2ff057
mouse-clicks or menu items--whatever suits your program.
2ff057
2ff057
You should also get your employer (if you work as a programmer) or your
2ff057
school, if any, to sign a "copyright disclaimer" for the program, if
2ff057
necessary.  Here is a sample; alter the names:
2ff057
2ff057
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
2ff057
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
2ff057
2ff057
  <signature of Ty Coon>, 1 April 1989
2ff057
  Ty Coon, President of Vice
2ff057
2ff057
This General Public License does not permit incorporating your program into
2ff057
proprietary programs.  If your program is a subroutine library, you may
2ff057
consider it more useful to permit linking proprietary applications with the
2ff057
library.  If this is what you want to do, use the GNU Library General
2ff057
Public License instead of this License.
2ff057
2ff057
---------------------------------------------------------------------------
2ff057
2ff057
		  GNU LIBRARY GENERAL PUBLIC LICENSE
2ff057
		       Version 2, June 1991
2ff057
2ff057
 Copyright (C) 1991 Free Software Foundation, Inc.
2ff057
                    675 Mass Ave, Cambridge, MA 02139, USA
2ff057
 Everyone is permitted to copy and distribute verbatim copies
2ff057
 of this license document, but changing it is not allowed.
2ff057
2ff057
[This is the first released version of the library GPL.  It is
2ff057
 numbered 2 because it goes with version 2 of the ordinary GPL.]
2ff057
2ff057
			    Preamble
2ff057
2ff057
  The licenses for most software are designed to take away your
2ff057
freedom to share and change it.  By contrast, the GNU General Public
2ff057
Licenses are intended to guarantee your freedom to share and change
2ff057
free software--to make sure the software is free for all its users.
2ff057
2ff057
  This license, the Library General Public License, applies to some
2ff057
specially designated Free Software Foundation software, and to any
2ff057
other libraries whose authors decide to use it.  You can use it for
2ff057
your libraries, too.
2ff057
2ff057
  When we speak of free software, we are referring to freedom, not
2ff057
price.  Our General Public Licenses are designed to make sure that you
2ff057
have the freedom to distribute copies of free software (and charge for
2ff057
this service if you wish), that you receive source code or can get it
2ff057
if you want it, that you can change the software or use pieces of it
2ff057
in new free programs; and that you know you can do these things.
2ff057
2ff057
  To protect your rights, we need to make restrictions that forbid
2ff057
anyone to deny you these rights or to ask you to surrender the rights.
2ff057
These restrictions translate to certain responsibilities for you if
2ff057
you distribute copies of the library, or if you modify it.
2ff057
2ff057
  For example, if you distribute copies of the library, whether gratis
2ff057
or for a fee, you must give the recipients all the rights that we gave
2ff057
you.  You must make sure that they, too, receive or can get the source
2ff057
code.  If you link a program with the library, you must provide
2ff057
complete object files to the recipients so that they can relink them
2ff057
with the library, after making changes to the library and recompiling
2ff057
it.  And you must show them these terms so they know their rights.
2ff057
2ff057
  Our method of protecting your rights has two steps: (1) copyright
2ff057
the library, and (2) offer you this license which gives you legal
2ff057
permission to copy, distribute and/or modify the library.
2ff057
2ff057
  Also, for each distributor's protection, we want to make certain
2ff057
that everyone understands that there is no warranty for this free
2ff057
library.  If the library is modified by someone else and passed on, we
2ff057
want its recipients to know that what they have is not the original
2ff057
version, so that any problems introduced by others will not reflect on
2ff057
the original authors' reputations.
2ff057

2ff057
  Finally, any free program is threatened constantly by software
2ff057
patents.  We wish to avoid the danger that companies distributing free
2ff057
software will individually obtain patent licenses, thus in effect
2ff057
transforming the program into proprietary software.  To prevent this,
2ff057
we have made it clear that any patent must be licensed for everyone's
2ff057
free use or not licensed at all.
2ff057
2ff057
  Most GNU software, including some libraries, is covered by the ordinary
2ff057
GNU General Public License, which was designed for utility programs.  This
2ff057
license, the GNU Library General Public License, applies to certain
2ff057
designated libraries.  This license is quite different from the ordinary
2ff057
one; be sure to read it in full, and don't assume that anything in it is
2ff057
the same as in the ordinary license.
2ff057
2ff057
  The reason we have a separate public license for some libraries is that
2ff057
they blur the distinction we usually make between modifying or adding to a
2ff057
program and simply using it.  Linking a program with a library, without
2ff057
changing the library, is in some sense simply using the library, and is
2ff057
analogous to running a utility program or application program.  However, in
2ff057
a textual and legal sense, the linked executable is a combined work, a
2ff057
derivative of the original library, and the ordinary General Public License
2ff057
treats it as such.
2ff057
2ff057
  Because of this blurred distinction, using the ordinary General
2ff057
Public License for libraries did not effectively promote software
2ff057
sharing, because most developers did not use the libraries.  We
2ff057
concluded that weaker conditions might promote sharing better.
2ff057
2ff057
  However, unrestricted linking of non-free programs would deprive the
2ff057
users of those programs of all benefit from the free status of the
2ff057
libraries themselves.  This Library General Public License is intended to
2ff057
permit developers of non-free programs to use free libraries, while
2ff057
preserving your freedom as a user of such programs to change the free
2ff057
libraries that are incorporated in them.  (We have not seen how to achieve
2ff057
this as regards changes in header files, but we have achieved it as regards
2ff057
changes in the actual functions of the Library.)  The hope is that this
2ff057
will lead to faster development of free libraries.
2ff057
2ff057
  The precise terms and conditions for copying, distribution and
2ff057
modification follow.  Pay close attention to the difference between a
2ff057
"work based on the library" and a "work that uses the library".  The
2ff057
former contains code derived from the library, while the latter only
2ff057
works together with the library.
2ff057
2ff057
  Note that it is possible for a library to be covered by the ordinary
2ff057
General Public License rather than by this special one.
2ff057

2ff057
		  GNU LIBRARY GENERAL PUBLIC LICENSE
2ff057
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2ff057
2ff057
  0. This License Agreement applies to any software library which
2ff057
contains a notice placed by the copyright holder or other authorized
2ff057
party saying it may be distributed under the terms of this Library
2ff057
General Public License (also called "this License").  Each licensee is
2ff057
addressed as "you".
2ff057
2ff057
  A "library" means a collection of software functions and/or data
2ff057
prepared so as to be conveniently linked with application programs
2ff057
(which use some of those functions and data) to form executables.
2ff057
2ff057
  The "Library", below, refers to any such software library or work
2ff057
which has been distributed under these terms.  A "work based on the
2ff057
Library" means either the Library or any derivative work under
2ff057
copyright law: that is to say, a work containing the Library or a
2ff057
portion of it, either verbatim or with modifications and/or translated
2ff057
straightforwardly into another language.  (Hereinafter, translation is
2ff057
included without limitation in the term "modification".)
2ff057
2ff057
  "Source code" for a work means the preferred form of the work for
2ff057
making modifications to it.  For a library, complete source code means
2ff057
all the source code for all modules it contains, plus any associated
2ff057
interface definition files, plus the scripts used to control compilation
2ff057
and installation of the library.
2ff057
2ff057
  Activities other than copying, distribution and modification are not
2ff057
covered by this License; they are outside its scope.  The act of
2ff057
running a program using the Library is not restricted, and output from
2ff057
such a program is covered only if its contents constitute a work based
2ff057
on the Library (independent of the use of the Library in a tool for
2ff057
writing it).  Whether that is true depends on what the Library does
2ff057
and what the program that uses the Library does.
2ff057
  
2ff057
  1. You may copy and distribute verbatim copies of the Library's
2ff057
complete source code as you receive it, in any medium, provided that
2ff057
you conspicuously and appropriately publish on each copy an
2ff057
appropriate copyright notice and disclaimer of warranty; keep intact
2ff057
all the notices that refer to this License and to the absence of any
2ff057
warranty; and distribute a copy of this License along with the
2ff057
Library.
2ff057
2ff057
  You may charge a fee for the physical act of transferring a copy,
2ff057
and you may at your option offer warranty protection in exchange for a
2ff057
fee.
2ff057

2ff057
  2. You may modify your copy or copies of the Library or any portion
2ff057
of it, thus forming a work based on the Library, and copy and
2ff057
distribute such modifications or work under the terms of Section 1
2ff057
above, provided that you also meet all of these conditions:
2ff057
2ff057
    a) The modified work must itself be a software library.
2ff057
2ff057
    b) You must cause the files modified to carry prominent notices
2ff057
    stating that you changed the files and the date of any change.
2ff057
2ff057
    c) You must cause the whole of the work to be licensed at no
2ff057
    charge to all third parties under the terms of this License.
2ff057
2ff057
    d) If a facility in the modified Library refers to a function or a
2ff057
    table of data to be supplied by an application program that uses
2ff057
    the facility, other than as an argument passed when the facility
2ff057
    is invoked, then you must make a good faith effort to ensure that,
2ff057
    in the event an application does not supply such function or
2ff057
    table, the facility still operates, and performs whatever part of
2ff057
    its purpose remains meaningful.
2ff057
2ff057
    (For example, a function in a library to compute square roots has
2ff057
    a purpose that is entirely well-defined independent of the
2ff057
    application.  Therefore, Subsection 2d requires that any
2ff057
    application-supplied function or table used by this function must
2ff057
    be optional: if the application does not supply it, the square
2ff057
    root function must still compute square roots.)
2ff057
2ff057
These requirements apply to the modified work as a whole.  If
2ff057
identifiable sections of that work are not derived from the Library,
2ff057
and can be reasonably considered independent and separate works in
2ff057
themselves, then this License, and its terms, do not apply to those
2ff057
sections when you distribute them as separate works.  But when you
2ff057
distribute the same sections as part of a whole which is a work based
2ff057
on the Library, the distribution of the whole must be on the terms of
2ff057
this License, whose permissions for other licensees extend to the
2ff057
entire whole, and thus to each and every part regardless of who wrote
2ff057
it.
2ff057
2ff057
Thus, it is not the intent of this section to claim rights or contest
2ff057
your rights to work written entirely by you; rather, the intent is to
2ff057
exercise the right to control the distribution of derivative or
2ff057
collective works based on the Library.
2ff057
2ff057
In addition, mere aggregation of another work not based on the Library
2ff057
with the Library (or with a work based on the Library) on a volume of
2ff057
a storage or distribution medium does not bring the other work under
2ff057
the scope of this License.
2ff057
2ff057
  3. You may opt to apply the terms of the ordinary GNU General Public
2ff057
License instead of this License to a given copy of the Library.  To do
2ff057
this, you must alter all the notices that refer to this License, so
2ff057
that they refer to the ordinary GNU General Public License, version 2,
2ff057
instead of to this License.  (If a newer version than version 2 of the
2ff057
ordinary GNU General Public License has appeared, then you can specify
2ff057
that version instead if you wish.)  Do not make any other change in
2ff057
these notices.
2ff057

2ff057
  Once this change is made in a given copy, it is irreversible for
2ff057
that copy, so the ordinary GNU General Public License applies to all
2ff057
subsequent copies and derivative works made from that copy.
2ff057
2ff057
  This option is useful when you wish to copy part of the code of
2ff057
the Library into a program that is not a library.
2ff057
2ff057
  4. You may copy and distribute the Library (or a portion or
2ff057
derivative of it, under Section 2) in object code or executable form
2ff057
under the terms of Sections 1 and 2 above provided that you accompany
2ff057
it with the complete corresponding machine-readable source code, which
2ff057
must be distributed under the terms of Sections 1 and 2 above on a
2ff057
medium customarily used for software interchange.
2ff057
2ff057
  If distribution of object code is made by offering access to copy
2ff057
from a designated place, then offering equivalent access to copy the
2ff057
source code from the same place satisfies the requirement to
2ff057
distribute the source code, even though third parties are not
2ff057
compelled to copy the source along with the object code.
2ff057
2ff057
  5. A program that contains no derivative of any portion of the
2ff057
Library, but is designed to work with the Library by being compiled or
2ff057
linked with it, is called a "work that uses the Library".  Such a
2ff057
work, in isolation, is not a derivative work of the Library, and
2ff057
therefore falls outside the scope of this License.
2ff057
2ff057
  However, linking a "work that uses the Library" with the Library
2ff057
creates an executable that is a derivative of the Library (because it
2ff057
contains portions of the Library), rather than a "work that uses the
2ff057
library".  The executable is therefore covered by this License.
2ff057
Section 6 states terms for distribution of such executables.
2ff057
2ff057
  When a "work that uses the Library" uses material from a header file
2ff057
that is part of the Library, the object code for the work may be a
2ff057
derivative work of the Library even though the source code is not.
2ff057
Whether this is true is especially significant if the work can be
2ff057
linked without the Library, or if the work is itself a library.  The
2ff057
threshold for this to be true is not precisely defined by law.
2ff057
2ff057
  If such an object file uses only numerical parameters, data
2ff057
structure layouts and accessors, and small macros and small inline
2ff057
functions (ten lines or less in length), then the use of the object
2ff057
file is unrestricted, regardless of whether it is legally a derivative
2ff057
work.  (Executables containing this object code plus portions of the
2ff057
Library will still fall under Section 6.)
2ff057
2ff057
  Otherwise, if the work is a derivative of the Library, you may
2ff057
distribute the object code for the work under the terms of Section 6.
2ff057
Any executables containing that work also fall under Section 6,
2ff057
whether or not they are linked directly with the Library itself.
2ff057

2ff057
  6. As an exception to the Sections above, you may also compile or
2ff057
link a "work that uses the Library" with the Library to produce a
2ff057
work containing portions of the Library, and distribute that work
2ff057
under terms of your choice, provided that the terms permit
2ff057
modification of the work for the customer's own use and reverse
2ff057
engineering for debugging such modifications.
2ff057
2ff057
  You must give prominent notice with each copy of the work that the
2ff057
Library is used in it and that the Library and its use are covered by
2ff057
this License.  You must supply a copy of this License.  If the work
2ff057
during execution displays copyright notices, you must include the
2ff057
copyright notice for the Library among them, as well as a reference
2ff057
directing the user to the copy of this License.  Also, you must do one
2ff057
of these things:
2ff057
2ff057
    a) Accompany the work with the complete corresponding
2ff057
    machine-readable source code for the Library including whatever
2ff057
    changes were used in the work (which must be distributed under
2ff057
    Sections 1 and 2 above); and, if the work is an executable linked
2ff057
    with the Library, with the complete machine-readable "work that
2ff057
    uses the Library", as object code and/or source code, so that the
2ff057
    user can modify the Library and then relink to produce a modified
2ff057
    executable containing the modified Library.  (It is understood
2ff057
    that the user who changes the contents of definitions files in the
2ff057
    Library will not necessarily be able to recompile the application
2ff057
    to use the modified definitions.)
2ff057
2ff057
    b) Accompany the work with a written offer, valid for at
2ff057
    least three years, to give the same user the materials
2ff057
    specified in Subsection 6a, above, for a charge no more
2ff057
    than the cost of performing this distribution.
2ff057
2ff057
    c) If distribution of the work is made by offering access to copy
2ff057
    from a designated place, offer equivalent access to copy the above
2ff057
    specified materials from the same place.
2ff057
2ff057
    d) Verify that the user has already received a copy of these
2ff057
    materials or that you have already sent this user a copy.
2ff057
2ff057
  For an executable, the required form of the "work that uses the
2ff057
Library" must include any data and utility programs needed for
2ff057
reproducing the executable from it.  However, as a special exception,
2ff057
the source code distributed need not include anything that is normally
2ff057
distributed (in either source or binary form) with the major
2ff057
components (compiler, kernel, and so on) of the operating system on
2ff057
which the executable runs, unless that component itself accompanies
2ff057
the executable.
2ff057
2ff057
  It may happen that this requirement contradicts the license
2ff057
restrictions of other proprietary libraries that do not normally
2ff057
accompany the operating system.  Such a contradiction means you cannot
2ff057
use both them and the Library together in an executable that you
2ff057
distribute.
2ff057

2ff057
  7. You may place library facilities that are a work based on the
2ff057
Library side-by-side in a single library together with other library
2ff057
facilities not covered by this License, and distribute such a combined
2ff057
library, provided that the separate distribution of the work based on
2ff057
the Library and of the other library facilities is otherwise
2ff057
permitted, and provided that you do these two things:
2ff057
2ff057
    a) Accompany the combined library with a copy of the same work
2ff057
    based on the Library, uncombined with any other library
2ff057
    facilities.  This must be distributed under the terms of the
2ff057
    Sections above.
2ff057
2ff057
    b) Give prominent notice with the combined library of the fact
2ff057
    that part of it is a work based on the Library, and explaining
2ff057
    where to find the accompanying uncombined form of the same work.
2ff057
2ff057
  8. You may not copy, modify, sublicense, link with, or distribute
2ff057
the Library except as expressly provided under this License.  Any
2ff057
attempt otherwise to copy, modify, sublicense, link with, or
2ff057
distribute the Library is void, and will automatically terminate your
2ff057
rights under this License.  However, parties who have received copies,
2ff057
or rights, from you under this License will not have their licenses
2ff057
terminated so long as such parties remain in full compliance.
2ff057
2ff057
  9. You are not required to accept this License, since you have not
2ff057
signed it.  However, nothing else grants you permission to modify or
2ff057
distribute the Library or its derivative works.  These actions are
2ff057
prohibited by law if you do not accept this License.  Therefore, by
2ff057
modifying or distributing the Library (or any work based on the
2ff057
Library), you indicate your acceptance of this License to do so, and
2ff057
all its terms and conditions for copying, distributing or modifying
2ff057
the Library or works based on it.
2ff057
2ff057
  10. Each time you redistribute the Library (or any work based on the
2ff057
Library), the recipient automatically receives a license from the
2ff057
original licensor to copy, distribute, link with or modify the Library
2ff057
subject to these terms and conditions.  You may not impose any further
2ff057
restrictions on the recipients' exercise of the rights granted herein.
2ff057
You are not responsible for enforcing compliance by third parties to
2ff057
this License.
2ff057

2ff057
  11. If, as a consequence of a court judgment or allegation of patent
2ff057
infringement or for any other reason (not limited to patent issues),
2ff057
conditions are imposed on you (whether by court order, agreement or
2ff057
otherwise) that contradict the conditions of this License, they do not
2ff057
excuse you from the conditions of this License.  If you cannot
2ff057
distribute so as to satisfy simultaneously your obligations under this
2ff057
License and any other pertinent obligations, then as a consequence you
2ff057
may not distribute the Library at all.  For example, if a patent
2ff057
license would not permit royalty-free redistribution of the Library by
2ff057
all those who receive copies directly or indirectly through you, then
2ff057
the only way you could satisfy both it and this License would be to
2ff057
refrain entirely from distribution of the Library.
2ff057
2ff057
If any portion of this section is held invalid or unenforceable under any
2ff057
particular circumstance, the balance of the section is intended to apply,
2ff057
and the section as a whole is intended to apply in other circumstances.
2ff057
2ff057
It is not the purpose of this section to induce you to infringe any
2ff057
patents or other property right claims or to contest validity of any
2ff057
such claims; this section has the sole purpose of protecting the
2ff057
integrity of the free software distribution system which is
2ff057
implemented by public license practices.  Many people have made
2ff057
generous contributions to the wide range of software distributed
2ff057
through that system in reliance on consistent application of that
2ff057
system; it is up to the author/donor to decide if he or she is willing
2ff057
to distribute software through any other system and a licensee cannot
2ff057
impose that choice.
2ff057
2ff057
This section is intended to make thoroughly clear what is believed to
2ff057
be a consequence of the rest of this License.
2ff057
2ff057
  12. If the distribution and/or use of the Library is restricted in
2ff057
certain countries either by patents or by copyrighted interfaces, the
2ff057
original copyright holder who places the Library under this License may add
2ff057
an explicit geographical distribution limitation excluding those countries,
2ff057
so that distribution is permitted only in or among countries not thus
2ff057
excluded.  In such case, this License incorporates the limitation as if
2ff057
written in the body of this License.
2ff057
2ff057
  13. The Free Software Foundation may publish revised and/or new
2ff057
versions of the Library General Public License from time to time.
2ff057
Such new versions will be similar in spirit to the present version,
2ff057
but may differ in detail to address new problems or concerns.
2ff057
2ff057
Each version is given a distinguishing version number.  If the Library
2ff057
specifies a version number of this License which applies to it and
2ff057
"any later version", you have the option of following the terms and
2ff057
conditions either of that version or of any later version published by
2ff057
the Free Software Foundation.  If the Library does not specify a
2ff057
license version number, you may choose any version ever published by
2ff057
the Free Software Foundation.
2ff057

2ff057
  14. If you wish to incorporate parts of the Library into other free
2ff057
programs whose distribution conditions are incompatible with these,
2ff057
write to the author to ask for permission.  For software which is
2ff057
copyrighted by the Free Software Foundation, write to the Free
2ff057
Software Foundation; we sometimes make exceptions for this.  Our
2ff057
decision will be guided by the two goals of preserving the free status
2ff057
of all derivatives of our free software and of promoting the sharing
2ff057
and reuse of software generally.
2ff057
2ff057
			    NO WARRANTY
2ff057
2ff057
  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
2ff057
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
2ff057
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
2ff057
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
2ff057
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
2ff057
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2ff057
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
2ff057
LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
2ff057
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2ff057
2ff057
  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
2ff057
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
2ff057
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
2ff057
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
2ff057
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
2ff057
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
2ff057
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
2ff057
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
2ff057
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
2ff057
DAMAGES.
2ff057
2ff057
		     END OF TERMS AND CONDITIONS
2ff057

2ff057
     Appendix: How to Apply These Terms to Your New Libraries
2ff057
2ff057
  If you develop a new library, and you want it to be of the greatest
2ff057
possible use to the public, we recommend making it free software that
2ff057
everyone can redistribute and change.  You can do so by permitting
2ff057
redistribution under these terms (or, alternatively, under the terms of the
2ff057
ordinary General Public License).
2ff057
2ff057
  To apply these terms, attach the following notices to the library.  It is
2ff057
safest to attach them to the start of each source file to most effectively
2ff057
convey the exclusion of warranty; and each file should have at least the
2ff057
"copyright" line and a pointer to where the full notice is found.
2ff057
2ff057
    <one line to give the library's name and a brief idea of what it does.>
2ff057
    Copyright (C) <year>  <name of author>
2ff057
2ff057
    This library is free software; you can redistribute it and/or
2ff057
    modify it under the terms of the GNU Library General Public
2ff057
    License as published by the Free Software Foundation; either
2ff057
    version 2 of the License, or (at your option) any later version.
2ff057
2ff057
    This library is distributed in the hope that it will be useful,
2ff057
    but WITHOUT ANY WARRANTY; without even the implied warranty of
2ff057
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
2ff057
    Library General Public License for more details.
2ff057
2ff057
    You should have received a copy of the GNU Library General Public
2ff057
    License along with this library; if not, write to the Free
2ff057
    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2ff057
2ff057
Also add information on how to contact you by electronic and paper mail.
2ff057
2ff057
You should also get your employer (if you work as a programmer) or your
2ff057
school, if any, to sign a "copyright disclaimer" for the library, if
2ff057
necessary.  Here is a sample; alter the names:
2ff057
2ff057
  Yoyodyne, Inc., hereby disclaims all copyright interest in the
2ff057
  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
2ff057
2ff057
  <signature of Ty Coon>, 1 April 1990
2ff057
  Ty Coon, President of Vice
2ff057
2ff057
That's all there is to it!