Add full Apache 2.0 licence notices to all relevant files

Add full Apache 2.0 licence notices to all relevant files
This commit is contained in:
Kristian Benestad 2026-05-18 14:12:23 +07:00 committed by GitHub
commit b3c46ec4bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 3 deletions

View file

@ -16,6 +16,8 @@
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the Licence is distributed on an "AS IS" BASIS, # distributed under the Licence is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # 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 # Site identity

View file

@ -1,6 +1,6 @@
<!-- mdcms v0.4 | DO NOT REMOVE THIS COMMENT --> <!-- 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 Copyright 2026 Kristian Benestad | kbenestad.codeberg.page

View file

@ -1,5 +1,6 @@
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT # 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. # Edit colours, fonts, and layout here. See docs for full reference.
# ────────────────────────────────── # ──────────────────────────────────

View file

@ -3,7 +3,18 @@
# mdcms v0.4.0 — CLI companion # mdcms v0.4.0 — CLI companion
# #
# Copyright 2026 Kristian Benestad # 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.""" """MD-CMS v0.4.0 — CLI tool for managing and building MD-CMS sites."""