From 7fa60aae592bf76d60434aa301e40175c770f5f0 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 18 May 2026 07:11:00 +0000 Subject: [PATCH] Add full Apache 2.0 licence notice to all relevant files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - mdcms.py: expand abbreviated notice to full boilerplate - app/index.html: fix version in comment header (v0.3.8 → v0.4) - app/config.yml: add missing final two lines of notice - app/theme.yml: add full licence notice (was missing entirely) https://claude.ai/code/session_01UP8Wo2CKPNhvvTkzX48CWF --- app/config.yml | 2 ++ app/index.html | 2 +- app/theme.yml | 18 +++++++++++++++++- mdcms.py | 13 ++++++++++++- 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/app/config.yml b/app/config.yml index ca3604f..874ac74 100644 --- a/app/config.yml +++ b/app/config.yml @@ -16,6 +16,8 @@ # Unless required by applicable law or agreed to in writing, software # distributed under the Licence is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the Licence for the specific language governing permissions and +# limitations under the Licence. # ────────────────────────────────── # Site identity diff --git a/app/index.html b/app/index.html index 48a33d2..93b1673 100644 --- a/app/index.html +++ b/app/index.html @@ -1,6 +1,6 @@