From e65e8d1caa4eb8abb9b9344c63930c5c011055b9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 22 Dec 2022 08:45:26 +0100 Subject: add missing license information to some files --- client-native-gui/src/chat.rs | 5 +++++ client-native-gui/src/main.rs | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'client-native-gui') diff --git a/client-native-gui/src/chat.rs b/client-native-gui/src/chat.rs index dc4c2bc..c1f7868 100644 --- a/client-native-gui/src/chat.rs +++ b/client-native-gui/src/chat.rs @@ -1,3 +1,8 @@ +/* + 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 +*/ use crate::GuiPeer; use async_std::task::block_on; use client_native_lib::{ diff --git a/client-native-gui/src/main.rs b/client-native-gui/src/main.rs index 11290ee..ab6387d 100644 --- a/client-native-gui/src/main.rs +++ b/client-native-gui/src/main.rs @@ -1,3 +1,8 @@ +/* + 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 +*/ #![feature(box_syntax)] pub mod chat; -- cgit v1.2.3-70-g09d2