From 3beffa4bfd38eac8de110e2fff5023b807f995d2 Mon Sep 17 00:00:00 2001 From: Bloodcloak <59000966+bloodcloak@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:50:36 -0400 Subject: [PATCH] update copyright --- wiki/.vitepress/config/de.ts | 2 +- wiki/.vitepress/config/en.ts | 2 +- wiki/.vitepress/config/fr.ts | 2 +- wiki/.vitepress/config/ja.ts | 2 +- wiki/.vitepress/config/nl.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/.vitepress/config/de.ts b/wiki/.vitepress/config/de.ts index 11695e70..4dafb7f4 100644 --- a/wiki/.vitepress/config/de.ts +++ b/wiki/.vitepress/config/de.ts @@ -16,7 +16,7 @@ export const de = defineConfig({ ], footer: { - message: 'Copyright © 2019-2024 Beat Saber Modding Group', + message: 'Copyright © 2019-2024 BSMG Community LLC (Beat Saber Modding Group)', copyright: 'Lizenziert unter CC BY-NC-SA 4.0', }, diff --git a/wiki/.vitepress/config/en.ts b/wiki/.vitepress/config/en.ts index fc345459..084f6f99 100644 --- a/wiki/.vitepress/config/en.ts +++ b/wiki/.vitepress/config/en.ts @@ -15,7 +15,7 @@ export const en = defineConfig({ ], footer: { - message: 'Copyright © 2019-2024 Beat Saber Modding Group', + message: 'Copyright © 2019-2024 BSMG Community LLC (Beat Saber Modding Group)', copyright: 'Licensed under CC BY-NC-SA 4.0', }, diff --git a/wiki/.vitepress/config/fr.ts b/wiki/.vitepress/config/fr.ts index fd019b31..8c27d6cb 100644 --- a/wiki/.vitepress/config/fr.ts +++ b/wiki/.vitepress/config/fr.ts @@ -16,7 +16,7 @@ export const fr = defineConfig({ ], footer: { - message: 'Copyright © 2019-2024 Beat Saber Modding Group', + message: 'Copyright © 2019-2024 BSMG Community LLC (Beat Saber Modding Group)', copyright: 'Licensed under CC BY-NC-SA 4.0', }, diff --git a/wiki/.vitepress/config/ja.ts b/wiki/.vitepress/config/ja.ts index 0bbe21fc..0378d79e 100644 --- a/wiki/.vitepress/config/ja.ts +++ b/wiki/.vitepress/config/ja.ts @@ -16,7 +16,7 @@ export const ja = defineConfig({ ], footer: { - message: 'Copyright © 2019-2024 Beat Saber Modding Group', + message: 'Copyright © 2019-2024 BSMG Community LLC (Beat Saber Modding Group)', copyright: 'Licensed under CC BY-NC-SA 4.0', }, diff --git a/wiki/.vitepress/config/nl.ts b/wiki/.vitepress/config/nl.ts index fc6d4072..36f04721 100644 --- a/wiki/.vitepress/config/nl.ts +++ b/wiki/.vitepress/config/nl.ts @@ -16,7 +16,7 @@ export const nl = defineConfig({ ], footer: { - message: 'Copyright © 2019-2024 Beat Saber Modding Group', + message: 'Copyright © 2019-2024 BSMG Community LLC (Beat Saber Modding Group)', copyright: 'Gelicenseerd onder CC BY-NC-SA 4.0', },