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:
manfromhuh 2022-07-02 09:40:46 -04:00
parent df45c61fb4
commit 6df7971792
2 changed files with 2 additions and 1 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# simple_blog

View File

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