aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/protocol/mod.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-07-03 23:22:05 +0200
committermetamuffin <metamuffin@disroot.org>2023-07-03 23:22:05 +0200
commit865607c4f4e992fd32c2241e896e56e1a4fcfe28 (patch)
tree33be78ab20f5d980345057bafe23abe99b02daac /client-web/source/protocol/mod.ts
parent6a245a585ec4d30273d70590fe0a96c73cdc6080 (diff)
downloadkeks-meet-865607c4f4e992fd32c2241e896e56e1a4fcfe28.tar
keks-meet-865607c4f4e992fd32c2241e896e56e1a4fcfe28.tar.bz2
keks-meet-865607c4f4e992fd32c2241e896e56e1a4fcfe28.tar.zst
update copyright year everywhere
Diffstat (limited to 'client-web/source/protocol/mod.ts')
-rw-r--r--client-web/source/protocol/mod.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/protocol/mod.ts b/client-web/source/protocol/mod.ts
index 6d49a17..71c2b93 100644
--- a/client-web/source/protocol/mod.ts
+++ b/client-web/source/protocol/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 { ClientboundPacket, RelayMessage, RelayMessageWrapper, ServerboundPacket } from "../../../common/packets.d.ts"
import { log } from "../logger.ts"