Blame COPYING

Packit c232bd
                   GNU LESSER GENERAL PUBLIC LICENSE
Packit c232bd
                       Version 3, 29 June 2007
Packit c232bd
Packit c232bd
 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Packit c232bd
 Everyone is permitted to copy and distribute verbatim copies
Packit c232bd
 of this license document, but changing it is not allowed.
Packit c232bd
Packit c232bd
Packit c232bd
  This version of the GNU Lesser General Public License incorporates
Packit c232bd
the terms and conditions of version 3 of the GNU General Public
Packit c232bd
License, supplemented by the additional permissions listed below.
Packit c232bd
Packit c232bd
  0. Additional Definitions.
Packit c232bd
Packit c232bd
  As used herein, "this License" refers to version 3 of the GNU Lesser
Packit c232bd
General Public License, and the "GNU GPL" refers to version 3 of the GNU
Packit c232bd
General Public License.
Packit c232bd
Packit c232bd
  "The Library" refers to a covered work governed by this License,
Packit c232bd
other than an Application or a Combined Work as defined below.
Packit c232bd
Packit c232bd
  An "Application" is any work that makes use of an interface provided
Packit c232bd
by the Library, but which is not otherwise based on the Library.
Packit c232bd
Defining a subclass of a class defined by the Library is deemed a mode
Packit c232bd
of using an interface provided by the Library.
Packit c232bd
Packit c232bd
  A "Combined Work" is a work produced by combining or linking an
Packit c232bd
Application with the Library.  The particular version of the Library
Packit c232bd
with which the Combined Work was made is also called the "Linked
Packit c232bd
Version".
Packit c232bd
Packit c232bd
  The "Minimal Corresponding Source" for a Combined Work means the
Packit c232bd
Corresponding Source for the Combined Work, excluding any source code
Packit c232bd
for portions of the Combined Work that, considered in isolation, are
Packit c232bd
based on the Application, and not on the Linked Version.
Packit c232bd
Packit c232bd
  The "Corresponding Application Code" for a Combined Work means the
Packit c232bd
object code and/or source code for the Application, including any data
Packit c232bd
and utility programs needed for reproducing the Combined Work from the
Packit c232bd
Application, but excluding the System Libraries of the Combined Work.
Packit c232bd
Packit c232bd
  1. Exception to Section 3 of the GNU GPL.
Packit c232bd
Packit c232bd
  You may convey a covered work under sections 3 and 4 of this License
Packit c232bd
without being bound by section 3 of the GNU GPL.
Packit c232bd
Packit c232bd
  2. Conveying Modified Versions.
Packit c232bd
Packit c232bd
  If you modify a copy of the Library, and, in your modifications, a
Packit c232bd
facility refers to a function or data to be supplied by an Application
Packit c232bd
that uses the facility (other than as an argument passed when the
Packit c232bd
facility is invoked), then you may convey a copy of the modified
Packit c232bd
version:
Packit c232bd
Packit c232bd
   a) under this License, provided that you make a good faith effort to
Packit c232bd
   ensure that, in the event an Application does not supply the
Packit c232bd
   function or data, the facility still operates, and performs
Packit c232bd
   whatever part of its purpose remains meaningful, or
Packit c232bd
Packit c232bd
   b) under the GNU GPL, with none of the additional permissions of
Packit c232bd
   this License applicable to that copy.
Packit c232bd
Packit c232bd
  3. Object Code Incorporating Material from Library Header Files.
Packit c232bd
Packit c232bd
  The object code form of an Application may incorporate material from
Packit c232bd
a header file that is part of the Library.  You may convey such object
Packit c232bd
code under terms of your choice, provided that, if the incorporated
Packit c232bd
material is not limited to numerical parameters, data structure
Packit c232bd
layouts and accessors, or small macros, inline functions and templates
Packit c232bd
(ten or fewer lines in length), you do both of the following:
Packit c232bd
Packit c232bd
   a) Give prominent notice with each copy of the object code that the
Packit c232bd
   Library is used in it and that the Library and its use are
Packit c232bd
   covered by this License.
Packit c232bd
Packit c232bd
   b) Accompany the object code with a copy of the GNU GPL and this license
Packit c232bd
   document.
Packit c232bd
Packit c232bd
  4. Combined Works.
Packit c232bd
Packit c232bd
  You may convey a Combined Work under terms of your choice that,
Packit c232bd
taken together, effectively do not restrict modification of the
Packit c232bd
portions of the Library contained in the Combined Work and reverse
Packit c232bd
engineering for debugging such modifications, if you also do each of
Packit c232bd
the following:
Packit c232bd
Packit c232bd
   a) Give prominent notice with each copy of the Combined Work that
