From 0c9f600328454957c20bc98aed44d3f8cc6d75da Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 23 Mar 2024 12:08:54 +0100 Subject: [PATCH] Fix documentation error --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 44c14dc..1af65eb 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -55,7 +55,7 @@ const config: Config = { }, footer: { style: "dark", - copyright: `Copyright (c) ${new Date().getFullYear()} The StarOpenSource Project & Contributors
Licensed under the GNU General Public License version 3`, + copyright: `Copyright (c) ${new Date().getFullYear()} The StarOpenSource Project & Contributors
Licensed under the GNU Affero General Public License version 3`, }, prism: { theme: prismThemes.github,