licensee 9.14.1 → 9.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +1 -1
  3. data/bin/licensee +1 -1
  4. data/lib/licensee.rb +1 -1
  5. data/lib/licensee/commands/detect.rb +2 -4
  6. data/lib/licensee/commands/diff.rb +1 -3
  7. data/lib/licensee/content_helper.rb +23 -27
  8. data/lib/licensee/hash_helper.rb +1 -1
  9. data/lib/licensee/license.rb +28 -14
  10. data/lib/licensee/matchers/copyright.rb +2 -7
  11. data/lib/licensee/matchers/cran.rb +1 -1
  12. data/lib/licensee/matchers/dice.rb +1 -1
  13. data/lib/licensee/project_files/license_file.rb +29 -22
  14. data/lib/licensee/project_files/project_file.rb +2 -4
  15. data/lib/licensee/project_files/readme_file.rb +1 -1
  16. data/lib/licensee/projects/fs_project.rb +1 -3
  17. data/lib/licensee/projects/git_project.rb +6 -4
  18. data/lib/licensee/projects/project.rb +11 -10
  19. data/lib/licensee/version.rb +1 -1
  20. data/licensee.gemspec +5 -4
  21. data/spec/fixture_spec.rb +2 -2
  22. data/spec/fixtures/bsd-3-authorowner/LICENSE +27 -0
  23. data/spec/fixtures/cc-by-sa-mdlinks/License.md +173 -0
  24. data/spec/fixtures/cc-by-sa-nocclicensor/License.md +425 -0
  25. data/spec/fixtures/detect.json +5 -5
  26. data/spec/fixtures/eupl-cal2017/LICENSE.txt +274 -0
  27. data/spec/fixtures/fixtures.yml +45 -25
  28. data/spec/fixtures/license-hashes.json +39 -38
  29. data/spec/fixtures/pixar-modified-apache/LICENSE.txt +174 -0
  30. data/spec/integration_spec.rb +46 -6
  31. data/spec/licensee/commands/detect_spec.rb +2 -2
  32. data/spec/licensee/content_helper_spec.rb +14 -13
  33. data/spec/licensee/license_spec.rb +5 -5
  34. data/spec/licensee/matchers/dice_matcher_spec.rb +2 -2
  35. data/spec/licensee/project_files/license_file_spec.rb +8 -2
  36. data/spec/licensee/project_spec.rb +1 -3
  37. data/spec/licensee_spec.rb +1 -1
  38. data/spec/spec_helper.rb +3 -3
  39. data/spec/vendored_license_spec.rb +1 -1
  40. data/vendor/choosealicense.com/_licenses/apache-2.0.txt +1 -1
  41. data/vendor/choosealicense.com/_licenses/bsl-1.0.txt +1 -1
  42. data/vendor/choosealicense.com/_licenses/eupl-1.2.txt +75 -58
  43. data/vendor/choosealicense.com/_licenses/mit-0.txt +45 -0
  44. data/vendor/choosealicense.com/_licenses/odbl-1.0.txt +1 -1
  45. data/vendor/choosealicense.com/_licenses/unlicense.txt +1 -1
  46. data/vendor/license-list-XML/src/0BSD.xml +21 -0
  47. data/vendor/license-list-XML/src/AFL-3.0.xml +212 -0
  48. data/vendor/license-list-XML/src/AGPL-3.0.xml +852 -0
  49. data/vendor/license-list-XML/src/Apache-2.0.xml +223 -0
  50. data/vendor/license-list-XML/src/Artistic-2.0.xml +238 -0
  51. data/vendor/license-list-XML/src/BSD-2-Clause.xml +42 -0
  52. data/vendor/license-list-XML/src/BSD-3-Clause-Clear.xml +59 -0
  53. data/vendor/license-list-XML/src/BSD-3-Clause.xml +46 -0
  54. data/vendor/license-list-XML/src/BSD-4-Clause.xml +59 -0
  55. data/vendor/license-list-XML/src/BSL-1.0.xml +30 -0
  56. data/vendor/license-list-XML/src/CC-BY-4.0.xml +444 -0
  57. data/vendor/license-list-XML/src/CC-BY-SA-4.0.xml +475 -0
  58. data/vendor/license-list-XML/src/CC0-1.0.xml +153 -0
  59. data/vendor/license-list-XML/src/CECILL-2.1.xml +669 -0
  60. data/vendor/license-list-XML/src/ECL-2.0.xml +242 -0
  61. data/vendor/license-list-XML/src/EPL-1.0.xml +255 -0
  62. data/vendor/license-list-XML/src/EPL-2.0.xml +639 -0
  63. data/vendor/license-list-XML/src/EUPL-1.1.xml +337 -0
  64. data/vendor/license-list-XML/src/EUPL-1.2.xml +502 -0
  65. data/vendor/license-list-XML/src/GPL-2.0.xml +474 -0
  66. data/vendor/license-list-XML/src/GPL-3.0.xml +858 -0
  67. data/vendor/license-list-XML/src/ISC.xml +29 -0
  68. data/vendor/license-list-XML/src/LGPL-2.1.xml +662 -0
  69. data/vendor/license-list-XML/src/LGPL-3.0.xml +260 -0
  70. data/vendor/license-list-XML/src/LPPL-1.3c.xml +380 -0
  71. data/vendor/license-list-XML/src/MIT-0.xml +40 -0
  72. data/vendor/license-list-XML/src/MIT.xml +32 -0
  73. data/vendor/license-list-XML/src/MPL-2.0.xml +438 -0
  74. data/vendor/license-list-XML/src/MS-PL.xml +89 -0
  75. data/vendor/license-list-XML/src/MS-RL.xml +97 -0
  76. data/vendor/license-list-XML/src/NCSA.xml +60 -0
  77. data/vendor/license-list-XML/src/ODbL-1.0.xml +660 -0
  78. data/vendor/license-list-XML/src/OFL-1.1.xml +94 -0
  79. data/vendor/license-list-XML/src/OSL-3.0.xml +209 -0
  80. data/vendor/license-list-XML/src/PostgreSQL.xml +32 -0
  81. data/vendor/license-list-XML/src/UPL-1.0.xml +46 -0
  82. data/vendor/license-list-XML/src/Unlicense.xml +27 -0
  83. data/vendor/license-list-XML/src/Vim.xml +124 -0
  84. data/vendor/license-list-XML/src/WTFPL.xml +30 -0
  85. data/vendor/license-list-XML/src/Zlib.xml +38 -0
  86. metadata +73 -13
