Add licensing subsection GNU General Public License v2.0.
This commit is contained in:
parent
e179fa4ad7
commit
a0b4ae48fd
22
about.html
22
about.html
@ -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.48 -->
|
<!-- Version: 3.2.0.49 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -165,6 +165,26 @@
|
|||||||
>BSD 3-Clause Clear License</a>; however, MIT License is a great choice when derivatives
|
>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>
|
using the name of the original project and/or its contributors is a non-issue.</p>
|
||||||
<br>
|
<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>
|
<br>
|
||||||
|
|
||||||
<h2 id="recommendations"><a href="#recommendations" class="h2"
|
<h2 id="recommendations"><a href="#recommendations" class="h2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user