From 6df79717920984e41bd24f3a35203227a116bb51 Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Sat, 2 Jul 2022 09:40:46 -0400 Subject: [PATCH] Clarify licensing A change was made to the

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. --- README.md | 1 + license/index.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da0c3bc --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# simple_blog diff --git a/license/index.php b/license/index.php index 31a8467..3f493bc 100644 --- a/license/index.php +++ b/license/index.php @@ -8,7 +8,7 @@ include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php'); ?>

A summery of all licenses that apply to this website.

-

Code License

+

simple_blog License

Copyright 20xd6