forked from 20xd6/simple_blog
Clarify licensing
A change was made to the <h2> header for the license applying to simple_blog itself to clarify what that license is for. The GPL is only attached to the code used to render the site and not the Markdown parser or menu CSS. These components are licensed MIT.
This commit is contained in:
@@ -8,7 +8,7 @@ include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
|
|||||||
?>
|
?>
|
||||||
<article>
|
<article>
|
||||||
<p>A summery of all licenses that apply to this website.</p>
|
<p>A summery of all licenses that apply to this website.</p>
|
||||||
<h2>Code License</h2>
|
<h2>simple_blog License</h2>
|
||||||
<font size="2">
|
<font size="2">
|
||||||
Copyright <?php echo(strftime("%Y")); ?> 20xd6<br>
|
Copyright <?php echo(strftime("%Y")); ?> 20xd6<br>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user