From 0bf22b44b0ab1aca46a9f37520bb6000222eb991 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Fri, 10 May 2024 17:36:05 +0200 Subject: [PATCH] Updating copyright notice to CC BY 4.0 Signed-off-by: Nick Slowinski --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 65bdb8c..3281ee6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -176,7 +176,7 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Nick Slowinski`, + copyright: `Dieses Werk ist unter der Creative Commons Namensnennung 4.0 International (CC BY 4.0) lizenziert, sofern nicht anders angegeben.`, }, prism: { theme: prismThemes.github,