Complete proper indentation of Licensing section.
This commit is contained in:
parent
07c6de4fea
commit
a11df5d9bd
130
about.html
130
about.html
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||
|
||||
<!-- Version: 4.3.0.80 -->
|
||||
<!-- Version: 4.3.0.81 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -264,59 +264,81 @@
|
||||
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-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>
|
||||
<p><a href="https://spdx.org/licenses/GPL-3.0-only.html" class="body-link"
|
||||
>GNU General Public License v3.0</a> is a strong copyleft license which restricts usage of
|
||||
content licensed under it by requiring all source code of the content to be publicly
|
||||
available, making binary-only form and inclusion of proprietary code impossible, requiring
|
||||
all derivatives to be licensed under the same license (allowing sublicensing under only
|
||||
newer GPL licenses if <code>GPL-3.0-or-later</code> is specified in the
|
||||
SPDX-License-Identifier), requiring the content to be made available only on systems which
|
||||
allow modifying the content, such as systems with unlocked/unlockable bootloaders and/or
|
||||
which are unsigned by the OEM, and requiring the original copyright notice to be kept in
|
||||
order to attribute the original creator of the licensed content.<br>
|
||||
Due to the restrictive and invasive nature of this license, and the fact it requires code to
|
||||
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>
|
||||
<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-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>
|
||||
<p><a href="https://spdx.org/licenses/GPL-3.0-only.html"
|
||||
class="body-link"
|
||||
>GNU General Public License v3.0</a> is a strong
|
||||
copyleft license which restricts usage of content
|
||||
licensed under it by requiring all source code of the
|
||||
content to be publicly available, making binary-only
|
||||
form and inclusion of proprietary code impossible,
|
||||
requiring all derivatives to be licensed under the same
|
||||
license (allowing sublicensing under only newer GPL
|
||||
licenses if <code>GPL-3.0-or-later</code> is specified
|
||||
in the SPDX-License-Identifier), requiring the content
|
||||
to be made available only on systems which allow
|
||||
modifying the content, such as systems with
|
||||
unlocked/unlockable bootloaders and/or which are
|
||||
unsigned by the OEM, and requiring the original
|
||||
copyright notice to be kept in order to attribute the
|
||||
original creator of the licensed content.<br>
|
||||
Due to the restrictive and invasive nature of this
|
||||
license, and the fact it requires code to 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"
|
||||
>Recommendations</a></h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user