From 3a475c7b6efd5034f157e2687c1b6ce5544da32f Mon Sep 17 00:00:00 2001 From: Dmitry Prudnikov Date: Sun, 6 Sep 2026 12:02:59 +0300 Subject: [PATCH] docs: name the copyright holder in the site footer --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 57bc32d7..00b29932 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -286,7 +286,7 @@ export default defineConfig({ footer: { message: "Released under the AGPL-3.0 License.", - copyright: "Copyright © 2026 sw.foundation", + copyright: "Copyright © 2026 Dmitry Prudnikov", }, editLink: {