Add licensing subsection GNU General Public License v3.0.

This commit is contained in:
inference 2023-03-16 09:28:41 +00:00
parent 927a5bb56f
commit b54b3c3764
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.53 --> <!-- Version: 3.2.0.54 -->
<html> <html>
@ -188,6 +188,25 @@
<h2 id="licensing-other"><a href="#licensing-other" class="h2" <h2 id="licensing-other"><a href="#licensing-other" class="h2"
>Other</a></h2> >Other</a></h2>
<br> <br>
<h3 id="licensing-gpl-3.0"><a href="#licensing-gpl-3.0" class="h3"
>GNU General Public License v3.0</a></h3>
<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>
<br> <br>
<h2 id="recommendations"><a href="#recommendations" class="h2" <h2 id="recommendations"><a href="#recommendations" class="h2"