From 9d4a589769b4b03feeddcd7f9116dce4ae88ed00 Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Sun, 21 Dec 2025 15:06:43 +0100 Subject: [PATCH] add content license to website footer Signed-off-by: Christian Heusel --- website/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config.toml b/website/config.toml index 3ce4affe..1e780df4 100644 --- a/website/config.toml +++ b/website/config.toml @@ -2,6 +2,7 @@ baseURL = "https://uapi-group.org/specifications" languageCode = "en-us" title = "UAPI Group Specifications" theme = "hugo-book" +copyright = 'Licensed under [CC-BY-4.0](https://spdx.org/licenses/CC-BY-4.0.html)' [[menu.before]] name = "⬅️ Back to top"