mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
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:
commit
b3c46ec4bc
4 changed files with 17 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
# ──────────────────────────────────
|
# ──────────────────────────────────
|
||||||
|
|
|
||||||
13
mdcms.py
13
mdcms.py
|
|
@ -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."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue