licensee 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,198 +0,0 @@
1
- ---
2
- layout: license
3
- title: GNU LGPL v3.0
4
- category: LGPL
5
- tab-slug: lgpl-v3
6
- hide-from-license-list: true
7
- redirect_from: /licenses/lgpl-v3/
8
- source: http://www.gnu.org/licenses/lgpl-3.0.txt
9
- permalink: /licenses/lgpl-3.0/
10
-
11
- description: Version 3 of the LGPL is an additional set of permissions to the <a href="/licenses/GPL-3.0">GPL v3 license</a> that requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction.
12
-
13
- how: This license is an additional set of permissions to the <a href="/licenses/gpl-3.0">GPL v3</a> license. Follow the instructions to apply the GPL v3 license. Then either paste this text to the bottom of that file OR add a separate file (typically named COPYING.lesser or LICENSE.lesser) in the root of your source code and copy the text.
14
-
15
- note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
16
-
17
- required:
18
- - include-copyright
19
- - library-usage
20
- - disclose-source
21
-
22
- permitted:
23
- - commercial-use
24
- - modifications
25
- - distribution
26
- - sublicense
27
- - patent-grant
28
- - private-use
29
-
30
- forbidden:
31
- - no-liability
32
-
33
- ---
34
- GNU LESSER GENERAL PUBLIC LICENSE
35
- Version 3, 29 June 2007
36
-
37
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
38
- Everyone is permitted to copy and distribute verbatim copies
39
- of this license document, but changing it is not allowed.
40
-
41
-
42
- This version of the GNU Lesser General Public License incorporates
43
- the terms and conditions of version 3 of the GNU General Public
44
- License, supplemented by the additional permissions listed below.
45
-
46
- 0. Additional Definitions.
47
-
48
- As used herein, "this License" refers to version 3 of the GNU Lesser
49
- General Public License, and the "GNU GPL" refers to version 3 of the GNU
50
- General Public License.
51
-
52
- "The Library" refers to a covered work governed by this License,
53
- other than an Application or a Combined Work as defined below.
54
-
55
- An "Application" is any work that makes use of an interface provided
56
- by the Library, but which is not otherwise based on the Library.
57
- Defining a subclass of a class defined by the Library is deemed a mode
58
- of using an interface provided by the Library.
59
-
60
- A "Combined Work" is a work produced by combining or linking an
61
- Application with the Library. The particular version of the Library
62
- with which the Combined Work was made is also called the "Linked
63
- Version".
64
-
65
- The "Minimal Corresponding Source" for a Combined Work means the
66
- Corresponding Source for the Combined Work, excluding any source code
67
- for portions of the Combined Work that, considered in isolation, are
68
- based on the Application, and not on the Linked Version.
69
-
70
- The "Corresponding Application Code" for a Combined Work means the
71
- object code and/or source code for the Application, including any data
72
- and utility programs needed for reproducing the Combined Work from the
73
- Application, but excluding the System Libraries of the Combined Work.
74
-
75
- 1. Exception to Section 3 of the GNU GPL.
76
-
77
- You may convey a covered work under sections 3 and 4 of this License
78
- without being bound by section 3 of the GNU GPL.
79
-
80
- 2. Conveying Modified Versions.
81
-
82
- If you modify a copy of the Library, and, in your modifications, a
83
- facility refers to a function or data to be supplied by an Application
84
- that uses the facility (other than as an argument passed when the
85
- facility is invoked), then you may convey a copy of the modified
86
- version:
87
-
88
- a) under this License, provided that you make a good faith effort to
89
- ensure that, in the event an Application does not supply the
90
- function or data, the facility still operates, and performs
91
- whatever part of its purpose remains meaningful, or
92
-
93
- b) under the GNU GPL, with none of the additional permissions of
94
- this License applicable to that copy.
95
-
96
- 3. Object Code Incorporating Material from Library Header Files.
97
-
98
- The object code form of an Application may incorporate material from
99
- a header file that is part of the Library. You may convey such object
100
- code under terms of your choice, provided that, if the incorporated
101
- material is not limited to numerical parameters, data structure
102
- layouts and accessors, or small macros, inline functions and templates
103
- (ten or fewer lines in length), you do both of the following:
104
-
105
- a) Give prominent notice with each copy of the object code that the
106
- Library is used in it and that the Library and its use are
107
- covered by this License.
108
-
109
- b) Accompany the object code with a copy of the GNU GPL and this license
110
- document.
111
-
112
- 4. Combined Works.
113
-
114
- You may convey a Combined Work under terms of your choice that,
115
- taken together, effectively do not restrict modification of the
116
- portions of the Library contained in the Combined Work and reverse
117
- engineering for debugging such modifications, if you also do each of
118
- the following:
119
-
120
- a) Give prominent notice with each copy of the Combined Work that
121
- the Library is used in it and that the Library and its use are
122
- covered by this License.
123
-
124
- b) Accompany the Combined Work with a copy of the GNU GPL and this license
125
- document.
126
-
127
- c) For a Combined Work that displays copyright notices during
128
- execution, include the copyright notice for the Library among
129
- these notices, as well as a reference directing the user to the
130
- copies of the GNU GPL and this license document.
131
-
132
- d) Do one of the following:
133
-
134
- 0) Convey the Minimal Corresponding Source under the terms of this
135
- License, and the Corresponding Application Code in a form
136
- suitable for, and under terms that permit, the user to
137
- recombine or relink the Application with a modified version of
138
- the Linked Version to produce a modified Combined Work, in the
139
- manner specified by section 6 of the GNU GPL for conveying
140
- Corresponding Source.
141
-
142
- 1) Use a suitable shared library mechanism for linking with the
143
- Library. A suitable mechanism is one that (a) uses at run time
144
- a copy of the Library already present on the user's computer
145
- system, and (b) will operate properly with a modified version
146
- of the Library that is interface-compatible with the Linked
147
- Version.
148
-
149
- e) Provide Installation Information, but only if you would otherwise
150
- be required to provide such information under section 6 of the
151
- GNU GPL, and only to the extent that such information is
152
- necessary to install and execute a modified version of the
153
- Combined Work produced by recombining or relinking the
154
- Application with a modified version of the Linked Version. (If
155
- you use option 4d0, the Installation Information must accompany
156
- the Minimal Corresponding Source and Corresponding Application
157
- Code. If you use option 4d1, you must provide the Installation
158
- Information in the manner specified by section 6 of the GNU GPL
159
- for conveying Corresponding Source.)
160
-
161
- 5. Combined Libraries.
162
-
163
- You may place library facilities that are a work based on the
164
- Library side by side in a single library together with other library
165
- facilities that are not Applications and are not covered by this
166
- License, and convey such a combined library under terms of your
167
- choice, if you do both of the following:
168
-
169
- a) Accompany the combined library with a copy of the same work based
170
- on the Library, uncombined with any other library facilities,
171
- conveyed under the terms of this License.
172
-
173
- b) Give prominent notice with the combined library that part of it
174
- is a work based on the Library, and explaining where to find the
175
- accompanying uncombined form of the same work.
176
-
177
- 6. Revised Versions of the GNU Lesser General Public License.
178
-
179
- The Free Software Foundation may publish revised and/or new versions
180
- of the GNU Lesser General Public License from time to time. Such new
181
- versions will be similar in spirit to the present version, but may
182
- differ in detail to address new problems or concerns.
183
-
184
- Each version is given a distinguishing version number. If the
185
- Library as you received it specifies that a certain numbered version
186
- of the GNU Lesser General Public License "or any later version"
187
- applies to it, you have the option of following the terms and
188
- conditions either of that published version or of any later version
189
- published by the Free Software Foundation. If the Library as you
190
- received it does not specify a version number of the GNU Lesser
191
- General Public License, you may choose any version of the GNU Lesser
192
- General Public License ever published by the Free Software Foundation.
193
-
194
- If the Library as you received it specifies that a proxy can decide
195
- whether future versions of the GNU Lesser General Public License shall
196
- apply, that proxy's public statement of acceptance of any version is
197
- permanent authorization for you to choose that version for the
198
- Library.
@@ -1,49 +0,0 @@
1
- ---
2
- layout: license
3
- title: MIT License
4
- category: MIT
5
- permalink: /licenses/mit/
6
- source: http://opensource.org/licenses/MIT
7
-
8
- featured: true
9
-
10
- description: A permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty.
11
-
12
- how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
13
-
14
- required:
15
- - include-copyright
16
-
17
- permitted:
18
- - commercial-use
19
- - modifications
20
- - distribution
21
- - sublicense
22
- - private-use
23
-
24
- forbidden:
25
- - no-liability
26
-
27
- ---
28
-
29
- The MIT License (MIT)
30
-
31
- Copyright (c) [year] [fullname]
32
-
33
- Permission is hereby granted, free of charge, to any person obtaining a copy
34
- of this software and associated documentation files (the "Software"), to deal
35
- in the Software without restriction, including without limitation the rights
36
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37
- copies of the Software, and to permit persons to whom the Software is
38
- furnished to do so, subject to the following conditions:
39
-
40
- The above copyright notice and this permission notice shall be included in all
41
- copies or substantial portions of the Software.
42
-
43
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49
- SOFTWARE.
@@ -1,391 +0,0 @@
1
- ---
2
- layout: license
3
- title: Mozilla Public License 2.0
4
- category: Mozilla
5
- redirect_from: /licenses/mozilla/
6
- source: http://www.mozilla.org/MPL/2.0/
7
- permalink: /licenses/mpl-2.0/
8
-
9
- description: The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license.
10
-
11
- how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
12
-
13
- required:
14
- - disclose-source
15
- - include-copyright
16
-
17
- permitted:
18
- - commercial-use
19
- - modifications
20
- - distribution
21
- - sublicense
22
- - patent-grant
23
- - private-use
24
-
25
- forbidden:
26
- - no-liability
27
- - trademark-use
28
-
29
- ---
30
- Mozilla Public License, version 2.0
31
-
32
- 1. Definitions
33
-
34
- 1.1. "Contributor"
35
-
36
- means each individual or legal entity that creates, contributes to the
37
- creation of, or owns Covered Software.
38
-
39
- 1.2. "Contributor Version"
40
-
41
- means the combination of the Contributions of others (if any) used by a
42
- Contributor and that particular Contributor's Contribution.
43
-
44
- 1.3. "Contribution"
45
-
46
- means Covered Software of a particular Contributor.
47
-
48
- 1.4. "Covered Software"
49
-
50
- means Source Code Form to which the initial Contributor has attached the
51
- notice in Exhibit A, the Executable Form of such Source Code Form, and
52
- Modifications of such Source Code Form, in each case including portions
53
- thereof.
54
-
55
- 1.5. "Incompatible With Secondary Licenses"
56
- means
57
-
58
- a. that the initial Contributor has attached the notice described in
59
- Exhibit B to the Covered Software; or
60
-
61
- b. that the Covered Software was made available under the terms of
62
- version 1.1 or earlier of the License, but not also under the terms of
63
- a Secondary License.
64
-
65
- 1.6. "Executable Form"
66
-
67
- means any form of the work other than Source Code Form.
68
-
69
- 1.7. "Larger Work"
70
-
71
- means a work that combines Covered Software with other material, in a
72
- separate file or files, that is not Covered Software.
73
-
74
- 1.8. "License"
75
-
76
- means this document.
77
-
78
- 1.9. "Licensable"
79
-
80
- means having the right to grant, to the maximum extent possible, whether
81
- at the time of the initial grant or subsequently, any and all of the
82
- rights conveyed by this License.
83
-
84
- 1.10. "Modifications"
85
-
86
- means any of the following:
87
-
88
- a. any file in Source Code Form that results from an addition to,
89
- deletion from, or modification of the contents of Covered Software; or
90
-
91
- b. any new file in Source Code Form that contains any Covered Software.
92
-
93
- 1.11. "Patent Claims" of a Contributor
94
-
95
- means any patent claim(s), including without limitation, method,
96
- process, and apparatus claims, in any patent Licensable by such
97
- Contributor that would be infringed, but for the grant of the License,
98
- by the making, using, selling, offering for sale, having made, import,
99
- or transfer of either its Contributions or its Contributor Version.
100
-
101
- 1.12. "Secondary License"
102
-
103
- means either the GNU General Public License, Version 2.0, the GNU Lesser
104
- General Public License, Version 2.1, the GNU Affero General Public
105
- License, Version 3.0, or any later versions of those licenses.
106
-
107
- 1.13. "Source Code Form"
108
-
109
- means the form of the work preferred for making modifications.
110
-
111
- 1.14. "You" (or "Your")
112
-
113
- means an individual or a legal entity exercising rights under this
114
- License. For legal entities, "You" includes any entity that controls, is
115
- controlled by, or is under common control with You. For purposes of this
116
- definition, "control" means (a) the power, direct or indirect, to cause
117
- the direction or management of such entity, whether by contract or
118
- otherwise, or (b) ownership of more than fifty percent (50%) of the
119
- outstanding shares or beneficial ownership of such entity.
120
-
121
-
122
- 2. License Grants and Conditions
123
-
124
- 2.1. Grants
125
-
126
- Each Contributor hereby grants You a world-wide, royalty-free,
127
- non-exclusive license:
128
-
129
- a. under intellectual property rights (other than patent or trademark)
130
- Licensable by such Contributor to use, reproduce, make available,
131
- modify, display, perform, distribute, and otherwise exploit its
132
- Contributions, either on an unmodified basis, with Modifications, or
133
- as part of a Larger Work; and
134
-
135
- b. under Patent Claims of such Contributor to make, use, sell, offer for
136
- sale, have made, import, and otherwise transfer either its
137
- Contributions or its Contributor Version.
138
-
139
- 2.2. Effective Date
140
-
141
- The licenses granted in Section 2.1 with respect to any Contribution
142
- become effective for each Contribution on the date the Contributor first
143
- distributes such Contribution.
144
-
145
- 2.3. Limitations on Grant Scope
146
-
147
- The licenses granted in this Section 2 are the only rights granted under
148
- this License. No additional rights or licenses will be implied from the
149
- distribution or licensing of Covered Software under this License.
150
- Notwithstanding Section 2.1(b) above, no patent license is granted by a
151
- Contributor:
152
-
153
- a. for any code that a Contributor has removed from Covered Software; or
154
-
155
- b. for infringements caused by: (i) Your and any other third party's
156
- modifications of Covered Software, or (ii) the combination of its
157
- Contributions with other software (except as part of its Contributor
158
- Version); or
159
-
160
- c. under Patent Claims infringed by Covered Software in the absence of
161
- its Contributions.
162
-
163
- This License does not grant any rights in the trademarks, service marks,
164
- or logos of any Contributor (except as may be necessary to comply with
165
- the notice requirements in Section 3.4).
166
-
167
- 2.4. Subsequent Licenses
168
-
169
- No Contributor makes additional grants as a result of Your choice to
170
- distribute the Covered Software under a subsequent version of this
171
- License (see Section 10.2) or under the terms of a Secondary License (if
172
- permitted under the terms of Section 3.3).
173
-
174
- 2.5. Representation
175
-
176
- Each Contributor represents that the Contributor believes its
177
- Contributions are its original creation(s) or it has sufficient rights to
178
- grant the rights to its Contributions conveyed by this License.
179
-
180
- 2.6. Fair Use
181
-
182
- This License is not intended to limit any rights You have under
183
- applicable copyright doctrines of fair use, fair dealing, or other
184
- equivalents.
185
-
186
- 2.7. Conditions
187
-
188
- Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
189
- Section 2.1.
190
-
191
-
192
- 3. Responsibilities
193
-
194
- 3.1. Distribution of Source Form
195
-
196
- All distribution of Covered Software in Source Code Form, including any
197
- Modifications that You create or to which You contribute, must be under
198
- the terms of this License. You must inform recipients that the Source
199
- Code Form of the Covered Software is governed by the terms of this
200
- License, and how they can obtain a copy of this License. You may not
201
- attempt to alter or restrict the recipients' rights in the Source Code
202
- Form.
203
-
204
- 3.2. Distribution of Executable Form
205
-
206
- If You distribute Covered Software in Executable Form then:
207
-
208
- a. such Covered Software must also be made available in Source Code Form,
209
- as described in Section 3.1, and You must inform recipients of the
210
- Executable Form how they can obtain a copy of such Source Code Form by
211
- reasonable means in a timely manner, at a charge no more than the cost
212
- of distribution to the recipient; and
213
-
214
- b. You may distribute such Executable Form under the terms of this
215
- License, or sublicense it under different terms, provided that the
216
- license for the Executable Form does not attempt to limit or alter the
217
- recipients' rights in the Source Code Form under this License.
218
-
219
- 3.3. Distribution of a Larger Work
220
-
221
- You may create and distribute a Larger Work under terms of Your choice,
222
- provided that You also comply with the requirements of this License for
223
- the Covered Software. If the Larger Work is a combination of Covered
224
- Software with a work governed by one or more Secondary Licenses, and the
225
- Covered Software is not Incompatible With Secondary Licenses, this
226
- License permits You to additionally distribute such Covered Software
227
- under the terms of such Secondary License(s), so that the recipient of
228
- the Larger Work may, at their option, further distribute the Covered
229
- Software under the terms of either this License or such Secondary
230
- License(s).
231
-
232
- 3.4. Notices
233
-
234
- You may not remove or alter the substance of any license notices
235
- (including copyright notices, patent notices, disclaimers of warranty, or
236
- limitations of liability) contained within the Source Code Form of the
237
- Covered Software, except that You may alter any license notices to the
238
- extent required to remedy known factual inaccuracies.
239
-
240
- 3.5. Application of Additional Terms
241
-
242
- You may choose to offer, and to charge a fee for, warranty, support,
243
- indemnity or liability obligations to one or more recipients of Covered
244
- Software. However, You may do so only on Your own behalf, and not on
245
- behalf of any Contributor. You must make it absolutely clear that any
246
- such warranty, support, indemnity, or liability obligation is offered by
247
- You alone, and You hereby agree to indemnify every Contributor for any
248
- liability incurred by such Contributor as a result of warranty, support,
249
- indemnity or liability terms You offer. You may include additional
250
- disclaimers of warranty and limitations of liability specific to any
251
- jurisdiction.
252
-
253
- 4. Inability to Comply Due to Statute or Regulation
254
-
255
- If it is impossible for You to comply with any of the terms of this License
256
- with respect to some or all of the Covered Software due to statute,
257
- judicial order, or regulation then You must: (a) comply with the terms of
258
- this License to the maximum extent possible; and (b) describe the
259
- limitations and the code they affect. Such description must be placed in a
260
- text file included with all distributions of the Covered Software under
261
- this License. Except to the extent prohibited by statute or regulation,
262
- such description must be sufficiently detailed for a recipient of ordinary
263
- skill to be able to understand it.
264
-
265
- 5. Termination
266
-
267
- 5.1. The rights granted under this License will terminate automatically if You
268
- fail to comply with any of its terms. However, if You become compliant,
269
- then the rights granted under this License from a particular Contributor
270
- are reinstated (a) provisionally, unless and until such Contributor
271
- explicitly and finally terminates Your grants, and (b) on an ongoing
272
- basis, if such Contributor fails to notify You of the non-compliance by
273
- some reasonable means prior to 60 days after You have come back into
274
- compliance. Moreover, Your grants from a particular Contributor are
275
- reinstated on an ongoing basis if such Contributor notifies You of the
276
- non-compliance by some reasonable means, this is the first time You have
277
- received notice of non-compliance with this License from such
278
- Contributor, and You become compliant prior to 30 days after Your receipt
279
- of the notice.
280
-
281
- 5.2. If You initiate litigation against any entity by asserting a patent
282
- infringement claim (excluding declaratory judgment actions,
283
- counter-claims, and cross-claims) alleging that a Contributor Version
284
- directly or indirectly infringes any patent, then the rights granted to
285
- You by any and all Contributors for the Covered Software under Section
286
- 2.1 of this License shall terminate.
287
-
288
- 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
289
- license agreements (excluding distributors and resellers) which have been
290
- validly granted by You or Your distributors under this License prior to
291
- termination shall survive termination.
292
-
293
- 6. Disclaimer of Warranty
294
-
295
- Covered Software is provided under this License on an "as is" basis,
296
- without warranty of any kind, either expressed, implied, or statutory,
297
- including, without limitation, warranties that the Covered Software is free
298
- of defects, merchantable, fit for a particular purpose or non-infringing.
299
- The entire risk as to the quality and performance of the Covered Software
300
- is with You. Should any Covered Software prove defective in any respect,
301
- You (not any Contributor) assume the cost of any necessary servicing,
302
- repair, or correction. This disclaimer of warranty constitutes an essential
303
- part of this License. No use of any Covered Software is authorized under
304
- this License except under this disclaimer.
305
-
306
- 7. Limitation of Liability
307
-
308
- Under no circumstances and under no legal theory, whether tort (including
309
- negligence), contract, or otherwise, shall any Contributor, or anyone who
310
- distributes Covered Software as permitted above, be liable to You for any
311
- direct, indirect, special, incidental, or consequential damages of any
312
- character including, without limitation, damages for lost profits, loss of
313
- goodwill, work stoppage, computer failure or malfunction, or any and all
314
- other commercial damages or losses, even if such party shall have been
315
- informed of the possibility of such damages. This limitation of liability
316
- shall not apply to liability for death or personal injury resulting from
317
- such party's negligence to the extent applicable law prohibits such
318
- limitation. Some jurisdictions do not allow the exclusion or limitation of
319
- incidental or consequential damages, so this exclusion and limitation may
320
- not apply to You.
321
-
322
- 8. Litigation
323
-
324
- Any litigation relating to this License may be brought only in the courts
325
- of a jurisdiction where the defendant maintains its principal place of
326
- business and such litigation shall be governed by laws of that
327
- jurisdiction, without reference to its conflict-of-law provisions. Nothing
328
- in this Section shall prevent a party's ability to bring cross-claims or
329
- counter-claims.
330
-
331
- 9. Miscellaneous
332
-
333
- This License represents the complete agreement concerning the subject
334
- matter hereof. If any provision of this License is held to be
335
- unenforceable, such provision shall be reformed only to the extent
336
- necessary to make it enforceable. Any law or regulation which provides that
337
- the language of a contract shall be construed against the drafter shall not
338
- be used to construe this License against a Contributor.
339
-
340
-
341
- 10. Versions of the License
342
-
343
- 10.1. New Versions
344
-
345
- Mozilla Foundation is the license steward. Except as provided in Section
346
- 10.3, no one other than the license steward has the right to modify or
347
- publish new versions of this License. Each version will be given a
348
- distinguishing version number.
349
-
350
- 10.2. Effect of New Versions
351
-
352
- You may distribute the Covered Software under the terms of the version
353
- of the License under which You originally received the Covered Software,
354
- or under the terms of any subsequent version published by the license
355
- steward.
356
-
357
- 10.3. Modified Versions
358
-
359
- If you create software not governed by this License, and you want to
360
- create a new license for such software, you may create and use a
361
- modified version of this License if you rename the license and remove
362
- any references to the name of the license steward (except to note that
363
- such modified license differs from this License).
364
-
365
- 10.4. Distributing Source Code Form that is Incompatible With Secondary
366
- Licenses If You choose to distribute Source Code Form that is
367
- Incompatible With Secondary Licenses under the terms of this version of
368
- the License, the notice described in Exhibit B of this License must be
369
- attached.
370
-
371
- Exhibit A - Source Code Form License Notice
372
-
373
- This Source Code Form is subject to the
374
- terms of the Mozilla Public License, v.
375
- 2.0. If a copy of the MPL was not
376
- distributed with this file, You can
377
- obtain one at
378
- http://mozilla.org/MPL/2.0/.
379
-
380
- If it is not possible or desirable to put the notice in a particular file,
381
- then You may include the notice in a location (such as a LICENSE file in a
382
- relevant directory) where a recipient would be likely to look for such a
383
- notice.
384
-
385
- You may add additional accurate notices of copyright ownership.
386
-
387
- Exhibit B - "Incompatible With Secondary Licenses" Notice
388
-
389
- This Source Code Form is "Incompatible
390
- With Secondary Licenses", as defined by
391
- the Mozilla Public License, v. 2.0.