@networkpro/legal 0.2.3 → 0.2.4

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.
Binary file
Binary file
package/html/COPYING.html CHANGED
@@ -1,108 +1,43 @@
1
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
- =========================================================================== -->
2
+
6
3
  <html class="no-js" lang="en">
7
4
  <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.
5
+ <meta charset="utf-8">
22
6
 
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.
7
+
24
8
 
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.
9
+ <meta name="viewport" content="width=device-width,initial-scale=1">
10
+ <title>GNU General Public License v3.0 (GNU GPL v3.0)</title>
36
11
 
37
- See the GNU General Public License for more details.
12
+
13
+ <link rel="stylesheet" href="https://legal.netwk.pro/css/normalize.css" type="text/css">
14
+ <link rel="stylesheet" href="https://legal.netwk.pro/css/style.css" type="text/css">
15
+ <link rel="stylesheet" href="https://legal.netwk.pro/css/default.css" type="text/css">
16
+
17
+ <script src="https://kit.fontawesome.com/f70f03cb45.js" crossorigin="anonymous"></script>
38
18
 
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
19
+ <meta name="description" content="GNU General Public License v3.0 (GNU GPL v3.0)">
20
+ <meta name="author" content="Scott Lopez">
21
+ <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
41
22
 
42
- ---
23
+ <link rel="canonical" href="https://legal.netwk.pro/html/COPYING.html">
24
+ <base href="https://legal.netwk.pro/html/COPYING.html" target="_self">
43
25
 
44
- Author: Scott Lopez
45
- Email: <contact@neteng.pro>
46
- Web: <https://bio.neteng.pro>
47
- -->
26
+ <link rel="icon" href="https://legal.netwk.pro/favicon.ico" sizes="any" type="image/x-icon">
27
+ <link rel="icon" href="https://legal.netwk.pro/favicon.svg" type="image/svg+xml">
28
+ <link rel="apple-touch-icon" href="https://legal.netwk.pro/favicon-180.png" type="image/png">
48
29
 
49
- <meta name="viewport" content="width=device-width, initial-scale=1" />
50
- <title>GNU General Public License v3.0 (GNU GPL v3.0)</title>
30
+ <link rel="manifest" href="https://legal.netwk.pro/site.webmanifest">
31
+ <meta name="theme-color" content="#ffc627">
51
32
 
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>
33
+ <meta http-equiv="Referrer-Policy" content="no-referrer">
34
+ <meta http-equiv="Permissions-Policy" content="interest-cohort=()">
35
+ <script defer="defer" src="../js/runtime.aac6c30edf7d8d569715.mjs"></script><script defer="defer" src="../js/app.6f7616e04ac0463f582a.mjs"></script></head>
101
36
 
102
37
  <body>
103
38
  <div class="optional-license-text">
104
39
  <p>
105
- GNU GENERAL PUBLIC LICENSE<br />
40
+ GNU GENERAL PUBLIC LICENSE<br>
106
41
 
107
42
  Version 3, 29 June 2007
108
43
  </p>
@@ -201,11 +136,8 @@ This file is part of Network Pro.
201
136
 
202
137
  <ul style="list-style: none">
203
138
  <li>
204
- <var class="replaceable-license-text"
205
- ><span title="can be replaced with the pattern .{0,20}">
206
- 0.</span
207
- ></var
208
- >
139
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
140
+ 0.</span></var>
209
141
  Definitions.
210
142
  <p>
211
143
  &quot;This License&quot; refers to version 3 of the GNU General Public
@@ -266,12 +198,9 @@ This file is part of Network Pro.
266
198
  </li>
267
199
 
268
200
  <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 />
201
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
202
+ 1.</span></var>
203
+ Source Code.<br>
275
204
 
276
205
  The &quot;source code&quot; for a work means the preferred form of the
277
206
  work for making modifications to it. &quot;Object code&quot; means any
@@ -325,12 +254,9 @@ This file is part of Network Pro.
325
254
  </li>
326
255
 
327
256
  <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 />
257
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
258
+ 2.</span></var>
259
+ Basic Permissions.<br>
334
260
 
335
261
  All rights granted under this License are granted for the term of
336
262
  copyright on the Program, and are irrevocable provided the stated
