@networkpro/legal 0.0.9 → 0.1.1

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