licensee 7.0.1 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/lib/licensee/version.rb +1 -1
  3. data/test/test_licensee.rb +1 -1
  4. data/test/test_licensee_license.rb +3 -3
  5. data/vendor/choosealicense.com/_licenses/afl-3.0.txt +3 -3
  6. data/vendor/choosealicense.com/_licenses/agpl-3.0.txt +3 -3
  7. data/vendor/choosealicense.com/_licenses/apache-2.0.txt +8 -3
  8. data/vendor/choosealicense.com/_licenses/artistic-2.0.txt +3 -3
  9. data/vendor/choosealicense.com/_licenses/bsd-2-clause.txt +3 -3
  10. data/vendor/choosealicense.com/_licenses/bsd-3-clause-clear.txt +4 -3
  11. data/vendor/choosealicense.com/_licenses/bsd-3-clause.txt +3 -3
  12. data/vendor/choosealicense.com/_licenses/cc-by-4.0.txt +420 -0
  13. data/vendor/choosealicense.com/_licenses/cc-by-sa-4.0.txt +453 -0
  14. data/vendor/choosealicense.com/_licenses/cc0-1.0.txt +7 -6
  15. data/vendor/choosealicense.com/_licenses/epl-1.0.txt +4 -4
  16. data/vendor/choosealicense.com/_licenses/eupl-1.1.txt +3 -3
  17. data/vendor/choosealicense.com/_licenses/gpl-2.0.txt +7 -3
  18. data/vendor/choosealicense.com/_licenses/gpl-3.0.txt +8 -3
  19. data/vendor/choosealicense.com/_licenses/isc.txt +3 -3
  20. data/vendor/choosealicense.com/_licenses/lgpl-2.1.txt +3 -3
  21. data/vendor/choosealicense.com/_licenses/lgpl-3.0.txt +3 -3
  22. data/vendor/choosealicense.com/_licenses/lppl-1.3c.txt +3 -3
  23. data/vendor/choosealicense.com/_licenses/mit.txt +9 -4
  24. data/vendor/choosealicense.com/_licenses/mpl-2.0.txt +3 -3
  25. data/vendor/choosealicense.com/_licenses/ms-pl.txt +3 -3
  26. data/vendor/choosealicense.com/_licenses/ms-rl.txt +3 -3
  27. data/vendor/choosealicense.com/_licenses/ofl-1.1.txt +3 -3
  28. data/vendor/choosealicense.com/_licenses/osl-3.0.txt +4 -4
  29. data/vendor/choosealicense.com/_licenses/unlicense.txt +5 -7
  30. data/vendor/choosealicense.com/_licenses/wtfpl.txt +3 -3
  31. metadata +3 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5a83fb137e06cef613bf847661fe4f968ceec07
4
- data.tar.gz: ec19d96897265b21463c7ed27b671cc06747ef35
3
+ metadata.gz: 5679eed370a9490f7bfffbddcea3b122a2c7c51c
4
+ data.tar.gz: c996b5aa61156447d43447602c4bdcebb4de2319
5
5
  SHA512:
6
- metadata.gz: 6ec3e62afea147dca81d050b3cb9f96f562983a1b63fc1909f1f2294fe1d27a873f48c898d2d29396ee4007bf2f065b748d42c9b6c85715188115777325f1807
7
- data.tar.gz: a600935d98603e6d46198e4df5a6ba956b5add45d2da34a9ff4cb767da4cbf836eb0b2822ff952b7c9fdd652fd0c6999282cc4355ff8e00f67644779d8f93814
6
+ metadata.gz: 9de5537537c4be5c6b571706e95e15cc9eefc943dc5f90a907e2770f0b5a08f47aee0961532c38d9270fd403fd05e2c95b28ded6d153a945036baf71c7494d2c
7
+ data.tar.gz: 6491f09ee2e2929d249fba51349b4ff3a77c81b1b20012932e09b73d23b3e0eba54bc43fe9deff4f50df7dc52936909d7679eb14f09cc5faf2f3bea7ba28c8e6
@@ -1,3 +1,3 @@
1
1
  module Licensee
2
- VERSION = '7.0.1'.freeze
2
+ VERSION = '8.0.0'.freeze
3
3
  end
@@ -4,7 +4,7 @@ class TestLicensee < Minitest::Test
4
4
  should 'know the licenses' do
5
5
  assert_equal Array, Licensee.licenses.class
6
6
  assert_equal 15, Licensee.licenses.size