@@ -360,12 +286,9 @@ This file is part of Network Pro.
360
286
  </li>
361
287
 
362
288
  <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 />
289
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
290
+ 3.</span></var>
291
+ Protecting Users&apos; Legal Rights From Anti-Circumvention Law.<br>
369
292
 
370
293
  No covered work shall be deemed part of an effective technological
371
294
  measure under any applicable law fulfilling obligations under article 11
@@ -383,12 +306,9 @@ This file is part of Network Pro.
383
306
  </li>
384
307
 
385
308
  <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 />
309
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
310
+ 4.</span></var>
311
+ Conveying Verbatim Copies.<br>
392
312
 
393
313
  You may convey verbatim copies of the Program&apos;s source code as you
394
314
  receive it, in any medium, provided that you conspicuously and
@@ -404,12 +324,9 @@ This file is part of Network Pro.
404
324
  </li>
405
325
 
406
326
  <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 />
327
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
328
+ 5.</span></var>
329
+ Conveying Modified Source Versions.<br>
413
330
 
414
331
  You may convey a work based on the Program, or the modifications to
415
332
  produce it from the Program, in the form of source code under the terms
@@ -417,21 +334,15 @@ This file is part of Network Pro.
417
334
 
418
335
  <ul style="list-style: none">
419
336
  <li>
420
- <var class="replaceable-license-text"
421
- ><span title="can be replaced with the pattern .{0,20}">
422
- a)</span
423
- ></var
424
- >
337
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
338
+ a)</span></var>
425
339
  The work must carry prominent notices stating that you modified it,
426
340
  and giving a relevant date.
427
341
  </li>
428
342
 
429
343
  <li>
430
- <var class="replaceable-license-text"
431
- ><span title="can be replaced with the pattern .{0,20}">
432
- b)</span
433
- ></var
434
- >
344
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
345
+ b)</span></var>
435
346
  The work must carry prominent notices stating that it is released
436
347
  under this License and any conditions added under section 7. This
437
348
  requirement modifies the requirement in section 4 to &quot;keep
@@ -439,11 +350,8 @@ This file is part of Network Pro.
439
350
  </li>
440
351
 
441
352
  <li>
442
- <var class="replaceable-license-text"
443
- ><span title="can be replaced with the pattern .{0,20}">
444
- c)</span
445
- ></var
446
- >
353
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
354
+ c)</span></var>
447
355
  You must license the entire work, as a whole, under this License to
448
356
  anyone who comes into possession of a copy. This License will
449
357
  therefore apply, along with any applicable section 7 additional
@@ -454,11 +362,8 @@ This file is part of Network Pro.
454
362
  </li>
455
363
 
456
364
  <li>
457
- <var class="replaceable-license-text"
458
- ><span title="can be replaced with the pattern .{0,20}">
459
- d)</span
460
- ></var
461
- >
365
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
366
+ d)</span></var>
462
367
  If the work has interactive user interfaces, each must display
463
368
  Appropriate Legal Notices; however, if the Program has interactive
464
369
  interfaces that do not display Appropriate Legal Notices, your work
@@ -479,12 +384,9 @@ This file is part of Network Pro.
479
384
  </li>
480
385
 
481
386
  <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 />
387
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
388
+ 6.</span></var>
389
+ Conveying Non-Source Forms.<br>
488
390
 
489
391
  You may convey a covered work in object code form under the terms of
490
392
  sections 4 and 5, provided that you also convey the machine-readable
@@ -493,11 +395,8 @@ This file is part of Network Pro.
493
395
 
494
396
  <ul style="list-style: none">
495
397
  <li>
496
- <var class="replaceable-license-text"
497
- ><span title="can be replaced with the pattern .{0,20}">
498
- a)</span
499
- ></var
500
- >
398
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
399
+ a)</span></var>
501
400
  Convey the object code in, or embodied in, a physical product
502
401
  (including a physical distribution medium), accompanied by the
503
402
  Corresponding Source fixed on a durable physical medium customarily
@@ -505,11 +404,8 @@ This file is part of Network Pro.
505
404
  </li>
506
405
 
507
406
  <li>
508
- <var class="replaceable-license-text"
509
- ><span title="can be replaced with the pattern .{0,20}">
510
- b)</span
511
- ></var
512
- >
407
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
408
+ b)</span></var>
513
409
  Convey the object code in, or embodied in, a physical product
