Skip to content

Commit 86d6db8

Browse files
chore(license): migrate to MPL-2.0 (#23)
## Summary Migrates this repo's license declaration from `MPL-2.0 (no SPDX header)` to `MPL-2.0`. **Rationale:** solo. ## Changes - LICENSE file replaced with canonical `MPL-2.0` text (including SPDX header). - Package metadata updated where present (Cargo.toml, package.json, deno.json, mix.exs, pyproject.toml). Part of estate-wide metadata cleanup 2026-05-26.
1 parent fa34f76 commit 86d6db8

1 file changed

Lines changed: 42 additions & 27 deletions

File tree

LICENSE

Lines changed: 42 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
1+
SPDX-License-Identifier: MPL-2.0
2+
13
Mozilla Public License Version 2.0
24
==================================
35

46
1. Definitions
57
--------------
68

7-
1.1. Contributor
9+
1.1. "Contributor"
810
means each individual or legal entity that creates, contributes to
911
the creation of, or owns Covered Software.
1012

11-
1.2. Contributor Version
13+
1.2. "Contributor Version"
1214
means the combination of the Contributions of others (if any) used
13-
by a Contributor and that particular Contributors Contribution.
15+
by a Contributor and that particular Contributor's Contribution.
1416

15-
1.3. Contribution
17+
1.3. "Contribution"
1618
means Covered Software of a particular Contributor.
1719

18-
1.4. Covered Software
20+
1.4. "Covered Software"
1921
means Source Code Form to which the initial Contributor has attached
2022
the notice in Exhibit A, the Executable Form of such Source Code
2123
Form, and Modifications of such Source Code Form, in each case
2224
including portions thereof.
2325

24-
1.5. Incompatible With Secondary Licenses
26+
1.5. "Incompatible With Secondary Licenses"
2527
means
2628

2729
(a) that the initial Contributor has attached the notice described
@@ -31,22 +33,22 @@ Mozilla Public License Version 2.0
3133
version 1.1 or earlier of the License, but not also under the
3234
terms of a Secondary License.
3335

34-
1.6. Executable Form
36+
1.6. "Executable Form"
3537
means any form of the work other than Source Code Form.
3638

37-
1.7. Larger Work
38-
means a work that combines Covered Software with other material, in
39+
1.7. "Larger Work"
40+
means a work that combines Covered Software with other material, in
3941
a separate file or files, that is not Covered Software.
4042

41-
1.8. License
43+
1.8. "License"
4244
means this document.
4345

44-
1.9. Licensable
46+
1.9. "Licensable"
4547
means having the right to grant, to the maximum extent possible,
4648
whether at the time of the initial grant or subsequently, any and
4749
all of the rights conveyed by this License.
4850

49-
1.10. Modifications
51+
1.10. "Modifications"
5052
means any of the following:
5153

5254
(a) any file in Source Code Form that results from an addition to,
@@ -56,28 +58,28 @@ Mozilla Public License Version 2.0
5658
(b) any new file in Source Code Form that contains any Covered
5759
Software.
5860

59-
1.11. Patent Claims of a Contributor
61+
1.11. "Patent Claims" of a Contributor
6062
means any patent claim(s), including without limitation, method,
6163
process, and apparatus claims, in any patent Licensable by such
6264
Contributor that would be infringed, but for the grant of the
6365
License, by the making, using, selling, offering for sale, having
6466
made, import, or transfer of either its Contributions or its
6567
Contributor Version.
6668

67-
1.12. Secondary License
69+
1.12. "Secondary License"
6870
means either the GNU General Public License, Version 2.0, the GNU
6971
Lesser General Public License, Version 2.1, the GNU Affero General
7072
Public License, Version 3.0, or any later versions of those
7173
licenses.
7274

73-
1.13. Source Code Form
75+
1.13. "Source Code Form"
7476
means the form of the work preferred for making modifications.
7577

76-
1.14. You (or Your)
78+
1.14. "You" (or "Your")
7779
means an individual or a legal entity exercising rights under this
78-
License. For legal entities, You includes any entity that
80+
License. For legal entities, "You" includes any entity that
7981
controls, is controlled by, or is under common control with You. For
80-
purposes of this definition, control means (a) the power, direct
82+
purposes of this definition, "control" means (a) the power, direct
8183
or indirect, to cause the direction or management of such entity,
8284
whether by contract or otherwise, or (b) ownership of more than
8385
fifty percent (50%) of the outstanding shares or beneficial
@@ -118,7 +120,7 @@ Contributor:
118120
(a) for any code that a Contributor has removed from Covered Software;
119121
or
120122

121-
(b) for infringements caused by: (i) Your and any other third partys
123+
(b) for infringements caused by: (i) Your and any other third party's
122124
modifications of Covered Software, or (ii) the combination of its
123125
Contributions with other software (except as part of its Contributor
124126
Version); or
@@ -164,7 +166,7 @@ Modifications that You create or to which You contribute, must be under
164166
the terms of this License. You must inform recipients that the Source
165167
Code Form of the Covered Software is governed by the terms of this
166168
License, and how they can obtain a copy of this License. You may not
167-
attempt to alter or restrict the recipients rights in the Source Code
169+
attempt to alter or restrict the recipients' rights in the Source Code
168170
Form.
169171

170172
3.2. Distribution of Executable Form
@@ -180,7 +182,7 @@ If You distribute Covered Software in Executable Form then:
180182
(b) You may distribute such Executable Form under the terms of this
181183
License, or sublicense it under different terms, provided that the
182184
license for the Executable Form does not attempt to limit or alter
183-
the recipients rights in the Source Code Form under this License.
185+
the recipients' rights in the Source Code Form under this License.
184186

185187
3.3. Distribution of a Larger Work
186188

@@ -203,6 +205,19 @@ or limitations of liability) contained within the Source Code Form of
203205
the Covered Software, except that You may alter any license notices to
204206
the extent required to remedy known factual inaccuracies.
205207

