From 997d2946ed1c04aaf7ee53af44bbf220099b2fe2 Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Wed, 14 May 2025 17:32:48 -0400 Subject: [PATCH] feat(website): remove copyright, identify public domain work instead --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5db6fb9..885a831 100755 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -118,7 +118,7 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Super Cool Example Cloud Volunteers built this with Docusaurus.`, + copyright: `Built in the public domain with cool open-source software.`, }, prism: { theme: prismThemes.github,