From 6df79717920984e41bd24f3a35203227a116bb51 Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Sat, 2 Jul 2022 09:40:46 -0400 Subject: [PATCH 1/2] 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

From 9d9711cccc8edc2279d61b9ec8cffac3d82bbdbe Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Sat, 2 Jul 2022 09:53:42 -0400 Subject: [PATCH 2/2] Add Parsedown-extra to /license/ Add the license information for Pasedown-extra to /license/index.php --- license/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/license/index.php b/license/index.php index 3f493bc..f454bcb 100644 --- a/license/index.php +++ b/license/index.php @@ -46,5 +46,9 @@ JMenu is MIT Licensed.

Parsedown is used for all of the Markdown processing for this site.
Parsedown is MIT Licensed.

+

Parsedown Extra

+

An extension of Parsedown that adds support for Markdown Extra.

<
+

Pasrsedown-extra is used primarily to add support for footnotes in articles.

+