@networkpro/legal 0.2.6 → 0.2.8
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/TERMS-COND.md +277 -0
- package/{TERMS.md → TERMS-USE.md} +1 -1
- package/package.json +1 -1
- package/sitemap.xml +29 -5
package/TERMS-COND.md
ADDED
@@ -0,0 +1,277 @@
|
|
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
|
+
<section id="top">
|
46
|
+
|
47
|
+
[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
|
48
|
+
`CC-BY-4.0 OR GPL-3.0-or-later`
|
49
|
+
|
50
|
+
# Consulting Terms and Conditions
|
51
|
+
|
52
|
+
**Network Pro Strategies**
|
53
|
+
**Effective Date:** April 20, 2025
|
54
|
+
|
55
|
+
</section>
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
<!-- markdownlint-disable MD001 -->
|
60
|
+
|
61
|
+
### Table of Contents
|
62
|
+
|
63
|
+
<!-- markdownlint-enable MD001 -->
|
64
|
+
|
65
|
+
<!-- markdownlint-disable MD051 -->
|
66
|
+
|
67
|
+
1. [Introduction](#1-intro)
|
68
|
+
2. [Scope of Services](#2-scope)
|
69
|
+
3. [Disclaimer of Warranties](#3-disclaimer)
|
70
|
+
4. [Assumption of Risk](#4-risk)
|
71
|
+
5. [Limitation of Liability](#5-liability)
|
72
|
+
6. [Indemnification](#6-indemnification)
|
73
|
+
7. [Client Responsibilities](#7-client)
|
74
|
+
8. [Governing Law and Jurisdiction](#8-law)
|
75
|
+
9. [Acceptance of Terms](#9-acceptance)
|
76
|
+
10. [Exceptions and Negotiation](#10-exceptions)
|
77
|
+
11. [Changes to These Terms](#11-changes)
|
78
|
+
|
79
|
+
<!-- markdownlint-enable MD051 -->
|
80
|
+
|
81
|
+
> _These Terms and Conditions apply exclusively to the provision of our consulting and implementation services. For all other uses of our website and associated platforms, please refer to the applicable [Website Terms of Use](https://netwk.pro/terms-of-use.html)._
|
82
|
+
|
83
|
+
---
|
84
|
+
|
85
|
+
**Formats Available:** [HTML](https://netwk.pro/terms-and-conditions.html) | Markdown
|
86
|
+
|
87
|
+
<section id="#1-intro">
|
88
|
+
|
89
|
+
## 1. Introduction
|
90
|
+
|
91
|
+
By engaging with the information security, network security,
|
92
|
+
cybersecurity, and digital privacy consulting and implementation
|
93
|
+
services provided by Network Pro Strategies ("Company," "we,"
|
94
|
+
"us," or "our"), you ("Client") agree to be bound by these Terms
|
95
|
+
and Conditions ("Terms"). **These Terms govern all engagements
|
96
|
+
except where explicitly superseded by a separate written agreement
|
97
|
+
or Statement of Work (SOW).** If you do not agree to these Terms,
|
98
|
+
please do not engage our services.
|
99
|
+
|
100
|
+
<sub>[Back to top](#top)</sub>
|
101
|
+
|
102
|
+
</section>
|
103
|
+
|
104
|
+
<section id="2-scope">
|
105
|
+
|
106
|
+
## 2. Scope of Services
|
107
|
+
|
108
|
+
These Terms apply to all consulting and implementation services
|
109
|
+
offered by the Company, including but not limited to assessment,
|
110
|
+
planning, risk analysis, technical implementation, and
|
111
|
+
configuration of third-party cybersecurity tools and systems.
|
112
|
+
Services may be delivered in-person, remotely, or via digital
|
113
|
+
communication platforms. **All deliverables and timelines will be
|
114
|
+
governed by individual SOWs when applicable.**
|
115
|
+
|
116
|
+
<sub>[Back to top](#top)</sub>
|
117
|
+
|
118
|
+
</section>
|
119
|
+
|
120
|
+
<section id="3-disclaimer">
|
121
|
+
|
122
|
+
## 3. Disclaimer of Warranties
|
123
|
+
|
124
|
+
All services are provided "as is" and "as available" without
|
125
|
+
warranties of any kind, whether express, implied, statutory, or
|
126
|
+
otherwise. The Company expressly disclaims all implied warranties,
|
127
|
+
including but not limited to merchantability, fitness for a
|
128
|
+
particular purpose, and non-infringement. We do not warrant that
|
129
|
+
our services or recommendations will detect or prevent all
|
130
|
+
security threats or achieve legal or regulatory compliance unless
|
131
|
+
specifically agreed in writing.
|
132
|
+
|
133
|
+
<sub>[Back to top](#top)</sub>
|
134
|
+
|
135
|
+
</section>
|
136
|
+
|
137
|
+
<section id="4-risk">
|
138
|
+
|
139
|
+
## 4. Assumption of Risk
|
140
|
+
|
141
|
+
Client acknowledges that cybersecurity and privacy-related
|
142
|
+
services inherently involve risk. The Company does not guarantee
|
143
|
+
uninterrupted service, error-free implementation, or complete
|
144
|
+
immunity from breaches or attacks. Client assumes full
|
145
|
+
responsibility for decisions based on our recommendations and
|
146
|
+
agrees to maintain appropriate internal controls and backup
|
147
|
+
protocols.
|
148
|
+
|
149
|
+
<sub>[Back to top](#top)</sub>
|
150
|
+
|
151
|
+
</section>
|
152
|
+
|
153
|
+
<section id="5-liability">
|
154
|
+
|
155
|
+
## 5. Limitation of Liability
|
156
|
+
|
157
|
+
To the maximum extent permitted by law, the Company shall not be
|
158
|
+
liable for any indirect, incidental, consequential, special, or
|
159
|
+
punitive damages, including without limitation loss of profits,
|
160
|
+
data, business interruption, or reputational harm, arising from or
|
161
|
+
related to the use or performance of the services, even if advised
|
162
|
+
of the possibility of such damages. Direct damages, if any, shall
|
163
|
+
be limited to the amount paid by Client for the specific services
|
164
|
+
giving rise to the claim.
|
165
|
+
|
166
|
+
<sub>[Back to top](#top)</sub>
|
167
|
+
|
168
|
+
</section>
|
169
|
+
|
170
|
+
<section id="6-indemnification">
|
171
|
+
|
172
|
+
## 6. Indemnification
|
173
|
+
|
174
|
+
Client agrees to indemnify, defend, and hold harmless the
|
175
|
+
Company, its officers, employees, contractors, and affiliates from
|
176
|
+
and against any claims, damages, liabilities, losses, and expenses
|
177
|
+
(including reasonable legal fees) arising out of or related to (i)
|
178
|
+
Client's misuse of the services, (ii) misconfiguration of systems
|
179
|
+
by Client, or (iii) third-party claims related to services
|
180
|
+
rendered under these Terms.
|
181
|
+
|
182
|
+
<sub>[Back to top](#top)</sub>
|
183
|
+
|
184
|
+
</section>
|
185
|
+
|
186
|
+
<section id="7-client">
|
187
|
+
|
188
|
+
## 7. Client Responsibilities
|
189
|
+
|
190
|
+
**Client shall provide valid, secure, and licensed infrastructure,
|
191
|
+
access credentials, and third-party tools necessary for service
|
192
|
+
delivery.** The Company shall operate exclusively within
|
193
|
+
client-owned or designated environments and shall not
|
194
|
+
independently host, process, or store client data. Compliance with
|
195
|
+
any regulatory frameworks (e.g., HIPAA, GDPR, PCI-DSS) is the sole
|
196
|
+
responsibility of the Client unless explicitly agreed otherwise in
|
197
|
+
a separate written agreement.
|
198
|
+
|
199
|
+
<sub>[Back to top](#top)</sub>
|
200
|
+
|
201
|
+
</section>
|
202
|
+
|
203
|
+
<section id="8-law">
|
204
|
+
|
205
|
+
## 8. Governing Law and Jurisdiction
|
206
|
+
|
207
|
+
These Terms shall be governed by and construed under the laws of
|
208
|
+
the State of Arizona and applicable U.S. federal laws. Any
|
209
|
+
disputes shall be resolved exclusively in the state or federal
|
210
|
+
courts located in Maricopa County, Arizona, and both parties
|
211
|
+
consent to such jurisdiction and venue.
|
212
|
+
|
213
|
+
<sub>[Back to top](#top)</sub>
|
214
|
+
|
215
|
+
</section>
|
216
|
+
|
217
|
+
<section id="9-acceptance">
|
218
|
+
|
219
|
+
## 9. Acceptance of Terms
|
220
|
+
|
221
|
+
Engagement with the Company's services constitutes acceptance of
|
222
|
+
these Terms. Continued use of services after any updates indicates
|
223
|
+
continued acceptance. These Terms are effective unless and until
|
224
|
+
terminated or modified in writing by mutual agreement.
|
225
|
+
|
226
|
+
<sub>[Back to top](#top)</sub>
|
227
|
+
|
228
|
+
</section>
|
229
|
+
|
230
|
+
<section id="10-exceptions">
|
231
|
+
|
232
|
+
## 10. Exceptions and Negotiations
|
233
|
+
|
234
|
+
**The Company is open to negotiating specific terms upon mutual
|
235
|
+
agreement.** Exceptions to these Terms must be documented in writing
|
236
|
+
and signed by both parties. Flexibility may be offered provided
|
237
|
+
such changes do not impose undue liability or regulatory
|
238
|
+
obligations on the Company.
|
239
|
+
|
240
|
+
<sub>[Back to top](#top)</sub>
|
241
|
+
|
242
|
+
</section>
|
243
|
+
|
244
|
+
<section id="11-changes">
|
245
|
+
|
246
|
+
## 11. Changes to These Terms
|
247
|
+
|
248
|
+
The Company reserves the right to revise these Terms at any time.
|
249
|
+
Updated versions will be posted on our website or delivered via
|
250
|
+
direct notice. Clients are responsible for reviewing Terms
|
251
|
+
periodically for updates.
|
252
|
+
|
253
|
+
<sub>[Back to top](#top)</sub>
|
254
|
+
|
255
|
+
</section>
|
256
|
+
|
257
|
+
---
|
258
|
+
|
259
|
+
<div style="font-size: 12px; font-weight: bold; text-align: center;">
|
260
|
+
|
261
|
+
[Home](https://netwk.pro) | Terms of Use
|
262
|
+
[Privacy Policy](https://netwk.pro/privacy.html) | [Legal](https://netwk.pro/legal.html)
|
263
|
+
|
264
|
+
</div>
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
<div style="font-size: 12px; text-align: center;">
|
269
|
+
|
270
|
+
Copyright © 2025
|
271
|
+
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
272
|
+
|
273
|
+
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/legal.html#trademark) of Network Pro Strategies.
|
274
|
+
|
275
|
+
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.
|
276
|
+
|
277
|
+
</div>
|
package/package.json
CHANGED
package/sitemap.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
<lastmod>2025-04-20</lastmod>
|
24
24
|
|
25
|
-
<changefreq>
|
25
|
+
<changefreq>weekly</changefreq>
|
26
26
|
|
27
27
|
<priority>0.7</priority>
|
28
28
|
|
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
<lastmod>2025-04-20</lastmod>
|
48
48
|
|
49
|
-
<changefreq>
|
49
|
+
<changefreq>weekly</changefreq>
|
50
50
|
|
51
51
|
<priority>0.6</priority>
|
52
52
|
|
@@ -58,7 +58,31 @@
|
|
58
58
|
|
59
59
|
<lastmod>2025-04-20</lastmod>
|
60
60
|
|
61
|
-
<changefreq>
|
61
|
+
<changefreq>weekly</changefreq>
|
62
|
+
|
63
|
+
<priority>0.6</priority>
|
64
|
+
|
65
|
+
</url>
|
66
|
+
|
67
|
+
<url>
|
68
|
+
|
69
|
+
<loc>https://legal.netwk.pro/TERMS-COND.md</loc>
|
70
|
+
|
71
|
+
<lastmod>2025-04-20</lastmod>
|
72
|
+
|
73
|
+
<changefreq>weekly</changefreq>
|
74
|
+
|
75
|
+
<priority>0.6</priority>
|
76
|
+
|
77
|
+
</url>
|
78
|
+
|
79
|
+
<url>
|
80
|
+
|
81
|
+
<loc>https://legal.netwk.pro/TERMS-USE.md</loc>
|
82
|
+
|
83
|
+
<lastmod>2025-04-20</lastmod>
|
84
|
+
|
85
|
+
<changefreq>weekly</changefreq>
|
62
86
|
|
63
87
|
<priority>0.6</priority>
|
64
88
|
|
@@ -70,7 +94,7 @@
|
|
70
94
|
|
71
95
|
<lastmod>2025-04-15</lastmod>
|
72
96
|
|
73
|
-
<changefreq>
|
97
|
+
<changefreq>monthly</changefreq>
|
74
98
|
|
75
99
|
<priority>0.4</priority>
|
76
100
|
|
@@ -82,7 +106,7 @@
|
|
82
106
|
|
83
107
|
<lastmod>2025-04-15</lastmod>
|
84
108
|
|
85
|
-
<changefreq>
|
109
|
+
<changefreq>monthly</changefreq>
|
86
110
|
|
87
111
|
<priority>0.4</priority>
|
88
112
|
|