Add licensing subsection GNU General Public License v2.0.

This commit is contained in:
inference 2023-03-16 09:04:27 +00:00
parent e179fa4ad7
commit a0b4ae48fd
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022-2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 3.2.0.48 -->
<!-- Version: 3.2.0.49 -->
<html>
@ -165,6 +165,26 @@
>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>
<h3 id="licensing-gpl-2.0"><a href="#licensing-gpl-2.0" class="h3"
>GNU General Public License v2.0</a></h3>
<code>SPDX-License-Identifier: GPL-2.0-only</code>
<p>Type: Copyleft</p>
<br>
<p><a href="https://spdx.org/licenses/GPL-2.0-only.html" class="body-link"
>GNU General Public License v2.0</a> is a strong copyleft license which restricts use 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-2.0-or-later</code> is specified in the
SPDX-License-Identifier), 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, it is avoided unless such
restrictions would be beneficial to Inferencium code; whenever this is the case, the GNU
General Public License v2.0 will be used, rather than the more restrictive
<a href="#licensing-gpl-3.0" class="body-link"
>GNU General Public License v3.0"</a>, and relicensing derivatives under GNU General Public
License v3.0 will be disallowed.</p>
<br>
<br>
<h2 id="recommendations"><a href="#recommendations" class="h2"