514
410
  (including a physical distribution medium), accompanied by a written
515
411
  offer, valid for at least three years and valid for as long as you
@@ -524,11 +420,8 @@ This file is part of Network Pro.
524
420
  </li>
525
421
 
526
422
  <li>
527
- <var class="replaceable-license-text"
528
- ><span title="can be replaced with the pattern .{0,20}">
529
- c)</span
530
- ></var
531
- >
423
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
424
+ c)</span></var>
532
425
  Convey individual copies of the object code with a copy of the
533
426
  written offer to provide the Corresponding Source. This alternative
534
427
  is allowed only occasionally and noncommercially, and only if you
@@ -537,11 +430,8 @@ This file is part of Network Pro.
537
430
  </li>
538
431
 
539
432
  <li>
540
- <var class="replaceable-license-text"
541
- ><span title="can be replaced with the pattern .{0,20}">
542
- d)</span
543
- ></var
544
- >
433
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
434
+ d)</span></var>
545
435
  Convey the object code by offering access from a designated place
546
436
  (gratis or for a charge), and offer equivalent access to the
547
437
  Corresponding Source in the same way through the same place at no
@@ -557,11 +447,8 @@ This file is part of Network Pro.
557
447
  </li>
558
448
 
559
449
  <li>
560
- <var class="replaceable-license-text"
561
- ><span title="can be replaced with the pattern .{0,20}">
562
- e)</span
563
- ></var
564
- >
450
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
451
+ e)</span></var>
565
452
  Convey the object code using peer-to-peer transmission, provided you
566
453
  inform other peers where the object code and Corresponding Source of
567
454
  the work are being offered to the general public at no charge under
@@ -634,12 +521,9 @@ This file is part of Network Pro.
634
521
  </li>
635
522
 
636
523
  <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 />
524
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
525
+ 7.</span></var>
526
+ Additional Terms.<br>
643
527
 
644
528
  &quot;Additional permissions&quot; are terms that supplement the terms
645
529
  of this License by making exceptions from one or more of its conditions.
@@ -666,63 +550,45 @@ This file is part of Network Pro.
666
550
 
667
551
  <ul style="list-style: none">
668
552
  <li>
669
- <var class="replaceable-license-text"
670
- ><span title="can be replaced with the pattern .{0,20}">
671
- a)</span
672
- ></var
673
- >
553
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
554
+ a)</span></var>
674
555
  Disclaiming warranty or limiting liability differently from the
675
556
  terms of sections 15 and 16 of this License; or
676
557
  </li>
677
558
 
678
559
  <li>
679
- <var class="replaceable-license-text"
680
- ><span title="can be replaced with the pattern .{0,20}">
681
- b)</span
682
- ></var
683
- >
560
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
561
+ b)</span></var>
684
562
  Requiring preservation of specified reasonable legal notices or
685
563
  author attributions in that material or in the Appropriate Legal
686
564
  Notices displayed by works containing it; or
687
565
  </li>
688
566
 
689
567
  <li>
690
- <var class="replaceable-license-text"
691
- ><span title="can be replaced with the pattern .{0,20}">
692
- c)</span
693
- ></var
694
- >
568
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
569
+ c)</span></var>
695
570
  Prohibiting misrepresentation of the origin of that material, or
696
571
  requiring that modified versions of such material be marked in
697
572
  reasonable ways as different from the original version; or
698
573
  </li>
699
574
 
700
575
  <li>
701
- <var class="replaceable-license-text"
702
- ><span title="can be replaced with the pattern .{0,20}">
703
- d)</span
704
- ></var
705
- >
576
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
577
+ d)</span></var>
706
578
  Limiting the use for publicity purposes of names of licensors or
707
579
  authors of the material; or
708
580
  </li>
709
581
 
710
582
  <li>
711
- <var class="replaceable-license-text"
712
- ><span title="can be replaced with the pattern .{0,20}">
713
- e)</span
714
- ></var
715
- >
583
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
584
+ e)</span></var>
716
585
  Declining to grant rights under trademark law for use of some trade
717
586
  names, trademarks, or service marks; or
718
587
  </li>
