Remove unnecessary licenses
This commit is contained in:
parent
19dfb0b735
commit
8f8eafc153
221
about.html
221
about.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.2.0.100 -->
|
<!-- Version: 5.3.0.101 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -36,29 +36,14 @@
|
|||||||
<li><a href="#about_me">About Me</a></li>
|
<li><a href="#about_me">About Me</a></li>
|
||||||
<li><a href="#licensing">Licensing</a></li>
|
<li><a href="#licensing">Licensing</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#licensing-preferred">Preferred</a></li>
|
<li><a href="#licensing-code">Code<a/></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#licensing-preferred-code">Code<a/></li>
|
<li><a href="#licensing-bsd-3-clause-clear">BSD 3-Clause Clear License</a></li>
|
||||||
<ul>
|
<li><a href="#licensing-gpl-2.0">GNU General Public License v2.0</a></li>
|
||||||
<li><a href="#licensing-bsd-3-clause-clear">BSD 3-Clause Clear License</a></li>
|
|
||||||
<li><a href="#licensing-mit">MIT License</a></li>
|
|
||||||
<li><a href="#licensing-gpl-2.0">GNU General Public License v2.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<li><a href="#licensing-preferred-non-code">Non-code</a></li>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#licensing-cc-by-4.0">Creative Commons Attribution 4.0 International</a></li>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
</ul>
|
||||||
<li><a href="#licensing-other">Other</a></li>
|
<li><a href="#licensing-noncode">Non-code</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#licensing-other-code">Code</a></li>
|
<li><a href="#licensing-cc-by-4.0">Creative Commons Attribution 4.0 International</a></li>
|
||||||
<ul>
|
|
||||||
<li><a href="#licensing-gpl-3.0">GNU General Public License v3.0</a></li>
|
|
||||||
</ul>
|
|
||||||
<li><a href="#licensing-other-non-code">Non-code</a></li>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#licensing-cc-by-nc-4.0">Creative Commons Attribution Non Commercial 4.0 International</a></li>
|
|
||||||
</ul>
|
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
<li><a href="#recommendations">Recommendations</a></li>
|
<li><a href="#recommendations">Recommendations</a></li>
|
||||||
@ -119,139 +104,69 @@
|
|||||||
<code>SPDX-License-Identifier: <license></code>; see the
|
<code>SPDX-License-Identifier: <license></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>
|
||||||
<h3 id="licensing-preferred"><a href="#licensing-preferred">Preferred</a></h3>
|
<h4 id="licensing-code"><a href="#licensing-code">Code</a></h4>
|
||||||
<h4 id="licensing-preferred-code"><a href="#licensing-preferred-code">Code</a></h4>
|
<h5 id="licensing-bsd-3-clause-clear"><a href="#licensing-bsd-3-clause-clear">BSD 3-Clause Clear License</a></h5>
|
||||||
<h5 id="licensing-bsd-3-clause-clear"><a href="#licensing-bsd-3-clause-clear">BSD 3-Clause Clear License</a></h5>
|
<code>SPDX-License-Identifier: BSD-3-Clause-Clear</code>
|
||||||
<code>SPDX-License-Identifier: BSD-3-Clause-Clear</code>
|
<p>Type: Permissive</p>
|
||||||
<p>Type: Permissive</p>
|
|
||||||
<br>
|
|
||||||
<p><a href="https://spdx.org/licenses/BSD-3-Clause-Clear.html">BSD 3-Clause Clear License</a>
|
|
||||||
is a highly permissive
|
|
||||||
license which allows content licensed under it to be
|
|
||||||
used in any way, whether in source or binary form, and
|
|
||||||
allows sublicensing under a different license, with the
|
|
||||||
only restrictions being the original copyright notice
|
|
||||||
must be kept in order to attribute the original creator
|
|
||||||
of the licensed content, and the name of the project
|
|
||||||
and/or its contributors may not be used to endorse or
|
|
||||||
promote products derived from the original project.<br>
|
|
||||||
BSD 3-Clause Clear License is a derivative of
|
|
||||||
<a href="https://spdx.org/licenses/BSD-3-Clause.html">BSD 3-Clause "New" or "Revised" License</a>,
|
|
||||||
which adds
|
|
||||||
an explicit statement clarifying that patent rights are
|
|
||||||
not granted by the license alone, and must be granted
|
|
||||||
separately by the copyright and/or patent holder(s). We
|
|
||||||
prefer this license over the BSD 3-Clause "New" or
|
|
||||||
"Revised" License due to this explicit statement which
|
|
||||||
removes any possibility of debate and misunderstanding
|
|
||||||
in regards to patents applied to code using the BSD
|
|
||||||
3-Clause "New" or "Revised" License.</p>
|
|
||||||
<br>
|
<br>
|
||||||
<h5 id="licensing-mit"><a href="#licensing-mit">MIT License</a></h5>
|
<p><a href="https://spdx.org/licenses/BSD-3-Clause-Clear.html">BSD 3-Clause Clear License</a>
|
||||||
<code>SPDX-License-Identifier: MIT</code>
|
is a highly permissive
|
||||||
<p>Type: Permissive</p>
|
license which allows content licensed under it to be
|
||||||
<br>
|
used in any way, whether in source or binary form, and
|
||||||
<p><a href="https://spdx.org/licenses/MIT.html">MIT License</a>
|
allows sublicensing under a different license, with the
|
||||||
is a highly permissive license which
|
only restrictions being the original copyright notice
|
||||||
allows content licensed under it to be used in any way,
|
must be kept in order to attribute the original creator
|
||||||
whether in source or binary form, and allows
|
of the licensed content, and the name of the project
|
||||||
sublicensing under a different license, with the only
|
and/or its contributors may not be used to endorse or
|
||||||
restriction being the original copyright notice must be
|
promote products derived from the original project.<br>
|
||||||
kept in order to attribute the original creator of the
|
BSD 3-Clause Clear License is a derivative of
|
||||||
licensed content.<br>
|
<a href="https://spdx.org/licenses/BSD-3-Clause.html">BSD 3-Clause "New" or "Revised" License</a>,
|
||||||
Due to this license allowing the original project's name
|
which adds
|
||||||
and/or contributors to be used to endorse or promote
|
an explicit statement clarifying that patent rights are
|
||||||
products derived from the original project, unless an
|
not granted by the license alone, and must be granted
|
||||||
explicit statement is made alongside this license,
|
separately by the copyright and/or patent holder(s). We
|
||||||
increasing complexity and deviating from the standard
|
prefer this license over the BSD 3-Clause "New" or
|
||||||
license text, we prefer
|
"Revised" License due to this explicit statement which
|
||||||
<a href="#licensing-bsd-3-clause-clear">BSD 3-Clause Clear License</a>;
|
removes any possibility of debate and misunderstanding
|
||||||
however, MIT License is
|
in regards to patents applied to code using the BSD
|
||||||
a great choice when derivatives using the name of the
|
3-Clause "New" or "Revised" License.</p>
|
||||||
original project and/or its contributors is a non-issue.</p>
|
<h5 id="licensing-gpl-2.0"><a href="#licensing-gpl-2.0">GNU General Public License v2.0</a></h5>
|
||||||
<br>
|
<code>SPDX-License-Identifier: GPL-2.0-only</code>
|
||||||
<h5 id="licensing-gpl-2.0"><a href="#licensing-gpl-2.0">GNU General Public License v2.0</a></h5>
|
<p>Type: Copyleft</p>
|
||||||
<code>SPDX-License-Identifier: GPL-2.0-only</code>
|
<br>
|
||||||
<p>Type: Copyleft</p>
|
<p><a href="https://spdx.org/licenses/GPL-2.0-only.html">GNU General Public License v2.0</a>
|
||||||
<br>
|
is a strong
|
||||||
<p><a href="https://spdx.org/licenses/GPL-2.0-only.html">GNU General Public License v2.0</a>
|
copyleft license which restricts use of content licensed
|
||||||
is a strong
|
under it by requiring all source code of the content to
|
||||||
copyleft license which restricts use of content licensed
|
be publicly available, making binary-only form and
|
||||||
under it by requiring all source code of the content to
|
inclusion of proprietary code impossible, requiring all
|
||||||
be publicly available, making binary-only form and
|
derivatives to be licensed under the same license
|
||||||
inclusion of proprietary code impossible, requiring all
|
(allowing sublicensing under only newer GPL licenses if
|
||||||
derivatives to be licensed under the same license
|
<code>GPL-2.0-or-later</code> is specified in the SPDX-
|
||||||
(allowing sublicensing under only newer GPL licenses if
|
License-Identifier), and requiring the original
|
||||||
<code>GPL-2.0-or-later</code> is specified in the SPDX-
|
copyright notice to be kept in order to attribute the
|
||||||
License-Identifier), and requiring the original
|
original creator of the licensed content.<br>
|
||||||
copyright notice to be kept in order to attribute the
|
Due to the restrictive and invasive nature of this
|
||||||
original creator of the licensed content.<br>
|
license, it is avoided unless such restrictions would be
|
||||||
Due to the restrictive and invasive nature of this
|
beneficial to Inferencium code; whenever this is the
|
||||||
license, it is avoided unless such restrictions would be
|
case, the GNU General Public License v2.0 will be used,
|
||||||
beneficial to Inferencium code; whenever this is the
|
rather than the more restrictive
|
||||||
case, the GNU General Public License v2.0 will be used,
|
<a href="#licensing-gpl-3.0">GNU General Public License v3.0</a>,
|
||||||
rather than the more restrictive
|
and relicensing
|
||||||
<a href="#licensing-gpl-3.0">GNU General Public License v3.0</a>,
|
derivatives under the GNU General Public License v3.0
|
||||||
and relicensing
|
will be disallowed.</p>
|
||||||
derivatives under the GNU General Public License v3.0
|
<h4 id="licensing-noncode"><a href="#licensing-noncode">Non-code</a></h4>
|
||||||
will be disallowed.</p>
|
<h5 id="licensing-cc-by-4.0"><a href="#licensing-cc-by-4.0">Creative Commons Attribution 4.0 International</a></h5>
|
||||||
<br>
|
<code>SPDX-License-Identifier: CC-BY-4.0</code>
|
||||||
<h4 id="licensing-preferred-non-code"><a href="#licensing-preferred-non-code">Non-code</a></h4>
|
<p>Type: Permissive</p>
|
||||||
<h5 id="licensing-cc-by-4.0"><a href="#licensing-cc-by-4.0">Creative Commons Attribution 4.0 International</a></h5>
|
<br>
|
||||||
<code>SPDX-License-Identifier: CC-BY-4.0</code>
|
<p><a href="https://spdx.org/licenses/CC-BY-4.0.html">Creative Commons Attribution 4.0 International</a>
|
||||||
<p>Type: Permissive</p>
|
is a
|
||||||
<br>
|
highly permissive license which allows content licensed
|
||||||
<p><a href="https://spdx.org/licenses/CC-BY-4.0.html">Creative Commons Attribution 4.0 International</a>
|
under it to be used in any way, in any medium, with the
|
||||||
is a
|
only restriction being the original copyright notice
|
||||||
highly permissive license which allows content licensed
|
must be kept in order to attribute the original creator
|
||||||
under it to be used in any way, in any medium, with the
|
of the licensed content.</p>
|
||||||
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">Other</a></h3>
|
|
||||||
<h4 id="licensing-other-code"><a href="#licensing-other-code">Code</a></h4>
|
|
||||||
<h5 id="licensing-gpl-3.0"><a href="#licensing-gpl-3.0">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">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">Non-code</a></h4>
|
|
||||||
<h5 id="licensing-cc-by-nc-4.0"><a href="#licensing-cc-by-nc-4.0">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">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>
|
|
||||||
</section>
|
</section>
|
||||||
<section id="recommendations">
|
<section id="recommendations">
|
||||||
<h2 id="recommendations"><a href="#recommendations">Recommendations</a></h2>
|
<h2 id="recommendations"><a href="#recommendations">Recommendations</a></h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user