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