Blame COPYING

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