forked from lda/telodendria
Apply #24
This commit is contained in:
parent
adf85157cc
commit
c6eda3ff3e
2 changed files with 20 additions and 12 deletions
|
@ -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.
|
|
@ -17,12 +17,12 @@
|
|||
content="Telodendria, a Matrix homeserver written in ANSI C.">
|
||||
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
<img id="logo" src="Telodendria.svg" />
|
||||
<img id="logo" src="assets/Telodendria-500x500.png" alt="Telodendria Logo" />
|
||||
<h1 id="telodendria">Telodendria</h1>
|
||||
<p>
|
||||
<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>
|
||||
<h2 id="license">License</h2>
|
||||
<p>
|
||||
All of the code and documentation for <b>Telodendria</b> is licensed
|
||||
under a modified MIT license. Please consult the <code>src/header.txt</code>
|
||||
file for the actual license text. The <b>Telodendria</b> license text
|
||||
differs from the MIT license in the following ways:
|
||||
All of the code for <b>Telodendria</b> is licensed under a modified
|
||||
MIT license. Please consult the <code>src/header.txt</code> file for
|
||||
the actual license text. The <b>Telodendria</b> license text differs
|
||||
from the MIT license in the following ways:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -897,6 +897,20 @@ notice and permission notice be included in <i>all</i>
|
|||
portions—regardless of size—of the software by omitting
|
||||
the word <i>substantial</i>.
|
||||
</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>
|
||||
<h2 id="contributors">Contributors</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue