summaryrefslogtreecommitdiff
path: root/client-web/source/preferences
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/preferences')
-rw-r--r--client-web/source/preferences/decl.ts2
-rw-r--r--client-web/source/preferences/mod.ts2
-rw-r--r--client-web/source/preferences/ui.ts2
3 files changed, 3 insertions, 3 deletions
diff --git a/client-web/source/preferences/decl.ts b/client-web/source/preferences/decl.ts
index 2ef2921..36ed1a1 100644
--- a/client-web/source/preferences/decl.ts
+++ b/client-web/source/preferences/decl.ts
@@ -1,7 +1,7 @@
/*
This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2023 metamuffin <metamuffin@disroot.org>
+ Copyright (C) 2023 metamuffin <metamuffin.org>
*/
// there should be no deps to dom APIs in this file for the tablegen to work
diff --git a/client-web/source/preferences/mod.ts b/client-web/source/preferences/mod.ts
index 815afd9..b88c4de 100644
--- a/client-web/source/preferences/mod.ts
+++ b/client-web/source/preferences/mod.ts
@@ -1,7 +1,7 @@
/*
This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2023 metamuffin <metamuffin@disroot.org>
+ Copyright (C) 2023 metamuffin <metamuffin.org>
*/
import { log } from "../logger.ts";
import { PREF_DECLS } from "./decl.ts";
diff --git a/client-web/source/preferences/ui.ts b/client-web/source/preferences/ui.ts
index ba23489..0259b2b 100644
--- a/client-web/source/preferences/ui.ts
+++ b/client-web/source/preferences/ui.ts
@@ -1,7 +1,7 @@
/*
This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
- Copyright (C) 2023 metamuffin <metamuffin@disroot.org>
+ Copyright (C) 2023 metamuffin <metamuffin.org>
*/
/// <reference lib="dom" />