From 2f9972ae12b9c32ae786be40859d8e42825bc7fe Mon Sep 17 00:00:00 2001 From: elektrischerwalfisch Date: Thu, 10 Apr 2025 23:01:45 +0200 Subject: [PATCH] set license --- TODO.md | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index cd3075c..17038aa 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,7 @@ x simplify toggle-button js - readme: add paragraph about basic and multilang-configuration - readme: add paragraph "flatmark as cms" to readme - more text, contact page, slick-slider-page as reference? -- github: license? +- github: license MIT x rename shortcode langmenu to extras (to use it for other header-extras (phonenumber etc.)) x fix codeblock for img-rounded on example page diff --git a/index.php b/index.php index 409c665..fec019f 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ * Project URI: https://github.com/elektrischerwalfisch/flatmark * Author: elektrischerwalfisch * Author URI: https://www.elektrischerwalfisch.de - * License: MIT (or another open-source license) + * License: MIT */ // Start output buffering (prevents page to "jump" before everything is loaded) -- 2.47.3