diff options
Diffstat (limited to 'server/src/room.rs')
-rw-r--r-- | server/src/room.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/room.rs b/server/src/room.rs index b103428..bfc391b 100644 --- a/server/src/room.rs +++ b/server/src/room.rs @@ -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> */ use crate::protocol::{ClientboundPacket, ServerboundPacket}; use futures_util::{SinkExt, StreamExt, TryFutureExt}; |