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