Improve section "Licensing"

Break into more paragraphs, minor rewording, and reordering of
paragraphs.
This commit is contained in:
inference 2024-01-13 07:52:37 +00:00
parent 0b02f34c21
commit b160960771
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - About --> <!-- Inferencium - Website - About -->
<!-- Version: 7.0.0-alpha.5 --> <!-- Version: 7.0.0-alpha.6 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -124,19 +124,20 @@
preferred choice, while avoiding copyleft licenses and other licenses which preferred choice, while avoiding copyleft licenses and other licenses which
place restrictions on how my code may be used, and prevent me from including place restrictions on how my code may be used, and prevent me from including
important proprietary code, such as firmware, which can patch security important proprietary code, such as firmware, which can patch security
vulnerabilities, privacy issues, and stability issues. All of my code is and vulnerabilities, privacy issues, and stability issues.</p>
will be permissively licensed unless specific circumstances make it impractical <p>All of my code is and will be permissively licensed unless specific
or infeasible to do so. My goal is to share code which has the least amount of circumstances make it impractical or infeasible to do so. My goal is to share
restrictions as possible, to allow wider propagation of my code and allow more code which has the least amount of restrictions as possible, to allow wider
use cases and possibilities, as well as ensuring proprietary code, whenever propagation of my code and allow more use cases and possibilities, as well as
required, is permitted to be included.</p> ensuring proprietary code, whenever required, is permitted to be included and/or
<p>My preferred licenses and rationale for using them are below; any licenses linked to.</p>
not listed are chosen on a case-by-case basis.</p>
<p><a href="https://iso.org/standard/81870.html">ISO 5962:2021</a> <p><a href="https://iso.org/standard/81870.html">ISO 5962:2021</a>
is used for licensing, in the format is used for licensing, in the format
<code>SPDX-License-Identifier: &lt;license&gt;</code>; see the <code>SPDX-License-Identifier: &lt;license&gt;</code>; see the
<a href="https://spdx.org/licenses/">SPDX license list</a> <a href="https://spdx.org/licenses/">SPDX license list</a>
for the full list of available licenses under this standard.</p> for the full list of available licenses under this standard.</p>
<p>My preferred licenses and rationale for using them are below; any licenses
not listed are chosen on a case-by-case basis.</p>
<h3 id="licensing-code"><a href="#licensing-code">Code</a></h3> <h3 id="licensing-code"><a href="#licensing-code">Code</a></h3>
<h4 id="licensing-bsd-3-clause"><a href="#licensing-bsd-3-clause">BSD 3-Clause License</a></h4> <h4 id="licensing-bsd-3-clause"><a href="#licensing-bsd-3-clause">BSD 3-Clause License</a></h4>
<code>SPDX-License-Identifier: BSD-3-Clause</code> <code>SPDX-License-Identifier: BSD-3-Clause</code>