-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegal.html
445 lines (393 loc) · 14.6 KB
/
legal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<!-- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later -->
<html lang="en">
<head>
<meta charset="utf-8" />
<!--
Network Engineering Pro (NetEng-Pro), a Free/Libre and Open Source Community
Copyright © 2024 Scott Lopez
---
I. Creative Commons Attribution 4.0 International
Network Engineering 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/.
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.
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.
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
Canonical URL: https://creativecommons.org/licenses/by/4.0/
---
II. GNU General Public License
Network Engineering 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.
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.
See the GNU General Public License for more details.
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
---
Author: Scott Lopez
Email: <website@neteng.pro>
Web: <https://bio.neteng.pro>
-->
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<!-- HTML META TAGS -->
<title>Copyright and Licensing | Network Engineering Pro</title>
<meta
name="description"
content="Copyright and Licensing - Network Engineering Pro"
/>
<meta name="author" content="Scott Lopez" />
<meta
name="keywords"
content="foss, floss, free software, open source, android, linux, privacy, security, cybersecurity"
/>
<meta
name="robots"
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"
/>
<link rel="canonical" href="https://neteng.pro/copyright.html" />
<base href="https://neteng.pro/copyright.html" target="_self" />
<!-- BEGIN FAVICONS -->
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<!-- For Chrome on Android -->
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<!-- END FAVICONS -->
<!--
Security meta tags based on OWASP recommendations.
See https://owasp.org/www-project-secure-headers/ci/headers_add.json for all recommended policies.
Exceptions:
- [+] `base-uri 'self';` : Added per MDNS recommendations.
-->
<!--
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self';
form-action 'self';
object-src 'none';
frame-ancestors 'none';
upgrade-insecure-requests;
block-all-mixed-content;
base-uri 'self';
"
/>
-->
<!-- report-uri https://your-report-collector.example.com/csp-reports; -->
<meta http-equiv="Cache-Control" content="no-store, max-age=0" />
<meta http-equiv="Clear-Site-Data" content="cache, cookies, storage" />
<meta http-equiv="Cross-Origin-Embedder-Policy" content="require-corp" />
<meta http-equiv="Cross-Origin-Opener-Policy" content="same-origin" />
<meta http-equiv="Cross-Origin-Resource-Policy" content="same-origin" />
<meta http-equiv="Referrer-Policy" content="no-referrer" />
<meta
http-equiv="Strict-Transport-Security"
content="max-age=31536000; includeSubDomains"
/>
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="X-Frame-Options" content="deny" />
<meta http-equiv="X-Permitted-Cross-Domain-Policies" content="none" />
<meta
http-equiv="Permissions-Policy"
content="accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(), display-capture=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), hid=(), idle-detection=(), interest-cohort=(), serial=(), unload=()"
/>
<!-- BEGIN STYLESHEETS -->
<!-- normalize stylesheet -->
<link rel="stylesheet" href="./css/normalize.css" type="text/css" />
<!-- Font Awesome solids and brands -->
<script
src="https://kit.fontawesome.com/f70f03cb45.js"
crossorigin="anonymous"
></script>
<!-- main stylesheets -->
<link rel="stylesheet" href="./css/default.css" type="text/css" />
<link rel="stylesheet" href="./css/index.css" type="text/css" />
<!-- END STYLESHEETS -->
<!-- FACEBOOK META TAGS -->
<meta property="og:url" content="neteng.pro" />
<meta property="og:title" content="Network Engineering Pro" />
<meta
property="og:description"
content="Explore Free/Libre & Open Source Software, security, and digital privacy for Android & Linux at Network Engineering Pro.
Join the community & contribute today!"
/>
<meta
property="og:image"
content="https://neteng.pro/img/banner-og-1200x630.png"
/>
<meta
property="og:image:secure_url"
content="https://neteng.pro/img/banner-og-1200x630.png"
/>
<meta property="og:image:alt" content="Network Engineering Pro" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en_US" />
<!-- TWITTER META TAGS -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@NetEng_Pro" />
<meta name="twitter:creator" content="@ScottGLopez" />
<meta property="twitter:domain" content="neteng.pro" />
<meta property="twitter:url" content="neteng.pro" />
<meta name="twitter:title" content="Network Engineering Pro" />
<meta
name="twitter:description"
content="Explore Free/Libre & Open Source Software, security, and digital privacy for Android & Linux at Network Engineering Pro.
Join the community & contribute today!"
/>
<meta
name="twitter:image"
content="https://neteng.pro/img/banner-og-1200x630.png"
/>
<meta name="twitter:image:alt" content="Network Engineering Pro" />
<!-- Meta Tags Generated via dnschecker.org -->
<meta
name="facebook-domain-verification"
content="bx4ham0zkpvzztzu213bhpt76m9siq"
/>
</head>
<body>
<!-- BEGIN TITLE -->
<header>
<h1 class="cw-h1"><em>Copyright and Licensing</em></h1>
<div class="subh">Network Engineering Pro</div>
</header>
<!-- END PAGE TITLE -->
<p><strong>Table of Contents</strong></p>
<ul>
<li>
<a href="#cright">Copyright</a>
</li>
<li>
<a href="#licensing">Licensing</a>
</li>
</ul>
<hr />
<!-- BEGIN MAIN CONTENT -->
<section id="cright">
<h2 id="cw-h2">Copyright</h2>
<code class="block">
<div
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dct="http://purl.org/dc/terms/"
class="ccom"
>
<a
property="dct:title"
rel="cc:attributionURL"
href="https://neteng.pro"
><strong>Network Engineering Pro</strong></a
>
(NetEng-Pro),
<span rel="dct:type" href="http://purl.org/dc/dcimtype/Text"
>a Free/Libre and Open Source Community</span
>
<p>
Copyright © 2024
<strong
><a
rel="cc:attributionURL dct:creator"
property="cc:attributionName"
href="https://bio.neteng.pro"
>Scott Lopez</a
></strong
>
<br />This material comes with ABSOLUTELY NO WARRANTY.
</p>
<p>
<em
>Unless otherwise noted, NetEng-Pro in its' entirety is available,
exclusively, under one or both of the following two licenses.</em
>
</p>
</div>
</code>
</section>
<hr />
<section id="licensing">
<h2 id="cw-h2">Licensing</h2>
<h4 class="lic-nav"><i>Licenses</i></h4>
<p>
Network Engineering Pro is available under one—or both—of
the following licenses:
</p>
<ul>
<li>Creative Commons Attribution 4.0 International ("CC BY 4.0")</li>
<br />
<li>
GNU General Public License ("GNU GPL"), either version 3 of the
License, or (at your option) any later version
</li>
</ul>
</section>
<section id="questions">
<p>
<b><i>Are you sure you can do that?</i></b>
</p>
<ul>
<li>
<p>
"You may offer the licensed material under other licenses in
addition to the CC license (a practice commonly referred to as “dual
licensing”)."
</p>
<a
href="https://creativecommons.org/faq/#can-i-enter-into-separate-or-supplemental-agreements-with-users-of-my-work"
>
Separate agreements | Creative Commons FAQ
</a>
</li>
<li>
<p>
You can clearly see that both that both the
<a href="https://www.gnu.org/licenses/license-list.html#GPLOther">
GNU GPL
</a>
and
<a href="https://www.gnu.org/licenses/license-list.html#ccby">
CC BY 4.0
</a>
are categorized as "free licenses, compatible with the GNU GPL."
</p>
<a
href="https://www.gnu.org/licenses/license-list.html#OtherLicenses"
>
Licenses for Other Works | GNU - Various Licenses and Comments About
Them
</a>
</li>
<li>
<p>
<a
href="https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean"
>
What does it mean to say a license is “compatible with the GPL?" |
GNU GPL FAQ
</a>
</p>
</li>
</ul>
</section>
<hr />
<section id="license1">
<h3 id="cw-h3">Creative Commons Attribution 4.0 International</h3>
<p class="formats">
Formats: <a href="./license/CC-BY-4.0.xmp">XMP</a> |
<a href=".license/CC-BY-4.0">Markdown</a>
</p>
<p>
Licensed under
<a
href="https://creativecommons.org/licenses/by/4.0/"
target="_blank"
rel="license noopener noreferrer"
style="display: inline-block"
>
Creative Commons Attribution 4.0 International
</a>
<img
style="
height: 16px !important;
margin-left: 3px;
vertical-align: text-bottom;
"
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"
alt="CC"
/>
<img
style="
height: 16px !important;
margin-left: 3px;
vertical-align: text-bottom;
"
src="https://mirrors.creativecommons.org/presskit/icons/by.svg"
alt="BY"
/>
</p>
<p>
Permissions beyond the scope of this license may be available
<a
xmlns:cc="http://creativecommons.org/ns#"
href="#permissions"
rel="cc:morePermissions"
>
as defined further within this document
</a>
.
</p>
<p>
<code class="block" style="font-size: 12px">
- Canonical URL:
<a
href="https://creativecommons.org/licenses/by/4.0/"
target="_blank"
rel="license noopener noreferrer"
>
https://creativecommons.org/licenses/by/4.0/</a
><br /><br />
- SPDX Reference:<br />
<a href="https://spdx.org/licenses/CC-BY-4.0.html"
>https://spdx.org/licenses/CC-BY-4.0.html</a
>
</code>
</p>
</section>
<hr />
<section id="license2">
<div class="gpl">
<p>Insert - <a id="permissions">GNU GPL 3.0</a></p>
</div>
</section>
<!-- END MAIN CONTENT -->
<hr />
<!-- BEGIN FOOTER -->
<footer class="foot">
<table class="badgetable">
<tr>
<td>
<a
rel="noopener noreferrer me"
href="https://noc.social/@neteng_pro"
target="_blank"
>
<img
style="width: auto; height: 20px"
src="https://img.shields.io/badge/Mastodon-6364FF?style=for-the-badge&logo=Mastodon&logoColor=white"
alt="Mastodon"
/>
</a>
</td>
<td>
<address>
<a
rel="noopener noreferrer author"
href="mailto:support@neteng.pro"
>
<img
style="width: auto; height: 20px"
src="https://img.shields.io/badge/E--mail-4080C0?style=for-the-badge&logo=maildotru"
alt="E-mail"
/>
</a>
</address>
</td>
<td>
<!-- Font Awesome social icons -->
<span class="fa-brands fa-square-facebook"></span>
<span class="fa-brands fa-square-instagram"></span>
<span class="fa-brands fa-square-x-twitter"></span>
</td>
</tr>
</table>
</footer>
<!-- END FOOTER -->
</body>
</html>