7
- assert_equal 26, Licensee.licenses(hidden: true).size
7
+ assert_equal 28, Licensee.licenses(hidden: true).size
8
8
  assert_equal Licensee::License, Licensee.licenses.first.class
9
9
  end
10
10
 
@@ -134,7 +134,7 @@ class TestLicenseeLicense < Minitest::Test
134
134
  describe 'class methods' do
135
135
  should 'know license names' do
136
136
  assert_equal Array, Licensee::License.keys.class
137
- assert_equal 26, Licensee::License.keys.size
137
+ assert_equal 28, Licensee::License.keys.size
138
138
  end
139
139
 
140
140
  should 'load the licenses' do
@@ -150,12 +150,12 @@ class TestLicenseeLicense < Minitest::Test
150
150
  end
151
151
 
152
152
  should 'filter the licenses' do
153
- assert_equal 26, Licensee::License.all(hidden: true).size
153
+ assert_equal 28, Licensee::License.all(hidden: true).size
154
154
  assert_equal 3, Licensee::License.all(featured: true).size
155
155
  assert_equal 12, Licensee::License.all(featured: false).size
156
156
 
157
157
  licenses = Licensee::License.all(featured: false, hidden: true)
158
- assert_equal 23, licenses.size
158
+ assert_equal 25, licenses.size
159
159
 
160
160
  licenses = Licensee::License.all(featured: false, hidden: false)
161
161
  assert_equal 12, licenses.size
@@ -6,17 +6,17 @@ description: The Academic Free License is a variant of the Open Source License t
6
6
 
7
7
  how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Files licensed under OSL 3.0 must also include the notice "Licensed under the Academic Free License version 3.0" adjacent to the copyright notice.
8
8
 
9
- required:
9
+ conditions:
10
10
  - include-copyright
11
11
 
12
- permitted:
12
+ permissions:
13
13
  - commercial-use
14
14
  - modifications
15
15
  - distribution
16
16
  - private-use
17
17
  - patent-use
18
18
 
19
- forbidden:
19
+ limitations:
20
20
  - trademark-use
21
21
  - no-liability
22
22
 
@@ -12,21 +12,21 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
12
12
 
13
13
  note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.
14
14
 
15
- required:
15
+ conditions:
16
16
  - include-copyright
17
17
  - document-changes
18
18
  - disclose-source
19
19
  - network-use-disclose
20
20
  - same-license
21
21
 
22
- permitted:
22
+ permissions:
23
23
  - commercial-use
24
24
  - modifications
25
25
  - distribution
26
26
  - patent-use
27
27
  - private-use
28
28
 
29
- forbidden:
29
+ limitations:
30
30
  - no-liability
31
31
 
32
32
  hidden: false
@@ -10,18 +10,23 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
10
10
 
11
11
  note: The Apache Foundation recommends taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice at the very end of the license in the appendix.
12
12
 
13
- required:
13
+ using:
14
+ - Android: https://github.com/android/platform_system_core/blob/master/NOTICE
15
+ - Apache: https://svn.apache.org/viewvc/httpd/httpd/trunk/LICENSE?view=markup
16
+ - Swift: https://github.com/apple/swift/blob/master/LICENSE.txt
17
+
18
+ conditions:
14
19
  - include-copyright
15
20
  - document-changes
16
21
 
17
- permitted:
22
+ permissions:
18
23
  - commercial-use
19
24
  - modifications
20
25
  - distribution
21
26
  - patent-use
22
27
  - private-use
23
28
 
24
- forbidden:
29
+ limitations:
25
30
  - trademark-use
26
31
  - no-liability
27
32
 
@@ -7,18 +7,18 @@ description: Heavily favored by the Perl community, the Artistic license require
7
7
 
8
8
  how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
9
9
 
10
- required:
10
+ conditions:
11
11
  - include-copyright
12
12
  - document-changes
13
13
 
14
- permitted:
14
+ permissions:
15
15
  - commercial-use
16
16
  - modifications
17
17
  - distribution
18
18
  - patent-use
19
19
  - private-use
20
20
 
21
- forbidden:
21
+ limitations:
22
22
  - no-liability
23
23
  - trademark-use
24
24
 
@@ -10,16 +10,16 @@ description: A permissive license that comes in two variants, the <a href="/lice
10
10
 
11
11
  how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
12
12
 
13
- required:
13
+ conditions:
14
14
  - include-copyright
15
15
 
16
- permitted:
16
+ permissions:
17
17
  - commercial-use
18
18
  - modifications
