This commit is contained in:
Jordan Bancino 2022-08-08 10:57:42 -04:00
parent adf85157cc
commit c6eda3ff3e
2 changed files with 20 additions and 12 deletions

View file

@ -1,6 +0,0 @@
Telodendria
===========
This is the source code for Telodendria, a Matrix homeserver written
in C. All of the documentation is available at https://telodendria.io,
or in site/index.html.

View file

@ -17,12 +17,12 @@
content="Telodendria, a Matrix homeserver written in ANSI C."> content="Telodendria, a Matrix homeserver written in ANSI C.">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="icon" href="Telodendria.svg"> <link rel="icon" href="assets/Telodendria-196x196.png">
<title>Telodendria | A Matrix Homeserver written in ANSI C.</title> <title>Telodendria | A Matrix Homeserver written in ANSI C.</title>
</head> </head>
<body> <body>
<img id="logo" src="Telodendria.svg" /> <img id="logo" src="assets/Telodendria-500x500.png" alt="Telodendria Logo" />
<h1 id="telodendria">Telodendria</h1> <h1 id="telodendria">Telodendria</h1>
<p> <p>
<b>Telodendria:</b> The terminal branches of an axon. <b>Telodendria:</b> The terminal branches of an axon.
@ -883,10 +883,10 @@ reviewed again, or you can use them as a starting point for future patches.
</p> </p>
<h2 id="license">License</h2> <h2 id="license">License</h2>
<p> <p>
All of the code and documentation for <b>Telodendria</b> is licensed All of the code for <b>Telodendria</b> is licensed under a modified
under a modified MIT license. Please consult the <code>src/header.txt</code> MIT license. Please consult the <code>src/header.txt</code> file for
file for the actual license text. The <b>Telodendria</b> license text the actual license text. The <b>Telodendria</b> license text differs
differs from the MIT license in the following ways: from the MIT license in the following ways:
</p> </p>
<ul> <ul>
<li> <li>
@ -897,6 +897,20 @@ notice and permission notice be included in <i>all</i>
portions&mdash;regardless of size&mdash;of the software by omitting portions&mdash;regardless of size&mdash;of the software by omitting
the word <i>substantial</i>. the word <i>substantial</i>.
</li> </li>
<p>
The documentation for <b>Telodendria</b> is also licensed under the
modified MIT license that lives in <code>src/header.txt</code>. Whether
you obtain the documentation by printing, or otherwise downloading
this page, or by checking it out from the CVS source, it is licensed
the same as the code.
<p>
The <b>Telodendria</b> logo, however, belongs solely to the
<b>Telodendria</b> project. It must only be used to represent the
official <b>Telodendria</b> project, and may only appear in official
<b>Telodendria</b> media. If <b>Telodendria</b> is forked, the logo
must be removed from the project and optionally replaced by a different
one. The logo may not be modified in any way or for any purpose.
</p>
</ul> </ul>
<h2 id="contributors">Contributors</h2> <h2 id="contributors">Contributors</h2>
<p> <p>