From 02d269638f232280dba15c3c5936f71b45526623 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Mar 2023 08:37:29 +0000 Subject: [PATCH 01/10] Add licensing subsections Code and Non-code. Add CC-BY-4.0 and CC-BY-NC-4.0 licenses to license section. --- about.html | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/about.html b/about.html index 898c539..e365ab8 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -48,18 +48,38 @@
  • Preferred
  • Other
  • Date: Fri, 17 Mar 2023 09:56:39 +0000 Subject: [PATCH 02/10] Add licensing subsections Code and Non-code. Add CC-BY-4.0 and CC-BY-NC-4.0 licenses to license section. --- about.html | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/about.html b/about.html index e365ab8..c085ca1 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -149,8 +149,10 @@

    Preferred

    -

    BSD 3-Clause Clear License

    +

    Code

    +
    BSD 3-Clause Clear License
    SPDX-License-Identifier: BSD-3-Clause-Clear

    Type: Permissive


    @@ -170,8 +172,8 @@ misunderstanding in regards to patents applied to code using the BSD 3-Clause "New" or "Revised" License.


    -

    MIT License

    +
    MIT License
    SPDX-License-Identifier: MIT

    Type: Permissive


    @@ -187,8 +189,8 @@ >BSD 3-Clause Clear License; however, MIT License is a great choice when derivatives using the name of the original project and/or its contributors is a non-issue.


    -

    GNU General Public License v2.0

    +
    GNU General Public License v2.0
    SPDX-License-Identifier: GPL-2.0-only

    Type: Copyleft


    @@ -207,10 +209,17 @@ >GNU General Public License v3.0, and relicensing derivatives under the GNU General Public License v3.0 will be disallowed.


    +

    Non-code

    +
    CC-BY-4.0"
    +

    Other

    -

    GNU General Public License v3.0

    +

    Code

    +
    GNU General Public License v3.0
    SPDX-License-Identifier: GPL-3.0-only

    Type: Copyleft


    @@ -228,6 +237,11 @@ be included only on specific systems, further restricting usage of Inferencium code, it is avoided completely.


    +

    Non-code

    +
    CC-BY-NC-4.0
    +

    Date: Fri, 17 Mar 2023 10:05:12 +0000 Subject: [PATCH 03/10] Add licensing subsection Creative Commons Attribution 4.0 International. --- about.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index c085ca1..6c5be4e 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -212,7 +212,15 @@

    Non-code

    CC-BY-4.0"
    + >Creative Commons Attribution 4.0 International" + SPDX-License-Identifier: CC-BY-4.0 +

    Type: Permissive

    +
    +

    Creative Commons Attribution 4.0 International is a highly permissive license which + allows content licensed under it to be used in any way, in any medium, with the only + restriction being the original copyright notice must be kept in order to attribute the + original creator of the licensed content.


    Other

    From a829c4c47ee80e3e9f60ad62b8dc961bf11b6bb2 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Mar 2023 10:10:09 +0000 Subject: [PATCH 04/10] Rename Creative Commons licenses to actual full license names. Fix table of contents line length. --- about.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/about.html b/about.html index 6c5be4e..9372ec9 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -51,7 +51,8 @@
  • Code
  • Non-code
  • @@ -248,7 +250,7 @@

    Non-code

    CC-BY-NC-4.0
    + >Creative Commons Attribution Non Commerical 4.0 International

    From 3987cd28d1132e89263507e5690948ff91b56a45 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Mar 2023 10:20:30 +0000 Subject: [PATCH 05/10] Add licensing subsection Creative Commons Attribution Non Commercial 4.0 International. --- about.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index 9372ec9..b324fb1 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -251,6 +251,17 @@ >Non-code
    Creative Commons Attribution Non Commerical 4.0 International
    + SPDX-License-Identifier: CC-BY-NC-4.0 +

    Type: Permissive non-commercial

    +
    +

    Creative Commons Attribution Non Commercial 4.0 International is a permissive license + which allows content licensed under it to be used in any way, in any medium, with its + 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.
    + 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.



    From e91e520885ca1f70228453a0e42286159b04abbb Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Mar 2023 10:21:37 +0000 Subject: [PATCH 06/10] Fix typo. --- about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index b324fb1..bd8112b 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -214,7 +214,7 @@

    Non-code

    Creative Commons Attribution 4.0 International"
    + >Creative Commons Attribution 4.0 International SPDX-License-Identifier: CC-BY-4.0

    Type: Permissive


    From 16af8cb203fa459c226ee3f099ab1d75b8f0b10a Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Mar 2023 10:22:57 +0000 Subject: [PATCH 07/10] Make wording more consistent. --- about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index bd8112b..e997011 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -256,7 +256,7 @@

    Creative Commons Attribution Non Commercial 4.0 International is a permissive license - which allows content licensed under it to be used in any way, in any medium, with its + 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.
    Due to the non-commercial restriction of this license preventing Inferencium code from being From b5f5141616b4cb4a0468e4fbd39012ff0fff778a Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Mar 2023 10:25:05 +0000 Subject: [PATCH 08/10] Fix heading classes. --- about.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/about.html b/about.html index e997011..7c66236 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -153,7 +153,7 @@ >Preferred

    Code

    -
    BSD 3-Clause Clear License
    SPDX-License-Identifier: BSD-3-Clause-Clear

    Type: Permissive

    @@ -174,7 +174,7 @@ misunderstanding in regards to patents applied to code using the BSD 3-Clause "New" or "Revised" License.


    -
    MIT License
    SPDX-License-Identifier: MIT

    Type: Permissive

    @@ -191,7 +191,7 @@ >BSD 3-Clause Clear License; however, MIT License is a great choice when derivatives using the name of the original project and/or its contributors is a non-issue.


    -
    GNU General Public License v2.0
    SPDX-License-Identifier: GPL-2.0-only

    Type: Copyleft

    @@ -228,7 +228,7 @@ >Other

    Code

    -
    GNU General Public License v3.0
    SPDX-License-Identifier: GPL-3.0-only

    Type: Copyleft

    From 78bca25d60ba73c38fb1da89816a744e4fbb1445 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Mar 2023 10:27:10 +0000 Subject: [PATCH 09/10] Improve About Me section formatting. --- about.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/about.html b/about.html index 7c66236..8b63b48 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -116,11 +116,11 @@ All opinions are my own, and are not necessarily shared with projects or people I am affiliated with.

    -

    I write about my research and experience in cybersecurity and also physical security. + I write about my research and experience in cybersecurity and also physical security. Most of my postings are security-related, but I occasionally post about other aspects of my - life.

    + life.

    -

    I am an open source advocate for the preservation and modifiability of source code. I + I am an open source advocate for the preservation and modifiability of source code. I believe source code should be considered human knowledge as much as past knowledge and teachings were; it is how modern humanity survives and runs.
    Source code being modifiable allows it to be adapted for use by anyone, whether to add @@ -129,7 +129,7 @@ I am also a modular design advocate for the ability to securely and robustly make changes to hardware and software without the entire system being affected.


    -

    If you want to contact me for any reason, you can use my + If you want to contact me for any reason, you can use my contact methods.


    From fa6d030f4f9b75cdec6a567ab345351e3048a4d7 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 17 Mar 2023 10:28:52 +0000 Subject: [PATCH 10/10] Fix About Me section formatting. --- about.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/about.html b/about.html index 8b63b48..045871d 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -118,7 +118,7 @@
    I write about my research and experience in cybersecurity and also physical security. Most of my postings are security-related, but I occasionally post about other aspects of my - life.
    + life.

    I am an open source advocate for the preservation and modifiability of source code. I believe source code should be considered human knowledge as much as past knowledge and @@ -127,10 +127,10 @@ features, harden it for increased security and/or privacy, or provide accessibility for disabled users.
    I am also a modular design advocate for the ability to securely and robustly make changes to - hardware and software without the entire system being affected.

    + hardware and software without the entire system being affected.

    If you want to contact me for any reason, you can use my - contact methods.