19
19
  - distribution
20
20
  - private-use
21
21
 
22
- forbidden:
22
+ limitations:
23
23
  - no-liability
24
24
 
25
25
  hidden: false
@@ -9,17 +9,18 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
9
9
 
10
10
  source: https://spdx.org/licenses/BSD-3-Clause-Clear.html
11
11
 
12
- required:
12
+ conditions:
13
13
  - include-copyright
14
14
 
15
- permitted:
15
+ permissions:
16
16
  - commercial-use
17
17
  - modifications
18
18
  - distribution
19
19
  - private-use
20
20
 
21
- forbidden:
21
+ limitations:
22
22
  - no-liability
23
+ - patent-use
23
24
 
24
25
  ---
25
26
 
@@ -9,16 +9,16 @@ description: A permissive license that comes in two variants, the <a href="/lice
9
9
 
10
10
  how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work.
11
11
 
12
- required:
12
+ conditions:
13
13
  - include-copyright
14
14
 
15
- permitted:
15
+ permissions:
16
16
  - commercial-use
17
17
  - modifications
18
18
  - distribution
19
19
  - private-use
20
20
 
21
- forbidden:
21
+ limitations:
22
22
  - no-liability
23
23
 
24
24
  hidden: false
@@ -0,0 +1,420 @@
1
+ ---
2
+ title: Creative Commons Attribution 4.0
3
+ nickname: CC-BY-4.0
4
+ source: https://creativecommons.org/licenses/by/4.0/legalcode.txt
5
+
6
+ description: Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software.
7
+
8
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by/4.0/'>canonical URL for the license</a>.
9
+
10
+ conditions:
11
+ - include-copyright
12
+ - document-changes
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - private-use
19
+
20
+ limitations:
21
+ - no-liability
22
+ - trademark-use
23
+ - patent-use
24
+ ---
25
+
26
+ Attribution 4.0 International
27
+
28
+ =======================================================================
29
+
30
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
31
+ does not provide legal services or legal advice. Distribution of
32
+ Creative Commons public licenses does not create a lawyer-client or
33
+ other relationship. Creative Commons makes its licenses and related
34
+ information available on an "as-is" basis. Creative Commons gives no
35
+ warranties regarding its licenses, any material licensed under their
36
+ terms and conditions, or any related information. Creative Commons
37
+ disclaims all liability for damages resulting from their use to the
38
+ fullest extent possible.
39
+
40
+ Using Creative Commons Public Licenses
41
+
42
+ Creative Commons public licenses provide a standard set of terms and
43
+ conditions that creators and other rights holders may use to share
44
+ original works of authorship and other material subject to copyright
45
+ and certain other rights specified in the public license below. The
46
+ following considerations are for informational purposes only, are not
47
+ exhaustive, and do not form part of our licenses.
48
+
49
+ Considerations for licensors: Our public licenses are
50
+ intended for use by those authorized to give the public
51
+ permission to use material in ways otherwise restricted by
52
+ copyright and certain other rights. Our licenses are
53
+ irrevocable. Licensors should read and understand the terms
54
+ and conditions of the license they choose before applying it.
55
+ Licensors should also secure all rights necessary before
56
+ applying our licenses so that the public can reuse the
57
+ material as expected. Licensors should clearly mark any
58
+ material not subject to the license. This includes other CC-
59
+ licensed material, or material used under an exception or
60
+ limitation to copyright. More considerations for licensors:
61
+ wiki.creativecommons.org/Considerations_for_licensors
62
+
63
+ Considerations for the public: By using one of our public
64
+ licenses, a licensor grants the public permission to use the
65
+ licensed material under specified terms and conditions. If
66
+ the licensor's permission is not necessary for any reason--for
67
+ example, because of any applicable exception or limitation to
68
+ copyright--then that use is not regulated by the license. Our
69
+ licenses grant only permissions under copyright and certain
70
+ other rights that a licensor has authority to grant. Use of
71
+ the licensed material may still be restricted for other
72
+ reasons, including because others have copyright or other
73
+ rights in the material. A licensor may make special requests,
74
+ such as asking that all changes be marked or described.
75
+ Although not required by our licenses, you are encouraged to
76
+ respect those requests where reasonable. More_considerations
77
+ for the public:
78
+ wiki.creativecommons.org/Considerations_for_licensees
79
+
80
+ =======================================================================
81
+
82
+ Creative Commons Attribution 4.0 International Public License
83
+
84
+ By exercising the Licensed Rights (defined below), You accept and agree
85
+ to be bound by the terms and conditions of this Creative Commons
86
+ Attribution 4.0 International Public License ("Public License"). To the
87
+ extent this Public License may be interpreted as a contract, You are
88
+ granted the Licensed Rights in consideration of Your acceptance of
89
+ these terms and conditions, and the Licensor grants You such rights in
90
+ consideration of benefits the Licensor receives from making the
91
+ Licensed Material available under these terms and conditions.
92
+
93
+
94
+ Section 1 -- Definitions.
95
+
96
+ a. Adapted Material means material subject to Copyright and Similar
97
+ Rights that is derived from or based upon the Licensed Material
98
+ and in which the Licensed Material is translated, altered,
99
+ arranged, transformed, or otherwise modified in a manner requiring
100
+ permission under the Copyright and Similar Rights held by the
101
+ Licensor. For purposes of this Public License, where the Licensed
102
+ Material is a musical work, performance, or sound recording,
103
+ Adapted Material is always produced where the Licensed Material is
104
+ synched in timed relation with a moving image.
105
+
106
+ b. Adapter's License means the license You apply to Your Copyright
107
+ and Similar Rights in Your contributions to Adapted Material in
108
+ accordance with the terms and conditions of this Public License.
109
+
110
+ c. Copyright and Similar Rights means copyright and/or similar rights
111
+ closely related to copyright including, without limitation,
112
+ performance, broadcast, sound recording, and Sui Generis Database
113
+ Rights, without regard to how the rights are labeled or
114
+ categorized. For purposes of this Public License, the rights
115
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
116
+ Rights.
117
+
118
+ d. Effective Technological Measures means those measures that, in the
119
+ absence of proper authority, may not be circumvented under laws
120
+ fulfilling obligations under Article 11 of the WIPO Copyright
121
+ Treaty adopted on December 20, 1996, and/or similar international
122
+ agreements.
123
+
124
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
125
+ any other exception or limitation to Copyright and Similar Rights
126
+ that applies to Your use of the Licensed Material.
127
+
128
+ f. Licensed Material means the artistic or literary work, database,
129
+ or other material to which the Licensor applied this Public
130
+ License.
131
+
132
+ g. Licensed Rights means the rights granted to You subject to the
133
+ terms and conditions of this Public License, which are limited to
134
+ all Copyright and Similar Rights that apply to Your use of the
135
+ Licensed Material and that the Licensor has authority to license.
136
+
137
+ h. Licensor means the individual(s) or entity(ies) granting rights
138
+ under this Public License.
139
+
140
+ i. Share means to provide material to the public by any means or
141
+ process that requires permission under the Licensed Rights, such
142
+ as reproduction, public display, public performance, distribution,
143
+ dissemination, communication, or importation, and to make material
144
+ available to the public including in ways that members of the
145
+ public may access the material from a place and at a time
146
+ individually chosen by them.
147
+
148
+ j. Sui Generis Database Rights means rights other than copyright
149
+ resulting from Directive 96/9/EC of the European Parliament and of
150
+ the Council of 11 March 1996 on the legal protection of databases,
151
+ as amended and/or succeeded, as well as other essentially
152
+ equivalent rights anywhere in the world.
153
+
154
+ k. You means the individual or entity exercising the Licensed Rights
155
+ under this Public License. Your has a corresponding meaning.
156
+
157
+
158
+ Section 2 -- Scope.
159
+
160
+ a. License grant.
161
+
162
+ 1. Subject to the terms and conditions of this Public License,
163
+ the Licensor hereby grants You a worldwide, royalty-free,
164
+ non-sublicensable, non-exclusive, irrevocable license to
165
+ exercise the Licensed Rights in the Licensed Material to:
166
+
167
+ a. reproduce and Share the Licensed Material, in whole or
168
+ in part; and
169
+
170
+ b. produce, reproduce, and Share Adapted Material.
171
+
172
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
173
+ Exceptions and Limitations apply to Your use, this Public
174
+ License does not apply, and You do not need to comply with
175
+ its terms and conditions.
176
+
177
+ 3. Term. The term of this Public License is specified in Section
178
+ 6(a).
179
+
180
+ 4. Media and formats; technical modifications allowed. The
181
+ Licensor authorizes You to exercise the Licensed Rights in
182
+ all media and formats whether now known or hereafter created,
183
+ and to make technical modifications necessary to do so. The
184
+ Licensor waives and/or agrees not to assert any right or
185
+ authority to forbid You from making technical modifications
186
+ necessary to exercise the Licensed Rights, including
187
+ technical modifications necessary to circumvent Effective
188
+ Technological Measures. For purposes of this Public License,
189
+ simply making modifications authorized by this Section 2(a)
190
+ (4) never produces Adapted Material.
191
+
192
+ 5. Downstream recipients.
193
+
194
+ a. Offer from the Licensor -- Licensed Material. Every
195
+ recipient of the Licensed Material automatically
196
+ receives an offer from the Licensor to exercise the
197
+ Licensed Rights under the terms and conditions of this
198
+ Public License.
199
+
200
+ b. No downstream restrictions. You may not offer or impose
201
+ any additional or different terms or conditions on, or
202
+ apply any Effective Technological Measures to, the
203
+ Licensed Material if doing so restricts exercise of the
204
+ Licensed Rights by any recipient of the Licensed
205
+ Material.
206
+
207
+ 6. No endorsement. Nothing in this Public License constitutes or
208
+ may be construed as permission to assert or imply that You
209
+ are, or that Your use of the Licensed Material is, connected
210
+ with, or sponsored, endorsed, or granted official status by,
211
+ the Licensor or others designated to receive attribution as
212
+ provided in Section 3(a)(1)(A)(i).
213
+
214
+ b. Other rights.
215
+
216
+ 1. Moral rights, such as the right of integrity, are not
217
+ licensed under this Public License, nor are publicity,
218
+ privacy, and/or other similar personality rights; however, to
219
+ the extent possible, the Licensor waives and/or agrees not to
220
+ assert any such rights held by the Licensor to the limited
221
+ extent necessary to allow You to exercise the Licensed
222
+ Rights, but not otherwise.
223
+
224
+ 2. Patent and trademark rights are not licensed under this
225
+ Public License.
226
+
227
+ 3. To the extent possible, the Licensor waives any right to
228
+ collect royalties from You for the exercise of the Licensed
229
+ Rights, whether directly or through a collecting society
230
+ under any voluntary or waivable statutory or compulsory
231
+ licensing scheme. In all other cases the Licensor expressly
232
+ reserves any right to collect such royalties.
233
+
234
+
235
+ Section 3 -- License Conditions.
236
+
237
+ Your exercise of the Licensed Rights is expressly made subject to the
238
+ following conditions.
239
+
240
+ a. Attribution.
241
+
242
+ 1. If You Share the Licensed Material (including in modified
243
+ form), You must:
244
+
245
+ a. retain the following if it is supplied by the Licensor
246
+ with the Licensed Material:
247
+
248
+ i. identification of the creator(s) of the Licensed
249
+ Material and any others designated to receive
250
+ attribution, in any reasonable manner requested by
251
+ the Licensor (including by pseudonym if
252
+ designated);
253
+
254
+ ii. a copyright notice;
255
+
256
+ iii. a notice that refers to this Public License;
257
+
258
+ iv. a notice that refers to the disclaimer of
259
+ warranties;
260
+
261
+ v. a URI or hyperlink to the Licensed Material to the
262
+ extent reasonably practicable;
263
+
264
+ b. indicate if You modified the Licensed Material and
265
+ retain an indication of any previous modifications; and
266
+
267
+ c. indicate the Licensed Material is licensed under this
268
+ Public License, and include the text of, or the URI or
269
+ hyperlink to, this Public License.
270
+
271
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
272
+ reasonable manner based on the medium, means, and context in
273
+ which You Share the Licensed Material. For example, it may be
274
+ reasonable to satisfy the conditions by providing a URI or
275
+ hyperlink to a resource that includes the required
276
+ information.
277
+
278
+ 3. If requested by the Licensor, You must remove any of the
279
+ information required by Section 3(a)(1)(A) to the extent
280
+ reasonably practicable.
281
+
282
+ 4. If You Share Adapted Material You produce, the Adapter's
283
+ License You apply must not prevent recipients of the Adapted
284
+ Material from complying with this Public License.
285
+
286
+
287
+ Section 4 -- Sui Generis Database Rights.
288
+
289
+ Where the Licensed Rights include Sui Generis Database Rights that
290
+ apply to Your use of the Licensed Material:
291
+
292
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
293
+ to extract, reuse, reproduce, and Share all or a substantial
294
+ portion of the contents of the database;
295
+
296
+ b. if You include all or a substantial portion of the database
297
+ contents in a database in which You have Sui Generis Database
298
+ Rights, then the database in which You have Sui Generis Database
299
+ Rights (but not its individual contents) is Adapted Material; and
300
+
301
+ c. You must comply with the conditions in Section 3(a) if You Share
302
+ all or a substantial portion of the contents of the database.
303
+
304
+ For the avoidance of doubt, this Section 4 supplements and does not
305
+ replace Your obligations under this Public License where the Licensed
306
+ Rights include other Copyright and Similar Rights.
307
+
308
+
309
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
310
+
311
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
312
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
313
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
314
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
315
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
316
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
317
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
318
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
319
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
320
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
321
+
322
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
323
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
324
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
325
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
326
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
327
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
328
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
329
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
330
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
331
+
332
+ c. The disclaimer of warranties and limitation of liability provided
333
+ above shall be interpreted in a manner that, to the extent
334
+ possible, most closely approximates an absolute disclaimer and
335
+ waiver of all liability.
336
+
337
+
338
+ Section 6 -- Term and Termination.
339
+
340
+ a. This Public License applies for the term of the Copyright and
341
+ Similar Rights licensed here. However, if You fail to comply with
342
+ this Public License, then Your rights under this Public License
343
+ terminate automatically.
344
+
345
+ b. Where Your right to use the Licensed Material has terminated under
346
+ Section 6(a), it reinstates:
347
+
348
+ 1. automatically as of the date the violation is cured, provided
349
+ it is cured within 30 days of Your discovery of the
350
+ violation; or
351
+
352
+ 2. upon express reinstatement by the Licensor.
353
+
354
+ For the avoidance of doubt, this Section 6(b) does not affect any
355
+ right the Licensor may have to seek remedies for Your violations
356
+ of this Public License.
357
+
358
+ c. For the avoidance of doubt, the Licensor may also offer the
359
+ Licensed Material under separate terms or conditions or stop
360
+ distributing the Licensed Material at any time; however, doing so
361
+ will not terminate this Public License.
362
+
363
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
364
+ License.
365
+
366
+
367
+ Section 7 -- Other Terms and Conditions.
368
+
369
+ a. The Licensor shall not be bound by any additional or different
370
+ terms or conditions communicated by You unless expressly agreed.
371
+
372
+ b. Any arrangements, understandings, or agreements regarding the
373
+ Licensed Material not stated herein are separate from and
374
+ independent of the terms and conditions of this Public License.
375
+
376
+
377
+ Section 8 -- Interpretation.
378
+
379
+ a. For the avoidance of doubt, this Public License does not, and
380
+ shall not be interpreted to, reduce, limit, restrict, or impose
381
+ conditions on any use of the Licensed Material that could lawfully
382
+ be made without permission under this Public License.
383
+
384
+ b. To the extent possible, if any provision of this Public License is
385
+ deemed unenforceable, it shall be automatically reformed to the
386
+ minimum extent necessary to make it enforceable. If the provision
387
+ cannot be reformed, it shall be severed from this Public License
388
+ without affecting the enforceability of the remaining terms and
389
+ conditions.
390
+
391
+ c. No term or condition of this Public License will be waived and no
392
+ failure to comply consented to unless expressly agreed to by the
393
+ Licensor.
394
+
395
+ d. Nothing in this Public License constitutes or may be interpreted
396
+ as a limitation upon, or waiver of, any privileges and immunities
397
+ that apply to the Licensor or You, including from the legal
398
+ processes of any jurisdiction or authority.
399
+
400
+
401
+ =======================================================================
402
+
403
+ Creative Commons is not a party to its public
404
+ licenses. Notwithstanding, Creative Commons may elect to apply one of
405
+ its public licenses to material it publishes and in those instances
406
+ will be considered the “Licensor.” The text of the Creative Commons
407
+ public licenses is dedicated to the public domain under the CC0 Public
408
+ Domain Dedication. Except for the limited purpose of indicating that
409
+ material is shared under a Creative Commons public license or as
410
+ otherwise permitted by the Creative Commons policies published at
411
+ creativecommons.org/policies, Creative Commons does not authorize the
412
+ use of the trademark "Creative Commons" or any other trademark or logo
413
+ of Creative Commons without its prior written consent including,
414
+ without limitation, in connection with any unauthorized modifications
415
+ to any of its public licenses or any other arrangements,
416
+ understandings, or agreements concerning use of licensed material. For
417
+ the avoidance of doubt, this paragraph does not form part of the
418
+ public licenses.
419
+
420
+ Creative Commons may be contacted at creativecommons.org.