mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Add full Apache 2.0 licence notice to all relevant files
- 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
This commit is contained in:
parent
d72a7c0d7f
commit
7fa60aae59
4 changed files with 32 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<!-- mdcms v0.4 | DO NOT REMOVE THIS COMMENT -->
|
||||
<!--
|
||||
MD-CMS v0.3.8 — Renderer
|
||||
MD-CMS v0.4 — Renderer
|
||||
|
||||
Copyright 2026 Kristian Benestad | kbenestad.codeberg.page
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,22 @@
|
|||
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
||||
# mdcms theme — default
|
||||
# MD-CMS v0.4 — Theme configuration
|
||||
#
|
||||
# Edit colours, fonts, and layout here. See docs for full reference.
|
||||
#
|
||||
# LICENCE
|
||||
# Copyright 2026 Kristian Benestad | kbenestad.codeberg.page
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "Licence");
|
||||
# you may not use this file except in compliance with the Licence.
|
||||
# You may obtain a copy of the Licence at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# 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.
|
||||
|
||||
# ──────────────────────────────────
|
||||
# Colours
|
||||
|
|
|
|||
13
mdcms.py
13
mdcms.py
|
|
@ -3,7 +3,18 @@
|
|||
# mdcms v0.4.0 — CLI companion
|
||||
#
|
||||
# Copyright 2026 Kristian Benestad
|
||||
# Apache License, Version 2.0 — https://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
"""MD-CMS v0.4.0 — CLI tool for managing and building MD-CMS sites."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue