@networkpro/legal 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +11 -13
- package/PRIVACY.md +1 -1
- package/TERMS.md +1 -1
- package/html/CC-BY-4.0.html +907 -0
- package/html/CC-BY-4.0.html.br +0 -0
- package/html/COPYING.html +1076 -0
- package/html/COPYING.html.br +0 -0
- package/index.html +5 -3
- package/index.html.br +0 -0
- package/legal.html +71 -32
- package/legal.html.br +0 -0
- package/package.json +1 -1
- package/sitemap.xml +34 -8
- package/terms-of-use.html +23 -10
- package/terms-of-use.html.br +0 -0
@@ -0,0 +1,907 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!-- ==========================================================================
|
3
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
4
|
+
This file is part of Network Pro.
|
5
|
+
=========================================================================== -->
|
6
|
+
<html class="no-js" lang="en">
|
7
|
+
<head>
|
8
|
+
<meta charset="utf-8" />
|
9
|
+
|
10
|
+
<!--
|
11
|
+
Copyright © 2025 Network Pro Strategies (Network Pro)
|
12
|
+
|
13
|
+
---
|
14
|
+
|
15
|
+
I. Creative Commons Attribution 4.0 International
|
16
|
+
|
17
|
+
Network Pro (the "Licensed Material") is licensed under Creative Commons Attribution 4.0 International ("CC BY 4.0"). To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/.
|
18
|
+
|
19
|
+
Per the terms of the License, you are free to distribute, remix, adapt, and build upon the Licensed Material for any purpose, even commercially. You must give appropriate credit, provide a link to the License, and indicate if changes were made.
|
20
|
+
|
21
|
+
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.
|
22
|
+
|
23
|
+
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
|
24
|
+
|
25
|
+
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
|
26
|
+
Canonical URL: https://creativecommons.org/licenses/by/4.0/
|
27
|
+
|
28
|
+
---
|
29
|
+
|
30
|
+
II. GNU General Public License
|
31
|
+
|
32
|
+
Network Pro is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License ("GNU GPL") as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
33
|
+
|
34
|
+
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
35
|
+
FITNESS FOR A PARTICULAR PURPOSE.
|
36
|
+
|
37
|
+
See the GNU General Public License for more details.
|
38
|
+
|
39
|
+
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
|
40
|
+
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
|
41
|
+
|
42
|
+
---
|
43
|
+
|
44
|
+
Author: Scott Lopez
|
45
|
+
Email: <contact@neteng.pro>
|
46
|
+
Web: <https://bio.neteng.pro>
|
47
|
+
-->
|
48
|
+
|
49
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
50
|
+
<title>Creative Commons Attribution 4.0 International (CC BY 4.0)</title>
|
51
|
+
|
52
|
+
<!-- STYLESHEETS -->
|
53
|
+
<link
|
54
|
+
rel="stylesheet"
|
55
|
+
href="https://legal.netwk.pro/css/normalize.css"
|
56
|
+
type="text/css" />
|
57
|
+
<link
|
58
|
+
rel="stylesheet"
|
59
|
+
href="https://legal.netwk.pro/css/style.css"
|
60
|
+
type="text/css" />
|
61
|
+
<link
|
62
|
+
rel="stylesheet"
|
63
|
+
href="https://legal.netwk.pro/css/default.css"
|
64
|
+
type="text/css" />
|
65
|
+
<!-- Font Awesome solids and brands -->
|
66
|
+
<script
|
67
|
+
src="https://kit.fontawesome.com/f70f03cb45.js"
|
68
|
+
crossorigin="anonymous"></script>
|
69
|
+
|
70
|
+
<meta
|
71
|
+
name="description"
|
72
|
+
content="Creative Commons Attribution 4.0 International (CC BY 4.0)" />
|
73
|
+
<meta name="author" content="Scott Lopez" />
|
74
|
+
<meta
|
75
|
+
name="robots"
|
76
|
+
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
77
|
+
|
78
|
+
<link rel="canonical" href="https://legal.netwk.pro/html/CC-BY-4.0.html" />
|
79
|
+
<base href="https://legal.netwk.pro/html/CC-BY-4.0.html" target="_self" />
|
80
|
+
|
81
|
+
<link
|
82
|
+
rel="icon"
|
83
|
+
href="https://legal.netwk.pro/favicon.ico"
|
84
|
+
sizes="any"
|
85
|
+
type="image/x-icon" />
|
86
|
+
<link
|
87
|
+
rel="icon"
|
88
|
+
href="https://legal.netwk.pro/favicon.svg"
|
89
|
+
type="image/svg+xml" />
|
90
|
+
<link
|
91
|
+
rel="apple-touch-icon"
|
92
|
+
href="https://legal.netwk.pro/favicon-180.png"
|
93
|
+
type="image/png" />
|
94
|
+
|
95
|
+
<link rel="manifest" href="https://legal.netwk.pro/site.webmanifest" />
|
96
|
+
<meta name="theme-color" content="#ffc627" />
|
97
|
+
|
98
|
+
<meta http-equiv="Referrer-Policy" content="no-referrer" />
|
99
|
+
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
|
100
|
+
</head>
|
101
|
+
|
102
|
+
<body>
|
103
|
+
<div class="optional-license-text">
|
104
|
+
<p>Creative Commons Attribution 4.0 International Public License</p>
|
105
|
+
</div>
|
106
|
+
<p
|
107
|
+
>By exercising the Licensed Rights (defined below), You accept and agree
|
108
|
+
to be bound by the terms and conditions of this Creative Commons
|
109
|
+
Attribution 4.0 International Public License ("Public License").
|
110
|
+
To the extent this Public License may be interpreted as a contract, You
|
111
|
+
are granted the Licensed Rights in consideration of Your acceptance of
|
112
|
+
these terms and conditions, and the Licensor grants You such rights in
|
113
|
+
consideration of benefits the Licensor receives from making the Licensed
|
114
|
+
Material available under these terms and conditions.</p
|
115
|
+
>
|
116
|
+
|
117
|
+
<p
|
118
|
+
>Section 1
|
119
|
+
<var class="replaceable-license-text"
|
120
|
+
><span title="can be replaced with the pattern -{1,2}"> </span
|
121
|
+
></var>
|
122
|
+
Definitions.</p
|
123
|
+
>
|
124
|
+
|
125
|
+
<ul style="list-style: none">
|
126
|
+
<li>
|
127
|
+
<var class="replaceable-license-text"
|
128
|
+
><span title="can be replaced with the pattern .{0,20}">
|
129
|
+
a.</span
|
130
|
+
></var
|
131
|
+
>
|
132
|
+
Adapted Material means material subject to Copyright and Similar Rights
|
133
|
+
that is derived from or based upon the Licensed Material and in which
|
134
|
+
the Licensed Material is translated, altered, arranged, transformed, or
|
135
|
+
otherwise modified in a manner requiring permission under the Copyright
|
136
|
+
and Similar Rights held by the Licensor. For purposes of this Public
|
137
|
+
License, where the Licensed Material is a musical work, performance, or
|
138
|
+
sound recording, Adapted Material is always produced where the Licensed
|
139
|
+
Material is synched in timed relation with a moving image.
|
140
|
+
</li>
|
141
|
+
|
142
|
+
<li>
|
143
|
+
<var class="replaceable-license-text"
|
144
|
+
><span title="can be replaced with the pattern .{0,20}">
|
145
|
+
b.</span
|
146
|
+
></var
|
147
|
+
>
|
148
|
+
Adapter's License means the license You apply to Your Copyright and
|
149
|
+
Similar Rights in Your contributions to Adapted Material in accordance
|
150
|
+
with the terms and conditions of this Public License.
|
151
|
+
</li>
|
152
|
+
|
153
|
+
<li>
|
154
|
+
<var class="replaceable-license-text"
|
155
|
+
><span title="can be replaced with the pattern .{0,20}">
|
156
|
+
c.</span
|
157
|
+
></var
|
158
|
+
>
|
159
|
+
Copyright and Similar Rights means copyright and/or similar rights
|
160
|
+
closely related to copyright including, without limitation, performance,
|
161
|
+
broadcast, sound recording, and Sui Generis Database Rights, without
|
162
|
+
regard to how the rights are labeled or categorized. For purposes of
|
163
|
+
this Public License, the rights specified in Section 2(b)(1)-(2) are not
|
164
|
+
Copyright and Similar Rights.
|
165
|
+
</li>
|
166
|
+
|
167
|
+
<li>
|
168
|
+
<var class="replaceable-license-text"
|
169
|
+
><span title="can be replaced with the pattern .{0,20}">
|
170
|
+
d.</span
|
171
|
+
></var
|
172
|
+
>
|
173
|
+
Effective Technological Measures means those measures that, in the
|
174
|
+
absence of proper authority, may not be circumvented under laws
|
175
|
+
fulfilling obligations under Article 11 of the WIPO Copyright Treaty
|
176
|
+
adopted on December 20, 1996, and/or similar international agreements.
|
177
|
+
</li>
|
178
|
+
|
179
|
+
<li>
|
180
|
+
<var class="replaceable-license-text"
|
181
|
+
><span title="can be replaced with the pattern .{0,20}">
|
182
|
+
e.</span
|
183
|
+
></var
|
184
|
+
>
|
185
|
+
Exceptions and Limitations means fair use, fair dealing, and/or any
|
186
|
+
other exception or limitation to Copyright and Similar Rights that
|
187
|
+
applies to Your use of the Licensed Material.
|
188
|
+
</li>
|
189
|
+
|
190
|
+
<li>
|
191
|
+
<var class="replaceable-license-text"
|
192
|
+
><span title="can be replaced with the pattern .{0,20}">
|
193
|
+
f.</span
|
194
|
+
></var
|
195
|
+
>
|
196
|
+
Licensed Material means the artistic or literary work, database, or
|
197
|
+
other material to which the Licensor applied this Public License.
|
198
|
+
</li>
|
199
|
+
|
200
|
+
<li>
|
201
|
+
<var class="replaceable-license-text"
|
202
|
+
><span title="can be replaced with the pattern .{0,20}">
|
203
|
+
g.</span
|
204
|
+
></var
|
205
|
+
>
|
206
|
+
Licensed Rights means the rights granted to You subject to the terms and
|
207
|
+
conditions of this Public License, which are limited to all Copyright
|
208
|
+
and Similar Rights that apply to Your use of the Licensed Material and
|
209
|
+
that the Licensor has authority to license.
|
210
|
+
</li>
|
211
|
+
|
212
|
+
<li>
|
213
|
+
<var class="replaceable-license-text"
|
214
|
+
><span title="can be replaced with the pattern .{0,20}">
|
215
|
+
h.</span
|
216
|
+
></var
|
217
|
+
>
|
218
|
+
Licensor means the individual(s) or entity(ies) granting rights under
|
219
|
+
this Public License.
|
220
|
+
</li>
|
221
|
+
|
222
|
+
<li>
|
223
|
+
<var class="replaceable-license-text"
|
224
|
+
><span title="can be replaced with the pattern .{0,20}">
|
225
|
+
i.</span
|
226
|
+
></var
|
227
|
+
>
|
228
|
+
Share means to provide material to the public by any means or process
|
229
|
+
that requires permission under the Licensed Rights, such as
|
230
|
+
reproduction, public display, public performance, distribution,
|
231
|
+
dissemination, communication, or importation, and to make material
|
232
|
+
available to the public including in ways that members of the public may
|
233
|
+
access the material from a place and at a time individually chosen by
|
234
|
+
them.
|
235
|
+
</li>
|
236
|
+
|
237
|
+
<li>
|
238
|
+
<var class="replaceable-license-text"
|
239
|
+
><span title="can be replaced with the pattern .{0,20}">
|
240
|
+
j.</span
|
241
|
+
></var
|
242
|
+
>
|
243
|
+
Sui Generis Database Rights means rights other than copyright resulting
|
244
|
+
from Directive 96/9/EC of the European Parliament and of the Council of
|
245
|
+
11 March 1996 on the legal protection of databases, as amended and/or
|
246
|
+
succeeded, as well as other essentially equivalent rights anywhere in
|
247
|
+
the world.
|
248
|
+
</li>
|
249
|
+
|
250
|
+
<li>
|
251
|
+
<var class="replaceable-license-text"
|
252
|
+
><span title="can be replaced with the pattern .{0,20}">
|
253
|
+
k.</span
|
254
|
+
></var
|
255
|
+
>
|
256
|
+
You means the individual or entity exercising the Licensed Rights under
|
257
|
+
this Public License. Your has a corresponding meaning.
|
258
|
+
</li>
|
259
|
+
</ul>
|
260
|
+
<p
|
261
|
+
>Section 2
|
262
|
+
<var class="replaceable-license-text"
|
263
|
+
><span title="can be replaced with the pattern -{1,2}"> </span
|
264
|
+
></var>
|
265
|
+
Scope.</p
|
266
|
+
>
|
267
|
+
|
268
|
+
<ul style="list-style: none">
|
269
|
+
<li>
|
270
|
+
<var class="replaceable-license-text"
|
271
|
+
><span title="can be replaced with the pattern .{0,20}">
|
272
|
+
a.</span
|
273
|
+
></var
|
274
|
+
>
|
275
|
+
License grant.
|
276
|
+
|
277
|
+
<ul style="list-style: none">
|
278
|
+
<li>
|
279
|
+
<var class="replaceable-license-text"
|
280
|
+
><span title="can be replaced with the pattern .{0,20}">
|
281
|
+
1.</span
|
282
|
+
></var
|
283
|
+
>
|
284
|
+
Subject to the terms and conditions of this Public License, the
|
285
|
+
Licensor hereby grants You a worldwide, royalty-free,
|
286
|
+
non-sublicensable, non-exclusive, irrevocable license to exercise
|
287
|
+
the Licensed Rights in the Licensed Material to:
|
288
|
+
|
289
|
+
<ul style="list-style: none">
|
290
|
+
<li>
|
291
|
+
<var class="replaceable-license-text"
|
292
|
+
><span title="can be replaced with the pattern .{0,20}">
|
293
|
+
A.</span
|
294
|
+
></var
|
295
|
+
>
|
296
|
+
reproduce and Share the Licensed Material, in whole or in part;
|
297
|
+
and
|
298
|
+
</li>
|
299
|
+
|
300
|
+
<li>
|
301
|
+
<var class="replaceable-license-text"
|
302
|
+
><span title="can be replaced with the pattern .{0,20}">
|
303
|
+
B.</span
|
304
|
+
></var
|
305
|
+
>
|
306
|
+
produce, reproduce, and Share Adapted Material.
|
307
|
+
</li>
|
308
|
+
</ul>
|
309
|
+
</li>
|
310
|
+
|
311
|
+
<li>
|
312
|
+
<var class="replaceable-license-text"
|
313
|
+
><span title="can be replaced with the pattern .{0,20}">
|
314
|
+
2.</span
|
315
|
+
></var
|
316
|
+
>
|
317
|
+
Exceptions and Limitations. For the avoidance of doubt, where
|
318
|
+
Exceptions and Limitations apply to Your use, this Public License
|
319
|
+
does not apply, and You do not need to comply with its terms and
|
320
|
+
conditions.
|
321
|
+
</li>
|
322
|
+
|
323
|
+
<li>
|
324
|
+
<var class="replaceable-license-text"
|
325
|
+
><span title="can be replaced with the pattern .{0,20}">
|
326
|
+
3.</span
|
327
|
+
></var
|
328
|
+
>
|
329
|
+
Term. The term of this Public License is specified in Section 6(a).
|
330
|
+
</li>
|
331
|
+
|
332
|
+
<li>
|
333
|
+
<var class="replaceable-license-text"
|
334
|
+
><span title="can be replaced with the pattern .{0,20}">
|
335
|
+
4.</span
|
336
|
+
></var
|
337
|
+
>
|
338
|
+
Media and formats; technical modifications allowed. The Licensor
|
339
|
+
authorizes You to exercise the Licensed Rights in all media and
|
340
|
+
formats whether now known or hereafter created, and to make
|
341
|
+
technical modifications necessary to do so. The Licensor waives
|
342
|
+
and/or agrees not to assert any right or authority to forbid You
|
343
|
+
from making technical modifications necessary to exercise the
|
344
|
+
Licensed Rights, including technical modifications necessary to
|
345
|
+
circumvent Effective Technological Measures. For purposes of this
|
346
|
+
Public License, simply making modifications authorized by this
|
347
|
+
Section 2(a)(4) never produces Adapted Material.
|
348
|
+
</li>
|
349
|
+
|
350
|
+
<li>
|
351
|
+
<var class="replaceable-license-text"
|
352
|
+
><span title="can be replaced with the pattern .{0,20}">
|
353
|
+
5.</span
|
354
|
+
></var
|
355
|
+
>
|
356
|
+
Downstream recipients.
|
357
|
+
|
358
|
+
<ul style="list-style: none">
|
359
|
+
<li>
|
360
|
+
<var class="replaceable-license-text"
|
361
|
+
><span title="can be replaced with the pattern .{0,20}">
|
362
|
+
A.</span
|
363
|
+
></var
|
364
|
+
>
|
365
|
+
Offer from the Licensor – Licensed Material. Every recipient of
|
366
|
+
the Licensed Material automatically receives an offer from the
|
367
|
+
Licensor to exercise the Licensed Rights under the terms and
|
368
|
+
conditions of this Public License.
|
369
|
+
</li>
|
370
|
+
|
371
|
+
<li>
|
372
|
+
<var class="replaceable-license-text"
|
373
|
+
><span title="can be replaced with the pattern .{0,20}">
|
374
|
+
B.</span
|
375
|
+
></var
|
376
|
+
>
|
377
|
+
No downstream restrictions. You may not offer or impose any
|
378
|
+
additional or different terms or conditions on, or apply any
|
379
|
+
Effective Technological Measures to, the Licensed Material if
|
380
|
+
doing so restricts exercise of the Licensed Rights by any
|
381
|
+
recipient of the Licensed Material.
|
382
|
+
</li>
|
383
|
+
</ul>
|
384
|
+
</li>
|
385
|
+
|
386
|
+
<li>
|
387
|
+
<var class="replaceable-license-text"
|
388
|
+
><span title="can be replaced with the pattern .{0,20}">
|
389
|
+
6.</span
|
390
|
+
></var
|
391
|
+
>
|
392
|
+
No endorsement. Nothing in this Public License constitutes or may be
|
393
|
+
construed as permission to assert or imply that You are, or that
|
394
|
+
Your use of the Licensed Material is, connected with, or sponsored,
|
395
|
+
endorsed, or granted official status by, the Licensor or others
|
396
|
+
designated to receive attribution as provided in Section
|
397
|
+
3(a)(1)(A)(i).
|
398
|
+
</li>
|
399
|
+
</ul>
|
400
|
+
</li>
|
401
|
+
|
402
|
+
<li>
|
403
|
+
<var class="replaceable-license-text"
|
404
|
+
><span title="can be replaced with the pattern .{0,20}">
|
405
|
+
b.</span
|
406
|
+
></var
|
407
|
+
>
|
408
|
+
Other rights.
|
409
|
+
|
410
|
+
<ul style="list-style: none">
|
411
|
+
<li>
|
412
|
+
<var class="replaceable-license-text"
|
413
|
+
><span title="can be replaced with the pattern .{0,20}">
|
414
|
+
1.</span
|
415
|
+
></var
|
416
|
+
>
|
417
|
+
Moral rights, such as the right of integrity, are not licensed under
|
418
|
+
this Public License, nor are publicity, privacy, and/or other
|
419
|
+
similar personality rights; however, to the extent possible, the
|
420
|
+
Licensor waives and/or agrees not to assert any such rights held by
|
421
|
+
the Licensor to the limited extent necessary to allow You to
|
422
|
+
exercise the Licensed Rights, but not otherwise.
|
423
|
+
</li>
|
424
|
+
|
425
|
+
<li>
|
426
|
+
<var class="replaceable-license-text"
|
427
|
+
><span title="can be replaced with the pattern .{0,20}">
|
428
|
+
2.</span
|
429
|
+
></var
|
430
|
+
>
|
431
|
+
Patent and trademark rights are not licensed under this Public
|
432
|
+
License.
|
433
|
+
</li>
|
434
|
+
|
435
|
+
<li>
|
436
|
+
<var class="replaceable-license-text"
|
437
|
+
><span title="can be replaced with the pattern .{0,20}">
|
438
|
+
3.</span
|
439
|
+
></var
|
440
|
+
>
|
441
|
+
To the extent possible, the Licensor waives any right to collect
|
442
|
+
royalties from You for the exercise of the Licensed Rights, whether
|
443
|
+
directly or through a collecting society under any voluntary or
|
444
|
+
waivable statutory or compulsory licensing scheme. In all other
|
445
|
+
cases the Licensor expressly reserves any right to collect such
|
446
|
+
royalties.
|
447
|
+
</li>
|
448
|
+
</ul>
|
449
|
+
</li>
|
450
|
+
</ul>
|
451
|
+
<p
|
452
|
+
>Section 3
|
453
|
+
<var class="replaceable-license-text"
|
454
|
+
><span title="can be replaced with the pattern -{1,2}"> </span
|
455
|
+
></var>
|
456
|
+
License Conditions.</p
|
457
|
+
>
|
458
|
+
|
459
|
+
<p
|
460
|
+
>Your exercise of the Licensed Rights is expressly made subject to the
|
461
|
+
following conditions.</p
|
462
|
+
>
|
463
|
+
|
464
|
+
<ul style="list-style: none">
|
465
|
+
<li>
|
466
|
+
<var class="replaceable-license-text"
|
467
|
+
><span title="can be replaced with the pattern .{0,20}">
|
468
|
+
a.</span
|
469
|
+
></var
|
470
|
+
>
|
471
|
+
Attribution.
|
472
|
+
|
473
|
+
<ul style="list-style: none">
|
474
|
+
<li>
|
475
|
+
<var class="replaceable-license-text"
|
476
|
+
><span title="can be replaced with the pattern .{0,20}">
|
477
|
+
1.</span
|
478
|
+
></var
|
479
|
+
>
|
480
|
+
If You Share the Licensed Material (including in modified form), You
|
481
|
+
must:
|
482
|
+
|
483
|
+
<ul style="list-style: none">
|
484
|
+
<li>
|
485
|
+
<var class="replaceable-license-text"
|
486
|
+
><span title="can be replaced with the pattern .{0,20}">
|
487
|
+
A.</span
|
488
|
+
></var
|
489
|
+
>
|
490
|
+
retain the following if it is supplied by the Licensor with the
|
491
|
+
Licensed Material:
|
492
|
+
|
493
|
+
<ul style="list-style: none">
|
494
|
+
<li>
|
495
|
+
<var class="replaceable-license-text"
|
496
|
+
><span title="can be replaced with the pattern .{0,20}">
|
497
|
+
i.</span
|
498
|
+
></var
|
499
|
+
>
|
500
|
+
identification of the creator(s) of the Licensed Material
|
501
|
+
and any others designated to receive attribution, in any
|
502
|
+
reasonable manner requested by the Licensor (including by
|
503
|
+
pseudonym if designated);
|
504
|
+
</li>
|
505
|
+
|
506
|
+
<li>
|
507
|
+
<var class="replaceable-license-text"
|
508
|
+
><span title="can be replaced with the pattern .{0,20}">
|
509
|
+
ii.</span
|
510
|
+
></var
|
511
|
+
>
|
512
|
+
a copyright notice;
|
513
|
+
</li>
|
514
|
+
|
515
|
+
<li>
|
516
|
+
<var class="replaceable-license-text"
|
517
|
+
><span title="can be replaced with the pattern .{0,20}">
|
518
|
+
iii.</span
|
519
|
+
></var
|
520
|
+
>
|
521
|
+
a notice that refers to this Public License;
|
522
|
+
</li>
|
523
|
+
|
524
|
+
<li>
|
525
|
+
<var class="replaceable-license-text"
|
526
|
+
><span title="can be replaced with the pattern .{0,20}">
|
527
|
+
iv.</span
|
528
|
+
></var
|
529
|
+
>
|
530
|
+
a notice that refers to the disclaimer of warranties;
|
531
|
+
</li>
|
532
|
+
|
533
|
+
<li>
|
534
|
+
<var class="replaceable-license-text"
|
535
|
+
><span title="can be replaced with the pattern .{0,20}">
|
536
|
+
v.</span
|
537
|
+
></var
|
538
|
+
>
|
539
|
+
a URI or hyperlink to the Licensed Material to the extent
|
540
|
+
reasonably practicable;
|
541
|
+
</li>
|
542
|
+
</ul>
|
543
|
+
</li>
|
544
|
+
|
545
|
+
<li>
|
546
|
+
<var class="replaceable-license-text"
|
547
|
+
><span title="can be replaced with the pattern .{0,20}">
|
548
|
+
B.</span
|
549
|
+
></var
|
550
|
+
>
|
551
|
+
indicate if You modified the Licensed Material and retain an
|
552
|
+
indication of any previous modifications; and
|
553
|
+
</li>
|
554
|
+
|
555
|
+
<li>
|
556
|
+
<var class="replaceable-license-text"
|
557
|
+
><span title="can be replaced with the pattern .{0,20}">
|
558
|
+
C.</span
|
559
|
+
></var
|
560
|
+
>
|
561
|
+
indicate the Licensed Material is licensed under this Public
|
562
|
+
License, and include the text of, or the URI or hyperlink to,
|
563
|
+
this Public License.
|
564
|
+
</li>
|
565
|
+
</ul>
|
566
|
+
</li>
|
567
|
+
|
568
|
+
<li>
|
569
|
+
<var class="replaceable-license-text"
|
570
|
+
><span title="can be replaced with the pattern .{0,20}">
|
571
|
+
2.</span
|
572
|
+
></var
|
573
|
+
>
|
574
|
+
You may satisfy the conditions in Section 3(a)(1) in any reasonable
|
575
|
+
manner based on the medium, means, and context in which You Share
|
576
|
+
the Licensed Material. For example, it may be reasonable to satisfy
|
577
|
+
the conditions by providing a URI or hyperlink to a resource that
|
578
|
+
includes the required information.
|
579
|
+
</li>
|
580
|
+
|
581
|
+
<li>
|
582
|
+
<var class="replaceable-license-text"
|
583
|
+
><span title="can be replaced with the pattern .{0,20}">
|
584
|
+
3.</span
|
585
|
+
></var
|
586
|
+
>
|
587
|
+
If requested by the Licensor, You must remove any of the information
|
588
|
+
required by Section 3(a)(1)(A) to the extent reasonably practicable.
|
589
|
+
</li>
|
590
|
+
|
591
|
+
<li>
|
592
|
+
<var class="replaceable-license-text"
|
593
|
+
><span title="can be replaced with the pattern .{0,20}">
|
594
|
+
4.</span
|
595
|
+
></var
|
596
|
+
>
|
597
|
+
If You Share Adapted Material You produce, the Adapter's
|
598
|
+
License You apply must not prevent recipients of the Adapted
|
599
|
+
Material from complying with this Public License.
|
600
|
+
</li>
|
601
|
+
</ul>
|
602
|
+
</li>
|
603
|
+
</ul>
|
604
|
+
<p
|
605
|
+
>Section 4
|
606
|
+
<var class="replaceable-license-text"
|
607
|
+
><span title="can be replaced with the pattern -{1,2}"> </span
|
608
|
+
></var>
|
609
|
+
Sui Generis Database Rights.</p
|
610
|
+
>
|
611
|
+
|
612
|
+
<p
|
613
|
+
>Where the Licensed Rights include Sui Generis Database Rights that apply
|
614
|
+
to Your use of the Licensed Material:</p
|
615
|
+
>
|
616
|
+
|
617
|
+
<ul style="list-style: none">
|
618
|
+
<li>
|
619
|
+
<var class="replaceable-license-text"
|
620
|
+
><span title="can be replaced with the pattern .{0,20}">
|
621
|
+
a.</span
|
622
|
+
></var
|
623
|
+
>
|
624
|
+
for the avoidance of doubt, Section 2(a)(1) grants You the right to
|
625
|
+
extract, reuse, reproduce, and Share all or a substantial portion of the
|
626
|
+
contents of the database;
|
627
|
+
</li>
|
628
|
+
|
629
|
+
<li>
|
630
|
+
<var class="replaceable-license-text"
|
631
|
+
><span title="can be replaced with the pattern .{0,20}">
|
632
|
+
b.</span
|
633
|
+
></var
|
634
|
+
>
|
635
|
+
if You include all or a substantial portion of the database contents in
|
636
|
+
a database in which You have Sui Generis Database Rights, then the
|
637
|
+
database in which You have Sui Generis Database Rights (but not its
|
638
|
+
individual contents) is Adapted Material; and
|
639
|
+
</li>
|
640
|
+
|
641
|
+
<li>
|
642
|
+
<var class="replaceable-license-text"
|
643
|
+
><span title="can be replaced with the pattern .{0,20}">
|
644
|
+
c.</span
|
645
|
+
></var
|
646
|
+
>
|
647
|
+
You must comply with the conditions in Section 3(a) if You Share all or
|
648
|
+
a substantial portion of the contents of the database.
|
649
|
+
</li>
|
650
|
+
</ul>
|
651
|
+
<p
|
652
|
+
>For the avoidance of doubt, this Section 4 supplements and does not
|
653
|
+
replace Your obligations under this Public License where the Licensed
|
654
|
+
Rights include other Copyright and Similar Rights.
|
655
|
+
</p>
|
656
|
+
|
657
|
+
<p
|
658
|
+
>Section 5
|
659
|
+
<var class="replaceable-license-text"
|
660
|
+
><span title="can be replaced with the pattern -{1,2}"> </span
|
661
|
+
></var>
|
662
|
+
Disclaimer of Warranties and Limitation of Liability.</p
|
663
|
+
>
|
664
|
+
|
665
|
+
<ul style="list-style: none">
|
666
|
+
<li>
|
667
|
+
<var class="replaceable-license-text"
|
668
|
+
><span title="can be replaced with the pattern .{0,20}">
|
669
|
+
a.</span
|
670
|
+
></var
|
671
|
+
>
|
672
|
+
Unless otherwise separately undertaken by the Licensor, to the extent
|
673
|
+
possible, the Licensor offers the Licensed Material as-is and
|
674
|
+
as-available, and makes no representations or warranties of any kind
|
675
|
+
concerning the Licensed Material, whether express, implied, statutory,
|
676
|
+
or other. This includes, without limitation, warranties of title,
|
677
|
+
merchantability, fitness for a particular purpose, non-infringement,
|
678
|
+
absence of latent or other defects, accuracy, or the presence or absence
|
679
|
+
of errors, whether or not known or discoverable. Where disclaimers of
|
680
|
+
warranties are not allowed in full or in part, this disclaimer may not
|
681
|
+
apply to You.
|
682
|
+
</li>
|
683
|
+
|
684
|
+
<li>
|
685
|
+
<var class="replaceable-license-text"
|
686
|
+
><span title="can be replaced with the pattern .{0,20}">
|
687
|
+
b.</span
|
688
|
+
></var
|
689
|
+
>
|
690
|
+
To the extent possible, in no event will the Licensor be liable to You
|
691
|
+
on any legal theory (including, without limitation, negligence) or
|
692
|
+
otherwise for any direct, special, indirect, incidental, consequential,
|
693
|
+
punitive, exemplary, or other losses, costs, expenses, or damages
|
694
|
+
arising out of this Public License or use of the Licensed Material, even
|
695
|
+
if the Licensor has been advised of the possibility of such losses,
|
696
|
+
costs, expenses, or damages. Where a limitation of liability is not
|
697
|
+
allowed in full or in part, this limitation may not apply to You.
|
698
|
+
</li>
|
699
|
+
|
700
|
+
<li>
|
701
|
+
<var class="replaceable-license-text"
|
702
|
+
><span title="can be replaced with the pattern .{0,20}">
|
703
|
+
c.</span
|
704
|
+
></var
|
705
|
+
>
|
706
|
+
The disclaimer of warranties and limitation of liability provided above
|
707
|
+
shall be interpreted in a manner that, to the extent possible, most
|
708
|
+
closely approximates an absolute disclaimer and waiver of all liability.
|
709
|
+
</li>
|
710
|
+
</ul>
|
711
|
+
<p
|
712
|
+
>Section 6
|
713
|
+
<var class="replaceable-license-text"
|
714
|
+
><span title="can be replaced with the pattern -{1,2}"> </span
|
715
|
+
></var>
|
716
|
+
Term and Termination.</p
|
717
|
+
>
|
718
|
+
|
719
|
+
<ul style="list-style: none">
|
720
|
+
<li>
|
721
|
+
<var class="replaceable-license-text"
|
722
|
+
><span title="can be replaced with the pattern .{0,20}">
|
723
|
+
a.</span
|
724
|
+
></var
|
725
|
+
>
|
726
|
+
This Public License applies for the term of the Copyright and Similar
|
727
|
+
Rights licensed here. However, if You fail to comply with this Public
|
728
|
+
License, then Your rights under this Public License terminate
|
729
|
+
automatically.
|
730
|
+
</li>
|
731
|
+
|
732
|
+
<li>
|
733
|
+
<var class="replaceable-license-text"
|
734
|
+
><span title="can be replaced with the pattern .{0,20}">
|
735
|
+
b.</span
|
736
|
+
></var
|
737
|
+
>
|
738
|
+
Where Your right to use the Licensed Material has terminated under
|
739
|
+
Section 6(a), it reinstates:
|
740
|
+
|
741
|
+
<ul style="list-style: none">
|
742
|
+
<li>
|
743
|
+
<var class="replaceable-license-text"
|
744
|
+
><span title="can be replaced with the pattern .{0,20}">
|
745
|
+
1.</span
|
746
|
+
></var
|
747
|
+
>
|
748
|
+
automatically as of the date the violation is cured, provided it is
|
749
|
+
cured within 30 days of Your discovery of the violation; or
|
750
|
+
</li>
|
751
|
+
|
752
|
+
<li>
|
753
|
+
<var class="replaceable-license-text"
|
754
|
+
><span title="can be replaced with the pattern .{0,20}">
|
755
|
+
2.</span
|
756
|
+
></var
|
757
|
+
>
|
758
|
+
upon express reinstatement by the Licensor.
|
759
|
+
</li>
|
760
|
+
</ul>
|
761
|
+
</li>
|
762
|
+
|
763
|
+
<li>
|
764
|
+
<var class="replaceable-license-text"
|
765
|
+
><span title="can be replaced with the pattern .{0,20}">
|
766
|
+
c.</span
|
767
|
+
></var
|
768
|
+
>
|
769
|
+
For the avoidance of doubt, this Section 6(b) does not affect any right
|
770
|
+
the Licensor may have to seek remedies for Your violations of this
|
771
|
+
Public License.
|
772
|
+
</li>
|
773
|
+
|
774
|
+
<li>
|
775
|
+
<var class="replaceable-license-text"
|
776
|
+
><span title="can be replaced with the pattern .{0,20}">
|
777
|
+
d.</span
|
778
|
+
></var
|
779
|
+
>
|
780
|
+
For the avoidance of doubt, the Licensor may also offer the Licensed
|
781
|
+
Material under separate terms or conditions or stop distributing the
|
782
|
+
Licensed Material at any time; however, doing so will not terminate this
|
783
|
+
Public License.
|
784
|
+
</li>
|
785
|
+
|
786
|
+
<li>
|
787
|
+
<var class="replaceable-license-text"
|
788
|
+
><span title="can be replaced with the pattern .{0,20}">
|
789
|
+
e.</span
|
790
|
+
></var
|
791
|
+
>
|
792
|
+
Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
|
793
|
+
</li>
|
794
|
+
</ul>
|
795
|
+
<p
|
796
|
+
>Section 7
|
797
|
+
<var class="replaceable-license-text"
|
798
|
+
><span title="can be replaced with the pattern -{1,2}"> </span
|
799
|
+
></var>
|
800
|
+
Other Terms and Conditions.</p
|
801
|
+
>
|
802
|
+
|
803
|
+
<ul style="list-style: none">
|
804
|
+
<li>
|
805
|
+
<var class="replaceable-license-text"
|
806
|
+
><span title="can be replaced with the pattern .{0,20}">
|
807
|
+
a.</span
|
808
|
+
></var
|
809
|
+
>
|
810
|
+
The Licensor shall not be bound by any additional or different terms or
|
811
|
+
conditions communicated by You unless expressly agreed.
|
812
|
+
</li>
|
813
|
+
|
814
|
+
<li>
|
815
|
+
<var class="replaceable-license-text"
|
816
|
+
><span title="can be replaced with the pattern .{0,20}">
|
817
|
+
b.</span
|
818
|
+
></var
|
819
|
+
>
|
820
|
+
Any arrangements, understandings, or agreements regarding the Licensed
|
821
|
+
Material not stated herein are separate from and independent of the
|
822
|
+
terms and conditions of this Public License.
|
823
|
+
</li>
|
824
|
+
</ul>
|
825
|
+
<p
|
826
|
+
>Section 8
|
827
|
+
<var class="replaceable-license-text"
|
828
|
+
><span title="can be replaced with the pattern -{1,2}"> </span
|
829
|
+
></var>
|
830
|
+
Interpretation.</p
|
831
|
+
>
|
832
|
+
|
833
|
+
<ul style="list-style: none">
|
834
|
+
<li>
|
835
|
+
<var class="replaceable-license-text"
|
836
|
+
><span title="can be replaced with the pattern .{0,20}">
|
837
|
+
a.</span
|
838
|
+
></var
|
839
|
+
>
|
840
|
+
For the avoidance of doubt, this Public License does not, and shall not
|
841
|
+
be interpreted to, reduce, limit, restrict, or impose conditions on any
|
842
|
+
use of the Licensed Material that could lawfully be made without
|
843
|
+
permission under this Public License.
|
844
|
+
</li>
|
845
|
+
|
846
|
+
<li>
|
847
|
+
<var class="replaceable-license-text"
|
848
|
+
><span title="can be replaced with the pattern .{0,20}">
|
849
|
+
b.</span
|
850
|
+
></var
|
851
|
+
>
|
852
|
+
To the extent possible, if any provision of this Public License is
|
853
|
+
deemed unenforceable, it shall be automatically reformed to the minimum
|
854
|
+
extent necessary to make it enforceable. If the provision cannot be
|
855
|
+
reformed, it shall be severed from this Public License without affecting
|
856
|
+
the enforceability of the remaining terms and conditions.
|
857
|
+
</li>
|
858
|
+
|
859
|
+
<li>
|
860
|
+
<var class="replaceable-license-text"
|
861
|
+
><span title="can be replaced with the pattern .{0,20}">
|
862
|
+
c.</span
|
863
|
+
></var
|
864
|
+
>
|
865
|
+
No term or condition of this Public License will be waived and no
|
866
|
+
failure to comply consented to unless expressly agreed to by the
|
867
|
+
Licensor.
|
868
|
+
</li>
|
869
|
+
|
870
|
+
<li>
|
871
|
+
<var class="replaceable-license-text"
|
872
|
+
><span title="can be replaced with the pattern .{0,20}">
|
873
|
+
d.</span
|
874
|
+
></var
|
875
|
+
>
|
876
|
+
Nothing in this Public License constitutes or may be interpreted as a
|
877
|
+
limitation upon, or waiver of, any privileges and immunities that apply
|
878
|
+
to the Licensor or You, including from the legal processes of any
|
879
|
+
jurisdiction or authority.
|
880
|
+
</li>
|
881
|
+
</ul>
|
882
|
+
<div class="optional-license-text">
|
883
|
+
<p
|
884
|
+
>Creative Commons is not a party to its public licenses.
|
885
|
+
Notwithstanding, Creative Commons may elect to apply one of its public
|
886
|
+
licenses to material it publishes and in those instances will be
|
887
|
+
considered the "Licensor."
|
888
|
+
<var class="optional-license-text">
|
889
|
+
The text of the Creative Commons public licenses is dedicated to the
|
890
|
+
public domain under the CC0 Public Domain Dedication.</var
|
891
|
+
>
|
892
|
+
Except for the limited purpose of indicating that material is shared
|
893
|
+
under a Creative Commons public license or as otherwise permitted by the
|
894
|
+
Creative Commons policies published at creativecommons.org/policies,
|
895
|
+
Creative Commons does not authorize the use of the trademark
|
896
|
+
"Creative Commons" or any other trademark or logo of Creative
|
897
|
+
Commons without its prior written consent including, without limitation,
|
898
|
+
in connection with any unauthorized modifications to any of its public
|
899
|
+
licenses or any other arrangements, understandings, or agreements
|
900
|
+
concerning use of licensed material. For the avoidance of doubt, this
|
901
|
+
paragraph does not form part of the public licenses.</p
|
902
|
+
>
|
903
|
+
|
904
|
+
<p>Creative Commons may be contacted at creativecommons.org.</p>
|
905
|
+
</div>
|
906
|
+
</body>
|
907
|
+
</html>
|