Packit c232bd
   the Library is used in it and that the Library and its use are
Packit c232bd
   covered by this License.
Packit c232bd
Packit c232bd
   b) Accompany the Combined Work with a copy of the GNU GPL and this license
Packit c232bd
   document.
Packit c232bd
Packit c232bd
   c) For a Combined Work that displays copyright notices during
Packit c232bd
   execution, include the copyright notice for the Library among
Packit c232bd
   these notices, as well as a reference directing the user to the
Packit c232bd
   copies of the GNU GPL and this license document.
Packit c232bd
Packit c232bd
   d) Do one of the following:
Packit c232bd
Packit c232bd
       0) Convey the Minimal Corresponding Source under the terms of this
Packit c232bd
       License, and the Corresponding Application Code in a form
Packit c232bd
       suitable for, and under terms that permit, the user to
Packit c232bd
       recombine or relink the Application with a modified version of
Packit c232bd
       the Linked Version to produce a modified Combined Work, in the
Packit c232bd
       manner specified by section 6 of the GNU GPL for conveying
Packit c232bd
       Corresponding Source.
Packit c232bd
Packit c232bd
       1) Use a suitable shared library mechanism for linking with the
Packit c232bd
       Library.  A suitable mechanism is one that (a) uses at run time
Packit c232bd
       a copy of the Library already present on the user's computer
Packit c232bd
       system, and (b) will operate properly with a modified version
Packit c232bd
       of the Library that is interface-compatible with the Linked
Packit c232bd
       Version.
Packit c232bd
Packit c232bd
   e) Provide Installation Information, but only if you would otherwise
Packit c232bd
   be required to provide such information under section 6 of the
Packit c232bd
   GNU GPL, and only to the extent that such information is
Packit c232bd
   necessary to install and execute a modified version of the
Packit c232bd
   Combined Work produced by recombining or relinking the
Packit c232bd
   Application with a modified version of the Linked Version. (If
Packit c232bd
   you use option 4d0, the Installation Information must accompany
Packit c232bd
   the Minimal Corresponding Source and Corresponding Application
Packit c232bd
   Code. If you use option 4d1, you must provide the Installation
Packit c232bd
   Information in the manner specified by section 6 of the GNU GPL
Packit c232bd
   for conveying Corresponding Source.)
Packit c232bd
Packit c232bd
  5. Combined Libraries.
Packit c232bd
Packit c232bd
  You may place library facilities that are a work based on the
Packit c232bd
Library side by side in a single library together with other library
Packit c232bd
facilities that are not Applications and are not covered by this
Packit c232bd
License, and convey such a combined library under terms of your
Packit c232bd
choice, if you do both of the following:
Packit c232bd
Packit c232bd
   a) Accompany the combined library with a copy of the same work based
Packit c232bd
   on the Library, uncombined with any other library facilities,
Packit c232bd
   conveyed under the terms of this License.
Packit c232bd
Packit c232bd
   b) Give prominent notice with the combined library that part of it
Packit c232bd
   is a work based on the Library, and explaining where to find the
Packit c232bd
   accompanying uncombined form of the same work.
Packit c232bd
Packit c232bd
  6. Revised Versions of the GNU Lesser General Public License.
Packit c232bd
Packit c232bd
  The Free Software Foundation may publish revised and/or new versions
Packit c232bd
of the GNU Lesser General Public License from time to time. Such new
Packit c232bd
versions will be similar in spirit to the present version, but may
Packit c232bd
differ in detail to address new problems or concerns.
Packit c232bd
Packit c232bd
  Each version is given a distinguishing version number. If the
Packit c232bd
Library as you received it specifies that a certain numbered version
Packit c232bd
of the GNU Lesser General Public License "or any later version"
Packit c232bd
applies to it, you have the option of following the terms and
Packit c232bd
conditions either of that published version or of any later version
Packit c232bd
published by the Free Software Foundation. If the Library as you
Packit c232bd
received it does not specify a version number of the GNU Lesser
Packit c232bd
General Public License, you may choose any version of the GNU Lesser
Packit c232bd
General Public License ever published by the Free Software Foundation.
Packit c232bd
Packit c232bd
  If the Library as you received it specifies that a proxy can decide
Packit c232bd
whether future versions of the GNU Lesser General Public License shall
Packit c232bd
apply, that proxy's public statement of acceptance of any version is
Packit c232bd
permanent authorization for you to choose that version for the
Packit c232bd
Library.