Improve SPDX License Identifier section of licenses
Remove `<code>` elements from "SPDX License Identifier" string, setting it to bold formatting, instead; this reserves code formatting for the actual license.
This commit is contained in:
parent
5c2c327baf
commit
0c4a95d308
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 8.1.0-alpha.4 -->
|
||||
<!-- Version: 8.1.0-alpha.5 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -148,7 +148,7 @@
|
||||
<h3><a href="#licensing-code">Code</a></h3>
|
||||
<section id="licensing-code-bsd3clause">
|
||||
<h4><a href="#licensing-code-bsd3clause">BSD 3-Clause License</a></h4>
|
||||
<code>SPDX-License-Identifier: BSD-3-Clause</code>
|
||||
<p><b>SPDX License Identifier:</b> <code>BSD-3-Clause</code></p>
|
||||
<p><b>Type: Permissive</b></p>
|
||||
<p><a href="https://spdx.org/licenses/BSD-3-Clause.html">BSD 3-Clause License</a>
|
||||
is a highly permissive license which
|
||||
@ -166,7 +166,7 @@
|
||||
</section>
|
||||
<section id="licensing-code-gpl2.0only">
|
||||
<h4><a href="#licensing-code-gpl2.0only">GNU General Public License v2.0</a></h4>
|
||||
<code>SPDX-License-Identifier: GPL-2.0-only</code>
|
||||
<p><b>SPDX License Identifier:</b> <code>GPL-2.0-only</code></p>
|
||||
<p><b>Type: Copyleft</b></p>
|
||||
<p><a href="https://spdx.org/licenses/GPL-2.0-only.html">GNU General Public License v2.0</a>
|
||||
is a strong copyleft license which
|
||||
@ -201,7 +201,7 @@
|
||||
<h3><a href="#licensing-noncode">Non-code</a></h3>
|
||||
<section id="licensing-noncode-ccby4.0">
|
||||
<h4><a href="#licensing-noncode-ccby4.0">Creative Commons Attribution 4.0 International</a></h4>
|
||||
<code>SPDX-License-Identifier: CC-BY-4.0</code>
|
||||
<p><b>SPDX-License-Identifier:</b> <code>CC-BY-4.0</code></p>
|
||||
<p><b>Type: Permissive</b></p>
|
||||
<p><a href="https://spdx.org/licenses/CC-BY-4.0.html">Creative Commons Attribution 4.0 International</a>
|
||||
is a highly permissive license which
|
||||
|
Loading…
x
Reference in New Issue
Block a user