Update About page to version 3.3.0.67.
This commit is contained in:
commit
235ac13eba
101
about.html
101
about.html
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022-2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||
|
||||
<!-- Version: 3.2.0.57 -->
|
||||
<!-- Version: 3.3.0.67 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -48,18 +48,40 @@
|
||||
<li><a href="#licensing-preferred" class="body-link"
|
||||
>Preferred</a></li>
|
||||
<ul>
|
||||
<li><a href="#licensing-bsd-3-clause-clear" class="body-link"
|
||||
>BSD 3-Clause Clear License</a></li>
|
||||
<li><a href="#licensing-mit" class="body-link"
|
||||
>MIT License</a></li>
|
||||
<li><a href="#licensing-gpl-2.0" class="body-link"
|
||||
>GNU General Public License v2.0</a></li>
|
||||
<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>
|
||||
<li><a href="#licensing-mit" class="body-link"
|
||||
>MIT License</a></li>
|
||||
<li><a href="#licensing-gpl-2.0" class="body-link"
|
||||
>GNU General Public License v2.0</a></li>
|
||||
</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"
|
||||
>Other</a></li>
|
||||
<ul>
|
||||
<li><a href="#licensing-gpl-3.0" class="body-link"
|
||||
>GNU General Public License v3.0</a></li>
|
||||
<li><a href="#licensing-other-code" class="body-link"
|
||||
>Code</a></li>
|
||||
<ul>
|
||||
<li><a href="#licensing-gpl-3.0" class="body-link"
|
||||
>GNU General Public License v3.0</a></li>
|
||||
</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>
|
||||
<li><a href="#recommendations" class="body-link"
|
||||
@ -94,21 +116,21 @@
|
||||
All opinions are my own, and are not necessarily shared with projects or people I am
|
||||
affiliated with.<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
|
||||
life.</p>
|
||||
life.<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
|
||||
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
|
||||
features, harden it for increased security and/or privacy, or provide accessibility for
|
||||
disabled users.<br>
|
||||
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>
|
||||
<p>If you want to contact me for any reason, you can use my
|
||||
<a class="body-link" href="https://inferencium.net/contact.html"
|
||||
If you want to contact me for any reason, you can use my
|
||||
<a href="https://inferencium.net/contact.html" class="body-link"
|
||||
>contact methods</a>.</p>
|
||||
<br>
|
||||
<br>
|
||||
@ -129,8 +151,10 @@
|
||||
<br>
|
||||
<h3 id="licensing-preferred"><a href="#licensing-preferred" class="h3"
|
||||
>Preferred</a></h3>
|
||||
<h4 id="licensing-bsd-3-clause-clear"><a href="#licensing-bsd-3-clause-clear" class="h3"
|
||||
>BSD 3-Clause Clear License</a></h4>
|
||||
<h4 id="licensing-preferred-code"><a href="#licensing-preferred-code" class="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>
|
||||
<p>Type: Permissive</p>
|
||||
<br>
|
||||
@ -150,8 +174,8 @@
|
||||
misunderstanding in regards to patents applied to code using the BSD 3-Clause "New" or
|
||||
"Revised" License.</p>
|
||||
<br>
|
||||
<h4 id="licensing-mit"><a href="#licensing-mit" class="h3"
|
||||
>MIT License</a></h4>
|
||||
<h5 id="licensing-mit"><a href="#licensing-mit" class="h5"
|
||||
>MIT License</a></h5>
|
||||
<code>SPDX-License-Identifier: MIT</code>
|
||||
<p>Type: Permissive</p>
|
||||
<br>
|
||||
@ -167,8 +191,8 @@
|
||||
>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>
|
||||
<br>
|
||||
<h4 id="licensing-gpl-2.0"><a href="#licensing-gpl-2.0" class="h3"
|
||||
>GNU General Public License v2.0</a></h4>
|
||||
<h5 id="licensing-gpl-2.0"><a href="#licensing-gpl-2.0" class="h5"
|
||||
>GNU General Public License v2.0</a></h5>
|
||||
<code>SPDX-License-Identifier: GPL-2.0-only</code>
|
||||
<p>Type: Copyleft</p>
|
||||
<br>
|
||||
@ -187,10 +211,25 @@
|
||||
>GNU General Public License v3.0</a>, and relicensing derivatives under the GNU General
|
||||
Public License v3.0 will be disallowed.</p>
|
||||
<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"
|
||||
>Other</a></h3>
|
||||
<h4 id="licensing-gpl-3.0"><a href="#licensing-gpl-3.0" class="h3"
|
||||
>GNU General Public License v3.0</a></h4>
|
||||
<h4 id="licensing-other-code"><a href="#licensing-other-code" class="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>
|
||||
<p>Type: Copyleft</p>
|
||||
<br>
|
||||
@ -208,6 +247,22 @@
|
||||
be included only on specific systems, further restricting usage of Inferencium code, it is
|
||||
avoided completely.</p>
|
||||
<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>
|
||||
|
||||
<h2 id="recommendations"><a href="#recommendations" class="h2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user