UNPKG

16.8 kBPlain TextView Raw
1Copyright (c) 2018 Andrew Powell
2
3Mozilla Public License Version 2.0
4==================================
5
61. Definitions
7--------------
8
91.1. "Contributor"
10 means each individual or legal entity that creates, contributes to
11 the creation of, or owns Covered Software.
12
131.2. "Contributor Version"
14 means the combination of the Contributions of others (if any) used
15 by a Contributor and that particular Contributor's Contribution.
16
171.3. "Contribution"
18 means Covered Software of a particular Contributor.
19
201.4. "Covered Software"
21 means Source Code Form to which the initial Contributor has attached
22 the notice in Exhibit A, the Executable Form of such Source Code
23 Form, and Modifications of such Source Code Form, in each case
24 including portions thereof.
25
261.5. "Incompatible With Secondary Licenses"
27 means
28
29 (a) that the initial Contributor has attached the notice described
30 in Exhibit B to the Covered Software; or
31
32 (b) that the Covered Software was made available under the terms of
33 version 1.1 or earlier of the License, but not also under the
34 terms of a Secondary License.
35
361.6. "Executable Form"
37 means any form of the work other than Source Code Form.
38
391.7. "Larger Work"
40 means a work that combines Covered Software with other material, in
41 a separate file or files, that is not Covered Software.
42
431.8. "License"
44 means this document.
45
461.9. "Licensable"
47 means having the right to grant, to the maximum extent possible,
48 whether at the time of the initial grant or subsequently, any and
49 all of the rights conveyed by this License.
50
511.10. "Modifications"
52 means any of the following:
53
54 (a) any file in Source Code Form that results from an addition to,
55 deletion from, or modification of the contents of Covered
56 Software; or
57
58 (b) any new file in Source Code Form that contains any Covered
59 Software.
60
611.11. "Patent Claims" of a Contributor
62 means any patent claim(s), including without limitation, method,
63 process, and apparatus claims, in any patent Licensable by such
64 Contributor that would be infringed, but for the grant of the
65 License, by the making, using, selling, offering for sale, having
66 made, import, or transfer of either its Contributions or its
67 Contributor Version.
68
691.12. "Secondary License"
70 means either the GNU General Public License, Version 2.0, the GNU
71 Lesser General Public License, Version 2.1, the GNU Affero General
72 Public License, Version 3.0, or any later versions of those
73 licenses.
74
751.13. "Source Code Form"
76 means the form of the work preferred for making modifications.
77
781.14. "You" (or "Your")
79 means an individual or a legal entity exercising rights under this
80 License. For legal entities, "You" includes any entity that
81 controls, is controlled by, or is under common control with You. For
82 purposes of this definition, "control" means (a) the power, direct
83 or indirect, to cause the direction or management of such entity,
84 whether by contract or otherwise, or (b) ownership of more than
85 fifty percent (50%) of the outstanding shares or beneficial
86 ownership of such entity.
87
882. License Grants and Conditions
89--------------------------------
90
912.1. Grants
92
93Each Contributor hereby grants You a world-wide, royalty-free,
94non-exclusive license:
95
96(a) under intellectual property rights (other than patent or trademark)
97 Licensable by such Contributor to use, reproduce, make available,
98 modify, display, perform, distribute, and otherwise exploit its
99 Contributions, either on an unmodified basis, with Modifications, or
100 as part of a Larger Work; and
101
102(b) under Patent Claims of such Contributor to make, use, sell, offer
103 for sale, have made, import, and otherwise transfer either its
104 Contributions or its Contributor Version.
105
1062.2. Effective Date
107
108The licenses granted in Section 2.1 with respect to any Contribution
109become effective for each Contribution on the date the Contributor first
110distributes such Contribution.
111
1122.3. Limitations on Grant Scope
113
114The licenses granted in this Section 2 are the only rights granted under
115this License. No additional rights or licenses will be implied from the
116distribution or licensing of Covered Software under this License.
117Notwithstanding Section 2.1(b) above, no patent license is granted by a
118Contributor:
119
120(a) for any code that a Contributor has removed from Covered Software;
121 or
122
123(b) for infringements caused by: (i) Your and any other third party's
124 modifications of Covered Software, or (ii) the combination of its
125 Contributions with other software (except as part of its Contributor
126 Version); or
127
128(c) under Patent Claims infringed by Covered Software in the absence of
129 its Contributions.
130
131This License does not grant any rights in the trademarks, service marks,
132or logos of any Contributor (except as may be necessary to comply with
133the notice requirements in Section 3.4).
134
1352.4. Subsequent Licenses
136
137No Contributor makes additional grants as a result of Your choice to
138distribute the Covered Software under a subsequent version of this
139License (see Section 10.2) or under the terms of a Secondary License (if
140permitted under the terms of Section 3.3).
141
1422.5. Representation
143
144Each Contributor represents that the Contributor believes its
145Contributions are its original creation(s) or it has sufficient rights
146to grant the rights to its Contributions conveyed by this License.
147
1482.6. Fair Use
149
150This License is not intended to limit any rights You have under
151applicable copyright doctrines of fair use, fair dealing, or other
152equivalents.
153
1542.7. Conditions
155
156Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
157in Section 2.1.
158
1593. Responsibilities
160-------------------
161
1623.1. Distribution of Source Form
163
164All distribution of Covered Software in Source Code Form, including any
165Modifications that You create or to which You contribute, must be under
166the terms of this License. You must inform recipients that the Source
167Code Form of the Covered Software is governed by the terms of this
168License, and how they can obtain a copy of this License. You may not
169attempt to alter or restrict the recipients' rights in the Source Code
170Form.
171
1723.2. Distribution of Executable Form
173
174If You distribute Covered Software in Executable Form then:
175
176(a) such Covered Software must also be made available in Source Code
177 Form, as described in Section 3.1, and You must inform recipients of
178 the Executable Form how they can obtain a copy of such Source Code
179 Form by reasonable means in a timely manner, at a charge no more
180 than the cost of distribution to the recipient; and
181
182(b) You may distribute such Executable Form under the terms of this
183 License, or sublicense it under different terms, provided that the
184 license for the Executable Form does not attempt to limit or alter
185 the recipients' rights in the Source Code Form under this License.
186
1873.3. Distribution of a Larger Work
188
189You may create and distribute a Larger Work under terms of Your choice,
190provided that You also comply with the requirements of this License for
191the Covered Software. If the Larger Work is a combination of Covered
192Software with a work governed by one or more Secondary Licenses, and the
193Covered Software is not Incompatible With Secondary Licenses, this
194License permits You to additionally distribute such Covered Software
195under the terms of such Secondary License(s), so that the recipient of
196the Larger Work may, at their option, further distribute the Covered
197Software under the terms of either this License or such Secondary
198License(s).
199
2003.4. Notices
201
202You may not remove or alter the substance of any license notices
203(including copyright notices, patent notices, disclaimers of warranty,
204or limitations of liability) contained within the Source Code Form of
205the Covered Software, except that You may alter any license notices to
206the extent required to remedy known factual inaccuracies.
207
2083.5. Application of Additional Terms
209
210You may choose to offer, and to charge a fee for, warranty, support,
211indemnity or liability obligations to one or more recipients of Covered
212Software. However, You may do so only on Your own behalf, and not on
213behalf of any Contributor. You must make it absolutely clear that any
214such warranty, support, indemnity, or liability obligation is offered by
215You alone, and You hereby agree to indemnify every Contributor for any
216liability incurred by such Contributor as a result of warranty, support,
217indemnity or liability terms You offer. You may include additional
218disclaimers of warranty and limitations of liability specific to any
219jurisdiction.
220
2214. Inability to Comply Due to Statute or Regulation
222---------------------------------------------------
223
224If it is impossible for You to comply with any of the terms of this
225License with respect to some or all of the Covered Software due to
226statute, judicial order, or regulation then You must: (a) comply with
227the terms of this License to the maximum extent possible; and (b)
228describe the limitations and the code they affect. Such description must
229be placed in a text file included with all distributions of the Covered
230Software under this License. Except to the extent prohibited by statute
231or regulation, such description must be sufficiently detailed for a
232recipient of ordinary skill to be able to understand it.
233
2345. Termination
235--------------
236
2375.1. The rights granted under this License will terminate automatically
238if You fail to comply with any of its terms. However, if You become
239compliant, then the rights granted under this License from a particular
240Contributor are reinstated (a) provisionally, unless and until such
241Contributor explicitly and finally terminates Your grants, and (b) on an
242ongoing basis, if such Contributor fails to notify You of the
243non-compliance by some reasonable means prior to 60 days after You have
244come back into compliance. Moreover, Your grants from a particular
245Contributor are reinstated on an ongoing basis if such Contributor
246notifies You of the non-compliance by some reasonable means, this is the
247first time You have received notice of non-compliance with this License
248from such Contributor, and You become compliant prior to 30 days after
249Your receipt of the notice.
250
2515.2. If You initiate litigation against any entity by asserting a patent
252infringement claim (excluding declaratory judgment actions,
253counter-claims, and cross-claims) alleging that a Contributor Version
254directly or indirectly infringes any patent, then the rights granted to
255You by any and all Contributors for the Covered Software under Section
2562.1 of this License shall terminate.
257
2585.3. In the event of termination under Sections 5.1 or 5.2 above, all
259end user license agreements (excluding distributors and resellers) which
260have been validly granted by You or Your distributors under this License
261prior to termination shall survive termination.
262
263************************************************************************
264* *
265* 6. Disclaimer of Warranty *
266* ------------------------- *
267* *
268* Covered Software is provided under this License on an "as is" *
269* basis, without warranty of any kind, either expressed, implied, or *
270* statutory, including, without limitation, warranties that the *
271* Covered Software is free of defects, merchantable, fit for a *
272* particular purpose or non-infringing. The entire risk as to the *
273* quality and performance of the Covered Software is with You. *
274* Should any Covered Software prove defective in any respect, You *
275* (not any Contributor) assume the cost of any necessary servicing, *
276* repair, or correction. This disclaimer of warranty constitutes an *
277* essential part of this License. No use of any Covered Software is *
278* authorized under this License except under this disclaimer. *
279* *
280************************************************************************
281
282************************************************************************
283* *
284* 7. Limitation of Liability *
285* -------------------------- *
286* *
287* Under no circumstances and under no legal theory, whether tort *
288* (including negligence), contract, or otherwise, shall any *
289* Contributor, or anyone who distributes Covered Software as *
290* permitted above, be liable to You for any direct, indirect, *
291* special, incidental, or consequential damages of any character *
292* including, without limitation, damages for lost profits, loss of *
293* goodwill, work stoppage, computer failure or malfunction, or any *
294* and all other commercial damages or losses, even if such party *
295* shall have been informed of the possibility of such damages. This *
296* limitation of liability shall not apply to liability for death or *
297* personal injury resulting from such party's negligence to the *
298* extent applicable law prohibits such limitation. Some *
299* jurisdictions do not allow the exclusion or limitation of *
300* incidental or consequential damages, so this exclusion and *
301* limitation may not apply to You. *
302* *
303************************************************************************
304
3058. Litigation
306-------------
307
308Any litigation relating to this License may be brought only in the
309courts of a jurisdiction where the defendant maintains its principal
310place of business and such litigation shall be governed by laws of that
311jurisdiction, without reference to its conflict-of-law provisions.
312Nothing in this Section shall prevent a party's ability to bring
313cross-claims or counter-claims.
314
3159. Miscellaneous
316----------------
317
318This License represents the complete agreement concerning the subject
319matter hereof. If any provision of this License is held to be
320unenforceable, such provision shall be reformed only to the extent
321necessary to make it enforceable. Any law or regulation which provides
322that the language of a contract shall be construed against the drafter
323shall not be used to construe this License against a Contributor.
324
32510. Versions of the License
326---------------------------
327
32810.1. New Versions
329
330Mozilla Foundation is the license steward. Except as provided in Section
33110.3, no one other than the license steward has the right to modify or
332publish new versions of this License. Each version will be given a
333distinguishing version number.
334
33510.2. Effect of New Versions
336
337You may distribute the Covered Software under the terms of the version
338of the License under which You originally received the Covered Software,
339or under the terms of any subsequent version published by the license
340steward.
341
34210.3. Modified Versions
343
344If you create software not governed by this License, and you want to
345create a new license for such software, you may create and use a
346modified version of this License if you rename the license and remove
347any references to the name of the license steward (except to note that
348such modified license differs from this License).
349
35010.4. Distributing Source Code Form that is Incompatible With Secondary
351Licenses
352
353If You choose to distribute Source Code Form that is Incompatible With
354Secondary Licenses under the terms of this version of the License, the
355notice described in Exhibit B of this License must be attached.
356
357Exhibit A - Source Code Form License Notice
358-------------------------------------------
359
360 This Source Code Form is subject to the terms of the Mozilla Public
361 License, v. 2.0. If a copy of the MPL was not distributed with this
362 file, You can obtain one at http://mozilla.org/MPL/2.0/.
363
364If it is not possible or desirable to put the notice in a particular
365file, then You may include the notice in a location (such as a LICENSE
366file in a relevant directory) where a recipient would be likely to look
367for such a notice.
368
369You may add additional accurate notices of copyright ownership.
370
371Exhibit B - "Incompatible With Secondary Licenses" Notice
372---------------------------------------------------------
373
374 This Source Code Form is "Incompatible With Secondary Licenses", as
375 defined by the Mozilla Public License, v. 2.0.