diff --git a/about.html b/about.html index 898c539..045871d 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -48,18 +48,40 @@
  • Preferred
  • Other

  • -

    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 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.



    @@ -129,8 +151,10 @@

    Preferred

    -

    BSD 3-Clause Clear License

    +

    Code

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

    Type: Permissive


    @@ -150,8 +174,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


    @@ -167,8 +191,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


    @@ -187,10 +211,25 @@ >GNU General Public License v3.0, and relicensing derivatives under the GNU General Public License v3.0 will be disallowed.


    +

    Non-code

    +
    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

    -

    GNU General Public License v3.0

    +

    Code

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

    Type: Copyleft


    @@ -208,6 +247,22 @@ be included only on specific systems, further restricting usage of Inferencium code, it is avoided completely.


    +

    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 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 + used for any purpose, specifically preventing commercial usage we do not want to prevent, it + is avoided completely.

    +