1GNU LESSER GENERAL PUBLIC LICENSE 2 3Version 3, 29 June 2007 4 5Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> 6 7Everyone is permitted to copy and distribute verbatim copies of this license 8document, but changing it is not allowed. 9 10This version of the GNU Lesser General Public License incorporates the terms 11and conditions of version 3 of the GNU General Public License, supplemented 12by the additional permissions listed below. 13 14 0. Additional Definitions. 15 16 17 18As used herein, "this License" refers to version 3 of the GNU Lesser General 19Public License, and the "GNU GPL" refers to version 3 of the GNU General Public 20License. 21 22 23 24"The Library" refers to a covered work governed by this License, other than 25an Application or a Combined Work as defined below. 26 27 28 29An "Application" is any work that makes use of an interface provided by the 30Library, but which is not otherwise based on the Library. Defining a subclass 31of a class defined by the Library is deemed a mode of using an interface provided 32by the Library. 33 34 35 36A "Combined Work" is a work produced by combining or linking an Application 37with the Library. The particular version of the Library with which the Combined 38Work was made is also called the "Linked Version". 39 40 41 42The "Minimal Corresponding Source" for a Combined Work means the Corresponding 43Source for the Combined Work, excluding any source code for portions of the 44Combined Work that, considered in isolation, are based on the Application, 45and not on the Linked Version. 46 47 48 49The "Corresponding Application Code" for a Combined Work means the object 50code and/or source code for the Application, including any data and utility 51programs needed for reproducing the Combined Work from the Application, but 52excluding the System Libraries of the Combined Work. 53 54 1. Exception to Section 3 of the GNU GPL. 55 56You may convey a covered work under sections 3 and 4 of this License without 57being bound by section 3 of the GNU GPL. 58 59 2. Conveying Modified Versions. 60 61If you modify a copy of the Library, and, in your modifications, a facility 62refers to a function or data to be supplied by an Application that uses the 63facility (other than as an argument passed when the facility is invoked), 64then you may convey a copy of the modified version: 65 66a) under this License, provided that you make a good faith effort to ensure 67that, in the event an Application does not supply the function or data, the 68facility still operates, and performs whatever part of its purpose remains 69meaningful, or 70 71b) under the GNU GPL, with none of the additional permissions of this License 72applicable to that copy. 73 74 3. Object Code Incorporating Material from Library Header Files. 75 76The object code form of an Application may incorporate material from a header 77file that is part of the Library. You may convey such object code under terms 78of your choice, provided that, if the incorporated material is not limited 79to numerical parameters, data structure layouts and accessors, or small macros, 80inline functions and templates (ten or fewer lines in length), you do both 81of the following: 82 83a) Give prominent notice with each copy of the object code that the Library 84is used in it and that the Library and its use are covered by this License. 85 86b) Accompany the object code with a copy of the GNU GPL and this license document. 87 88 4. Combined Works. 89 90You may convey a Combined Work under terms of your choice that, taken together, 91effectively do not restrict modification of the portions of the Library contained 92in the Combined Work and reverse engineering for debugging such modifications, 93if you also do each of the following: 94 95a) Give prominent notice with each copy of the Combined Work that the Library 96is used in it and that the Library and its use are covered by this License. 97 98b) Accompany the Combined Work with a copy of the GNU GPL and this license 99document. 100 101c) For a Combined Work that displays copyright notices during execution, include 102the copyright notice for the Library among these notices, as well as a reference 103directing the user to the copies of the GNU GPL and this license document. 104 105 d) Do one of the following: 106 1070) Convey the Minimal Corresponding Source under the terms of this License, 108and the Corresponding Application Code in a form suitable for, and under terms 109that permit, the user to recombine or relink the Application with a modified 110version of the Linked Version to produce a modified Combined Work, in the 111manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 112 1131) Use a suitable shared library mechanism for linking with the Library. A 114suitable mechanism is one that (a) uses at run time a copy of the Library 115already present on the user's computer system, and (b) will operate properly 116with a modified version of the Library that is interface-compatible with the 117Linked Version. 118 119e) Provide Installation Information, but only if you would otherwise be required 120to provide such information under section 6 of the GNU GPL, and only to the 121extent that such information is necessary to install and execute a modified 122version of the Combined Work produced by recombining or relinking the Application 123with a modified version of the Linked Version. (If you use option 4d0, the 124Installation Information must accompany the Minimal Corresponding Source and 125Corresponding Application Code. If you use option 4d1, you must provide the 126Installation Information in the manner specified by section 6 of the GNU GPL 127for conveying Corresponding Source.) 128 129 5. Combined Libraries. 130 131You may place library facilities that are a work based on the Library side 132by side in a single library together with other library facilities that are 133not Applications and are not covered by this License, and convey such a combined 134library under terms of your choice, if you do both of the following: 135 136a) Accompany the combined library with a copy of the same work based on the 137Library, uncombined with any other library facilities, conveyed under the 138terms of this License. 139 140b) Give prominent notice with the combined library that part of it is a work 141based on the Library, and explaining where to find the accompanying uncombined 142form of the same work. 143 144 6. Revised Versions of the GNU Lesser General Public License. 145 146The Free Software Foundation may publish revised and/or new versions of the 147GNU Lesser General Public License from time to time. Such new versions will 148be similar in spirit to the present version, but may differ in detail to address 149new problems or concerns. 150 151Each version is given a distinguishing version number. If the Library as you 152received it specifies that a certain numbered version of the GNU Lesser General 153Public License "or any later version" applies to it, you have the option of 154following the terms and conditions either of that published version or of 155any later version published by the Free Software Foundation. If the Library 156as you received it does not specify a version number of the GNU Lesser General 157Public License, you may choose any version of the GNU Lesser General Public 158License ever published by the Free Software Foundation. 159 160If the Library as you received it specifies that a proxy can decide whether 161future versions of the GNU Lesser General Public License shall apply, that 162proxy's public statement of acceptance of any version is permanent authorization 163for you to choose that version for the Library. 164