|
87 | 87 | > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
88 | 88 | > SOFTWARE. |
89 | 89 |
|
90 | | -## FFmpeg |
91 | | - |
92 | | -> GNU LESSER GENERAL PUBLIC LICENSE |
93 | | -> Version 3, 29 June 2007 |
94 | | -> |
95 | | -> Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
96 | | -> Everyone is permitted to copy and distribute verbatim copies |
97 | | -> of this license document, but changing it is not allowed. |
98 | | -> |
99 | | -> |
100 | | -> This version of the GNU Lesser General Public License incorporates |
101 | | -> the terms and conditions of version 3 of the GNU General Public |
102 | | -> License, supplemented by the additional permissions listed below. |
103 | | -> |
104 | | -> 0. Additional Definitions. |
105 | | -> |
106 | | -> As used herein, "this License" refers to version 3 of the GNU Lesser |
107 | | -> General Public License, and the "GNU GPL" refers to version 3 of the GNU |
108 | | -> General Public License. |
109 | | -> |
110 | | -> "The Library" refers to a covered work governed by this License, |
111 | | -> other than an Application or a Combined Work as defined below. |
112 | | -> |
113 | | -> An "Application" is any work that makes use of an interface provided |
114 | | -> by the Library, but which is not otherwise based on the Library. |
115 | | -> Defining a subclass of a class defined by the Library is deemed a mode |
116 | | -> of using an interface provided by the Library. |
117 | | -> |
118 | | -> A "Combined Work" is a work produced by combining or linking an |
119 | | -> Application with the Library. The particular version of the Library |
120 | | -> with which the Combined Work was made is also called the "Linked |
121 | | -> Version". |
122 | | -> |
123 | | -> The "Minimal Corresponding Source" for a Combined Work means the |
124 | | -> Corresponding Source for the Combined Work, excluding any source code |
125 | | -> for portions of the Combined Work that, considered in isolation, are |
126 | | -> based on the Application, and not on the Linked Version. |
127 | | -> |
128 | | -> The "Corresponding Application Code" for a Combined Work means the |
129 | | -> object code and/or source code for the Application, including any data |
130 | | -> and utility programs needed for reproducing the Combined Work from the |
131 | | -> Application, but excluding the System Libraries of the Combined Work. |
132 | | -> |
133 | | -> 1. Exception to Section 3 of the GNU GPL. |
134 | | -> |
135 | | -> You may convey a covered work under sections 3 and 4 of this License |
136 | | -> without being bound by section 3 of the GNU GPL. |
137 | | -> |
138 | | -> 2. Conveying Modified Versions. |
139 | | -> |
140 | | -> If you modify a copy of the Library, and, in your modifications, a |
141 | | -> facility refers to a function or data to be supplied by an Application |
142 | | -> that uses the facility (other than as an argument passed when the |
143 | | -> facility is invoked), then you may convey a copy of the modified |
144 | | -> version: |
145 | | -> |
146 | | -> a) under this License, provided that you make a good faith effort to |
147 | | -> ensure that, in the event an Application does not supply the |
148 | | -> function or data, the facility still operates, and performs |
149 | | -> whatever part of its purpose remains meaningful, or |
150 | | -> |
151 | | -> b) under the GNU GPL, with none of the additional permissions of |
152 | | -> this License applicable to that copy. |
153 | | -> |
154 | | -> 3. Object Code Incorporating Material from Library Header Files. |
155 | | -> |
156 | | -> The object code form of an Application may incorporate material from |
157 | | -> a header file that is part of the Library. You may convey such object |
158 | | -> code under terms of your choice, provided that, if the incorporated |
159 | | -> material is not limited to numerical parameters, data structure |
160 | | -> layouts and accessors, or small macros, inline functions and templates |
161 | | -> (ten or fewer lines in length), you do both of the following: |
162 | | -> |
163 | | -> a) Give prominent notice with each copy of the object code that the |
164 | | -> Library is used in it and that the Library and its use are |
165 | | -> covered by this License. |
166 | | -> |
167 | | -> b) Accompany the object code with a copy of the GNU GPL and this license |
168 | | -> document. |
169 | | -> |
170 | | -> 4. Combined Works. |
171 | | -> |
172 | | -> You may convey a Combined Work under terms of your choice that, |
173 | | -> taken together, effectively do not restrict modification of the |
174 | | -> portions of the Library contained in the Combined Work and reverse |
175 | | -> engineering for debugging such modifications, if you also do each of |
176 | | -> the following: |
177 | | -> |
178 | | -> a) Give prominent notice with each copy of the Combined Work that |
179 | | -> the Library is used in it and that the Library and its use are |
180 | | -> covered by this License. |
181 | | -> |
182 | | -> b) Accompany the Combined Work with a copy of the GNU GPL and this license |
183 | | -> document. |
184 | | -> |
185 | | -> c) For a Combined Work that displays copyright notices during |
186 | | -> execution, include the copyright notice for the Library among |
187 | | -> these notices, as well as a reference directing the user to the |
188 | | -> copies of the GNU GPL and this license document. |
189 | | -> |
190 | | -> d) Do one of the following: |
191 | | -> |
192 | | -> 0) Convey the Minimal Corresponding Source under the terms of this |
193 | | -> License, and the Corresponding Application Code in a form |
194 | | -> suitable for, and under terms that permit, the user to |
195 | | -> recombine or relink the Application with a modified version of |
196 | | -> the Linked Version to produce a modified Combined Work, in the |
197 | | -> manner specified by section 6 of the GNU GPL for conveying |
198 | | -> Corresponding Source. |
199 | | -> |
200 | | -> 1) Use a suitable shared library mechanism for linking with the |
201 | | -> Library. A suitable mechanism is one that (a) uses at run time |
202 | | -> a copy of the Library already present on the user's computer |
203 | | -> system, and (b) will operate properly with a modified version |
204 | | -> of the Library that is interface-compatible with the Linked |
205 | | -> Version. |
206 | | -> |
207 | | -> e) Provide Installation Information, but only if you would otherwise |
208 | | -> be required to provide such information under section 6 of the |
209 | | -> GNU GPL, and only to the extent that such information is |
210 | | -> necessary to install and execute a modified version of the |
211 | | -> Combined Work produced by recombining or relinking the |
212 | | -> Application with a modified version of the Linked Version. (If |
213 | | -> you use option 4d0, the Installation Information must accompany |
214 | | -> the Minimal Corresponding Source and Corresponding Application |
215 | | -> Code. If you use option 4d1, you must provide the Installation |
216 | | -> Information in the manner specified by section 6 of the GNU GPL |
217 | | -> for conveying Corresponding Source.) |
218 | | -> |
219 | | -> 5. Combined Libraries. |
220 | | -> |
221 | | -> You may place library facilities that are a work based on the |
222 | | -> Library side by side in a single library together with other library |
223 | | -> facilities that are not Applications and are not covered by this |
224 | | -> License, and convey such a combined library under terms of your |
225 | | -> choice, if you do both of the following: |
226 | | -> |
227 | | -> a) Accompany the combined library with a copy of the same work based |
228 | | -> on the Library, uncombined with any other library facilities, |
229 | | -> conveyed under the terms of this License. |
230 | | -> |
231 | | -> b) Give prominent notice with the combined library that part of it |
232 | | -> is a work based on the Library, and explaining where to find the |
233 | | -> accompanying uncombined form of the same work. |
234 | | -> |
235 | | -> 6. Revised Versions of the GNU Lesser General Public License. |
236 | | -> |
237 | | -> The Free Software Foundation may publish revised and/or new versions |
238 | | -> of the GNU Lesser General Public License from time to time. Such new |
239 | | -> versions will be similar in spirit to the present version, but may |
240 | | -> differ in detail to address new problems or concerns. |
241 | | -> |
242 | | -> Each version is given a distinguishing version number. If the |
243 | | -> Library as you received it specifies that a certain numbered version |
244 | | -> of the GNU Lesser General Public License "or any later version" |
245 | | -> applies to it, you have the option of following the terms and |
246 | | -> conditions either of that published version or of any later version |
247 | | -> published by the Free Software Foundation. If the Library as you |
248 | | -> received it does not specify a version number of the GNU Lesser |
249 | | -> General Public License, you may choose any version of the GNU Lesser |
250 | | -> General Public License ever published by the Free Software Foundation. |
251 | | -> |
252 | | -> If the Library as you received it specifies that a proxy can decide |
253 | | -> whether future versions of the GNU Lesser General Public License shall |
254 | | -> apply, that proxy's public statement of acceptance of any version is |
255 | | -> permanent authorization for you to choose that version for the |
256 | | -> Library. |
257 | | -
|
258 | 90 | ## win32-custom-menubar-aero-theme |
259 | 91 |
|
260 | 92 | > MIT License |
|
0 commit comments