@networkpro/legal 0.0.8 → 0.1.0

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/legal.html ADDED
@@ -0,0 +1,934 @@
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>Legal, Copyright, and Licensing &mdash; Network Pro </title>
51
+
52
+ <!-- STYLESHEETS -->
53
+ <link rel="stylesheet" href="css/normalize.css" type="text/css" />
54
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
55
+ <link rel="stylesheet" href="css/default.css" type="text/css" />
56
+ <!-- Font Awesome solids and brands -->
57
+ <script
58
+ src="https://kit.fontawesome.com/f70f03cb45.js"
59
+ crossorigin="anonymous"></script>
60
+
61
+ <meta
62
+ name="description"
63
+ content="Legal, Copyright, and Licensing | Security, Networking, Privacy — Network Pro" />
64
+ <meta name="author" content="Scott Lopez" />
65
+ <meta
66
+ name="robots"
67
+ content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
68
+
69
+ <link rel="canonical" href="https://netwk.pro/legal.html" />
70
+ <base href="./legal.html" target="_self" />
71
+
72
+ <!-- FACEBOOK META TAGS -->
73
+ <meta
74
+ property="og:title"
75
+ content="Legal, Copyright, and Licensing — Network Pro" />
76
+ <meta property="og:type" content="website" />
77
+ <meta property="og:url" content="netwk.pro" />
78
+ <meta property="og:image" content="img/banner-og-1200x630.png" />
79
+ <meta property="og:image:alt" content="Network Pro Strategies" />
80
+ <meta
81
+ property="og:description"
82
+ content="Legal, Copyright, and Licensing | Security, Networking, Privacy — Network Pro" />
83
+
84
+ <!-- TWITTER META TAGS -->
85
+ <meta name="twitter:card" content="summary_large_image" />
86
+ <meta name="twitter:site" content="@NetEng_Pro" />
87
+ <meta name="twitter:creator" content="@NetEng_pro" />
88
+ <meta property="twitter:domain" content="netwk.pro" />
89
+ <meta property="twitter:url" content="netwk.pro" />
90
+ <meta
91
+ name="twitter:title"
92
+ content="Legal, Copyright, and Licensing — Network Pro" />
93
+ <meta
94
+ name="twitter:description"
95
+ content="Legal, Copyright, and Licensing | Security, Networking, Privacy — Network Pro" />
96
+ <meta name="twitter:image" content="img/banner-og-1200x630.png" />
97
+ <meta name="twitter:image:alt" content="Network Pro Strategies" />
98
+ <!-- Meta Tags Generated via dnschecker.org -->
99
+
100
+ <link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon" />
101
+ <link rel="icon" href="favicon.svg" type="image/svg+xml" />
102
+ <link rel="apple-touch-icon" href="favicon-180.png" type="image/png" />
103
+
104
+ <link rel="manifest" href="site.webmanifest" />
105
+ <meta name="theme-color" content="#ffc627" />
106
+
107
+ <meta http-equiv="Referrer-Policy" content="no-referrer" />
108
+ <meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
109
+ </head>
110
+
111
+ <body>
112
+ <!-- BEGIN HEADER -->
113
+ <header id="header-nav">
114
+ <div class="container">
115
+ <nav class="center-nav">
116
+ <a rel="noopener noreferrer" href="./" target="_self">home</a> &nbsp;
117
+ | &nbsp;
118
+ <a
119
+ rel="noopener noreferrer"
120
+ href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/README.md"
121
+ target="_blank"
122
+ >about
123
+ <sup
124
+ ><span
125
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
126
+ ></a>
127
+ &nbsp; | &nbsp;
128
+ <a
129
+ rel="noopener noreferrer"
130
+ href="https://github.com/netwk-pro/netwk-pro.github.io/discussions"
131
+ target="_blank"
132
+ >discussions
133
+ <sup
134
+ ><span
135
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
136
+ ></a>
137
+ &nbsp; | &nbsp;
138
+ <a
139
+ rel="noopener noreferrer"
140
+ href="https://linktr.ee/neteng_pro"
141
+ target="_blank"
142
+ >link hub
143
+ <sup
144
+ ><span
145
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
146
+ ></a>
147
+ </nav>
148
+ </div>
149
+ </header>
150
+ <!-- END HEADER -->
151
+
152
+ <div class="full-width-section">
153
+ <div class="container">
154
+ <!-- BEGIN TITLE -->
155
+ <a name="top"></a>
156
+
157
+ <span class="small-text"
158
+ ><a
159
+ rel="noopener noreferrer"
160
+ href="https://spdx.dev/learn/handling-license-info/"
161
+ >SPDX License Identifier</a
162
+ >: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code></span
163
+ >
164
+
165
+ <hgroup id="page-title">
166
+ <h1>Legal, Copyright, and Licensing</h1>
167
+ <p
168
+ ><strong>Network Pro Strategies</strong><br />
169
+ <strong>Effective Date:</strong> April 11, 2025</p
170
+ >
171
+ </hgroup>
172
+ <!-- END TITLE -->
173
+
174
+ &nbsp;
175
+
176
+ <h3>Table of Contents</h3>
177
+
178
+ <ol>
179
+ <li><a href="#copyright">Copyright</a></li>
180
+ <li><a href="#trademark">Trademark Ownership</a></li>
181
+ <li><a href="#branding">Restrictions on Branding and Graphics</a></li>
182
+ <li><a href="#lmaterial">Licensed Material Definition</a></li>
183
+ <li><a href="#lterms">License Terms</a></li>
184
+ ◻️
185
+ <a href="#dlnotes">Dual Licensing Notes</a>
186
+ <li
187
+ ><a href="#cc-by"
188
+ >Creative Commons Attribution 4.0 International</a
189
+ ></li
190
+ >
191
+ <li><a href="#gnu-gpl">GNU General Public License (GPL)</a></li>
192
+ <li><a href="#third-party">Third-Party Code and Licenses</a></li>
193
+ <li><a href="#prohibited-uses">Prohibited Uses</a></li>
194
+ <li
195
+ ><a href="#disclaimer"
196
+ >Modifications and Liability Disclaimer</a
197
+ ></li
198
+ >
199
+ <li><a href="#contact">Contact</a></li>
200
+ <li><a href="#revisions">Revisions</a></li>
201
+ <li><a href="#attribution">Attribution</a></li>
202
+ </ol>
203
+
204
+ <hr />
205
+
206
+ <a name="copyright"></a>
207
+
208
+ <h2>1. Copyright</h2>
209
+ <p
210
+ >All content—including text, software, logos, graphics, documentation,
211
+ and other materials—provided by
212
+ <strong>Network Pro Strategies</strong> (“Network Pro”, “Company”,
213
+ “Licensor”) is protected by U.S. and international copyright laws.</p
214
+ >
215
+ <p
216
+ >Copyright &copy; 2025
217
+ <strong
218
+ ><a href="https://netwk.pro">Network Pro Strategies</a></strong
219
+ >
220
+ (Network Pro&trade;)</p
221
+ >
222
+
223
+ <span class="small-text"><a href="#top">Back to top</a></span>
224
+
225
+ <a name="trademark"></a>
226
+
227
+ <h2>2. Trademark Ownership</h2>
228
+ <p
229
+ >The following trademarks are the exclusive property of the
230
+ Company:</p
231
+ >
232
+ <ul>
233
+ <li><strong>Brand Name:</strong> Network Pro&trade;</li>
234
+ <li
235
+ ><strong>Domain Names:</strong> netwk.pro, neteng.pro, neteng.cc</li
236
+ >
237
+ <li
238
+ ><strong>Logo:</strong> The shield logo displayed on our
239
+ homepage</li
240
+ >
241
+ <li
242
+ ><strong>Slogan:</strong> "Locking Down Networks, Unlocking
243
+ Confidence&trade;"</li
244
+ >
245
+ </ul>
246
+ <p
247
+ >Unauthorized use—including use likely to cause confusion,
248
+ misrepresentation, or disparagement—is strictly prohibited.</p
249
+ >
250
+
251
+ <span class="small-text"><a href="#top">Back to top</a></span>
252
+
253
+ <a name="branding"></a>
254
+
255
+ <h2>3. Restrictions on Branding and Graphics</h2>
256
+ <p
257
+ >Licensing under CC BY 4.0 or the GNU GPL
258
+ <strong>expressly excludes</strong> any rights to use the Company’s
259
+ trademarks, trade dress, logos, visual branding, or other proprietary
260
+ identifiers.</p
261
+ >
262
+ <p
263
+ ><strong
264
+ >Such elements are not part of the Licensed Material and remain the
265
+ exclusive property of the Company.</strong
266
+ >
267
+ Any use of these elements—including within derivative works or
268
+ promotional content—requires the Company's
269
+ <strong>prior written consent</strong>.</p
270
+ >
271
+
272
+ <span class="small-text"><a href="#top">Back to top</a></span>
273
+
274
+ <a name="lmaterial"></a>
275
+
276
+ <h2>4. Licensed Material Definition</h2>
277
+ <p
278
+ >“Licensed Material” refers solely to the publicly available code and
279
+ documentation distributed through the Company's open repositories and
280
+ websites. It expressly excludes all third-party content, proprietary
281
+ brand assets (including logos, trademarks, and visual designs), and
282
+ any internal or commercial backend systems.</p
283
+ >
284
+ <p
285
+ >For clarity, the Company itself is not licensed under, nor subject
286
+ to, the terms of the open-source or content licenses described in this
287
+ document.</p
288
+ >
289
+
290
+ <span class="small-text"><a href="#top">Back to top</a></span>
291
+
292
+ <a name="lterms"></a>
293
+
294
+ <h2>5. License Terms</h2>
295
+ <p>This work is dual-licensed under:</p>
296
+ <ul>
297
+ <li
298
+ ><a href="#cc-by"
299
+ >Creative Commons Attribution 4.0 International (CC BY 4.0)</a
300
+ ></li
301
+ >
302
+ <li
303
+ ><a href="#gnu-gpl"
304
+ >GNU General Public License v3.0 or later (GNU GPL)</a
305
+ ></li
306
+ >
307
+ </ul>
308
+
309
+ &nbsp;
310
+
311
+ <h3 id="dlnotes">Dual Licensing Notes</h3>
312
+ <ul>
313
+ <li
314
+ >You may choose to use the work under either license, or both where
315
+ appropriate.</li
316
+ >
317
+ <li
318
+ >See Creative Commons FAQ:
319
+ <a
320
+ href="https://creativecommons.org/faq/#can-i-enter-into-separate-or-supplemental-agreements-with-users-of-my-work"
321
+ >Creative Commons FAQ</a
322
+ ></li
323
+ >
324
+ <li
325
+ >See GPL compatibility:
326
+ <a
327
+ href="https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean"
328
+ >GNU GPL Compatibility FAQ</a
329
+ ></li
330
+ >
331
+ </ul>
332
+
333
+ <span class="small-text"><a href="#top">Back to top</a></span>
334
+
335
+ <a name="cc-by"></a>
336
+
337
+ <h2>6. Creative Commons Attribution 4.0 International</h2>
338
+
339
+ <p class="small-text"
340
+ >Formats:
341
+ <a
342
+ rel="noopener noreferrer"
343
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.md"
344
+ >Markdown</a
345
+ >
346
+ |
347
+ <a
348
+ rel="noopener noreferrer"
349
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.txt"
350
+ >Text</a
351
+ >
352
+ |
353
+ <a
354
+ rel="noopener noreferrer"
355
+ href="https://raw.githubusercontent.com/netwk-pro/netwk-pro-legal/refs/heads/master/assets/license/CC-BY-4.0-rdfa.xml"
356
+ >RDFa</a
357
+ >
358
+ |
359
+ <a
360
+ rel="noopener noreferrer"
361
+ href="https://raw.githubusercontent.com/netwk-pro/netwk-pro-legal/refs/heads/master/assets/license/CC-BY-4.0.xml"
362
+ >XML</a
363
+ ></p
364
+ >
365
+
366
+ <p
367
+ >Network Pro Strategies (the "Licensed Material") is licensed under
368
+ <strong>Creative Commons Attribution 4.0 International</strong> ("CC
369
+ BY 4.0")
370
+ <a
371
+ rel="noopener noreferrer"
372
+ href="https://creativecommons.org/licenses/by/4.0/"
373
+ ><img
374
+ decoding="async"
375
+ loading="lazy"
376
+ style="
377
+ display: inline-block;
378
+ height: 18px !important;
379
+ margin-left: 3px;
380
+ vertical-align: text-bottom;
381
+ text-decoration: none;
382
+ "
383
+ src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"
384
+ alt="CC"
385
+ /></a>
386
+ <a
387
+ rel="noopener noreferrer"
388
+ href="https://creativecommons.org/licenses/by/4.0/"
389
+ ><img
390
+ decoding="async"
391
+ loading="lazy"
392
+ style="
393
+ display: inline-block;
394
+ height: 18px !important;
395
+ margin-left: 3px;
396
+ vertical-align: text-bottom;
397
+ text-decoration: none;
398
+ "
399
+ src="https://mirrors.creativecommons.org/presskit/icons/by.svg"
400
+ alt="BY" /></a
401
+ >.</p
402
+ >
403
+
404
+ <p
405
+ >Per the terms of the License, you are free to distribute, remix,
406
+ adapt, and build upon the Licensed Material for any purpose, even
407
+ commercially. You must give appropriate credit, provide a link to the
408
+ License, and indicate if changes were made.</p
409
+ >
410
+
411
+ <p
412
+ >The Licensor offers the Licensed Material as-is and as-available, and
413
+ makes no representations or warranties of any kind concerning the
414
+ Licensed Material, whether express, implied, statutory, or other. This
415
+ includes, without limitation, warranties of title, merchantability,
416
+ fitness for a particular purpose, non-infringement, absence of latent
417
+ or other defects, accuracy, or the presence or absence of errors,
418
+ whether or not known or discoverable.</p
419
+ >
420
+
421
+ <p
422
+ >Permissions beyond the scope of this License—or instead of those
423
+ permitted by this License—may be available as further defined within
424
+ this document.</p
425
+ >
426
+
427
+ <code class="block">
428
+ <p
429
+ >SPDX Reference:
430
+ <a
431
+ rel="noopener noreferrer"
432
+ href="https://spdx.org/licenses/CC-BY-4.0.html"
433
+ >https://spdx.org/licenses/CC-BY-4.0.html</a
434
+ ></p
435
+ >
436
+
437
+ <p
438
+ >Canonical URL:
439
+ <a
440
+ rel="noopener noreferrer"
441
+ href="https://creativecommons.org/licenses/by/4.0/"
442
+ >https://creativecommons.org/licenses/by/4.0/</a
443
+ ></p
444
+ >
445
+ </code>
446
+
447
+ <span class="small-text"><a href="#top">Back to top</a></span>
448
+
449
+ <a name="gnu-gpl"></a>
450
+
451
+ <h2>7. GNU General Public License (GPL)</h2>
452
+
453
+ <p class="small-text">
454
+ Formats:
455
+ <a
456
+ rel="noopener noreferrer"
457
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING.md"
458
+ >Markdown</a
459
+ >
460
+ |
461
+ <a
462
+ rel="noopener noreferrer"
463
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING.txt"
464
+ >Text</a
465
+ >
466
+ |
467
+ <a
468
+ rel="noopener noreferrer"
469
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING-rdfa.xml"
470
+ >RDFa</a
471
+ >
472
+ |
473
+ <a
474
+ rel="noopener noreferrer"
475
+ href="https://github.com/netwk-pro/netwk-pro-legal/raw/refs/heads/master/assets/license/COPYING.odt"
476
+ >ODT</a
477
+ ></p
478
+ >
479
+
480
+ <p
481
+ >Network Pro Strategies (Network Pro&trade;) is free software: you can
482
+ redistribute it and/or modify it under the terms of the
483
+ <strong>GNU General Public License</strong> ("GNU GPL") as published
484
+ by the
485
+ <a rel="noopener noreferrer" href="https://fsf.org"
486
+ >Free Software Foundation</a
487
+ >, either version 3 of the License, or (at your option) any later
488
+ version.</p
489
+ >
490
+
491
+ <p
492
+ >This material is distributed in the hope that it will be useful, but
493
+ WITHOUT ANY WARRANTY; without even the implied warranty of
494
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
495
+ General Public License for more details.</p
496
+ >
497
+
498
+ <p
499
+ >You should have received a copy of the GNU General Public License
500
+ along with this material. If not, see <<a
501
+ rel="noopener noreferrer"
502
+ href="https://www.gnu.org/licenses/"
503
+ >https://www.gnu.org/licenses/</a
504
+ >>.</p
505
+ >
506
+
507
+ <code class="block">
508
+ <p
509
+ >SPDX Reference:
510
+ <a
511
+ rel="noopener noreferrer"
512
+ href="https://spdx.org/licenses/GPL-3.0-or-later.html"
513
+ >https://spdx.org/licenses/GPL-3.0-or-later.html</a
514
+ ></p
515
+ >
516
+
517
+ <p
518
+ >Canonical URL:
519
+ <a
520
+ rel="noopener noreferrer"
521
+ href="https://www.gnu.org/licenses/gpl-3.0.html"
522
+ >https://www.gnu.org/licenses/gpl-3.0.html</a
523
+ ></p
524
+ >
525
+ </code>
526
+
527
+ <span class="small-text"><a href="#top">Back to top</a></span>
528
+
529
+ <a name="third-party"></a>
530
+
531
+ <h2>8. Third-Party Code and Licenses</h2>
532
+ <p
533
+ >Some components of the Licensed Material may include or interface
534
+ with third-party libraries, frameworks, or assets.
535
+ <strong
536
+ >Each third-party component is governed solely by its own license
537
+ terms</strong
538
+ >
539
+ and is expressly excluded from the scope of this document.</p
540
+ >
541
+
542
+ <p
543
+ >The inclusion, reference, or linking of any third-party content
544
+ <strong
545
+ >does not constitute endorsement, approval, or warranty</strong
546
+ >
547
+ by the Company.</p
548
+ >
549
+
550
+ <p
551
+ ><strong>It is the user's responsibility</strong> to review,
552
+ understand, and comply with all applicable third-party licenses before
553
+ use, modification, or distribution.</p
554
+ >
555
+
556
+ <span class="small-text"><a href="#top">Back to top</a></span>
557
+
558
+ <a name="prohibited-uses"></a>
559
+
560
+ <h2>9. Prohibited Uses</h2>
561
+ <p
562
+ ><strong
563
+ >The following activities are strictly prohibited and may constitute
564
+ infringement or unfair competition under applicable law, unless
565
+ explicitly authorized in writing by the Company:</strong
566
+ ></p
567
+ >
568
+ <ul>
569
+ <li
570
+ >Use of any Company trademarks, logos, domain names, slogans, or
571
+ brand identifiers</li
572
+ >
573
+ <li
574
+ >Any representation—explicit or implied—suggesting endorsement,
575
+ affiliation, or partnership with the Company</li
576
+ >
577
+ <li
578
+ >Misuse, misappropriation, or unauthorized use of any intellectual
579
+ property owned by the Company</li
580
+ >
581
+ <li
582
+ >Incorporation of any Company branding or protected identifiers into
583
+ derivative works or redistributed content</li
584
+ >
585
+ </ul>
586
+
587
+ <span class="small-text"><a href="#top">Back to top</a></span>
588
+
589
+ <a name="disclaimer"></a>
590
+
591
+ <h2>10. Modifications and Liability Disclaimer</h2>
592
+ <p
593
+ >Modifications, redistribution, or any use of the Licensed Material
594
+ are performed entirely at your own risk.</p
595
+ >
596
+ <blockquote
597
+ ><strong
598
+ >THE LICENSED MATERIAL IS PROVIDED “AS IS” AND “AS AVAILABLE,”
599
+ WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. TO THE MAXIMUM EXTENT
600
+ PERMITTED BY LAW, THE COMPANY DISCLAIMS ALL WARRANTIES, INCLUDING
601
+ BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
602
+ FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND ACCURACY.</strong
603
+ ></blockquote
604
+ >
605
+
606
+ <p
607
+ ><strong
608
+ >The Company shall not be liable for any direct, indirect,
609
+ incidental, consequential, special, exemplary, or punitive damages
610
+ arising from or related to the use, reproduction, modification, or
611
+ distribution of the Licensed Material</strong
612
+ >—including, without limitation, any claims or disputes brought by
613
+ third parties, whether in contract, tort, or otherwise.</p
614
+ >
615
+
616
+ <span class="small-text"><a href="#top">Back to top</a></span>
617
+
618
+ <a name="contact"></a>
619
+
620
+ <h2>11. Contact</h2>
621
+ <p
622
+ >Contact the Company via our
623
+ <a href="https://contact.neteng.pro">contact form</a> or email:<br />
624
+ 📧 <code>support (at) neteng.pro</code></p
625
+ >
626
+
627
+ <a name="revisions"></a>
628
+
629
+ <h2>12. Revisions</h2>
630
+ <p
631
+ >This legal page may be updated to comply with legal or operational
632
+ changes. The current effective date is listed at the top of this
633
+ document.</p
634
+ >
635
+
636
+ <span class="small-text"><a href="#top">Back to top</a></span>
637
+
638
+ <h2 id="attribution">13. Attribution</h2>
639
+
640
+ <p
641
+ >Website base structure provided by HTML5 Boilerplate:<br />
642
+ <<a rel="noopener noreferrer" href="https://html5boilerplate.com/"
643
+ >https://html5boilerplate.com/</a
644
+ >></p
645
+ >
646
+
647
+ <code class="block">
648
+ ################################################################################<br />
649
+
650
+ <p>Copyright (c) HTML5 Boilerplate</p>
651
+
652
+ <p
653
+ >Permission is hereby granted, free of charge, to any person
654
+ obtaining a copy of this software and associated documentation files
655
+ (the "Software"), to deal in the Software without restriction,
656
+ including without limitation the rights to use, copy, modify, merge,
657
+ publish, distribute, sublicense, and/or sell copies of the Software,
658
+ and to permit persons to whom the Software is furnished to do so,
659
+ subject to the following conditions:</p
660
+ >
661
+
662
+ <p
663
+ >The above copyright notice and this permission notice shall be
664
+ included in all copies or substantial portions of the Software.</p
665
+ >
666
+
667
+ <p
668
+ >THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
669
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
670
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
671
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
672
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
673
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
674
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
675
+ SOFTWARE.</p
676
+ >
677
+ </code>
678
+
679
+ <span class="small-text"><a href="#top">Back to top</a></span>
680
+ <!-- END MAIN CONTENT -->
681
+
682
+ &nbsp;
683
+
684
+ <!-- BEGIN SOCIAL MEDIA -->
685
+ <section id="social-media">
686
+ <div class="soc-wrap">
687
+ <table class="soc">
688
+ <tbody>
689
+ <tr>
690
+ <td class="soc-fa">
691
+ <p>
692
+ <a
693
+ rel="noopener noreferrer"
694
+ href="https://instagram.com/netwk_pro"
695
+ target="_blank">
696
+ <span
697
+ class="fa-brands fa-square-instagram fa-2x"></span>
698
+ </a>
699
+ </p>
700
+ </td>
701
+ <td class="soc-fa">
702
+ <p>
703
+ <a
704
+ rel="noopener noreferrer"
705
+ href="https://facebook.com/neteng.pro"
706
+ target="_blank">
707
+ <span class="fa-brands fa-square-facebook fa-2x"></span>
708
+ </a>
709
+ </p>
710
+ </td>
711
+ <td class="soc-fa">
712
+ <p>
713
+ <a
714
+ rel="noopener noreferrer"
715
+ href="https://linkedin.com/company/netwk-pro"
716
+ target="_blank">
717
+ <span class="fa-brands fa-linkedin fa-2x"></span>
718
+ </a>
719
+ </p>
720
+ </td>
721
+ <td class="soc-fa">
722
+ <p>
723
+ <a
724
+ rel="me noopener noreferrer"
725
+ href="https://noc.social/@NetEng_Pro"
726
+ target="_blank">
727
+ <span class="fa-brands fa-mastodon fa-2x"></span>
728
+ </a>
729
+ </p>
730
+ </td>
731
+ <td class="soc-fa">
732
+ <p>
733
+ <a
734
+ rel="noopener noreferrer"
735
+ href="https://x.com/NetEng_Pro"
736
+ target="_blank">
737
+ <span
738
+ class="fa-brands fa-square-x-twitter fa-2x"></span>
739
+ </a>
740
+ </p>
741
+ </td>
742
+ <td class="soc-fa">
743
+ <p>
744
+ <a
745
+ rel="noopener noreferrer"
746
+ href="https://threads.net/netwk_pro"
747
+ target="_blank"
748
+ ><span class="fa-brands fa-square-threads fa-2x"></span>
749
+ </a>
750
+ </p>
751
+ </td>
752
+ </tr>
753
+ </tbody>
754
+ </table>
755
+ </div>
756
+ </section>
757
+ <!-- END SOCIAL MEDIA -->
758
+
759
+ <hr />
760
+
761
+ &nbsp;
762
+
763
+ <!-- BEGIN LEGAL -->
764
+ <section id="legal">
765
+ <div class="bnav-wrap">
766
+ <table class="bnav"
767
+ ><tbody>
768
+ <tr>
769
+ <td class="bnav-nav"
770
+ ><a
771
+ rel="noopener noreferrer"
772
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md"
773
+ target="_blank"
774
+ >Terms of Use
775
+ <sup
776
+ ><span
777
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a
778
+ ></td>
779
+ <td class="bnav-nav"
780
+ ><a
781
+ rel="noopener noreferrer"
782
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md"
783
+ target="_blank"
784
+ >Privacy Policy
785
+ <sup
786
+ ><span
787
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
788
+ ></a>
789
+ </td>
790
+ </tr>
791
+ <tr>
792
+ <td class="bnav-cell" colspan="2"
793
+ ><span style="color: #7f6227">Legal</span></td
794
+ >
795
+ </tr>
796
+ </tbody>
797
+ </table>
798
+ </div>
799
+ </section>
800
+ <!-- END LEGAL -->
801
+
802
+ &nbsp;
803
+
804
+ <!-- BEGIN BADGES -->
805
+ <section id="badges">
806
+ <div class="bnav2-wrap">
807
+ <table class="bnav2"
808
+ ><tbody>
809
+ <tr>
810
+ <td class="bnav2-nav"
811
+ ><a
812
+ rel="noopener noreferrer"
813
+ href="https://creativecommons.org/licenses/by/4.0/"
814
+ target="_blank"
815
+ ><img
816
+ decoding="async"
817
+ loading="lazy"
818
+ src="https://forthebadge.com/images/badges/cc-by.png"
819
+ style="width: 160px; height: auto"
820
+ alt="CC BY 4.0" /></a
821
+ ></td>
822
+ <td class="bnav2-nav"
823
+ ><a
824
+ rel="noopener noreferrer"
825
+ href="https://www.gnu.org/licenses/gpl-3.0.html"
826
+ target="_blank"
827
+ ><img
828
+ decoding="async"
829
+ loading="lazy"
830
+ src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b"
831
+ style="width: 120px; height: auto"
832
+ alt="GPL 3.0 or Later" /></a
833
+ ></td>
834
+ </tr>
835
+ </tbody>
836
+ </table>
837
+ </div>
838
+ </section>
839
+ <!-- END BADGES -->
840
+ </div>
841
+ </div>
842
+
843
+ &nbsp;
844
+
845
+ <!-- BEGIN FOOTER -->
846
+ <footer id="licensing">
847
+ <div class="container">
848
+ <div
849
+ class="copyright"
850
+ xmlns:cc="http://creativecommons.org/ns#"
851
+ xmlns:dct="http://purl.org/dc/terms/">
852
+ <p>
853
+ Copyright &copy; 2025<br />
854
+ <a
855
+ rel="cc:attributionURL dct:creator noopener noreferrer"
856
+ property="cc:attributionName"
857
+ href="https://netwk.pro/"
858
+ target="_blank"
859
+ ><strong>Network Pro Strategies</strong></a
860
+ >
861
+ (Network Pro&trade;)</p
862
+ >
863
+
864
+ <p>
865
+ Network Pro&trade;, the shield logo, and the "Locking Down Networks"
866
+ slogan are trademarks of Network Pro Strategies.
867
+ </p>
868
+
869
+ <p>
870
+ Licensed under
871
+ <a
872
+ href="https://creativecommons.org/licenses/by/4.0/"
873
+ target="_blank"
874
+ rel="license noopener noreferrer"
875
+ style="display: inline-block"
876
+ ><b>CC BY 4.0</b></a
877
+ >
878
+ <a
879
+ href="https://creativecommons.org/licenses/by/4.0/"
880
+ target="_blank"
881
+ rel="license noopener noreferrer"
882
+ style="display: inline-block"
883
+ ><img
884
+ decoding="async"
885
+ loading="lazy"
886
+ style="
887
+ height: 18px !important;
888
+ margin-left: 3px;
889
+ vertical-align: text-bottom;
890
+ text-decoration: none;
891
+ "
892
+ src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"
893
+ alt="Creative Commons BY 4.0" />
894
+ </a>
895
+ <a
896
+ href="https://creativecommons.org/licenses/by/4.0/"
897
+ target="_blank"
898
+ rel="license noopener noreferrer"
899
+ style="display: inline-block"
900
+ ><img
901
+ decoding="async"
902
+ loading="lazy"
903
+ style="
904
+ height: 18px !important;
905
+ margin-left: 3px;
906
+ vertical-align: text-bottom;
907
+ text-decoration: none;
908
+ "
909
+ src="https://mirrors.creativecommons.org/presskit/icons/by.svg"
910
+ alt="Creative Commons BY 4.0"
911
+ /></a>
912
+ and the
913
+ <a
914
+ href="https://www.gnu.org/licenses/gpl-3.0.html"
915
+ target="_blank"
916
+ rel="license noopener noreferrer"
917
+ ><b>GNU GPL</b></a
918
+ >, as published by the
919
+ <a
920
+ rel="noopener noreferrer"
921
+ href="https://www.fsf.org"
922
+ target="_blank"
923
+ >Free Software Foundation</a
924
+ >, either version 3 of the License, or (at your option) any later
925
+ version.
926
+ </p>
927
+ </div>
928
+ </div>
929
+ </footer>
930
+ <!-- END FOOTER -->
931
+
932
+ <script src="js/app.js"></script>
933
+ </body>
934
+ </html>