@@ -0,0 +1,475 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="false" licenseId="CC-BY-SA-4.0"
4
+ name="Creative Commons Attribution Share Alike 4.0 International">
5
+ <crossRefs>
6
+ <crossRef>https://creativecommons.org/licenses/by-sa/4.0/legalcode</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <titleText>
10
+ <p><optional>Creative Commons </optional>Attribution-ShareAlike 4.0 International</p>
11
+ </titleText>
12
+ <optional>
13
+ <p>Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services
14
+ or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or
15
+ other relationship. Creative Commons makes its licenses and related information available on an
16
+ “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed
17
+ under their terms and conditions, or any related information. Creative Commons disclaims all liability
18
+ for damages resulting from their use to the fullest extent possible.</p>
19
+ </optional>
20
+ <p>Using Creative Commons Public Licenses</p>
21
+ <p>Creative Commons public licenses provide a standard set of terms and conditions that creators and other
22
+ rights holders may use to share original works of authorship and other material subject to copyright
23
+ and certain other rights specified in the public license below. The following considerations are for
24
+ informational purposes only, are not exhaustive, and do not form part of our licenses.</p>
25
+ <p>Considerations for licensors: Our public licenses are intended for use by those authorized to give the
26
+ public permission to use material in ways otherwise restricted by copyright and certain other rights.
27
+ Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the
28
+ license they choose before applying it. Licensors should also secure all rights necessary before
29
+ applying our licenses so that the public can reuse the material as expected. Licensors should clearly
30
+ mark any material not subject to the license. This includes other CC-licensed material, or material
31
+ used under an exception or limitation to copyright. More considerations for licensors<alt match=": wiki.creativecommons.org/Considerations_for_licensors|\." name="considerationsLicensors">: wiki.creativecommons.org/Considerations_for_licensors</alt></p>
32
+ <p>Considerations for the public: By using one of our public licenses, a licensor grants the public
33
+ permission to use the licensed material under specified terms and conditions. If the licensor’s
34
+ permission is not necessary for any reason–for example, because of any applicable exception or
35
+ limitation to copyright–then that use is not regulated by the license. Our licenses grant only
36
+ permissions under copyright and certain other rights that a licensor has authority to grant. Use of
37
+ the licensed material may still be restricted for other reasons, including because others have
38
+ copyright or other rights in the material. A licensor may make special requests, such as asking that
39
+ all changes be marked or described.</p>
40
+ <p>Although not required by our licenses, you are encouraged to respect those requests where reasonable.
41
+ <alt match="More considerations|More_considerations" name="spaceUnderscore">More considerations</alt> for the public<alt match=": wiki.creativecommons.org/Considerations_for_licensees|\." name="considerationsLicensees">: wiki.creativecommons.org/Considerations_for_licensees</alt></p>
42
+ <p>Creative Commons Attribution-ShareAlike 4.0 International Public License</p>
43
+ <p>By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and
44
+ conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public
45
+ License"). To the extent this Public License may be interpreted as a contract, You are granted the
46
+ Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor
47
+ grants You such rights in consideration of benefits the Licensor receives from making the Licensed
48
+ Material available under these terms and conditions.</p>
49
+ <p>Section 1 – Definitions.</p>
50
+ <list>
51
+ <item>
52
+ <bullet>a.</bullet>
53
+ Adapted Material means material subject to Copyright and Similar Rights that is derived from
54
+ or based upon the Licensed Material and in which the Licensed Material is translated,
55
+ altered, arranged, transformed, or otherwise modified in a manner requiring permission
56
+ under the Copyright and Similar Rights held by the Licensor. For purposes of this Public
57
+ License, where the Licensed Material is a musical work, performance, or sound recording,
58
+ Adapted Material is always produced where the Licensed Material is synched in timed
59
+ relation with a moving image.
60
+ </item>
61
+ <item>
62
+ <bullet>b.</bullet>
63
+ Adapter's License means the license You apply to Your Copyright and Similar Rights in Your
64
+ contributions to Adapted Material in accordance with the terms and conditions of this
65
+ Public License.
66
+ </item>
67
+ <item>
68
+ <bullet>c.</bullet>
69
+ BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses,
70
+ approved by Creative Commons as essentially the equivalent of this Public License.
71
+ </item>
72
+ <item>
73
+ <bullet>d.</bullet>
74
+ Copyright and Similar Rights means copyright and/or similar rights closely related to
75
+ copyright including, without limitation, performance, broadcast, sound recording, and Sui
76
+ Generis Database Rights, without regard to how the rights are labeled or categorized. For
77
+ purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not
78
+ Copyright and Similar Rights.
79
+ </item>
80
+ <item>
81
+ <bullet>e.</bullet>
82
+ Effective Technological Measures means those measures that, in the absence of proper
83
+ authority, may not be circumvented under laws fulfilling obligations under Article 11 of
84
+ the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international
85
+ agreements.
86
+ </item>
87
+ <item>
88
+ <bullet>f.</bullet>
89
+ Exceptions and Limitations means fair use, fair dealing, and/or any other exception or
90
+ limitation to Copyright and Similar Rights that applies to Your use of the Licensed
91
+ Material.
92
+ </item>
93
+ <item>
94
+ <bullet>g.</bullet>
95
+ License Elements means the license attributes listed in the name of a Creative Commons Public
96
+ License. The License Elements of this Public License are Attribution and ShareAlike.
97
+ </item>
98
+ <item>
99
+ <bullet>h.</bullet>
100
+ Licensed Material means the artistic or literary work, database, or other material to which
101
+ the Licensor applied this Public License.
102
+ </item>
103
+ <item>
104
+ <bullet>i.</bullet>
105
+ Licensed Rights means the rights granted to You subject to the terms and conditions of this
106
+ Public License, which are limited to all Copyright and Similar Rights that apply to Your
107
+ use of the Licensed Material and that the Licensor has authority to license.
108
+ </item>
109
+ <item>
110
+ <bullet>j.</bullet>
111
+ Licensor means the individual(s) or entity(ies) granting rights under this Public License.
112
+ </item>
113
+ <item>
114
+ <bullet>k.</bullet>
115
+ Share means to provide material to the public by any means or process that requires
116
+ permission under the Licensed Rights, such as reproduction, public display, public
117
+ performance, distribution, dissemination, communication, or importation, and to make
118
+ material available to the public including in ways that members of the public may access
119
+ the material from a place and at a time individually chosen by them.
120
+ </item>
121
+ <item>
122
+ <bullet>l.</bullet>
123
+ Sui Generis Database Rights means rights other than copyright resulting from Directive
124
+ 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal
125
+ protection of databases, as amended and/or succeeded, as well as other essentially
126
+ equivalent rights anywhere in the world.
127
+ </item>
128
+ <item>
129
+ <bullet>m.</bullet>
130
+ You means the individual or entity exercising the Licensed Rights under this Public License.
131
+ Your has a corresponding meaning.
132
+ </item>
133
+ </list>
134
+ <p>Section 2 – Scope.</p>
135
+ <list>
136
+ <item>
137
+ <bullet>a.</bullet>
138
+ License grant.
139
+ <list>
140
+ <item>
141
+ <bullet>1.</bullet>
142
+ Subject to the terms and conditions of this Public License, the Licensor hereby grants
143
+ You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license
144
+ to exercise the Licensed Rights in the Licensed Material to:
145
+ <list>
146
+ <item>
147
+ <bullet>A.</bullet>
148
+ reproduce and Share the Licensed Material, in whole or in part; and
149
+ </item>
150
+ <item>
151
+ <bullet>B.</bullet>
152
+ produce, reproduce, and Share Adapted Material.
153
+ </item>
154
+ </list>
155
+ </item>
156
+ <item>
157
+ <bullet>2.</bullet>
158
+ Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations
159
+ apply to Your use, this Public License does not apply, and You do not need to comply
160
+ with its terms and conditions.
161
+ </item>
162
+ <item>
163
+ <bullet>3.</bullet>
164
+ Term. The term of this Public License is specified in Section 6(a).
165
+ </item>
166
+ <item>
167
+ <bullet>4.</bullet>
168
+ Media and formats; technical modifications allowed. The Licensor authorizes You to
169
+ exercise the Licensed Rights in all media and formats whether now known or hereafter
170
+ created, and to make technical modifications necessary to do so. The Licensor waives
171
+ and/or agrees not to assert any right or authority to forbid You from making technical
172
+ modifications necessary to exercise the Licensed Rights, including technical
173
+ modifications necessary to circumvent Effective Technological Measures. For purposes
174
+ of this Public License, simply making modifications authorized by this Section 2(a)(4)
175
+ never produces Adapted Material.
176
+ </item>
177
+ <item>
178
+ <bullet>5.</bullet>
179
+ Downstream recipients.
180
+ <list>
181
+ <item>
182
+ <bullet>A.</bullet>
183
+ Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material
184
+ automatically receives an offer from the Licensor to exercise the Licensed Rights
185
+ under the terms and conditions of this Public License.
186
+ </item>
187
+ <item>
188
+ <bullet>B.</bullet>
189
+ Additional offer from the Licensor – Adapted Material. Every recipient of Adapted
190
+ Material from You automatically receives an offer from the Licensor to exercise
191
+ the Licensed Rights in the Adapted Material under the conditions of the Adapter’s
192
+ License You apply.
193
+ </item>
194
+ <item>
195
+ <bullet>C.</bullet>
196
+ No downstream restrictions. You may not offer or impose any additional or different
197
+ terms or conditions on, or apply any Effective Technological Measures to, the
198
+ Licensed Material if doing so restricts exercise of the Licensed Rights by any
199
+ recipient of the Licensed Material.
200
+ </item>
201
+ </list>
202
+ </item>
203
+ <item>
204
+ <bullet>6.</bullet>
205
+ No endorsement. Nothing in this Public License constitutes or may be construed as
206
+ permission to assert or imply that You are, or that Your use of the Licensed Material
207
+ is, connected with, or sponsored, endorsed, or granted official status by, the
208
+ Licensor or others designated to receive attribution as provided in Section
209
+ 3(a)(1)(A)(i).
210
+ </item>
211
+ </list>
212
+ </item>
213
+ <item>
214
+ <bullet>b.</bullet>
215
+ Other rights.
216
+ <list>
217
+ <item>
218
+ <bullet>1.</bullet>
219
+ Moral rights, such as the right of integrity, are not licensed under this Public License,
220
+ nor are publicity, privacy, and/or other similar personality rights; however, to the
221
+ extent possible, the Licensor waives and/or agrees not to assert any such rights held
222
+ by the Licensor to the limited extent necessary to allow You to exercise the Licensed
223
+ Rights, but not otherwise.
224
+ </item>
225
+ <item>
226
+ <bullet>2.</bullet>
227
+ Patent and trademark rights are not licensed under this Public License.
228
+ </item>
229
+ <item>
230
+ <bullet>3.</bullet>
231
+ To the extent possible, the Licensor waives any right to collect royalties from You for
232
+ the exercise of the Licensed Rights, whether directly or through a collecting society
233
+ under any voluntary or waivable statutory or compulsory licensing scheme. In all other
234
+ cases the Licensor expressly reserves any right to collect such royalties.
235
+ </item>
236
+ </list>
237
+ </item>
238
+ </list>
239
+ <p>Section 3 – License Conditions.</p>
240
+ <p>Your exercise of the Licensed Rights is expressly made subject to the following conditions.</p>
241
+ <list>
242
+ <item>
243
+ <bullet>a.</bullet>
244
+ Attribution.
245
+ <list>
246
+ <item>
247
+ <bullet>1.</bullet>
248
+ If You Share the Licensed Material (including in modified form), You must:
249
+ <list>
250
+ <item>
251
+ <bullet>A.</bullet>
252
+ retain the following if it is supplied by the Licensor with the Licensed Material:
253
+ <list>
254
+ <item>
255
+ <bullet>i.</bullet>
256
+ identification of the creator(s) of the Licensed Material and any others
257
+ designated to receive attribution, in any reasonable manner requested by
258
+ the Licensor (including by pseudonym if designated);
259
+ </item>
260
+ <item>
261
+ <bullet>ii.</bullet>
262
+ a copyright notice;
263
+ </item>
264
+ <item>
265
+ <bullet>iii.</bullet>
266
+ a notice that refers to this Public License;
267
+ </item>
268
+ <item>
269
+ <bullet>iv.</bullet>
270
+ a notice that refers to the disclaimer of warranties;
271
+ <p>v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;</p>
272
+ </item>
273
+ </list>
274
+ </item>
275
+ <item>
276
+ <bullet>B.</bullet>
277
+ indicate if You modified the Licensed Material and retain an indication of any
278
+ previous modifications; and
279
+ </item>
280
+ <item>
281
+ <bullet>C.</bullet>
282
+ indicate the Licensed Material is licensed under this Public License, and include the
283
+ text of, or the URI or hyperlink to, this Public License.
284
+ </item>
285
+ </list>
286
+ </item>
287
+ <item>
288
+ <bullet>2.</bullet>
289
+ You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the
290
+ medium, means, and context in which You Share the Licensed Material. For example, it
291
+ may be reasonable to satisfy the conditions by providing a URI or hyperlink to a
292
+ resource that includes the required information.
293
+ </item>
294
+ <item>
295
+ <bullet>3.</bullet>
296
+ If requested by the Licensor, You must remove any of the information required by Section
297
+ 3(a)(1)(A) to the extent reasonably practicable.
298
+ </item>
299
+ </list>
300
+ </item>
301
+ <item>
302
+ <bullet>b.</bullet>
303
+ ShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You
304
+ produce, the following conditions also apply.
305
+ <list>
306
+ <item>
307
+ <bullet>1.</bullet>
308
+ The Adapter’s License You apply must be a Creative Commons license with the same License
309
+ Elements, this version or later, or a BY-SA Compatible License.
310
+ </item>
311
+ <item>
312
+ <bullet>2.</bullet>
313
+ You must include the text of, or the URI or hyperlink to, the Adapter's License You
314
+ apply. You may satisfy this condition in any reasonable manner based on the medium,
315
+ means, and context in which You Share Adapted Material.
316
+ </item>
317
+ <item>
318
+ <bullet>3.</bullet>
319
+ You may not offer or impose any additional or different terms or conditions on, or apply
320
+ any Effective Technological Measures to, Adapted Material that restrict exercise of
321
+ the rights granted under the Adapter's License You apply.
322
+ </item>
323
+ </list>
324
+ </item>
325
+ </list>
326
+ <p>Section 4 – Sui Generis Database Rights.</p>
327
+ <p>Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of
328
+ the Licensed Material:</p>
329
+ <list>
330
+ <item>
331
+ <bullet>a.</bullet>
332
+ for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse,
333
+ reproduce, and Share all or a substantial portion of the contents of the database;
334
+ </item>
335
+ <item>
336
+ <bullet>b.</bullet>
337
+ if You include all or a substantial portion of the database contents in a database in which
338
+ You have Sui Generis Database Rights, then the database in which You have Sui Generis
339
+ Database Rights (but not its individual contents) is Adapted Material, including for
340
+ purposes of Section 3(b); and
341
+ </item>
342
+ <item>
343
+ <bullet>c.</bullet>
344
+ You must comply with the conditions in Section 3(a) if You Share all or a substantial portion
345
+ of the contents of the database.
346
+ <br/>For the avoidance of doubt, this Section 4 supplements and does not replace Your
347
+ obligations under this Public License where the Licensed Rights include other
348
+ Copyright and Similar Rights.
349
+
350
+ </item>
351
+ </list>
352
+ <p>Section 5 – Disclaimer of Warranties and Limitation of Liability.</p>
353
+ <list>
354
+ <item>
355
+ <bullet>a.</bullet>
356
+ Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor
357
+ offers the Licensed Material as-is and as-available, and makes no representations or
358
+ warranties of any kind concerning the Licensed Material, whether express, implied,
359
+ statutory, or other. This includes, without limitation, warranties of title,
360
+ merchantability, fitness for a particular purpose, non-infringement, absence of latent or
361
+ other defects, accuracy, or the presence or absence of errors, whether or not known or
362
+ discoverable. Where disclaimers of warranties are not allowed in full or in part, this
363
+ disclaimer may not apply to You.
364
+ </item>
365
+ <item>
366
+ <bullet>b.</bullet>
367
+ To the extent possible, in no event will the Licensor be liable to You on any legal theory
368
+ (including, without limitation, negligence) or otherwise for any direct, special,
369
+ indirect, incidental, consequential, punitive, exemplary, or other losses, costs,
370
+ expenses, or damages arising out of this Public License or use of the Licensed Material,
371
+ even if the Licensor has been advised of the possibility of such losses, costs, expenses,
372
+ or damages. Where a limitation of liability is not allowed in full or in part, this
373
+ limitation may not apply to You.
374
+ </item>
375
+ <item>
376
+ <bullet>c.</bullet>
377
+ The disclaimer of warranties and limitation of liability provided above shall be interpreted
378
+ in a manner that, to the extent possible, most closely approximates an absolute disclaimer
379
+ and waiver of all liability.
380
+ </item>
381
+ </list>
382
+ <p>Section 6 – Term and Termination.</p>
383
+ <list>
384
+ <item>
385
+ <bullet>a.</bullet>
386
+ This Public License applies for the term of the Copyright and Similar Rights licensed here.
387
+ However, if You fail to comply with this Public License, then Your rights under this
388
+ Public License terminate automatically.
389
+ </item>
390
+ <item>
391
+ <bullet>b.</bullet>
392
+ Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
393
+ <list>
394
+ <item>
395
+ <bullet>1.</bullet>
396
+ automatically as of the date the violation is cured, provided it is cured within 30 days
397
+ of Your discovery of the violation; or
398
+ </item>
399
+ <item>
400
+ <bullet>2.</bullet>
401
+ upon express reinstatement by the Licensor.
402
+ </item>
403
+ </list>
404
+ </item>
405
+ <item>
406
+ <bullet>c.</bullet>
407
+ For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have
408
+ to seek remedies for Your violations of this Public License.
409
+ </item>
410
+ <item>
411
+ <bullet>d.</bullet>
412
+ For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate
413
+ terms or conditions or stop distributing the Licensed Material at any time; however, doing
414
+ so will not terminate this Public License.
415
+ </item>
416
+ <item>
417
+ <bullet>e.</bullet>
418
+ Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
419
+ </item>
420
+ </list>
421
+ <p>Section 7 – Other Terms and Conditions.</p>
422
+ <list>
423
+ <item>
424
+ <bullet>a.</bullet>
425
+ The Licensor shall not be bound by any additional or different terms or conditions
426
+ communicated by You unless expressly agreed.
427
+ </item>
428
+ <item>
429
+ <bullet>b.</bullet>
430
+ Any arrangements, understandings, or agreements regarding the Licensed Material not stated
431
+ herein are separate from and independent of the terms and conditions of this Public
432
+ License.
433
+ </item>
434
+ </list>
435
+ <p>Section 8 – Interpretation.</p>
436
+ <list>
437
+ <item>
438
+ <bullet>a.</bullet>
439
+ For the avoidance of doubt, this Public License does not, and shall not be interpreted to,
440
+ reduce, limit, restrict, or impose conditions on any use of the Licensed Material that
441
+ could lawfully be made without permission under this Public License.
442
+ </item>
443
+ <item>
444
+ <bullet>b.</bullet>
445
+ To the extent possible, if any provision of this Public License is deemed unenforceable, it
446
+ shall be automatically reformed to the minimum extent necessary to make it enforceable. If
447
+ the provision cannot be reformed, it shall be severed from this Public License without
448
+ affecting the enforceability of the remaining terms and conditions.
449
+ </item>
450
+ <item>
451
+ <bullet>c.</bullet>
452
+ No term or condition of this Public License will be waived and no failure to comply consented
453
+ to unless expressly agreed to by the Licensor.
454
+ </item>
455
+ <item>
456
+ <bullet>d.</bullet>
457
+ Nothing in this Public License constitutes or may be interpreted as a limitation upon, or
458
+ waiver of, any privileges and immunities that apply to the Licensor or You, including from
459
+ the legal processes of any jurisdiction or authority.
460
+ </item>
461
+ </list>
462
+ <p>Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to
463
+ apply one of its public licenses to material it publishes and in those instances will be considered
464
+ the “Licensor.” <optional>The text of the Creative Commons public licenses is dedicated to the public
465
+ domain under the CC0 Public Domain Dedication.</optional> Except for the limited purpose of indicating that material is shared under a Creative
466
+ Commons public license or as otherwise permitted by the Creative Commons policies published at
467
+ creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative
468
+ Commons” or any other trademark or logo of Creative Commons without its prior written consent
469
+ including, without limitation, in connection with any unauthorized modifications to any of its public
470
+ licenses or any other arrangements, understandings, or agreements concerning use of licensed material.
471
+ For the avoidance of doubt, this paragraph does not form part of the public licenses.</p>
472
+ <p>Creative Commons may be contacted at creativecommons.org.</p>
473
+ </text>
474
+ </license>
475
+ </SPDXLicenseCollection>