From 92fdfd2ad322792c4cd5fcd54a6ed716ec355319 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Thu, 28 Jul 2022 12:00:43 -0400 Subject: [PATCH] Update License section and to-dos. --- site/index.html | 43 +++++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/site/index.html b/site/index.html index a0ca037..077a868 100644 --- a/site/index.html +++ b/site/index.html @@ -69,8 +69,8 @@ binary that can be run just about anywhere. It is designed to be extremely easy to set up and consume as few resources as possible.
  • -Is permissively licensed. Telodendria is licensed under the -MIT license, which imposes few restrictions on what you can do with +Is permissively licensed. Telodendria is licensed under a +modified MIT license, which imposes few restrictions on what you can do with it.
  • @@ -318,7 +318,7 @@ Implement a JSON library using the hash map and array
  • Write a function that gets the current Unix timestamp in milliseconds.
  • Figure out how to wWrite unit tests for array/hashmap/etc
  • Parse the Telodendria config file
  • -
  • Add license/documentation comments to all source files
  • +
  • Add license/documentation comments to all source files
  • Implement a simple HTTP server
  • Design the server architecture @@ -377,6 +377,7 @@ on my list for that:
  • Make a note in Getting The Code that the password for the anoncvs account is just anoncvs.
  • Add Contributors list
  • +
  • Add list of make.sh recipes, and what they do
  • Rationale

    @@ -683,30 +684,20 @@ reviewed again, or you can use them as a starting point for future patches.

    License

    All of the code and documentation for Telodendria is licensed -under the following terms and conditions: +under a modified MIT license. Please consult the src/header.txt +file for the actual license text. The Telodendria license text +differs from the MIT license in the following ways:

    -
    -Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net> - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -
    +

    Contributors

    Telodendria would not be possible without the support of the