@networkpro/legal 0.3.0 → 0.3.3
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/404.html +84 -0
- package/CNAME +1 -0
- package/LICENSE.md +296 -0
- package/PRIVACY.md +212 -0
- package/README.md +86 -0
- package/TERMS-COND.md +277 -0
- package/TERMS-USE.md +212 -0
- package/bad-script.js +0 -0
- package/css/default.css +1 -0
- package/css/normalize.css +1 -0
- package/css/style.css +1 -0
- package/docs/sitemap.xml +6 -6
- package/docs/sitemap.xml.gz +0 -0
- package/favicon-180.png +0 -0
- package/favicon-192.png +0 -0
- package/favicon-512.png +0 -0
- package/favicon-splash.png +0 -0
- package/favicon.ico +0 -0
- package/favicon.svg +550 -0
- package/favicon.svg.br +0 -0
- package/favicon.svg.gz +0 -0
- package/html/CC-BY-4.0.html +798 -0
- package/html/CC-BY-4.0.html.br +0 -0
- package/html/CC-BY-4.0.html.gz +0 -0
- package/html/COPYING.html +1105 -0
- package/html/COPYING.html.br +0 -0
- package/html/COPYING.html.gz +0 -0
- package/img/banner-og-1200x630.png +0 -0
- package/img/logo-transparent.png +0 -0
- package/img/logo.png +0 -0
- package/index.html +253 -0
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/js/app.6f7616e04ac0463f582a.mjs +1 -0
- package/js/runtime.aac6c30edf7d8d569715.mjs +1 -0
- package/js/vendor/.gitkeep +0 -0
- package/package.json +1 -1
- package/robots.txt +14 -0
- package/site.webmanifest +25 -0
- package/sitemap.xml +115 -0
package/404.html
ADDED
@@ -0,0 +1,84 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
|
3
|
+
<html class="no-js" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta charset="utf-8">
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
10
|
+
<title>Page Not Found</title>
|
11
|
+
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/normalize.css" type="text/css">
|
14
|
+
<link rel="stylesheet" href="css/style.css" type="text/css">
|
15
|
+
<link rel="stylesheet" href="css/default.css" type="text/css">
|
16
|
+
|
17
|
+
<meta name="description" content="Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro">
|
18
|
+
<meta name="author" content="Scott Lopez">
|
19
|
+
<meta name="robots" content="noindex, nofollow">
|
20
|
+
|
21
|
+
<link rel="canonical" href="https://netwk.pro/404.html">
|
22
|
+
<base href="./404.html" target="_self">
|
23
|
+
|
24
|
+
<link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon">
|
25
|
+
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
26
|
+
<link rel="apple-touch-icon" href="favicon-180.png" type="image/png">
|
27
|
+
|
28
|
+
<link rel="manifest" href="site.webmanifest">
|
29
|
+
<meta name="theme-color" content="#ffc627">
|
30
|
+
|
31
|
+
<style>
|
32
|
+
* {
|
33
|
+
line-height: 1.2;
|
34
|
+
margin: 0;
|
35
|
+
}
|
36
|
+
|
37
|
+
html {
|
38
|
+
color: #222;
|
39
|
+
display: table;
|
40
|
+
font-family: Arial, Helvetica, sans-serif;
|
41
|
+
height: 100%;
|
42
|
+
text-align: center;
|
43
|
+
width: 100%;
|
44
|
+
}
|
45
|
+
|
46
|
+
body {
|
47
|
+
background-color: #191919;
|
48
|
+
color: #fafafa;
|
49
|
+
display: table-cell;
|
50
|
+
vertical-align: middle;
|
51
|
+
margin: 2em auto;
|
52
|
+
}
|
53
|
+
|
54
|
+
h1 {
|
55
|
+
color: #808080;
|
56
|
+
font-size: 2em;
|
57
|
+
font-weight: 400;
|
58
|
+
}
|
59
|
+
|
60
|
+
p {
|
61
|
+
margin: 0 auto;
|
62
|
+
width: 280px;
|
63
|
+
}
|
64
|
+
|
65
|
+
@media only screen and (max-width: 280px) {
|
66
|
+
body,
|
67
|
+
p {
|
68
|
+
width: 95%;
|
69
|
+
}
|
70
|
+
|
71
|
+
h1 {
|
72
|
+
font-size: 1.5em;
|
73
|
+
margin: 0 0 0.3em;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
</style>
|
77
|
+
<script defer="defer" src="js/runtime.aac6c30edf7d8d569715.mjs"></script><script defer="defer" src="js/app.6f7616e04ac0463f582a.mjs"></script></head>
|
78
|
+
|
79
|
+
<body>
|
80
|
+
<h1>Page Not Found</h1>
|
81
|
+
<p>Sorry, but the page you were trying to view does not exist.</p>
|
82
|
+
</body>
|
83
|
+
</html>
|
84
|
+
|
package/CNAME
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
legal.netwk.pro
|
package/LICENSE.md
ADDED
@@ -0,0 +1,296 @@
|
|
1
|
+
<!-- =========================================================================
|
2
|
+
LICENSE.md
|
3
|
+
|
4
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
5
|
+
This file is part of Network Pro.
|
6
|
+
========================================================================== -->
|
7
|
+
|
8
|
+
<!--
|
9
|
+
Copyright © 2025 Network Pro Strategies (Network Pro)
|
10
|
+
|
11
|
+
---
|
12
|
+
|
13
|
+
I. Creative Commons Attribution 4.0 International
|
14
|
+
|
15
|
+
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/.
|
16
|
+
|
17
|
+
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.
|
18
|
+
|
19
|
+
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.
|
20
|
+
|
21
|
+
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
|
22
|
+
|
23
|
+
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
|
24
|
+
Canonical URL: https://creativecommons.org/licenses/by/4.0/
|
25
|
+
|
26
|
+
---
|
27
|
+
|
28
|
+
II. GNU General Public License
|
29
|
+
|
30
|
+
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.
|
31
|
+
|
32
|
+
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
33
|
+
|
34
|
+
See the GNU General Public License for more details.
|
35
|
+
|
36
|
+
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
|
37
|
+
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
|
38
|
+
|
39
|
+
---
|
40
|
+
|
41
|
+
Author: Scott Lopez
|
42
|
+
Email: <contact@neteng.pro>
|
43
|
+
Web: <https://bio.neteng.pro>
|
44
|
+
-->
|
45
|
+
|
46
|
+
[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
|
47
|
+
`CC-BY-4.0 OR GPL-3.0-or-later`
|
48
|
+
|
49
|
+
<a name="top"></a>
|
50
|
+
|
51
|
+
# Legal, Copyright, and Licensing
|
52
|
+
|
53
|
+
**Network Pro Strategies**
|
54
|
+
**Effective Date:** April 21, 2025
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<!-- markdownlint-disable MD001 -->
|
59
|
+
|
60
|
+
### Table of Contents
|
61
|
+
|
62
|
+
<!-- markdownlint-enable MD001 -->
|
63
|
+
|
64
|
+
1. [Copyright](#ownership)
|
65
|
+
2. [Trademark Ownership](#trademark)
|
66
|
+
3. [Restrictions on Branding and Graphics](#branding)
|
67
|
+
4. [Licensed Material Definition](#licensed-material)
|
68
|
+
5. [License Terms](#licenses)
|
69
|
+
6. [Dual Licensing Notes](#dlnotes)
|
70
|
+
7. [Creative Commons License (CC BY 4.0)](#cc-by)
|
71
|
+
8. [GNU General Public License (GPL)](#gnu-gpl)
|
72
|
+
9. [Third-Party Code and Licenses](#third-party)
|
73
|
+
10. [Prohibited Uses](#prohibited-uses)
|
74
|
+
11. [Modifications and Liability Disclaimer](#disclaimer)
|
75
|
+
12. [Contact](#contact)
|
76
|
+
13. [Revisions](#revisions)
|
77
|
+
14. [Attribution](#attribution)
|
78
|
+
|
79
|
+
---
|
80
|
+
|
81
|
+
**Formats Available:** [HTML](https://netwk.pro/legal.html) | Markdown
|
82
|
+
|
83
|
+
<a name="ownership"></a>
|
84
|
+
|
85
|
+
## 1. Copyright
|
86
|
+
|
87
|
+
All content—including text, software, logos, graphics, documentation, and other materials—provided by **Network Pro Strategies** (“Network Pro”, “Company”, “Licensor”) is protected by U.S. and international copyright laws.
|
88
|
+
|
89
|
+
Copyright © 2025 **[Network Pro Strategies](https://netwk.pro)** (Network Pro™)
|
90
|
+
|
91
|
+
<a name="trademark"></a>
|
92
|
+
|
93
|
+
## 2. Trademark Ownership
|
94
|
+
|
95
|
+
The following trademarks are the exclusive property of the Company:
|
96
|
+
|
97
|
+
- **Brand Name:** Network Pro™
|
98
|
+
- **Domain Names:** netwk.pro, neteng.pro, neteng.cc
|
99
|
+
- **Logo:** The shield logo displayed on our homepage
|
100
|
+
- **Slogan:** "Locking Down Networks, Unlocking Confidence™"
|
101
|
+
|
102
|
+
Unauthorized use—including use likely to cause confusion, misrepresentation, or disparagement—is strictly prohibited.
|
103
|
+
|
104
|
+
<sub>[Back to top](#top)</sub>
|
105
|
+
|
106
|
+
<a name="branding"></a>
|
107
|
+
|
108
|
+
## 3. Restrictions on Branding and Graphics
|
109
|
+
|
110
|
+
Licensing under CC BY 4.0 or the GNU GPL **expressly excludes** any rights to use the Company’s trademarks, trade dress, logos, visual branding, or other proprietary identifiers.
|
111
|
+
|
112
|
+
**Such elements are not part of the Licensed Material and remain the exclusive property of the Company.** Any use of these elements—including within derivative works or promotional content—requires the Company’s prior written consent.
|
113
|
+
|
114
|
+
<sub>[Back to top](#top)</sub>
|
115
|
+
|
116
|
+
<a name="licensed-material"></a>
|
117
|
+
|
118
|
+
## 4. Licensed Material Definition
|
119
|
+
|
120
|
+
“Licensed Material” refers solely to the publicly available code and documentation distributed through the Company’s open repositories and websites. It expressly excludes all third-party content, proprietary brand assets (including logos, trademarks, and visual designs), and any internal or commercial backend systems.
|
121
|
+
|
122
|
+
For clarity, the Company itself is not licensed under, nor subject to, the terms of the open-source or content licenses described in this document.
|
123
|
+
|
124
|
+
<sub>[Back to top](#top)</sub>
|
125
|
+
|
126
|
+
<a name="licenses"></a>
|
127
|
+
|
128
|
+
## 5. License Terms
|
129
|
+
|
130
|
+
This work is dual-licensed under:
|
131
|
+
|
132
|
+
- [Creative Commons Attribution 4.0 International (CC BY 4.0)](#cc-by)
|
133
|
+
- [GNU General Public License v3.0 or later (GNU GPL)](#gnu-gpl)
|
134
|
+
|
135
|
+
<a name="dlnotes"></a>
|
136
|
+
|
137
|
+
## 6. Dual Licensing Notes
|
138
|
+
|
139
|
+
- You may choose to use the work under either license, or both where appropriate.
|
140
|
+
- See Creative Commons FAQ: [Separate agreements](https://creativecommons.org/faq/#can-i-enter-into-separate-or-supplemental-agreements-with-users-of-my-work)
|
141
|
+
- See GPL compatibility: [GPL FAQ](https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean)
|
142
|
+
|
143
|
+
<sub>[Back to top](#top)</sub>
|
144
|
+
|
145
|
+
<a name="cc-by"></a>
|
146
|
+
|
147
|
+
## 6. Creative Commons License (CC BY 4.0)
|
148
|
+
|
149
|
+
<sup>Formats: [HTML](https://legal.netwk.pro/html/CC-BY-4.0.html) | [Markdown](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.md) | [Text](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.txt) | [RDFa](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0-rdfa.xml) | [XMP](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.xml)</sup>
|
150
|
+
|
151
|
+
Network Pro™ (the "Licensed Material") is licensed under **Creative
|
152
|
+
Commons Attribution 4.0 International** (CC BY 4.0)
|
153
|
+
[<img decoding="async" loading="lazy" style="display: inline-block; height: 18px !important; margin-left: 3px; vertical-align: text-bottom; text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons BY" />](https://creativecommons.org/licenses/by/4.0/)
|
154
|
+
[<img decoding="async" loading="lazy" style="display: inline-block; height: 18px !important; margin-left: 3px; vertical-align: text-bottom; text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY" />](https://creativecommons.org/licenses/by/4.0/).
|
155
|
+
|
156
|
+
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.
|
157
|
+
|
158
|
+
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
|
159
|
+
|
160
|
+
<code style="background: none; border: none; border-radius: 0; height: 50vh; outline: none; resize: none; width: 100%;">
|
161
|
+
|
162
|
+
- SPDX Reference:
|
163
|
+
[https://spdx.org/licenses/CC-BY-4.0.html](https://spdx.org/licenses/CC-BY-4.0.html)
|
164
|
+
- Canonical URL:
|
165
|
+
[https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/)
|
166
|
+
|
167
|
+
</code>
|
168
|
+
|
169
|
+
<sub>[Back to top](#top)</sub>
|
170
|
+
|
171
|
+
<a name="gnu-gpl"></a>
|
172
|
+
|
173
|
+
## 7. GNU General Public License (GPL)
|
174
|
+
|
175
|
+
<sup>Formats: [HTML](https://legal.netwk.pro/html/COPYING.html) | [Markdown](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING.md) | [Text](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING.txt) | [RDFa](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING-rdfa.xml) | [ODT](https://github.com/netwk-pro/netwk-pro-legal/raw/refs/heads/master/assets/license/COPYING.odt)</sup>
|
176
|
+
|
177
|
+
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](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version.
|
178
|
+
|
179
|
+
You should have received a copy of the GNU General Public License along with this material. If not, see <[https://www.gnu.org/licenses/](https://www.gnu.org/licenses/)>.
|
180
|
+
|
181
|
+
<code style="background: none; border: none; border-radius: 0; height: 50vh; outline: none; resize: none; width: 100%;">
|
182
|
+
|
183
|
+
- SPDX Reference:
|
184
|
+
[https://spdx.org/licenses/GPL-3.0-or-later.html](https://spdx.org/licenses/GPL-3.0-or-later.html)
|
185
|
+
- Canonical URL:
|
186
|
+
[https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
|
187
|
+
|
188
|
+
</code>
|
189
|
+
|
190
|
+
<sub>[Back to top](#top)</sub>
|
191
|
+
|
192
|
+
<a name="third-party"></a>
|
193
|
+
|
194
|
+
## 9. Third-Party Code and Licenses
|
195
|
+
|
196
|
+
Some components of the Licensed Material may include or interface with third-party libraries, frameworks, or assets. **Each third-party component is governed solely by its own license terms** and is expressly excluded from the scope of this document.
|
197
|
+
|
198
|
+
The inclusion, reference, or linking of any third-party content **does not constitute endorsement, approval, or warranty** by the Company.
|
199
|
+
|
200
|
+
**It is the user's responsibility** to review, understand, and comply with all applicable third-party licenses before use, modification, or distribution.
|
201
|
+
|
202
|
+
<sub>[Back to top](#top)</sub>
|
203
|
+
|
204
|
+
<a name="prohibited-uses"></a>
|
205
|
+
|
206
|
+
## 9. Prohibited Uses
|
207
|
+
|
208
|
+
**The following activities are strictly prohibited and may constitute infringement or unfair competition under applicable law, unless explicitly authorized in writing by the Company:**
|
209
|
+
|
210
|
+
- Use of any Company trademarks, logos, domain names, slogans, or other brand identifiers
|
211
|
+
- Any representation—explicit or implied—that suggests endorsement, affiliation, or partnership with the Company
|
212
|
+
- Misuse, unauthorized use, or misrepresentation of the Company’s intellectual property
|
213
|
+
- Incorporation of any Company branding or protected identifiers into derivative works, forks, distributions, or promotional materials
|
214
|
+
|
215
|
+
<sub>[Back to top](#top)</sub>
|
216
|
+
|
217
|
+
<a name="disclaimer"></a>
|
218
|
+
|
219
|
+
## 10. Modifications and Liability Disclaimer
|
220
|
+
|
221
|
+
Modifications, redistribution, or any use of the Licensed Material are performed entirely at your own risk.
|
222
|
+
|
223
|
+
> THE LICENSED MATERIAL IS PROVIDED “AS IS” AND “AS AVAILABLE,” WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE COMPANY DISCLAIMS ALL WARRANTIES, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND ACCURACY.
|
224
|
+
|
225
|
+
**The Company shall not be liable for any direct, indirect, incidental, consequential, special, exemplary, or punitive damages arising from or related to the use, reproduction, modification, or distribution of the Licensed Material**—including, without limitation, any claims or disputes brought by third parties, whether in contract, tort, or otherwise.
|
226
|
+
|
227
|
+
<sub>[Back to top](#top)</sub>
|
228
|
+
|
229
|
+
<a name="contact"></a>
|
230
|
+
|
231
|
+
## 11. Contact
|
232
|
+
|
233
|
+
The Company may be contacted via our [contact form](https://contact.neteng.pro) or by email at:
|
234
|
+
📧 `support (at) neteng.pro`
|
235
|
+
|
236
|
+
<sub>[Back to top](#top)</sub>
|
237
|
+
|
238
|
+
<a name="revisions"></a>
|
239
|
+
|
240
|
+
## 12. Revisions
|
241
|
+
|
242
|
+
This legal page may be updated to comply with legal or operational changes. The current effective date is listed at the top of this document.
|
243
|
+
|
244
|
+
<sub>[Back to top](#top)</sub>
|
245
|
+
|
246
|
+
<a name="attribution"></a>
|
247
|
+
|
248
|
+
## 13. Attribution
|
249
|
+
|
250
|
+
Website base structure provided by HTML5 Boilerplate:
|
251
|
+
<[https://html5boilerplate.com/](https://html5boilerplate.com/)>>
|
252
|
+
|
253
|
+
```markdown
|
254
|
+
Copyright (c) HTML5 Boilerplate
|
255
|
+
|
256
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
257
|
+
this software and associated documentation files (the "Software"), to deal in
|
258
|
+
the Software without restriction, including without limitation the rights to
|
259
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
260
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
261
|
+
subject to the following conditions:
|
262
|
+
|
263
|
+
The above copyright notice and this permission notice shall be included in all
|
264
|
+
copies or substantial portions of the Software.
|
265
|
+
|
266
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
267
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
268
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
269
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
270
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
271
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
272
|
+
```
|
273
|
+
|
274
|
+
<sub>[Back to top](#top)</sub>
|
275
|
+
|
276
|
+
---
|
277
|
+
|
278
|
+
<div style="font-size: 12px; font-weight: bold; text-align: center;">
|
279
|
+
|
280
|
+
[Home](https://netwk.pro/) | [Terms of Use](https://netwk.pro/terms-of-use.html)
|
281
|
+
[Privacy Policy](https://netwk.pro/privacy.html) | Legal
|
282
|
+
|
283
|
+
</div>
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
<div style="font-size: 12px; text-align: center;">
|
288
|
+
|
289
|
+
Copyright © 2025
|
290
|
+
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
291
|
+
|
292
|
+
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](#trademark) of Network Pro Strategies.
|
293
|
+
|
294
|
+
Licensed under **[CC BY 4.0](#cc-by)** and the **[GNU GPL](#gnu-gpl)**, as published by the [Free Software Foundation](https://www.fsf.org), either version 3 of the License, or (at your option) any later version.
|
295
|
+
|
296
|
+
</div>
|
package/PRIVACY.md
ADDED
@@ -0,0 +1,212 @@
|
|
1
|
+
<!-- =========================================================================
|
2
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
3
|
+
This file is part of Network Pro.
|
4
|
+
========================================================================== -->
|
5
|
+
|
6
|
+
<!--
|
7
|
+
Copyright © 2025 Network Pro Strategies (Network Pro)
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
I. Creative Commons Attribution 4.0 International
|
12
|
+
|
13
|
+
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/.
|
14
|
+
|
15
|
+
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.
|
16
|
+
|
17
|
+
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.
|
18
|
+
|
19
|
+
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
|
20
|
+
|
21
|
+
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
|
22
|
+
Canonical URL: https://creativecommons.org/licenses/by/4.0/
|
23
|
+
|
24
|
+
---
|
25
|
+
|
26
|
+
II. GNU General Public License
|
27
|
+
|
28
|
+
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.
|
29
|
+
|
30
|
+
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
31
|
+
|
32
|
+
See the GNU General Public License for more details.
|
33
|
+
|
34
|
+
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
|
35
|
+
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
|
36
|
+
|
37
|
+
---
|
38
|
+
|
39
|
+
Author: Scott Lopez
|
40
|
+
Email: <contact@neteng.pro>
|
41
|
+
Web: <https://bio.neteng.pro>
|
42
|
+
-->
|
43
|
+
|
44
|
+
[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
|
45
|
+
`CC-BY-4.0 OR GPL-3.0-or-later`
|
46
|
+
|
47
|
+
<a name="top"></a>
|
48
|
+
|
49
|
+
# Privacy Policy
|
50
|
+
|
51
|
+
**Network Pro Strategies**
|
52
|
+
**Effective Date:** April 18, 2025
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
<!-- markdownlint-disable MD001 -->
|
57
|
+
|
58
|
+
### Table of Contents
|
59
|
+
|
60
|
+
<!-- markdownlint-enable MD001 -->
|
61
|
+
|
62
|
+
1. [Introduction](#intro)
|
63
|
+
2. [Information We Collect](#collect)
|
64
|
+
3. [Payment Information](#payment)
|
65
|
+
4. [Use of Information](#use)
|
66
|
+
5. [Data Sharing](#sharing)
|
67
|
+
6. [Data Security](#security)
|
68
|
+
7. [User Rights](#rights)
|
69
|
+
8. [Third-Party Links](#third-party)
|
70
|
+
9. [Disclaimers and Limitations](#disclaimers)
|
71
|
+
10. [Policy Changes](#changes)
|
72
|
+
11. [Contact](#contact)
|
73
|
+
|
74
|
+
---
|
75
|
+
|
76
|
+
**Formats Available:** [HTML](https://netwk.pro/privacy.html) | Markdown
|
77
|
+
|
78
|
+
<a name="intro"></a>
|
79
|
+
|
80
|
+
## 1. Introduction
|
81
|
+
|
82
|
+
Network Pro Strategies ("Company," "we," "us," or "our") is committed to protecting the privacy of clients and website visitors. This Privacy Policy outlines how we collect, use, and safeguard your information when you interact with our website or services, consistent with applicable U.S. federal law and Arizona law, including Title 18, Chapter 5, Article 4 of the **[Arizona Revised Statutes](https://www.azleg.gov/arstitle/) (A.R.S. §§ 18-551, 18-552)**.
|
83
|
+
|
84
|
+
<a name="collect"></a>
|
85
|
+
|
86
|
+
## 2. Information We Collect
|
87
|
+
|
88
|
+
We may collect the following categories of information:
|
89
|
+
|
90
|
+
- **Personal Identifiers** (e.g., name, email, phone number)
|
91
|
+
- **Business and Professional Information**
|
92
|
+
- **Device/Technical Information** (e.g., IP address, browser type, access logs)
|
93
|
+
- **Client-Submitted Content** related to our services
|
94
|
+
|
95
|
+
<sub>[Back to top](#top)</sub>
|
96
|
+
|
97
|
+
<a name="payment"></a>
|
98
|
+
|
99
|
+
## 3. Payment Information
|
100
|
+
|
101
|
+
When processing payments, we may collect credit card details and billing contact information. All credit card data is encrypted via TLS and shared only with PCI-compliant processors. **Data is purged within 90 days post-verification of payment.**
|
102
|
+
|
103
|
+
<sub>[Back to top](#top)</sub>
|
104
|
+
|
105
|
+
<a name="use"></a>
|
106
|
+
|
107
|
+
## 4. Use of Information
|
108
|
+
|
109
|
+
Information is used to:
|
110
|
+
|
111
|
+
- **Provide and improve services**
|
112
|
+
- **Respond to inquiries and fulfill contracts**
|
113
|
+
- **Conduct analytics and enhance user experience**
|
114
|
+
- **Ensure legal and regulatory compliance**
|
115
|
+
|
116
|
+
<sub>[Back to top](#top)</sub>
|
117
|
+
|
118
|
+
<a name="sharing"></a>
|
119
|
+
|
120
|
+
## 5. Data Sharing
|
121
|
+
|
122
|
+
We do not sell personal information. However, we may share personal and business information under the following circumstances:
|
123
|
+
|
124
|
+
- **With Service Providers:** We may share information with trusted third-party vendors—under binding agreements—who support our business operations. These include, but are not limited to, services such as payment processing, analytics, hosting, and customer support. These providers are authorized to use your information only as necessary to perform their contractual obligations.
|
125
|
+
- **Legal Compliance:** We may disclose information if required to do so by applicable law, regulation, legal process, or enforceable governmental request, including subpoenas or court orders.
|
126
|
+
- **Business Transfers:** In connection with a merger, acquisition, asset sale, or similar corporate transaction, we may disclose or transfer personal information, provided that reasonable steps are taken to ensure continued confidentiality and compliance with applicable privacy laws.
|
127
|
+
|
128
|
+
<sub>[Back to top](#top)</sub>
|
129
|
+
|
130
|
+
<a name="security"></a>
|
131
|
+
|
132
|
+
## 6. Data Security
|
133
|
+
|
134
|
+
We implement industry-standard security measures to protect your data. However, no method of transmission over the Internet or electronic storage is completely secure, and we cannot guarantee absolute security. In compliance with **A.R.S. § 18-552**, we will notify affected individuals in the event of a data breach involving personal information.
|
135
|
+
|
136
|
+
<sub>[Back to top](#top)</sub>
|
137
|
+
|
138
|
+
<a name="rights"></a>
|
139
|
+
|
140
|
+
## 7. User Rights
|
141
|
+
|
142
|
+
<!-- markdownlint-disable MD036 -->
|
143
|
+
|
144
|
+
**Your Rights and Choices**
|
145
|
+
|
146
|
+
<!-- markdownlint-enable MD036 -->
|
147
|
+
|
148
|
+
Under applicable state and federal law, you may have rights to:
|
149
|
+
|
150
|
+
- **Access, update, or delete** your personal information, subject to legal and contractual limitations.
|
151
|
+
- **Restrict or object to processing** under certain conditions, as permitted by law.
|
152
|
+
- **Opt out of direct marketing**
|
153
|
+
|
154
|
+
To exercise these rights, please use our [Privacy Rights Request Form](https://privacy.neteng.pro) or email us at `support (at) neteng.pro`.
|
155
|
+
|
156
|
+
<sub>[Back to top](#top)</sub>
|
157
|
+
|
158
|
+
<a name="third-party"></a>
|
159
|
+
|
160
|
+
## 8. Third-Party Links
|
161
|
+
|
162
|
+
Our site may contain links to third-party sites. We are not responsible for their privacy practices.
|
163
|
+
|
164
|
+
<sub>[Back to top](#top)</sub>
|
165
|
+
|
166
|
+
<a name="disclaimers"></a>
|
167
|
+
|
168
|
+
## 9. Disclaimers and Limitations
|
169
|
+
|
170
|
+
Network Pro Strategies offers informational content as a public service. No warranties are made regarding the accuracy or completeness of such content. Consulting services are governed by separate contracts. We disclaim liability for third-party services integrated or referenced.
|
171
|
+
|
172
|
+
<sub>[Back to top](#top)</sub>
|
173
|
+
|
174
|
+
<a name="changes"></a>
|
175
|
+
|
176
|
+
## 10. Policy Changes
|
177
|
+
|
178
|
+
We may update this policy periodically. Changes are effective upon posting.
|
179
|
+
|
180
|
+
<sub>[Back to top](#top)</sub>
|
181
|
+
|
182
|
+
<a name="contact"></a>
|
183
|
+
|
184
|
+
## 11. Contact
|
185
|
+
|
186
|
+
For questions, contact:
|
187
|
+
|
188
|
+
**Network Pro Strategies**
|
189
|
+
📧 Email: `support (at) neteng.pro`
|
190
|
+
📞 Phone: (623) 252-4350
|
191
|
+
|
192
|
+
---
|
193
|
+
|
194
|
+
<div style="font-size: 12px; font-weight: bold; text-align: center;">
|
195
|
+
|
196
|
+
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use.html)
|
197
|
+
Privacy Policy | [Legal](https://netwk.pro/legal.html)
|
198
|
+
|
199
|
+
</div>
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
<div style="font-size: 12px; text-align: center;">
|
204
|
+
|
205
|
+
Copyright © 2025
|
206
|
+
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
207
|
+
|
208
|
+
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/legal.html#trademark) of Network Pro Strategies.
|
209
|
+
|
210
|
+
Licensed under **[CC BY 4.0](https://netwk.pro/legal.html#cc-by)** and the **[GNU GPL](https://netwk.pro/legal.html#gnu-gpl)**, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
211
|
+
|
212
|
+
</div>
|
package/README.md
ADDED
@@ -0,0 +1,86 @@
|
|
1
|
+
<!-- =========================================================================
|
2
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
3
|
+
This file is part of Network Pro.
|
4
|
+
========================================================================== -->
|
5
|
+
|
6
|
+
<!--
|
7
|
+
Copyright © 2025 Network Pro Strategies (Network Pro)
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
I. Creative Commons Attribution 4.0 International
|
12
|
+
|
13
|
+
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/.
|
14
|
+
|
15
|
+
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.
|
16
|
+
|
17
|
+
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.
|
18
|
+
|
19
|
+
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
|
20
|
+
|
21
|
+
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
|
22
|
+
Canonical URL: https://creativecommons.org/licenses/by/4.0/
|
23
|
+
|
24
|
+
---
|
25
|
+
|
26
|
+
II. GNU General Public License
|
27
|
+
|
28
|
+
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.
|
29
|
+
|
30
|
+
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
31
|
+
FITNESS FOR A PARTICULAR PURPOSE.
|
32
|
+
|
33
|
+
See the GNU General Public License for more details.
|
34
|
+
|
35
|
+
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
|
36
|
+
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
|
37
|
+
|
38
|
+
---
|
39
|
+
|
40
|
+
Author: Scott Lopez
|
41
|
+
Email: <contact@neteng.pro>
|
42
|
+
Web: <https://bio.neteng.pro>
|
43
|
+
-->
|
44
|
+
|
45
|
+
[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/): `CC-BY-4.0 OR GPL-3.0-or-later`
|
46
|
+
|
47
|
+
# Legal Document Portal
|
48
|
+
|
49
|
+
<!-- markdownlint-disable MD001 -->
|
50
|
+
|
51
|
+
### Network Pro Strategies
|
52
|
+
|
53
|
+
<!-- markdownlint-enable MD001 -->
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
Repository of legal documents for Network Pro Strategies (Network Pro™).
|
58
|
+
|
59
|
+
**Available online at [legal.netwk.pro](https://legal.netwk.pro).**
|
60
|
+
|
61
|
+
---
|
62
|
+
|
63
|
+
| [](https://creativecommons.org/licenses/by/4.0/) | [](https://www.gnu.org/licenses/gpl-3.0.html) | [](https://my.fsf.org/join?referrer=6725885) |
|
64
|
+
| :-------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: |
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
<span style="font-size: 12px; font-weight: bold; text-align: center;">
|
69
|
+
|
70
|
+
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use.html)
|
71
|
+
[Privacy Policy](https://netwk.pro/privacy.html) | [Legal](https://netwk.pro/legal.html)
|
72
|
+
|
73
|
+
</span>
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
<span style="font-size: 12px; text-align: center;">
|
78
|
+
|
79
|
+
Copyright © 2025
|
80
|
+
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
81
|
+
|
82
|
+
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/legal.html#trademark) of Network Pro Strategies.
|
83
|
+
|
84
|
+
Licensed under **[CC BY 4.0](https://netwk.pro/legal.html#cc-by)** and the **[GNU GPL](hhttps://netwk.pro/legal.html#gnu-gpl)**, as published by the [Free Software Foundation](https://fsf.org), either version 3 of the License, or (at your option) any later version.
|
85
|
+
|
86
|
+
</span>
|