aboutsummaryrefslogtreecommitdiff
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 f3f8e84..40dfcd6 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) 2022 metamuffin <metamuffin@disroot.org>
+ Copyright (C) 2023 metamuffin <metamuffin@disroot.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 8aefb0f..c4e502d 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) 2022 metamuffin <metamuffin@disroot.org>
+ Copyright (C) 2023 metamuffin <metamuffin@disroot.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 c3fae0f..5b8fb5f 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) 2022 metamuffin <metamuffin@disroot.org>
+ Copyright (C) 2023 metamuffin <metamuffin@disroot.org>
*/
/// <reference lib="dom" />