719
588
 
720
589
  <li>
721
- <var class="replaceable-license-text"
722
- ><span title="can be replaced with the pattern .{0,20}">
723
- f)</span
724
- ></var
725
- >
590
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
591
+ f)</span></var>
726
592
  Requiring indemnification of licensors and authors of that material
727
593
  by anyone who conveys the material (or modified versions of it) with
728
594
  contractual assumptions of liability to the recipient, for any
@@ -757,12 +623,9 @@ This file is part of Network Pro.
757
623
  </li>
758
624
 
759
625
  <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 />
626
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
627
+ 8.</span></var>
628
+ Termination.<br>
766
629
 
767
630
  You may not propagate or modify a covered work except as expressly
768
631
  provided under this License. Any attempt otherwise to propagate or
@@ -797,12 +660,9 @@ This file is part of Network Pro.
797
660
  </li>
798
661
 
799
662
  <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 />
663
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
664
+ 9.</span></var>
665
+ Acceptance Not Required for Having Copies.<br>
806
666
 
807
667
  You are not required to accept this License in order to receive or run a
808
668
  copy of the Program. Ancillary propagation of a covered work occurring
@@ -815,12 +675,9 @@ This file is part of Network Pro.
815
675
  </li>
816
676
 
817
677
  <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 />
678
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
679
+ 10.</span></var>
680
+ Automatic Licensing of Downstream Recipients.<br>
824
681
 
825
682
  Each time you convey a covered work, the recipient automatically
826
683
  receives a license from the original licensors, to run, modify and
@@ -851,12 +708,9 @@ This file is part of Network Pro.
851
708
  </li>
852
709
 
853
710
  <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 />
711
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
712
+ 11.</span></var>
713
+ Patents.<br>
860
714
 
861
715
  A &quot;contributor&quot; is a copyright holder who authorizes use under
862
716
  this License of the Program or a work on which the Program is based. The
@@ -942,12 +796,9 @@ This file is part of Network Pro.
942
796
  </li>
943
797
 
944
798
  <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 />
799
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
800
+ 12.</span></var>
801
+ No Surrender of Others&apos; Freedom.<br>
951
802
 
952
803
  If conditions are imposed on you (whether by court order, agreement or
953
804
  otherwise) that contradict the conditions of this License, they do not
@@ -962,12 +813,9 @@ This file is part of Network Pro.
962
813
  </li>
963
814
 
964
815
  <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 />
816
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
817
+ 13.</span></var>
818
+ Use with the GNU Affero General Public License.<br>
971
819
 
972
820
  Notwithstanding any other provision of this License, you have permission
973
821
  to link or combine any covered work with a work licensed under version 3
@@ -980,12 +828,9 @@ This file is part of Network Pro.
980
828
  </li>
981
829
 
982
830
  <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 />
831
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
832
+ 14.</span></var>
833
+ Revised Versions of this License.<br>
989
834
 
990
835
  The Free Software Foundation may publish revised and/or new versions of
991
836
  the GNU General Public License from time to time. Such new versions will
@@ -1018,12 +863,9 @@ This file is part of Network Pro.
1018
863
  </li>
1019
864
 
1020
865
  <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 />
866
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
867
+ 15.</span></var>
868
+ Disclaimer of Warranty.<br>
1027
869
 
1028
870
  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1029
871
  APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
@@ -1037,12 +879,9 @@ This file is part of Network Pro.
1037
879
  </li>
1038
880
 
1039
881
  <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 />
882
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
883
+ 16.</span></var>
884
+ Limitation of Liability.<br>
1046
885
 
1047
886
  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1048
887
  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
@@ -1056,11 +895,8 @@ This file is part of Network Pro.
1056
895
  </li>
1057
896
 
1058
897
  <li>
1059
- <var class="replaceable-license-text"
1060
- ><span title="can be replaced with the pattern .{0,20}">
1061
- 17.</span
1062
- ></var
1063
- >
898
+ <var class="replaceable-license-text"><span title="can be replaced with the pattern .{0,20}">
899
+ 17.</span></var>
1064
900
  Interpretation of Sections 15 and 16.
1065
901
  <p>
1066
902
  If the disclaimer of warranty and limitation of liability provided
Binary file
Binary file