| ... | @@ -1,21 +1,307 @@ | ... | @@ -1,21 +1,307 @@ |
| 1 | MIT License | 1 | Mozilla Public License Version 2.0 |
| 2 | | 2 | |
| 3 | Copyright (c) 2022 Meghan Denny | 3 | 1. Definitions |
| 4 | | 4 | |
| 5 | Permission is hereby granted, free of charge, to any person obtaining a copy | 5 | 1.1. "Contributor" means each individual or legal entity that creates, |
| 6 | of this software and associated documentation files (the "Software"), to deal | 6 | contributes to the creation of, or owns Covered Software. |
| 7 | in the Software without restriction, including without limitation the rights | 7 | |
| 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 8 | 1.2. "Contributor Version" means the combination of the Contributions of |
| 9 | copies of the Software, and to permit persons to whom the Software is | 9 | others (if any) used by a Contributor and that particular Contributor's |
| 10 | furnished to do so, subject to the following conditions: | 10 | Contribution. |
| 11 | | 11 | |
| 12 | The above copyright notice and this permission notice shall be included in all | 12 | 1.3. "Contribution" means Covered Software of a particular Contributor. |
| 13 | copies or substantial portions of the Software. | 13 | |
| 14 | | 14 | 1.4. "Covered Software" means Source Code Form to which the initial |
| 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 15 | Contributor has attached the notice in Exhibit A, the Executable Form of such |
| 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 16 | Source Code Form, and Modifications of such Source Code Form, in each case |
| 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 17 | including portions thereof. |
| 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 18 | |
| 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 19 | 1.5. "Incompatible With Secondary Licenses" means |
| 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 20 | |
| 21 | SOFTWARE. | 21 | (a) that the initial Contributor has attached the notice described |
| | 22 | in Exhibit B to the Covered Software; or |
| | 23 | |
| | 24 | (b) that the Covered Software was made available under the terms of |
| | 25 | version 1.1 or earlier of the License, but not also under the terms of a |
| | 26 | Secondary License. |
| | 27 | |
| | 28 | 1.6. "Executable Form" means any form of the work other than Source Code |
| | 29 | Form. |
| | 30 | |
| | 31 | 1.7. "Larger Work" means a work that combines Covered Software with other |
| | 32 | material, in a separate file or files, that is not Covered Software. |
| | 33 | |
| | 34 | 1.8. "License" means this document. |
| | 35 | |
| | 36 | 1.9. "Licensable" means having the right to grant, to the maximum extent |
| | 37 | possible, whether at the time of the initial grant or subsequently, any and |
| | 38 | all of the rights conveyed by this License. |
| | 39 | |
| | 40 | 1.10. "Modifications" means any of the following: |
| | 41 | |
| | 42 | (a) any file in Source Code Form that results from an addition to, |
| | 43 | deletion from, or modification of the contents of Covered Software; or |
| | 44 | |
| | 45 | (b) any new file in Source Code Form that contains any Covered |
| | 46 | Software. |
| | 47 | |
| | 48 | 1.11. "Patent Claims" of a Contributor means any patent claim(s), |
| | 49 | including without limitation, method, process, and apparatus claims, in any |
| | 50 | patent Licensable by such Contributor that would be infringed, but for the |
| | 51 | grant of the License, by the making, using, selling, offering for sale, having |
| | 52 | made, import, or transfer of either its Contributions or its Contributor |
| | 53 | Version. |
| | 54 | |
| | 55 | 1.12. "Secondary License" means either the GNU General Public License, |
| | 56 | Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU |
| | 57 | Affero General Public License, Version 3.0, or any later versions of those |
| | 58 | licenses. |
| | 59 | |
| | 60 | 1.13. "Source Code Form" means the form of the work preferred for making |
| | 61 | modifications. |
| | 62 | |
| | 63 | 1.14. "You" (or "Your") means an individual or a legal entity exercising |
| | 64 | rights under this License. For legal entities, "You" includes any entity that |
| | 65 | controls, is controlled by, or is under common control with You. For purposes |
| | 66 | of this definition, "control" means (a) the power, direct or indirect, to |
| | 67 | cause the direction or management of such entity, whether by contract or |
| | 68 | otherwise, or (b) ownership of more than fifty percent (50%) of the |
| | 69 | outstanding shares or beneficial ownership of such entity. |
| | 70 | |
| | 71 | 2. License Grants and Conditions |
| | 72 | |
| | 73 | 2.1. Grants |
| | 74 | Each Contributor hereby grants You a world-wide, royalty-free, |
| | 75 | non-exclusive license: |
| | 76 | |
| | 77 | (a) under intellectual property rights (other than patent or |
| | 78 | trademark) Licensable by such Contributor to use, reproduce, make available, |
| | 79 | modify, display, perform, distribute, and otherwise exploit its Contributions, |
| | 80 | either on an unmodified basis, with Modifications, or as part of a Larger |
| | 81 | Work; and |
| | 82 | |
| | 83 | (b) under Patent Claims of such Contributor to make, use, sell, |
| | 84 | offer for sale, have made, import, and otherwise transfer either its |
| | 85 | Contributions or its Contributor Version. |
| | 86 | |
| | 87 | 2.2. Effective Date |
| | 88 | The licenses granted in Section 2.1 with respect to any Contribution |
| | 89 | become effective for each Contribution on the date the Contributor first |
| | 90 | distributes such Contribution. |
| | 91 | |
| | 92 | 2.3. Limitations on Grant Scope |
| | 93 | The licenses granted in this Section 2 are the only rights granted under |
| | 94 | this License. No additional rights or licenses will be implied from the |
| | 95 | distribution or licensing of Covered Software under this License. |
| | 96 | Notwithstanding Section 2.1(b) above, no patent license is granted by a |
| | 97 | Contributor: |
| | 98 | |
| | 99 | (a) for any code that a Contributor has removed from Covered |
| | 100 | Software; or |
| | 101 | |
| | 102 | (b) for infringements caused by: (i) Your and any other third |
| | 103 | party's modifications of Covered Software, or (ii) the combination of its |
| | 104 | Contributions with other software (except as part of its Contributor Version); |
| | 105 | or |
| | 106 | |
| | 107 | (c) under Patent Claims infringed by Covered Software in the absence |
| | 108 | of its Contributions. |
| | 109 | |
| | 110 | This License does not grant any rights in the trademarks, service marks, |
| | 111 | or logos of any Contributor (except as may be necessary to comply with the |
| | 112 | notice requirements in Section 3.4). |
| | 113 | |
| | 114 | 2.4. Subsequent Licenses |
| | 115 | No Contributor makes additional grants as a result of Your choice to |
| | 116 | distribute the Covered Software under a subsequent version of this License |
| | 117 | (see Section 10.2) or under the terms of a Secondary License (if permitted |
| | 118 | under the terms of Section 3.3). |
| | 119 | |
| | 120 | 2.5. Representation |
| | 121 | Each Contributor represents that the Contributor believes its |
| | 122 | Contributions are its original creation(s) or it has sufficient rights to |
| | 123 | grant the rights to its Contributions conveyed by this License. |
| | 124 | |
| | 125 | 2.6. Fair Use |
| | 126 | This License is not intended to limit any rights You have under |
| | 127 | applicable copyright doctrines of fair use, fair dealing, or other |
| | 128 | equivalents. |
| | 129 | |
| | 130 | 2.7. Conditions |
| | 131 | Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in |
| | 132 | Section 2.1. |
| | 133 | |
| | 134 | 3. Responsibilities |
| | 135 | |
| | 136 | 3.1. Distribution of Source Form |
| | 137 | All distribution of Covered Software in Source Code Form, including any |
| | 138 | Modifications that You create or to which You contribute, must be under the |
| | 139 | terms of this License. You must inform recipients that the Source Code Form of |
| | 140 | the Covered Software is governed by the terms of this License, and how they |
| | 141 | can obtain a copy of this License. You may not attempt to alter or restrict |
| | 142 | the recipients' rights in the Source Code Form. |
| | 143 | |
| | 144 | 3.2. Distribution of Executable Form |
| | 145 | If You distribute Covered Software in Executable Form then: |
| | 146 | |
| | 147 | (a) such Covered Software must also be made available in Source Code |
| | 148 | Form, as described in Section 3.1, and You must inform recipients of the |
| | 149 | Executable Form how they can obtain a copy of such Source Code Form by |
| | 150 | reasonable means in a timely manner, at a charge no more than the cost of |
| | 151 | distribution to the recipient; and |
| | 152 | |
| | 153 | (b) You may distribute such Executable Form under the terms of this |
| | 154 | License, or sublicense it under different terms, provided that the license for |
| | 155 | the Executable Form does not attempt to limit or alter the recipients' rights |
| | 156 | in the Source Code Form under this License. |
| | 157 | |
| | 158 | 3.3. Distribution of a Larger Work |
| | 159 | You may create and distribute a Larger Work under terms of Your choice, |
| | 160 | provided that You also comply with the requirements of this License for the |
| | 161 | Covered Software. If the Larger Work is a combination of Covered Software with |
| | 162 | a work governed by one or more Secondary Licenses, and the Covered Software is |
| | 163 | not Incompatible With Secondary Licenses, this License permits You to |
| | 164 | additionally distribute such Covered Software under the terms of such |
| | 165 | Secondary License(s), so that the recipient of the Larger Work may, at their |
| | 166 | option, further distribute the Covered Software under the terms of either this |
| | 167 | License or such Secondary License(s). |
| | 168 | |
| | 169 | 3.4. Notices |
| | 170 | You may not remove or alter the substance of any license notices |
| | 171 | (including copyright notices, patent notices, disclaimers of warranty, or |
| | 172 | limitations of liability) contained within the Source Code Form of the Covered |
| | 173 | Software, except that You may alter any license notices to the extent required |
| | 174 | to remedy known factual inaccuracies. |
| | 175 | |
| | 176 | 3.5. Application of Additional Terms |
| | 177 | You may choose to offer, and to charge a fee for, warranty, support, |
| | 178 | indemnity or liability obligations to one or more recipients of Covered |
| | 179 | Software. However, You may do so only on Your own behalf, and not on behalf of |
| | 180 | any Contributor. You must make it absolutely clear that any such warranty, |
| | 181 | support, indemnity, or liability obligation is offered by You alone, and You |
| | 182 | hereby agree to indemnify every Contributor for any liability incurred by such |
| | 183 | Contributor as a result of warranty, support, indemnity or liability terms You |
| | 184 | offer. You may include additional disclaimers of warranty and limitations of |
| | 185 | liability specific to any jurisdiction. |
| | 186 | |
| | 187 | 4. Inability to Comply Due to Statute or Regulation |
| | 188 | If it is impossible for You to comply with any of the terms of this License |
| | 189 | with respect to some or all of the Covered Software due to statute, judicial |
| | 190 | order, or regulation then You must: (a) comply with the terms of this License |
| | 191 | to the maximum extent possible; and (b) describe the limitations and the code |
| | 192 | they affect. Such description must be placed in a text file included with all |
| | 193 | distributions of the Covered Software under this License. Except to the extent |
| | 194 | prohibited by statute or regulation, such description must be sufficiently |
| | 195 | detailed for a recipient of ordinary skill to be able to understand it. |
| | 196 | |
| | 197 | 5. Termination |
| | 198 | |
| | 199 | 5.1. The rights granted under this License will terminate automatically |
| | 200 | if You fail to comply with any of its terms. However, if You become compliant, |
| | 201 | then the rights granted under this License from a particular Contributor are |
| | 202 | reinstated (a) provisionally, unless and until such Contributor explicitly and |
| | 203 | finally terminates Your grants, and (b) on an ongoing basis, if such |
| | 204 | Contributor fails to notify You of the non-compliance by some reasonable means |
| | 205 | prior to 60 days after You have come back into compliance. Moreover, Your |
| | 206 | grants from a particular Contributor are reinstated on an ongoing basis if |
| | 207 | such Contributor notifies You of the non-compliance by some reasonable means, |
| | 208 | this is the first time You have received notice of non-compliance with this |
| | 209 | License from such Contributor, and You become compliant prior to 30 days after |
| | 210 | Your receipt of the notice. |
| | 211 | |
| | 212 | 5.2. If You initiate litigation against any entity by asserting a patent |
| | 213 | infringement claim (excluding declaratory judgment actions, counter-claims, |
| | 214 | and cross-claims) alleging that a Contributor Version directly or indirectly |
| | 215 | infringes any patent, then the rights granted to You by any and all |
| | 216 | Contributors for the Covered Software under Section 2.1 of this License shall |
| | 217 | terminate. |
| | 218 | |
| | 219 | 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end |
| | 220 | user license agreements (excluding distributors and resellers) which have been |
| | 221 | validly granted by You or Your distributors under this License prior to |
| | 222 | termination shall survive termination. |
| | 223 | |
| | 224 | 6. Disclaimer of Warranty |
| | 225 | Covered Software is provided under this License on an "as is" basis, without |
| | 226 | warranty of any kind, either expressed, implied, or statutory, including, |
| | 227 | without limitation, warranties that the Covered Software is free of defects, |
| | 228 | merchantable, fit for a particular purpose or non-infringing. The entire risk |
| | 229 | as to the quality and performance of the Covered Software is with You. Should |
| | 230 | any Covered Software prove defective in any respect, You (not any Contributor) |
| | 231 | assume the cost of any necessary servicing, repair, or correction. This |
| | 232 | disclaimer of warranty constitutes an essential part of this License. No use |
| | 233 | of any Covered Software is authorized under this License except under this |
| | 234 | disclaimer. |
| | 235 | |
| | 236 | 7. Limitation of Liability |
| | 237 | Under no circumstances and under no legal theory, whether tort (including |
| | 238 | negligence), contract, or otherwise, shall any Contributor, or anyone who |
| | 239 | distributes Covered Software as permitted above, be liable to You for any |
| | 240 | direct, indirect, special, incidental, or consequential damages of any |
| | 241 | character including, without limitation, damages for lost profits, loss of |
| | 242 | goodwill, work stoppage, computer failure or malfunction, or any and all other |
| | 243 | commercial damages or losses, even if such party shall have been informed of |
| | 244 | the possibility of such damages. This limitation of liability shall not apply |
| | 245 | to liability for death or personal injury resulting from such party's |
| | 246 | negligence to the extent applicable law prohibits such limitation. Some |
| | 247 | jurisdictions do not allow the exclusion or limitation of incidental or |
| | 248 | consequential damages, so this exclusion and limitation may not apply to You. |
| | 249 | |
| | 250 | 8. Litigation |
| | 251 | Any litigation relating to this License may be brought only in the courts of a |
| | 252 | jurisdiction where the defendant maintains its principal place of business and |
| | 253 | such litigation shall be governed by laws of that jurisdiction, without |
| | 254 | reference to its conflict-of-law provisions. Nothing in this Section shall |
| | 255 | prevent a party's ability to bring cross-claims or counter-claims. |
| | 256 | |
| | 257 | 9. Miscellaneous |
| | 258 | This License represents the complete agreement concerning the subject matter |
| | 259 | hereof. If any provision of this License is held to be unenforceable, such |
| | 260 | provision shall be reformed only to the extent necessary to make it |
| | 261 | enforceable. Any law or regulation which provides that the language of a |
| | 262 | contract shall be construed against the drafter shall not be used to construe |
| | 263 | this License against a Contributor. |
| | 264 | |
| | 265 | 10. Versions of the License |
| | 266 | |
| | 267 | 10.1. New Versions |
| | 268 | Mozilla Foundation is the license steward. Except as provided in Section |
| | 269 | 10.3, no one other than the license steward has the right to modify or publish |
| | 270 | new versions of this License. Each version will be given a distinguishing |
| | 271 | version number. |
| | 272 | |
| | 273 | 10.2. Effect of New Versions |
| | 274 | You may distribute the Covered Software under the terms of the version of |
| | 275 | the License under which You originally received the Covered Software, or under |
| | 276 | the terms of any subsequent version published by the license steward. |
| | 277 | |
| | 278 | 10.3. Modified Versions |
| | 279 | If you create software not governed by this License, and you want to |
| | 280 | create a new license for such software, you may create and use a modified |
| | 281 | version of this License if you rename the license and remove any references to |
| | 282 | the name of the license steward (except to note that such modified license |
| | 283 | differs from this License). |
| | 284 | |
| | 285 | 10.4. Distributing Source Code Form that is Incompatible With Secondary |
| | 286 | Licenses |
| | 287 | If You choose to distribute Source Code Form that is Incompatible With |
| | 288 | Secondary Licenses under the terms of this version of the License, the notice |
| | 289 | described in Exhibit B of this License must be attached. |
| | 290 | |
| | 291 | Exhibit A - Source Code Form License Notice |
| | 292 | |
| | 293 | This Source Code Form is subject to the terms of the Mozilla Public |
| | 294 | License, v. 2.0. If a copy of the MPL was not distributed with this file, You |
| | 295 | can obtain one at http://mozilla.org/MPL/2.0/. |
| | 296 | |
| | 297 | If it is not possible or desirable to put the notice in a particular file, |
| | 298 | then You may include the notice in a location (such as a LICENSE file in a |
| | 299 | relevant directory) where a recipient would be likely to look for such a |
| | 300 | notice. |
| | 301 | |
| | 302 | You may add additional accurate notices of copyright ownership. |
| | 303 | |
| | 304 | Exhibit B - "Incompatible With Secondary Licenses" Notice |
| | 305 | |
| | 306 | This Source Code Form is "Incompatible With Secondary Licenses", as |
| | 307 | defined by the Mozilla Public License, v. 2.0. |