forked from xriley/PrettyDocs-Theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlicence.html
521 lines (467 loc) · 40.2 KB
/
licence.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<html lang="en">
<head>
<title>Documentation for Python Thailand</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js"
integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH"
crossorigin="anonymous"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="/assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="/assets/plugins/prism/prism.css">
<link rel="stylesheet" href="/assets/plugins/lightbox/dist/ekko-lightbox.css">
<link rel="stylesheet" href="/assets/plugins/elegant_font/css/style.css">
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body class="body-pink">
<div class="page-wrapper">
<!-- ******Header****** -->
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo">
<a href="/index.html">
<img src="/assets/images/logo-only-icon.png" alt="PyCon Thailand logo">
<span class="text-highlight">PyConTH Ultimate</span><span class="text-bold">Handbook</span>
</a>
</h1>
</div>
<!--//branding-->
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/index.html">Home</a></li>
<li class="breadcrumb-item active">Licence</a></li>
</ol>
<div class="top-search-box">
<form class="form-inline search-form justify-content-center" action="" method="get">
<input type="text" placeholder="Search..." name="search" class="form-control search-input">
<button type="submit" class="btn search-btn" value="Search"><i
class="fas fa-search"></i></button>
</form>
</div>
</div>
<!--//container-->
</header>
<!--//header-->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title">
<img src="/assets/images/onsite.png" alt="onsite">
Licensing</h1>
<div class="meta"><i class="far fa-clock"></i> Last updated: September 19th, 2019</div>
</div>
<!--//doc-header-->
<div class="doc-body row">
<div class="doc-content col-md-9 col-12 order-1">
<div class="content-inner">
<section id="license" class="doc-section">
<h2 class="section-title">PrettyDocs License</h2>
<div class="section-block">
<div class="jumbotron text-left">
<p>Attribution-NonCommercial-ShareAlike 4.0 International</p>
<p>=======================================================================</p>
<p>Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.</p>
<p>Using Creative Commons Public Licenses</p>
<p>Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.</p>
<pre><code> Considerations <span class="hljs-keyword">for</span> licensors: Our <span class="hljs-keyword">public</span> licenses are
intended <span class="hljs-keyword">for</span> use <span class="hljs-keyword">by</span> those authorized <span class="hljs-keyword">to</span> give the <span class="hljs-keyword">public</span>
permission <span class="hljs-keyword">to</span> use material <span class="hljs-keyword">in</span> ways otherwise restricted <span class="hljs-keyword">by</span>
copyright <span class="hljs-keyword">and</span> certain other rights. Our licenses are
irrevocable. Licensors should read <span class="hljs-keyword">and</span> understand the terms
<span class="hljs-keyword">and</span> conditions <span class="hljs-keyword">of</span> the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the <span class="hljs-keyword">public</span> can reuse the
material <span class="hljs-keyword">as</span> expected. Licensors should clearly mark any
material <span class="hljs-keyword">not</span> subject <span class="hljs-keyword">to</span> the license. This includes other CC-
licensed material, <span class="hljs-keyword">or</span> material used under an exception <span class="hljs-keyword">or</span>
limitation <span class="hljs-keyword">to</span> copyright. More considerations <span class="hljs-keyword">for</span> licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations <span class="hljs-keyword">for</span> the <span class="hljs-keyword">public</span>: <span class="hljs-keyword">By</span> <span class="hljs-keyword">using</span> one <span class="hljs-keyword">of</span> our <span class="hljs-keyword">public</span>
licenses, a licensor grants the <span class="hljs-keyword">public</span> permission <span class="hljs-keyword">to</span> use the
licensed material under specified terms <span class="hljs-keyword">and</span> conditions. <span class="hljs-keyword">If</span>
the licensor<span class="hljs-comment">'s permission is not necessary for any reason--for</span>
example, because <span class="hljs-keyword">of</span> any applicable exception <span class="hljs-keyword">or</span> limitation <span class="hljs-keyword">to</span>
copyright--<span class="hljs-keyword">then</span> that use <span class="hljs-keyword">is</span> <span class="hljs-keyword">not</span> regulated <span class="hljs-keyword">by</span> the license. Our
licenses grant only permissions under copyright <span class="hljs-keyword">and</span> certain
other rights that a licensor has authority <span class="hljs-keyword">to</span> grant. Use <span class="hljs-keyword">of</span>
the licensed material may still be restricted <span class="hljs-keyword">for</span> other
reasons, including because others have copyright <span class="hljs-keyword">or</span> other
rights <span class="hljs-keyword">in</span> the material. A licensor may make special requests,
such <span class="hljs-keyword">as</span> asking that all changes be marked <span class="hljs-keyword">or</span> described.
Although <span class="hljs-keyword">not</span> required <span class="hljs-keyword">by</span> our licenses, you are encouraged <span class="hljs-keyword">to</span>
respect those requests <span class="hljs-keyword">where</span> reasonable. More_considerations
<span class="hljs-keyword">for</span> the <span class="hljs-keyword">public</span>:
wiki.creativecommons.org/Considerations_for_licensees
</code></pre><p>=======================================================================</p>
<p>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
Public License</p>
<p>By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International Public License
("Public License"). To the extent this Public License may be
interpreted as a contract, You are granted the Licensed Rights in
consideration of Your acceptance of these terms and conditions, and the
Licensor grants You such rights in consideration of benefits the
Licensor receives from making the Licensed Material available under
these terms and conditions.</p>
<p>Section 1 -- Definitions.</p>
<p> a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.</p>
<p> b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.</p>
<p> c. BY-NC-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.</p>
<p> d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.</p>
<p> e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.</p>
<p> f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.</p>
<p> g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution, NonCommercial, and ShareAlike.</p>
<p> h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.</p>
<p> i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.</p>
<p> j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.</p>
<p> k. NonCommercial means not primarily intended for or directed towards
commercial advantage or monetary compensation. For purposes of
this Public License, the exchange of the Licensed Material for
other material subject to Copyright and Similar Rights by digital
file-sharing or similar means is NonCommercial provided there is
no payment of monetary compensation in connection with the
exchange.</p>
<p> l. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.</p>
<p> m. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.</p>
<p> n. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.</p>
<p>Section 2 -- Scope.</p>
<p> a. License grant.</p>
<pre><code> <span class="hljs-number">1.</span> Subject <span class="hljs-keyword">to</span> the terms <span class="hljs-keyword">and</span> conditions <span class="hljs-keyword">of</span> this <span class="hljs-keyword">Public</span> License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license <span class="hljs-keyword">to</span>
exercise the Licensed Rights <span class="hljs-keyword">in</span> the Licensed Material <span class="hljs-keyword">to</span>:
a. reproduce <span class="hljs-keyword">and</span> Share the Licensed Material, <span class="hljs-keyword">in</span> whole <span class="hljs-keyword">or</span>
<span class="hljs-keyword">in</span> part, <span class="hljs-keyword">for</span> NonCommercial purposes only; <span class="hljs-keyword">and</span>
b. produce, reproduce, <span class="hljs-keyword">and</span> Share Adapted Material <span class="hljs-keyword">for</span>
NonCommercial purposes only.
<span class="hljs-number">2.</span> Exceptions <span class="hljs-keyword">and</span> Limitations. <span class="hljs-keyword">For</span> the avoidance <span class="hljs-keyword">of</span> doubt, <span class="hljs-keyword">where</span>
Exceptions <span class="hljs-keyword">and</span> Limitations apply <span class="hljs-keyword">to</span> Your use, this <span class="hljs-keyword">Public</span>
License does <span class="hljs-keyword">not</span> apply, <span class="hljs-keyword">and</span> You <span class="hljs-keyword">do</span> <span class="hljs-keyword">not</span> need <span class="hljs-keyword">to</span> comply <span class="hljs-keyword">with</span>
its terms <span class="hljs-keyword">and</span> conditions.
<span class="hljs-number">3.</span> Term. The term <span class="hljs-keyword">of</span> this <span class="hljs-keyword">Public</span> License <span class="hljs-keyword">is</span> specified <span class="hljs-keyword">in</span> Section
<span class="hljs-number">6</span>(a).
<span class="hljs-number">4.</span> Media <span class="hljs-keyword">and</span> formats; technical modifications allowed. The
Licensor authorizes You <span class="hljs-keyword">to</span> exercise the Licensed Rights <span class="hljs-keyword">in</span>
all media <span class="hljs-keyword">and</span> formats whether now known <span class="hljs-keyword">or</span> hereafter created,
<span class="hljs-keyword">and</span> <span class="hljs-keyword">to</span> make technical modifications necessary <span class="hljs-keyword">to</span> <span class="hljs-keyword">do</span> so. The
Licensor waives <span class="hljs-keyword">and</span>/<span class="hljs-keyword">or</span> agrees <span class="hljs-keyword">not</span> <span class="hljs-keyword">to</span> assert any right <span class="hljs-keyword">or</span>
authority <span class="hljs-keyword">to</span> forbid You <span class="hljs-keyword">from</span> making technical modifications
necessary <span class="hljs-keyword">to</span> exercise the Licensed Rights, including
technical modifications necessary <span class="hljs-keyword">to</span> circumvent Effective
Technological Measures. <span class="hljs-keyword">For</span> purposes <span class="hljs-keyword">of</span> this <span class="hljs-keyword">Public</span> License,
simply making modifications authorized <span class="hljs-keyword">by</span> this Section <span class="hljs-number">2</span>(a)
(<span class="hljs-number">4</span>) never produces Adapted Material.
<span class="hljs-number">5.</span> Downstream recipients.
a. Offer <span class="hljs-keyword">from</span> the Licensor -- Licensed Material. Every
recipient <span class="hljs-keyword">of</span> the Licensed Material automatically
receives an offer <span class="hljs-keyword">from</span> the Licensor <span class="hljs-keyword">to</span> exercise the
Licensed Rights under the terms <span class="hljs-keyword">and</span> conditions <span class="hljs-keyword">of</span> this
<span class="hljs-keyword">Public</span> License.
b. Additional offer <span class="hljs-keyword">from</span> the Licensor -- Adapted Material.
Every recipient <span class="hljs-keyword">of</span> Adapted Material <span class="hljs-keyword">from</span> You
automatically receives an offer <span class="hljs-keyword">from</span> the Licensor <span class="hljs-keyword">to</span>
exercise the Licensed Rights <span class="hljs-keyword">in</span> the Adapted Material
under the conditions <span class="hljs-keyword">of</span> the Adapter<span class="hljs-comment">'s License You apply.</span>
c. No downstream restrictions. You may <span class="hljs-keyword">not</span> offer <span class="hljs-keyword">or</span> impose
any additional <span class="hljs-keyword">or</span> different terms <span class="hljs-keyword">or</span> conditions <span class="hljs-keyword">on</span>, <span class="hljs-keyword">or</span>
apply any Effective Technological Measures <span class="hljs-keyword">to</span>, the
Licensed Material <span class="hljs-keyword">if</span> doing so restricts exercise <span class="hljs-keyword">of</span> the
Licensed Rights <span class="hljs-keyword">by</span> any recipient <span class="hljs-keyword">of</span> the Licensed
Material.
<span class="hljs-number">6.</span> No endorsement. <span class="hljs-literal">Nothing</span> <span class="hljs-keyword">in</span> this <span class="hljs-keyword">Public</span> License constitutes <span class="hljs-keyword">or</span>
may be construed <span class="hljs-keyword">as</span> permission <span class="hljs-keyword">to</span> assert <span class="hljs-keyword">or</span> imply that You
are, <span class="hljs-keyword">or</span> that Your use <span class="hljs-keyword">of</span> the Licensed Material <span class="hljs-keyword">is</span>, connected
<span class="hljs-keyword">with</span>, <span class="hljs-keyword">or</span> sponsored, endorsed, <span class="hljs-keyword">or</span> granted official status <span class="hljs-keyword">by</span>,
the Licensor <span class="hljs-keyword">or</span> others designated <span class="hljs-keyword">to</span> receive attribution <span class="hljs-keyword">as</span>
provided <span class="hljs-keyword">in</span> Section <span class="hljs-number">3</span>(a)(<span class="hljs-number">1</span>)(A)(i).
</code></pre><p> b. Other rights.</p>
<pre><code> <span class="hljs-number">1.</span> Moral rights, such <span class="hljs-keyword">as</span> <span class="hljs-keyword">the</span> <span class="hljs-literal">right</span> <span class="hljs-keyword">of</span> integrity, are <span class="hljs-keyword">not</span>
licensed under this Public License, nor are publicity,
privacy, <span class="hljs-keyword">and</span>/<span class="hljs-keyword">or</span> other similar personality rights; however, <span class="hljs-built_in">to</span>
<span class="hljs-keyword">the</span> extent possible, <span class="hljs-keyword">the</span> Licensor waives <span class="hljs-keyword">and</span>/<span class="hljs-keyword">or</span> agrees <span class="hljs-keyword">not</span> <span class="hljs-built_in">to</span>
assert <span class="hljs-keyword">any</span> such rights held <span class="hljs-keyword">by</span> <span class="hljs-keyword">the</span> Licensor <span class="hljs-built_in">to</span> <span class="hljs-keyword">the</span> limited
extent necessary <span class="hljs-built_in">to</span> allow You <span class="hljs-built_in">to</span> exercise <span class="hljs-keyword">the</span> Licensed
Rights, but <span class="hljs-keyword">not</span> otherwise.
<span class="hljs-number">2.</span> Patent <span class="hljs-keyword">and</span> trademark rights are <span class="hljs-keyword">not</span> licensed under this
Public License.
<span class="hljs-number">3.</span> To <span class="hljs-keyword">the</span> extent possible, <span class="hljs-keyword">the</span> Licensor waives <span class="hljs-keyword">any</span> <span class="hljs-literal">right</span> <span class="hljs-built_in">to</span>
collect royalties <span class="hljs-built_in">from</span> You <span class="hljs-keyword">for</span> <span class="hljs-keyword">the</span> exercise <span class="hljs-keyword">of</span> <span class="hljs-keyword">the</span> Licensed
Rights, whether directly <span class="hljs-keyword">or</span> through <span class="hljs-keyword">a</span> collecting society
under <span class="hljs-keyword">any</span> voluntary <span class="hljs-keyword">or</span> waivable statutory <span class="hljs-keyword">or</span> compulsory
licensing scheme. In all other cases <span class="hljs-keyword">the</span> Licensor expressly
reserves <span class="hljs-keyword">any</span> <span class="hljs-literal">right</span> <span class="hljs-built_in">to</span> collect such royalties, including when
<span class="hljs-keyword">the</span> Licensed Material is used other than <span class="hljs-keyword">for</span> NonCommercial
purposes.
</code></pre><p>Section 3 -- License Conditions.</p>
<p>Your exercise of the Licensed Rights is expressly made subject to the
following conditions.</p>
<p> a. Attribution.</p>
<pre><code> <span class="hljs-number">1.</span> If You Share the Licensed Material (including <span class="hljs-keyword">in</span> modified
form), You must:
a. retain the following <span class="hljs-keyword">if</span> <span class="hljs-literal">it</span> <span class="hljs-keyword">is</span> supplied <span class="hljs-keyword">by</span> the Licensor
<span class="hljs-keyword">with</span> the Licensed Material:
i. identification <span class="hljs-keyword">of</span> the creator(s) <span class="hljs-keyword">of</span> the Licensed
Material <span class="hljs-keyword">and</span> any others designated <span class="hljs-keyword">to</span> receive
attribution, <span class="hljs-keyword">in</span> any reasonable manner requested <span class="hljs-keyword">by</span>
the Licensor (including <span class="hljs-keyword">by</span> pseudonym <span class="hljs-keyword">if</span>
designated);
ii. a copyright notice;
iii. a notice <span class="hljs-literal">that</span> refers <span class="hljs-keyword">to</span> <span class="hljs-keyword">this</span> Public License;
iv. a notice <span class="hljs-literal">that</span> refers <span class="hljs-keyword">to</span> the disclaimer <span class="hljs-keyword">of</span>
warranties;
v. a URI <span class="hljs-keyword">or</span> hyperlink <span class="hljs-keyword">to</span> the Licensed Material <span class="hljs-keyword">to</span> the
extent reasonably practicable;
b. indicate <span class="hljs-keyword">if</span> You modified the Licensed Material <span class="hljs-keyword">and</span>
retain an indication <span class="hljs-keyword">of</span> any previous modifications; <span class="hljs-keyword">and</span>
c. indicate the Licensed Material <span class="hljs-keyword">is</span> licensed under <span class="hljs-keyword">this</span>
Public License, <span class="hljs-keyword">and</span> include the text <span class="hljs-keyword">of</span>, <span class="hljs-keyword">or</span> the URI <span class="hljs-keyword">or</span>
hyperlink <span class="hljs-keyword">to</span>, <span class="hljs-keyword">this</span> Public License.
<span class="hljs-number">2.</span> You may satisfy the conditions <span class="hljs-keyword">in</span> Section <span class="hljs-number">3</span>(a)(<span class="hljs-number">1</span>) <span class="hljs-keyword">in</span> any
reasonable manner based <span class="hljs-literal">on</span> the medium, means, <span class="hljs-keyword">and</span> context <span class="hljs-keyword">in</span>
which You Share the Licensed Material. For example, <span class="hljs-literal">it</span> may be
reasonable <span class="hljs-keyword">to</span> satisfy the conditions <span class="hljs-keyword">by</span> providing a URI <span class="hljs-keyword">or</span>
hyperlink <span class="hljs-keyword">to</span> a resource <span class="hljs-literal">that</span> includes the required
information.
<span class="hljs-number">3.</span> If requested <span class="hljs-keyword">by</span> the Licensor, You must remove any <span class="hljs-keyword">of</span> the
information required <span class="hljs-keyword">by</span> Section <span class="hljs-number">3</span>(a)(<span class="hljs-number">1</span>)(A) <span class="hljs-keyword">to</span> the extent
reasonably practicable.
</code></pre><p> b. ShareAlike.</p>
<pre><code> <span class="hljs-keyword">In</span> addition <span class="hljs-keyword">to</span> the conditions <span class="hljs-keyword">in</span> Section <span class="hljs-number">3</span>(a), <span class="hljs-keyword">if</span> You Share
Adapted Material You produce, the following conditions also apply.
<span class="hljs-number">1.</span> The Adapter<span class="hljs-comment">'s License You apply must be a Creative Commons</span>
license <span class="hljs-keyword">with</span> the same License Elements, this version <span class="hljs-keyword">or</span>
later, <span class="hljs-keyword">or</span> a <span class="hljs-keyword">BY</span>-NC-SA Compatible License.
<span class="hljs-number">2.</span> You must include the <span class="hljs-keyword">text</span> <span class="hljs-keyword">of</span>, <span class="hljs-keyword">or</span> the URI <span class="hljs-keyword">or</span> hyperlink <span class="hljs-keyword">to</span>, the
Adapter<span class="hljs-comment">'s License You apply. You may satisfy this condition</span>
<span class="hljs-keyword">in</span> any reasonable manner based <span class="hljs-keyword">on</span> the medium, means, <span class="hljs-keyword">and</span>
context <span class="hljs-keyword">in</span> which You Share Adapted Material.
<span class="hljs-number">3.</span> You may <span class="hljs-keyword">not</span> offer <span class="hljs-keyword">or</span> impose any additional <span class="hljs-keyword">or</span> different terms
<span class="hljs-keyword">or</span> conditions <span class="hljs-keyword">on</span>, <span class="hljs-keyword">or</span> apply any Effective Technological
Measures <span class="hljs-keyword">to</span>, Adapted Material that restrict exercise <span class="hljs-keyword">of</span> the
rights granted under the Adapter<span class="hljs-comment">'s License You apply.</span>
</code></pre><p>Section 4 -- Sui Generis Database Rights.</p>
<p>Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:</p>
<p> a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database for NonCommercial purposes
only;</p>
<p> b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and</p>
<p> c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.</p>
<p>For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.</p>
<p>Section 5 -- Disclaimer of Warranties and Limitation of Liability.</p>
<p> a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.</p>
<p> b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.</p>
<p> c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.</p>
<p>Section 6 -- Term and Termination.</p>
<p> a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.</p>
<p> b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:</p>
<pre><code> <span class="hljs-number">1.</span> automatically <span class="hljs-keyword">as</span> <span class="hljs-keyword">of</span> <span class="hljs-keyword">the</span> <span class="hljs-built_in">date</span> <span class="hljs-keyword">the</span> violation is cured, provided
<span class="hljs-keyword">it</span> is cured <span class="hljs-keyword">within</span> <span class="hljs-number">30</span> days <span class="hljs-keyword">of</span> Your discovery <span class="hljs-keyword">of</span> <span class="hljs-keyword">the</span>
violation; <span class="hljs-keyword">or</span>
<span class="hljs-number">2.</span> upon express reinstatement <span class="hljs-keyword">by</span> <span class="hljs-keyword">the</span> Licensor.
For <span class="hljs-keyword">the</span> avoidance <span class="hljs-keyword">of</span> doubt, this Section <span class="hljs-number">6</span>(b) does <span class="hljs-keyword">not</span> affect <span class="hljs-keyword">any</span>
<span class="hljs-literal">right</span> <span class="hljs-keyword">the</span> Licensor may have <span class="hljs-built_in">to</span> <span class="hljs-built_in">seek</span> remedies <span class="hljs-keyword">for</span> Your violations
<span class="hljs-keyword">of</span> this Public License.
</code></pre><p> c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.</p>
<p> d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.</p>
<p>Section 7 -- Other Terms and Conditions.</p>
<p> a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.</p>
<p> b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.</p>
<p>Section 8 -- Interpretation.</p>
<p> a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.</p>
<p> b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.</p>
<p> c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.</p>
<p> d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.</p>
<p>=======================================================================</p>
<p>Creative Commons is not a party to its public licenses.
Notwithstanding, Creative Commons may elect to apply one of its public
licenses to material it publishes and in those instances will be
considered the "Licensor." Except for the limited purpose of indicating
that material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the public
licenses.</p>
<p>Creative Commons may be contacted at creativecommons.org.
✕</p>
</div><!--//content-inner-->
</div><!--//doc-content-->
<div class="doc-sidebar col-md-3 col-12 order-0 d-none d-md-flex">
<div id="doc-nav" class="doc-nav">
<nav id="doc-menu" class="nav doc-menu flex-column sticky">
<a class="nav-link scrollto" href="#license">License</a>
<a class="nav-link scrollto" href="#credits">Credits</a>
</nav><!--//doc-menu-->
</div>
</div><!--//doc-sidebar-->
</div><!--//doc-body-->
</div><!--//container-->
</div><!--//doc-wrapper-->
<div id="promo-block" class="promo-block">
<div class="container">
<div class="promo-block-inner">
<h3 class="promo-title text-center"><i class="fas fa-heart"></i> <a href="https://themes.3rdwavemedia.com/bootstrap-templates/portfolio/instance-bootstrap-portfolio-theme-for-developers/" target="_blank">Are you an ambitious and entrepreneurial developer?</a></h3>
<div class="row">
<div class="figure-holder col-lg-5 col-md-6 col-12">
<div class="figure-holder-inner">
<a href="https://themes.3rdwavemedia.com/bootstrap-templates/portfolio/instance-bootstrap-portfolio-theme-for-developers/" target="_blank"><img class="img-fluid" src="assets/images/demo/instance-promo.jpg" alt="Instance Theme" /></a>
<a class="mask" href="https://themes.3rdwavemedia.com/bootstrap-templates/portfolio/instance-bootstrap-portfolio-theme-for-developers/"><i class="icon fa fa-heart pink"></i></a>
</div>
</div><!--//figure-holder-->
<div class="content-holder col-lg-7 col-md-6 col-12">
<div class="content-holder-inner">
<div class="desc">
<h4 class="content-title"><strong> Instance - Bootstrap 4 Portfolio Theme for Aspiring Developers</strong></h4>
<p>Check out <a href="https://themes.3rdwavemedia.com/bootstrap-templates/portfolio/instance-bootstrap-portfolio-theme-for-developers/" target="_blank">Instance</a> - a Bootstrap personal portfolio theme I created for developers. The UX design is focused on selling a developer’s skills and experience to potential employers or clients, and has <strong class="highlight">all the winning ingredients to get you hired</strong>. It’s not only a HTML site template but also a marketing framework for you to <strong class="highlight">build an impressive online presence with a high conversion rate</strong>. </p>
<p><strong class="highlight">[Tip for developers]:</strong> If your project is Open Source, you can use this area to promote your other projects or hold third party adverts like Bootstrap and FontAwesome do!</p>
<a class="btn btn-cta" href="https://themes.3rdwavemedia.com/bootstrap-templates/portfolio/instance-bootstrap-portfolio-theme-for-developers/" target="_blank"><i class="fas fa-external-link-alt"></i> View Demo</a>
</div><!--//desc-->
<div class="author"><a href="https://themes.3rdwavemedia.com">Xiaoying Riley</a></div>
</div><!--//content-holder-inner-->
</div><!--//content-holder-->
</div><!--//row-->
</div><!--//promo-block-inner-->
</div><!--//container-->
</div><!--//promo-block-->
</div><!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="https://themes.3rdwavemedia.com/" target="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>