208+
3.5. Application of Additional Terms
209+
210+
You may choose to offer, and to charge a fee for, warranty, support,
211+
indemnity or liability obligations to one or more recipients of Covered
212+
Software. However, You may do so only on Your own behalf, and not on
213+
behalf of any Contributor. You must make it absolutely clear that any
214+
such warranty, support, indemnity, or liability obligation is offered by
215+
You alone, and You hereby agree to indemnify every Contributor for any
216+
liability incurred by such Contributor as a result of warranty, support,
217+
indemnity or liability terms You offer. You may include additional
218+
disclaimers of warranty and limitations of liability specific to any
219+
jurisdiction.
220+
206221
4. Inability to Comply Due to Statute or Regulation
207222
---------------------------------------------------
208223

@@ -250,7 +265,7 @@ prior to termination shall survive termination.
250265
* 6. Disclaimer of Warranty *
251266
* ------------------------- *
252267
* *
253-
* Covered Software is provided under this License on an as is *
268+
* Covered Software is provided under this License on an "as is" *
254269
* basis, without warranty of any kind, either expressed, implied, or *
255270
* statutory, including, without limitation, warranties that the *
256271
* Covered Software is free of defects, merchantable, fit for a *
@@ -279,7 +294,7 @@ prior to termination shall survive termination.
279294
* and all other commercial damages or losses, even if such party *
280295
* shall have been informed of the possibility of such damages. This *
281296
* limitation of liability shall not apply to liability for death or *
282-
* personal injury resulting from such partys negligence to the *
297+
* personal injury resulting from such party's negligence to the *
283298
* extent applicable law prohibits such limitation. Some *
284299
* jurisdictions do not allow the exclusion or limitation of *
285300
* incidental or consequential damages, so this exclusion and *
@@ -294,7 +309,7 @@ Any litigation relating to this License may be brought only in the
294309
courts of a jurisdiction where the defendant maintains its principal
295310
place of business and such litigation shall be governed by laws of that
296311
jurisdiction, without reference to its conflict-of-law provisions.
297-
Nothing in this Section shall prevent a partys ability to bring
312+
Nothing in this Section shall prevent a party's ability to bring
298313
cross-claims or counter-claims.
299314

300315
9. Miscellaneous
@@ -344,7 +359,7 @@ Exhibit A - Source Code Form License Notice
344359

345360
This Source Code Form is subject to the terms of the Mozilla Public
346361
License, v. 2.0. If a copy of the MPL was not distributed with this
347-
file, You can obtain one at https://mozilla.org/MPL/2.0/.
362+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
348363

349364
If it is not possible or desirable to put the notice in a particular
350365
file, then You may include the notice in a location (such as a LICENSE
@@ -353,8 +368,8 @@ for such a notice.
353368

354369
You may add additional accurate notices of copyright ownership.
355370

356-
Exhibit B - Incompatible With Secondary Licenses Notice
371+
Exhibit B - "Incompatible With Secondary Licenses" Notice
357372
---------------------------------------------------------
358373

359-
This Source Code Form is Incompatible With Secondary Licenses, as
374+
This Source Code Form is "Incompatible With Secondary Licenses", as
360375
defined by the Mozilla Public License, v. 2.0.

0 commit comments

Comments
 (0)