@networkpro/legal 0.2.1 → 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.
@@ -0,0 +1,1076 @@
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>GNU General Public License v3.0 (GNU GPL v3.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="GNU General Public License v3.0 (GNU GPL v3.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/COPYING.html" />
79
+ <base href="https://legal.netwk.pro/html/COPYING.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>
105
+ GNU GENERAL PUBLIC LICENSE<br />
106
+
107
+ Version 3, 29 June 2007
108
+ </p>
109
+ </div>
110
+ <p>
111
+ Copyright © 2007 Free Software Foundation, Inc. &lt;https://fsf.org/&gt;
112
+ </p>
113
+
114
+ <p>
115
+ Everyone is permitted to copy and distribute verbatim copies of this
116
+ license document, but changing it is not allowed.
117
+ </p>
118
+
119
+ <p> Preamble </p>
120
+
121
+ <p>
122
+ The GNU General Public License is a free, copyleft license for software
123
+ and other kinds of works.
124
+ </p>
125
+
126
+ <p>
127
+ The licenses for most software and other practical works are designed to
128
+ take away your freedom to share and change the works. By contrast, the GNU
129
+ General Public License is intended to guarantee your freedom to share and
130
+ change all versions of a program--to make sure it remains free software
131
+ for all its users. We, the Free Software Foundation, use the GNU General
132
+ Public License for most of our software; it applies also to any other work
133
+ released this way by its authors. You can apply it to your programs, too.
134
+ </p>
135
+
136
+ <p>
137
+ When we speak of free software, we are referring to freedom, not price.
138
+ Our General Public Licenses are designed to make sure that you have the
139
+ freedom to distribute copies of free software (and charge for them if you
140
+ wish), that you receive source code or can get it if you want it, that you
141
+ can change the software or use pieces of it in new free programs, and that
142
+ you know you can do these things.
143
+ </p>
144
+
145
+ <p>
146
+ To protect your rights, we need to prevent others from denying you these
147
+ rights or asking you to surrender the rights. Therefore, you have certain
148
+ responsibilities if you distribute copies of the software, or if you
149
+ modify it: responsibilities to respect the freedom of others.
150
+ </p>
151
+
152
+ <p>
153
+ For example, if you distribute copies of such a program, whether gratis or
154
+ for a fee, you must pass on to the recipients the same freedoms that you
155
+ received. You must make sure that they, too, receive or can get the source
156
+ code. And you must show them these terms so they know their rights.
157
+ </p>
158
+
159
+ <p>
160
+ Developers that use the GNU GPL protect your rights with two steps: (1)
161
+ assert copyright on the software, and (2) offer you this License giving
162
+ you legal permission to copy, distribute and/or modify it.
163
+ </p>
164
+
165
+ <p>
166
+ For the developers&apos; and authors&apos; protection, the GPL clearly
167
+ explains that there is no warranty for this free software. For both
168
+ users&apos; and authors&apos; sake, the GPL requires that modified
169
+ versions be marked as changed, so that their problems will not be
170
+ attributed erroneously to authors of previous versions.
171
+ </p>
172
+
173
+ <p>
174
+ Some devices are designed to deny users access to install or run modified
175
+ versions of the software inside them, although the manufacturer can do so.
176
+ This is fundamentally incompatible with the aim of protecting users&apos;
177
+ freedom to change the software. The systematic pattern of such abuse
178
+ occurs in the area of products for individuals to use, which is precisely
179
+ where it is most unacceptable. Therefore, we have designed this version of
180
+ the GPL to prohibit the practice for those products. If such problems
181
+ arise substantially in other domains, we stand ready to extend this
182
+ provision to those domains in future versions of the GPL, as needed to
183
+ protect the freedom of users.
184
+ </p>
185
+
186
+ <p>
187
+ Finally, every program is threatened constantly by software patents.
188
+ States should not allow patents to restrict development and use of
189
+ software on general-purpose computers, but in those that do, we wish to
190
+ avoid the special danger that patents applied to a free program could make
191
+ it effectively proprietary. To prevent this, the GPL assures that patents
192
+ cannot be used to render the program non-free.
193
+ </p>
194
+
195
+ <p>
196
+ The precise terms and conditions for copying, distribution and
197
+ modification follow.
198
+ </p>
199
+
200
+ <p> TERMS AND CONDITIONS </p>
201
+
202
+ <ul style="list-style: none">
203
+ <li>
204
+ <var class="replaceable-license-text"
205
+ ><span title="can be replaced with the pattern .{0,20}">
206
+ 0.</span
207
+ ></var
208
+ >
209
+ Definitions.
210
+ <p>
211
+ &quot;This License&quot; refers to version 3 of the GNU General Public
212
+ License.
213
+ </p>
214
+
215
+ <p>
216
+ &quot;Copyright&quot; also means copyright-like laws that apply to
217
+ other kinds of works, such as semiconductor masks.
218
+ </p>
219
+
220
+ <p>
221
+ &quot;The Program&quot; refers to any copyrightable work licensed
222
+ under this License. Each licensee is addressed as &quot;you&quot;.
223
+ &quot;Licensees&quot; and &quot;recipients&quot; may be individuals or
224
+ organizations.
225
+ </p>
226
+
227
+ <p>
228
+ To &quot;modify&quot; a work means to copy from or adapt all or part
229
+ of the work in a fashion requiring copyright permission, other than
230
+ the making of an exact copy. The resulting work is called a
231
+ &quot;modified version&quot; of the earlier work or a work &quot;based
232
+ on&quot; the earlier work.
233
+ </p>
234
+
235
+ <p>
236
+ A &quot;covered work&quot; means either the unmodified Program or a
237
+ work based on the Program.
238
+ </p>
239
+
240
+ <p>
241
+ To &quot;propagate&quot; a work means to do anything with it that,
242
+ without permission, would make you directly or secondarily liable for
243
+ infringement under applicable copyright law, except executing it on a
244
+ computer or modifying a private copy. Propagation includes copying,
245
+ distribution (with or without modification), making available to the
246
+ public, and in some countries other activities as well.
247
+ </p>
248
+
249
+ <p>
250
+ To &quot;convey&quot; a work means any kind of propagation that
251
+ enables other parties to make or receive copies. Mere interaction with
252
+ a user through a computer network, with no transfer of a copy, is not
253
+ conveying.
254
+ </p>
255
+
256
+ <p>
257
+ An interactive user interface displays &quot;Appropriate Legal
258
+ Notices&quot; to the extent that it includes a convenient and
259
+ prominently visible feature that (1) displays an appropriate copyright
260
+ notice, and (2) tells the user that there is no warranty for the work
261
+ (except to the extent that warranties are provided), that licensees
262
+ may convey the work under this License, and how to view a copy of this
263
+ License. If the interface presents a list of user commands or options,
264
+ such as a menu, a prominent item in the list meets this criterion.
265
+ </p>
266
+ </li>
267
+
268
+ <li>
269
+ <var class="replaceable-license-text"
270
+ ><span title="can be replaced with the pattern .{0,20}">
271
+ 1.</span
272
+ ></var
273
+ >
274
+ Source Code.<br />
275
+
276
+ The &quot;source code&quot; for a work means the preferred form of the
277
+ work for making modifications to it. &quot;Object code&quot; means any
278
+ non-source form of a work.
279
+ <p>
280
+ A &quot;Standard Interface&quot; means an interface that either is an
281
+ official standard defined by a recognized standards body, or, in the
282
+ case of interfaces specified for a particular programming language,
283
+ one that is widely used among developers working in that language.
284
+ </p>
285
+
286
+ <p>
287
+ The &quot;System Libraries&quot; of an executable work include
288
+ anything, other than the work as a whole, that (a) is included in the
289
+ normal form of packaging a Major Component, but which is not part of
290
+ that Major Component, and (b) serves only to enable use of the work
291
+ with that Major Component, or to implement a Standard Interface for
292
+ which an implementation is available to the public in source code
293
+ form. A &quot;Major Component&quot;, in this context, means a major
294
+ essential component (kernel, window system, and so on) of the specific
295
+ operating system (if any) on which the executable work runs, or a
296
+ compiler used to produce the work, or an object code interpreter used
297
+ to run it.
298
+ </p>
299
+
300
+ <p>
301
+ The &quot;Corresponding Source&quot; for a work in object code form
302
+ means all the source code needed to generate, install, and (for an
303
+ executable work) run the object code and to modify the work, including
304
+ scripts to control those activities. However, it does not include the
305
+ work&apos;s System Libraries, or general-purpose tools or generally
306
+ available free programs which are used unmodified in performing those
307
+ activities but which are not part of the work. For example,
308
+ Corresponding Source includes interface definition files associated
309
+ with source files for the work, and the source code for shared
310
+ libraries and dynamically linked subprograms that the work is
311
+ specifically designed to require, such as by intimate data
312
+ communication or control flow between those subprograms and other
313
+ parts of the work.
314
+ </p>
315
+
316
+ <p>
317
+ The Corresponding Source need not include anything that users can
318
+ regenerate automatically from other parts of the Corresponding Source.
319
+ </p>
320
+
321
+ <p>
322
+ The Corresponding Source for a work in source code form is that same
323
+ work.
324
+ </p>
325
+ </li>
326
+
327
+ <li>
328
+ <var class="replaceable-license-text"
329
+ ><span title="can be replaced with the pattern .{0,20}">
330
+ 2.</span
331
+ ></var
332
+ >
333
+ Basic Permissions.<br />
334
+
335
+ All rights granted under this License are granted for the term of
336
+ copyright on the Program, and are irrevocable provided the stated
337
+ conditions are met. This License explicitly affirms your unlimited
338
+ permission to run the unmodified Program. The output from running a
339
+ covered work is covered by this License only if the output, given its
340
+ content, constitutes a covered work. This License acknowledges your
341
+ rights of fair use or other equivalent, as provided by copyright law.
342
+ <p>
343
+ You may make, run and propagate covered works that you do not convey,
344
+ without conditions so long as your license otherwise remains in force.
345
+ You may convey covered works to others for the sole purpose of having
346
+ them make modifications exclusively for you, or provide you with
347
+ facilities for running those works, provided that you comply with the
348
+ terms of this License in conveying all material for which you do not
349
+ control copyright. Those thus making or running the covered works for
350
+ you must do so exclusively on your behalf, under your direction and
351
+ control, on terms that prohibit them from making any copies of your
352
+ copyrighted material outside their relationship with you.
353
+ </p>
354
+
355
+ <p>
356
+ Conveying under any other circumstances is permitted solely under the
357
+ conditions stated below. Sublicensing is not allowed; section 10 makes
358
+ it unnecessary.
359
+ </p>
360
+ </li>
361
+
362
+ <li>
363
+ <var class="replaceable-license-text"
364
+ ><span title="can be replaced with the pattern .{0,20}">
365
+ 3.</span
366
+ ></var
367
+ >
368
+ Protecting Users&apos; Legal Rights From Anti-Circumvention Law.<br />
369
+
370
+ No covered work shall be deemed part of an effective technological
371
+ measure under any applicable law fulfilling obligations under article 11
372
+ of the WIPO copyright treaty adopted on 20 December 1996, or similar
373
+ laws prohibiting or restricting circumvention of such measures.
374
+ <p>
375
+ When you convey a covered work, you waive any legal power to forbid
376
+ circumvention of technological measures to the extent such
377
+ circumvention is effected by exercising rights under this License with
378
+ respect to the covered work, and you disclaim any intention to limit
379
+ operation or modification of the work as a means of enforcing, against
380
+ the work&apos;s users, your or third parties&apos; legal rights to
381
+ forbid circumvention of technological measures.
382
+ </p>
383
+ </li>
384
+
385
+ <li>
386
+ <var class="replaceable-license-text"
387
+ ><span title="can be replaced with the pattern .{0,20}">
388
+ 4.</span
389
+ ></var
390
+ >
391
+ Conveying Verbatim Copies.<br />
392
+
393
+ You may convey verbatim copies of the Program&apos;s source code as you
394
+ receive it, in any medium, provided that you conspicuously and
395
+ appropriately publish on each copy an appropriate copyright notice; keep
396
+ intact all notices stating that this License and any non-permissive
397
+ terms added in accord with section 7 apply to the code; keep intact all
398
+ notices of the absence of any warranty; and give all recipients a copy
399
+ of this License along with the Program.
400
+ <p>
401
+ You may charge any price or no price for each copy that you convey,
402
+ and you may offer support or warranty protection for a fee.
403
+ </p>
404
+ </li>
405
+
406
+ <li>
407
+ <var class="replaceable-license-text"
408
+ ><span title="can be replaced with the pattern .{0,20}">
409
+ 5.</span
410
+ ></var
411
+ >
412
+ Conveying Modified Source Versions.<br />
413
+
414
+ You may convey a work based on the Program, or the modifications to
415
+ produce it from the Program, in the form of source code under the terms
416
+ of section 4, provided that you also meet all of these conditions:
417
+
418
+ <ul style="list-style: none">
419
+ <li>
420
+ <var class="replaceable-license-text"
421
+ ><span title="can be replaced with the pattern .{0,20}">
422
+ a)</span
423
+ ></var
424
+ >
425
+ The work must carry prominent notices stating that you modified it,
426
+ and giving a relevant date.
427
+ </li>
428
+
429
+ <li>
430
+ <var class="replaceable-license-text"
431
+ ><span title="can be replaced with the pattern .{0,20}">
432
+ b)</span
433
+ ></var
434
+ >
435
+ The work must carry prominent notices stating that it is released
436
+ under this License and any conditions added under section 7. This
437
+ requirement modifies the requirement in section 4 to &quot;keep
438
+ intact all notices&quot;.
439
+ </li>
440
+
441
+ <li>
442
+ <var class="replaceable-license-text"
443
+ ><span title="can be replaced with the pattern .{0,20}">
444
+ c)</span
445
+ ></var
446
+ >
447
+ You must license the entire work, as a whole, under this License to
448
+ anyone who comes into possession of a copy. This License will
449
+ therefore apply, along with any applicable section 7 additional
450
+ terms, to the whole of the work, and all its parts, regardless of
451
+ how they are packaged. This License gives no permission to license
452
+ the work in any other way, but it does not invalidate such
453
+ permission if you have separately received it.
454
+ </li>
455
+
456
+ <li>
457
+ <var class="replaceable-license-text"
458
+ ><span title="can be replaced with the pattern .{0,20}">
459
+ d)</span
460
+ ></var
461
+ >
462
+ If the work has interactive user interfaces, each must display
463
+ Appropriate Legal Notices; however, if the Program has interactive
464
+ interfaces that do not display Appropriate Legal Notices, your work
465
+ need not make them do so.
466
+ </li>
467
+ </ul>
468
+ <p>
469
+ A compilation of a covered work with other separate and independent
470
+ works, which are not by their nature extensions of the covered work,
471
+ and which are not combined with it such as to form a larger program,
472
+ in or on a volume of a storage or distribution medium, is called an
473
+ &quot;aggregate&quot; if the compilation and its resulting copyright
474
+ are not used to limit the access or legal rights of the
475
+ compilation&apos;s users beyond what the individual works permit.
476
+ Inclusion of a covered work in an aggregate does not cause this
477
+ License to apply to the other parts of the aggregate.
478
+ </p>
479
+ </li>
480
+
481
+ <li>
482
+ <var class="replaceable-license-text"
483
+ ><span title="can be replaced with the pattern .{0,20}">
484
+ 6.</span
485
+ ></var
486
+ >
487
+ Conveying Non-Source Forms.<br />
488
+
489
+ You may convey a covered work in object code form under the terms of
490
+ sections 4 and 5, provided that you also convey the machine-readable
491
+ Corresponding Source under the terms of this License, in one of these
492
+ ways:
493
+
494
+ <ul style="list-style: none">
495
+ <li>
496
+ <var class="replaceable-license-text"
497
+ ><span title="can be replaced with the pattern .{0,20}">
498
+ a)</span
499
+ ></var
500
+ >
501
+ Convey the object code in, or embodied in, a physical product
502
+ (including a physical distribution medium), accompanied by the
503
+ Corresponding Source fixed on a durable physical medium customarily
504
+ used for software interchange.
505
+ </li>
506
+
507
+ <li>
508
+ <var class="replaceable-license-text"
509
+ ><span title="can be replaced with the pattern .{0,20}">
510
+ b)</span
511
+ ></var
512
+ >
513
+ Convey the object code in, or embodied in, a physical product
514
+ (including a physical distribution medium), accompanied by a written
515
+ offer, valid for at least three years and valid for as long as you
516
+ offer spare parts or customer support for that product model, to
517
+ give anyone who possesses the object code either (1) a copy of the
518
+ Corresponding Source for all the software in the product that is
519
+ covered by this License, on a durable physical medium customarily
520
+ used for software interchange, for a price no more than your
521
+ reasonable cost of physically performing this conveying of source,
522
+ or (2) access to copy the Corresponding Source from a network server
523
+ at no charge.
524
+ </li>
525
+
526
+ <li>
527
+ <var class="replaceable-license-text"
528
+ ><span title="can be replaced with the pattern .{0,20}">
529
+ c)</span
530
+ ></var
531
+ >
532
+ Convey individual copies of the object code with a copy of the
533
+ written offer to provide the Corresponding Source. This alternative
534
+ is allowed only occasionally and noncommercially, and only if you
535
+ received the object code with such an offer, in accord with
536
+ subsection 6b.
537
+ </li>
538
+
539
+ <li>
540
+ <var class="replaceable-license-text"
541
+ ><span title="can be replaced with the pattern .{0,20}">
542
+ d)</span
543
+ ></var
544
+ >
545
+ Convey the object code by offering access from a designated place
546
+ (gratis or for a charge), and offer equivalent access to the
547
+ Corresponding Source in the same way through the same place at no
548
+ further charge. You need not require recipients to copy the
549
+ Corresponding Source along with the object code. If the place to
550
+ copy the object code is a network server, the Corresponding Source
551
+ may be on a different server (operated by you or a third party) that
552
+ supports equivalent copying facilities, provided you maintain clear
553
+ directions next to the object code saying where to find the
554
+ Corresponding Source. Regardless of what server hosts the
555
+ Corresponding Source, you remain obligated to ensure that it is
556
+ available for as long as needed to satisfy these requirements.
557
+ </li>
558
+
559
+ <li>
560
+ <var class="replaceable-license-text"
561
+ ><span title="can be replaced with the pattern .{0,20}">
562
+ e)</span
563
+ ></var
564
+ >
565
+ Convey the object code using peer-to-peer transmission, provided you
566
+ inform other peers where the object code and Corresponding Source of
567
+ the work are being offered to the general public at no charge under
568
+ subsection 6d.
569
+ </li>
570
+ </ul>
571
+ <p>
572
+ A separable portion of the object code, whose source code is excluded
573
+ from the Corresponding Source as a System Library, need not be
574
+ included in conveying the object code work.
575
+ </p>
576
+
577
+ <p>
578
+ A &quot;User Product&quot; is either (1) a &quot;consumer
579
+ product&quot;, which means any tangible personal property which is
580
+ normally used for personal, family, or household purposes, or (2)
581
+ anything designed or sold for incorporation into a dwelling. In
582
+ determining whether a product is a consumer product, doubtful cases
583
+ shall be resolved in favor of coverage. For a particular product
584
+ received by a particular user, &quot;normally used&quot; refers to a
585
+ typical or common use of that class of product, regardless of the
586
+ status of the particular user or of the way in which the particular
587
+ user actually uses, or expects or is expected to use, the product. A
588
+ product is a consumer product regardless of whether the product has
589
+ substantial commercial, industrial or non-consumer uses, unless such
590
+ uses represent the only significant mode of use of the product.
591
+ </p>
592
+
593
+ <p>
594
+ &quot;Installation Information&quot; for a User Product means any
595
+ methods, procedures, authorization keys, or other information required
596
+ to install and execute modified versions of a covered work in that
597
+ User Product from a modified version of its Corresponding Source. The
598
+ information must suffice to ensure that the continued functioning of
599
+ the modified object code is in no case prevented or interfered with
600
+ solely because modification has been made.
601
+ </p>
602
+
603
+ <p>
604
+ If you convey an object code work under this section in, or with, or
605
+ specifically for use in, a User Product, and the conveying occurs as
606
+ part of a transaction in which the right of possession and use of the
607
+ User Product is transferred to the recipient in perpetuity or for a
608
+ fixed term (regardless of how the transaction is characterized), the
609
+ Corresponding Source conveyed under this section must be accompanied
610
+ by the Installation Information. But this requirement does not apply
611
+ if neither you nor any third party retains the ability to install
612
+ modified object code on the User Product (for example, the work has
613
+ been installed in ROM).
614
+ </p>
615
+
616
+ <p>
617
+ The requirement to provide Installation Information does not include a
618
+ requirement to continue to provide support service, warranty, or
619
+ updates for a work that has been modified or installed by the
620
+ recipient, or for the User Product in which it has been modified or
621
+ installed. Access to a network may be denied when the modification
622
+ itself materially and adversely affects the operation of the network
623
+ or violates the rules and protocols for communication across the
624
+ network.
625
+ </p>
626
+
627
+ <p>
628
+ Corresponding Source conveyed, and Installation Information provided,
629
+ in accord with this section must be in a format that is publicly
630
+ documented (and with an implementation available to the public in
631
+ source code form), and must require no special password or key for
632
+ unpacking, reading or copying.
633
+ </p>
634
+ </li>
635
+
636
+ <li>
637
+ <var class="replaceable-license-text"
638
+ ><span title="can be replaced with the pattern .{0,20}">
639
+ 7.</span
640
+ ></var
641
+ >
642
+ Additional Terms.<br />
643
+
644
+ &quot;Additional permissions&quot; are terms that supplement the terms
645
+ of this License by making exceptions from one or more of its conditions.
646
+ Additional permissions that are applicable to the entire Program shall
647
+ be treated as though they were included in this License, to the extent
648
+ that they are valid under applicable law. If additional permissions
649
+ apply only to part of the Program, that part may be used separately
650
+ under those permissions, but the entire Program remains governed by this
651
+ License without regard to the additional permissions.
652
+ <p>
653
+ When you convey a copy of a covered work, you may at your option
654
+ remove any additional permissions from that copy, or from any part of
655
+ it. (Additional permissions may be written to require their own
656
+ removal in certain cases when you modify the work.) You may place
657
+ additional permissions on material, added by you to a covered work,
658
+ for which you have or can give appropriate copyright permission.
659
+ </p>
660
+
661
+ <p>
662
+ Notwithstanding any other provision of this License, for material you
663
+ add to a covered work, you may (if authorized by the copyright holders
664
+ of that material) supplement the terms of this License with terms:
665
+ </p>
666
+
667
+ <ul style="list-style: none">
668
+ <li>
669
+ <var class="replaceable-license-text"
670
+ ><span title="can be replaced with the pattern .{0,20}">
671
+ a)</span
672
+ ></var
673
+ >
674
+ Disclaiming warranty or limiting liability differently from the
675
+ terms of sections 15 and 16 of this License; or
676
+ </li>
677
+
678
+ <li>
679
+ <var class="replaceable-license-text"
680
+ ><span title="can be replaced with the pattern .{0,20}">
681
+ b)</span
682
+ ></var
683
+ >
684
+ Requiring preservation of specified reasonable legal notices or
685
+ author attributions in that material or in the Appropriate Legal
686
+ Notices displayed by works containing it; or
687
+ </li>
688
+
689
+ <li>
690
+ <var class="replaceable-license-text"
691
+ ><span title="can be replaced with the pattern .{0,20}">
692
+ c)</span
693
+ ></var
694
+ >
695
+ Prohibiting misrepresentation of the origin of that material, or
696
+ requiring that modified versions of such material be marked in
697
+ reasonable ways as different from the original version; or
698
+ </li>
699
+
700
+ <li>
701
+ <var class="replaceable-license-text"
702
+ ><span title="can be replaced with the pattern .{0,20}">
703
+ d)</span
704
+ ></var
705
+ >
706
+ Limiting the use for publicity purposes of names of licensors or
707
+ authors of the material; or
708
+ </li>
709
+
710
+ <li>
711
+ <var class="replaceable-license-text"
712
+ ><span title="can be replaced with the pattern .{0,20}">
713
+ e)</span
714
+ ></var
715
+ >
716
+ Declining to grant rights under trademark law for use of some trade
717
+ names, trademarks, or service marks; or
718
+ </li>
719
+
720
+ <li>
721
+ <var class="replaceable-license-text"
722
+ ><span title="can be replaced with the pattern .{0,20}">
723
+ f)</span
724
+ ></var
725
+ >
726
+ Requiring indemnification of licensors and authors of that material
727
+ by anyone who conveys the material (or modified versions of it) with
728
+ contractual assumptions of liability to the recipient, for any
729
+ liability that these contractual assumptions directly impose on
730
+ those licensors and authors.
731
+ </li>
732
+ </ul>
733
+ <p>
734
+ All other non-permissive additional terms are considered &quot;further
735
+ restrictions&quot; within the meaning of section 10. If the Program as
736
+ you received it, or any part of it, contains a notice stating that it
737
+ is governed by this License along with a term that is a further
738
+ restriction, you may remove that term. If a license document contains
739
+ a further restriction but permits relicensing or conveying under this
740
+ License, you may add to a covered work material governed by the terms
741
+ of that license document, provided that the further restriction does
742
+ not survive such relicensing or conveying.
743
+ </p>
744
+
745
+ <p>
746
+ If you add terms to a covered work in accord with this section, you
747
+ must place, in the relevant source files, a statement of the
748
+ additional terms that apply to those files, or a notice indicating
749
+ where to find the applicable terms.
750
+ </p>
751
+
752
+ <p>
753
+ Additional terms, permissive or non-permissive, may be stated in the
754
+ form of a separately written license, or stated as exceptions; the
755
+ above requirements apply either way.
756
+ </p>
757
+ </li>
758
+
759
+ <li>
760
+ <var class="replaceable-license-text"
761
+ ><span title="can be replaced with the pattern .{0,20}">
762
+ 8.</span
763
+ ></var
764
+ >
765
+ Termination.<br />
766
+
767
+ You may not propagate or modify a covered work except as expressly
768
+ provided under this License. Any attempt otherwise to propagate or
769
+ modify it is void, and will automatically terminate your rights under
770
+ this License (including any patent licenses granted under the third
771
+ paragraph of section 11).
772
+ <p>
773
+ However, if you cease all violation of this License, then your license
774
+ from a particular copyright holder is reinstated (a) provisionally,
775
+ unless and until the copyright holder explicitly and finally
776
+ terminates your license, and (b) permanently, if the copyright holder
777
+ fails to notify you of the violation by some reasonable means prior to
778
+ 60 days after the cessation.
779
+ </p>
780
+
781
+ <p>
782
+ Moreover, your license from a particular copyright holder is
783
+ reinstated permanently if the copyright holder notifies you of the
784
+ violation by some reasonable means, this is the first time you have
785
+ received notice of violation of this License (for any work) from that
786
+ copyright holder, and you cure the violation prior to 30 days after
787
+ your receipt of the notice.
788
+ </p>
789
+
790
+ <p>
791
+ Termination of your rights under this section does not terminate the
792
+ licenses of parties who have received copies or rights from you under
793
+ this License. If your rights have been terminated and not permanently
794
+ reinstated, you do not qualify to receive new licenses for the same
795
+ material under section 10.
796
+ </p>
797
+ </li>
798
+
799
+ <li>
800
+ <var class="replaceable-license-text"
801
+ ><span title="can be replaced with the pattern .{0,20}">
802
+ 9.</span
803
+ ></var
804
+ >
805
+ Acceptance Not Required for Having Copies.<br />
806
+
807
+ You are not required to accept this License in order to receive or run a
808
+ copy of the Program. Ancillary propagation of a covered work occurring
809
+ solely as a consequence of using peer-to-peer transmission to receive a
810
+ copy likewise does not require acceptance. However, nothing other than
811
+ this License grants you permission to propagate or modify any covered
812
+ work. These actions infringe copyright if you do not accept this
813
+ License. Therefore, by modifying or propagating a covered work, you
814
+ indicate your acceptance of this License to do so.
815
+ </li>
816
+
817
+ <li>
818
+ <var class="replaceable-license-text"
819
+ ><span title="can be replaced with the pattern .{0,20}">
820
+ 10.</span
821
+ ></var
822
+ >
823
+ Automatic Licensing of Downstream Recipients.<br />
824
+
825
+ Each time you convey a covered work, the recipient automatically
826
+ receives a license from the original licensors, to run, modify and
827
+ propagate that work, subject to this License. You are not responsible
828
+ for enforcing compliance by third parties with this License.
829
+ <p>
830
+ An &quot;entity transaction&quot; is a transaction transferring
831
+ control of an organization, or substantially all assets of one, or
832
+ subdividing an organization, or merging organizations. If propagation
833
+ of a covered work results from an entity transaction, each party to
834
+ that transaction who receives a copy of the work also receives
835
+ whatever licenses to the work the party&apos;s predecessor in interest
836
+ had or could give under the previous paragraph, plus a right to
837
+ possession of the Corresponding Source of the work from the
838
+ predecessor in interest, if the predecessor has it or can get it with
839
+ reasonable efforts.
840
+ </p>
841
+
842
+ <p>
843
+ You may not impose any further restrictions on the exercise of the
844
+ rights granted or affirmed under this License. For example, you may
845
+ not impose a license fee, royalty, or other charge for exercise of
846
+ rights granted under this License, and you may not initiate litigation
847
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
848
+ any patent claim is infringed by making, using, selling, offering for
849
+ sale, or importing the Program or any portion of it.
850
+ </p>
851
+ </li>
852
+
853
+ <li>
854
+ <var class="replaceable-license-text"
855
+ ><span title="can be replaced with the pattern .{0,20}">
856
+ 11.</span
857
+ ></var
858
+ >
859
+ Patents.<br />
860
+
861
+ A &quot;contributor&quot; is a copyright holder who authorizes use under
862
+ this License of the Program or a work on which the Program is based. The
863
+ work thus licensed is called the contributor&apos;s &quot;contributor
864
+ version&quot;.
865
+ <p>
866
+ A contributor&apos;s &quot;essential patent claims&quot; are all
867
+ patent claims owned or controlled by the contributor, whether already
868
+ acquired or hereafter acquired, that would be infringed by some
869
+ manner, permitted by this License, of making, using, or selling its
870
+ contributor version, but do not include claims that would be infringed
871
+ only as a consequence of further modification of the contributor
872
+ version. For purposes of this definition, &quot;control&quot; includes
873
+ the right to grant patent sublicenses in a manner consistent with the
874
+ requirements of this License.
875
+ </p>
876
+
877
+ <p>
878
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
879
+ patent license under the contributor&apos;s essential patent claims,
880
+ to make, use, sell, offer for sale, import and otherwise run, modify
881
+ and propagate the contents of its contributor version.
882
+ </p>
883
+
884
+ <p>
885
+ In the following three paragraphs, a &quot;patent license&quot; is any
886
+ express agreement or commitment, however denominated, not to enforce a
887
+ patent (such as an express permission to practice a patent or covenant
888
+ not to sue for patent infringement). To &quot;grant&quot; such a
889
+ patent license to a party means to make such an agreement or
890
+ commitment not to enforce a patent against the party.
891
+ </p>
892
+
893
+ <p>
894
+ If you convey a covered work, knowingly relying on a patent license,
895
+ and the Corresponding Source of the work is not available for anyone
896
+ to copy, free of charge and under the terms of this License, through a
897
+ publicly available network server or other readily accessible means,
898
+ then you must either (1) cause the Corresponding Source to be so
899
+ available, or (2) arrange to deprive yourself of the benefit of the
900
+ patent license for this particular work, or (3) arrange, in a manner
901
+ consistent with the requirements of this License, to extend the patent
902
+ license to downstream recipients. &quot;Knowingly relying&quot; means
903
+ you have actual knowledge that, but for the patent license, your
904
+ conveying the covered work in a country, or your recipient&apos;s use
905
+ of the covered work in a country, would infringe one or more
906
+ identifiable patents in that country that you have reason to believe
907
+ are valid.
908
+ </p>
909
+
910
+ <p>
911
+ If, pursuant to or in connection with a single transaction or
912
+ arrangement, you convey, or propagate by procuring conveyance of, a
913
+ covered work, and grant a patent license to some of the parties
914
+ receiving the covered work authorizing them to use, propagate, modify
915
+ or convey a specific copy of the covered work, then the patent license
916
+ you grant is automatically extended to all recipients of the covered
917
+ work and works based on it.
918
+ </p>
919
+
920
+ <p>
921
+ A patent license is &quot;discriminatory&quot; if it does not include
922
+ within the scope of its coverage, prohibits the exercise of, or is
923
+ conditioned on the non-exercise of one or more of the rights that are
924
+ specifically granted under this License. You may not convey a covered
925
+ work if you are a party to an arrangement with a third party that is
926
+ in the business of distributing software, under which you make payment
927
+ to the third party based on the extent of your activity of conveying
928
+ the work, and under which the third party grants, to any of the
929
+ parties who would receive the covered work from you, a discriminatory
930
+ patent license (a) in connection with copies of the covered work
931
+ conveyed by you (or copies made from those copies), or (b) primarily
932
+ for and in connection with specific products or compilations that
933
+ contain the covered work, unless you entered into that arrangement, or
934
+ that patent license was granted, prior to 28 March 2007.
935
+ </p>
936
+
937
+ <p>
938
+ Nothing in this License shall be construed as excluding or limiting
939
+ any implied license or other defenses to infringement that may
940
+ otherwise be available to you under applicable patent law.
941
+ </p>
942
+ </li>
943
+
944
+ <li>
945
+ <var class="replaceable-license-text"
946
+ ><span title="can be replaced with the pattern .{0,20}">
947
+ 12.</span
948
+ ></var
949
+ >
950
+ No Surrender of Others&apos; Freedom.<br />
951
+
952
+ If conditions are imposed on you (whether by court order, agreement or
953
+ otherwise) that contradict the conditions of this License, they do not
954
+ excuse you from the conditions of this License. If you cannot convey a
955
+ covered work so as to satisfy simultaneously your obligations under this
956
+ License and any other pertinent obligations, then as a consequence you
957
+ may not convey it at all. For example, if you agree to terms that
958
+ obligate you to collect a royalty for further conveying from those to
959
+ whom you convey the Program, the only way you could satisfy both those
960
+ terms and this License would be to refrain entirely from conveying the
961
+ Program.
962
+ </li>
963
+
964
+ <li>
965
+ <var class="replaceable-license-text"
966
+ ><span title="can be replaced with the pattern .{0,20}">
967
+ 13.</span
968
+ ></var
969
+ >
970
+ Use with the GNU Affero General Public License.<br />
971
+
972
+ Notwithstanding any other provision of this License, you have permission
973
+ to link or combine any covered work with a work licensed under version 3
974
+ of the GNU Affero General Public License into a single combined work,
975
+ and to convey the resulting work. The terms of this License will
976
+ continue to apply to the part which is the covered work, but the special
977
+ requirements of the GNU Affero General Public License, section 13,
978
+ concerning interaction through a network will apply to the combination
979
+ as such.
980
+ </li>
981
+
982
+ <li>
983
+ <var class="replaceable-license-text"
984
+ ><span title="can be replaced with the pattern .{0,20}">
985
+ 14.</span
986
+ ></var
987
+ >
988
+ Revised Versions of this License.<br />
989
+
990
+ The Free Software Foundation may publish revised and/or new versions of
991
+ the GNU General Public License from time to time. Such new versions will
992
+ be similar in spirit to the present version, but may differ in detail to
993
+ address new problems or concerns.
994
+ <p>
995
+ Each version is given a distinguishing version number. If the Program
996
+ specifies that a certain numbered version of the GNU General Public
997
+ License &quot;or any later version&quot; applies to it, you have the
998
+ option of following the terms and conditions either of that numbered
999
+ version or of any later version published by the Free Software
1000
+ Foundation. If the Program does not specify a version number of the
1001
+ GNU General Public License, you may choose any version ever published
1002
+ by the Free Software Foundation.
1003
+ </p>
1004
+
1005
+ <p>
1006
+ If the Program specifies that a proxy can decide which future versions
1007
+ of the GNU General Public License can be used, that proxy&apos;s
1008
+ public statement of acceptance of a version permanently authorizes you
1009
+ to choose that version for the Program.
1010
+ </p>
1011
+
1012
+ <p>
1013
+ Later license versions may give you additional or different
1014
+ permissions. However, no additional obligations are imposed on any
1015
+ author or copyright holder as a result of your choosing to follow a
1016
+ later version.
1017
+ </p>
1018
+ </li>
1019
+
1020
+ <li>
1021
+ <var class="replaceable-license-text"
1022
+ ><span title="can be replaced with the pattern .{0,20}">
1023
+ 15.</span
1024
+ ></var
1025
+ >
1026
+ Disclaimer of Warranty.<br />
1027
+
1028
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1029
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1030
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM &quot;AS IS&quot;
1031
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
1032
+ BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1033
+ FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
1034
+ PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
1035
+ DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
1036
+ CORRECTION.
1037
+ </li>
1038
+
1039
+ <li>
1040
+ <var class="replaceable-license-text"
1041
+ ><span title="can be replaced with the pattern .{0,20}">
1042
+ 16.</span
1043
+ ></var
1044
+ >
1045
+ Limitation of Liability.<br />
1046
+
1047
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1048
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
1049
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
1050
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
1051
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
1052
+ NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
1053
+ SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
1054
+ WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
1055
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
1056
+ </li>
1057
+
1058
+ <li>
1059
+ <var class="replaceable-license-text"
1060
+ ><span title="can be replaced with the pattern .{0,20}">
1061
+ 17.</span
1062
+ ></var
1063
+ >
1064
+ Interpretation of Sections 15 and 16.
1065
+ <p>
1066
+ If the disclaimer of warranty and limitation of liability provided
1067
+ above cannot be given local legal effect according to their terms,
1068
+ reviewing courts shall apply local law that most closely approximates
1069
+ an absolute waiver of all civil liability in connection with the
1070
+ Program, unless a warranty or assumption of liability accompanies a
1071
+ copy of the Program in return for a fee.
1072
+ </p>
1073
+ </li>
1074
+ </ul>
1075
+ </body>
1076
+ </html>