Blame LGPLv3.txt

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