Update About page to version 3.3.0.67.

This commit is contained in:
inference 2023-03-17 10:30:21 +00:00
commit 235ac13eba
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022-2023 Jake Winters --> <!-- Copyright 2022-2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear --> <!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 3.2.0.57 --> <!-- Version: 3.3.0.67 -->
<html> <html>
@ -48,19 +48,41 @@
<li><a href="#licensing-preferred" class="body-link" <li><a href="#licensing-preferred" class="body-link"
>Preferred</a></li> >Preferred</a></li>
<ul> <ul>
<li><a href="#licensing-bsd-3-clause-clear" class="body-link" <li><a href="#licensing-preferred-code" class="body-link"
>Code<a/></li>
<ul>
<li><a href="#licensing-bsd-3-clause-clear"
class="body-link"
>BSD 3-Clause Clear License</a></li> >BSD 3-Clause Clear License</a></li>
<li><a href="#licensing-mit" class="body-link" <li><a href="#licensing-mit" class="body-link"
>MIT License</a></li> >MIT License</a></li>
<li><a href="#licensing-gpl-2.0" class="body-link" <li><a href="#licensing-gpl-2.0" class="body-link"
>GNU General Public License v2.0</a></li> >GNU General Public License v2.0</a></li>
</ul> </ul>
<li><a href="#licensing-preferred-non-code" class="body-link"
>Non-code</a></li>
<ul>
<li><a href="#licensing-cc-by-4.0" class="body-link"
>Creative Commons Attribution 4.0 International</a></li>
</ul>
</ul>
<li><a href="#licensing-other" class="body-link" <li><a href="#licensing-other" class="body-link"
>Other</a></li> >Other</a></li>
<ul>
<li><a href="#licensing-other-code" class="body-link"
>Code</a></li>
<ul> <ul>
<li><a href="#licensing-gpl-3.0" class="body-link" <li><a href="#licensing-gpl-3.0" class="body-link"
>GNU General Public License v3.0</a></li> >GNU General Public License v3.0</a></li>
</ul> </ul>
<li><a href="#licensing-other-non-code" class="body-link"
>Non-code</a></li>
<ul>
<li><a href="#licensing-cc-by-nc-4.0" class="body-link"
>Creative Commons Attribution Non Commercial 4.0
International</a></li>
</ul>
</ul>
</ul> </ul>
<li><a href="#recommendations" class="body-link" <li><a href="#recommendations" class="body-link"
>Recommendations</a></li> >Recommendations</a></li>
@ -94,21 +116,21 @@
All opinions are my own, and are not necessarily shared with projects or people I am All opinions are my own, and are not necessarily shared with projects or people I am
affiliated with.<br> affiliated with.<br>
<br> <br>
<p>I write about my research and experience in cybersecurity and also physical security. I write about my research and experience in cybersecurity and also physical security.
Most of my postings are security-related, but I occasionally post about other aspects of my Most of my postings are security-related, but I occasionally post about other aspects of my
life.</p> life.<br>
<br> <br>
<p>I am an open source advocate for the preservation and modifiability of source code. I I am an open source advocate for the preservation and modifiability of source code. I
believe source code should be considered human knowledge as much as past knowledge and believe source code should be considered human knowledge as much as past knowledge and
teachings were; it is how modern humanity survives and runs.<br> teachings were; it is how modern humanity survives and runs.<br>
Source code being modifiable allows it to be adapted for use by anyone, whether to add Source code being modifiable allows it to be adapted for use by anyone, whether to add
features, harden it for increased security and/or privacy, or provide accessibility for features, harden it for increased security and/or privacy, or provide accessibility for
disabled users.<br> disabled users.<br>
I am also a modular design advocate for the ability to securely and robustly make changes to I am also a modular design advocate for the ability to securely and robustly make changes to
hardware and software without the entire system being affected.</p> hardware and software without the entire system being affected.<br>
<br> <br>
<p>If you want to contact me for any reason, you can use my If you want to contact me for any reason, you can use my
<a class="body-link" href="https://inferencium.net/contact.html" <a href="https://inferencium.net/contact.html" class="body-link"
>contact methods</a>.</p> >contact methods</a>.</p>
<br> <br>
<br> <br>
@ -129,8 +151,10 @@
<br> <br>
<h3 id="licensing-preferred"><a href="#licensing-preferred" class="h3" <h3 id="licensing-preferred"><a href="#licensing-preferred" class="h3"
>Preferred</a></h3> >Preferred</a></h3>
<h4 id="licensing-bsd-3-clause-clear"><a href="#licensing-bsd-3-clause-clear" class="h3" <h4 id="licensing-preferred-code"><a href="#licensing-preferred-code" class="h4"
>BSD 3-Clause Clear License</a></h4> >Code</a></h4>
<h5 id="licensing-bsd-3-clause-clear"><a href="#licensing-bsd-3-clause-clear" class="h5"
>BSD 3-Clause Clear License</a></h5>
<code>SPDX-License-Identifier: BSD-3-Clause-Clear</code> <code>SPDX-License-Identifier: BSD-3-Clause-Clear</code>
<p>Type: Permissive</p> <p>Type: Permissive</p>
<br> <br>
@ -150,8 +174,8 @@
misunderstanding in regards to patents applied to code using the BSD 3-Clause "New" or misunderstanding in regards to patents applied to code using the BSD 3-Clause "New" or
"Revised" License.</p> "Revised" License.</p>
<br> <br>
<h4 id="licensing-mit"><a href="#licensing-mit" class="h3" <h5 id="licensing-mit"><a href="#licensing-mit" class="h5"
>MIT License</a></h4> >MIT License</a></h5>
<code>SPDX-License-Identifier: MIT</code> <code>SPDX-License-Identifier: MIT</code>
<p>Type: Permissive</p> <p>Type: Permissive</p>
<br> <br>
@ -167,8 +191,8 @@
>BSD 3-Clause Clear License</a>; however, MIT License is a great choice when derivatives >BSD 3-Clause Clear License</a>; however, MIT License is a great choice when derivatives
using the name of the original project and/or its contributors is a non-issue.</p> using the name of the original project and/or its contributors is a non-issue.</p>
<br> <br>
<h4 id="licensing-gpl-2.0"><a href="#licensing-gpl-2.0" class="h3" <h5 id="licensing-gpl-2.0"><a href="#licensing-gpl-2.0" class="h5"
>GNU General Public License v2.0</a></h4> >GNU General Public License v2.0</a></h5>
<code>SPDX-License-Identifier: GPL-2.0-only</code> <code>SPDX-License-Identifier: GPL-2.0-only</code>
<p>Type: Copyleft</p> <p>Type: Copyleft</p>
<br> <br>
@ -187,10 +211,25 @@
>GNU General Public License v3.0</a>, and relicensing derivatives under the GNU General >GNU General Public License v3.0</a>, and relicensing derivatives under the GNU General
Public License v3.0 will be disallowed.</p> Public License v3.0 will be disallowed.</p>
<br> <br>
<h4 id="licensing-preferred-non-code"><a href="#licensing-preferred-non-code" class="h4"
>Non-code</a></h4>
<h5 id="licensing-cc-by-4.0"><a href="#licensing-cc-by-4.0" class="h5"
>Creative Commons Attribution 4.0 International</a></h5>
<code>SPDX-License-Identifier: CC-BY-4.0</code>
<p>Type: Permissive</p>
<br>
<p><a href="https://spdx.org/licenses/CC-BY-4.0.html" class="body-link"
>Creative Commons Attribution 4.0 International</a> is a highly permissive license which
allows content licensed under it to be used in any way, in any medium, with the only
restriction being the original copyright notice must be kept in order to attribute the
original creator of the licensed content.</p>
<br>
<h3 id="licensing-other"><a href="#licensing-other" class="h2" <h3 id="licensing-other"><a href="#licensing-other" class="h2"
>Other</a></h3> >Other</a></h3>
<h4 id="licensing-gpl-3.0"><a href="#licensing-gpl-3.0" class="h3" <h4 id="licensing-other-code"><a href="#licensing-other-code" class="h4"
>GNU General Public License v3.0</a></h4> >Code</a></h4>
<h5 id="licensing-gpl-3.0"><a href="#licensing-gpl-3.0" class="h5"
>GNU General Public License v3.0</a></h5>
<code>SPDX-License-Identifier: GPL-3.0-only</code> <code>SPDX-License-Identifier: GPL-3.0-only</code>
<p>Type: Copyleft</p> <p>Type: Copyleft</p>
<br> <br>
@ -208,6 +247,22 @@
be included only on specific systems, further restricting usage of Inferencium code, it is be included only on specific systems, further restricting usage of Inferencium code, it is
avoided completely.</p> avoided completely.</p>
<br> <br>
<h4 id="licensing-other-non-code"><a href="#licensing-other-non-code" class="h4"
>Non-code</a></h4>
<h5 id="licensing-cc-by-nc-4.0"><a href="#licensing-cc-by-nc-4.0" class="h5"
>Creative Commons Attribution Non Commerical 4.0 International</a></h5>
<code>SPDX-License-Identifier: CC-BY-NC-4.0</code>
<p>Type: Permissive non-commercial</p>
<br>
<p><a href="https://spdx.org/licenses/CC-BY-NC-4.0.html" class="body-link"
>Creative Commons Attribution Non Commercial 4.0 International</a> is a permissive license
which allows content licensed under it to be used in any way, in any medium, with the
restrictions being commercial usage is prohibited, and the original copyright notice must be
kept in order to attribute the original creator of the licensed content.</br>
Due to the non-commercial restriction of this license preventing Inferencium code from being
used for any purpose, specifically preventing commercial usage we do not want to prevent, it
is avoided completely.</p>
<br>
<br> <br>
<h2 id="recommendations"><a href="#recommendations" class="h2" <h2 id="recommendations"><a href="#recommendations" class="h2"