File Coverage

blib/lib/Software/License/Mozilla_2_0.pm
Criterion Covered Total %
statement 13 14 92.8
branch n/a
condition n/a
subroutine 7 8 87.5
pod 5 5 100.0
total 25 27 92.5


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