From 27537295e6dc260632e68c38cc2df54649c1036c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 8 Sep 2023 16:41:32 +0200 Subject: update copyright contact info --- client-native-lib/src/crypto.rs | 2 +- client-native-lib/src/instance.rs | 2 +- client-native-lib/src/lib.rs | 2 +- client-native-lib/src/peer.rs | 2 +- client-native-lib/src/protocol.rs | 2 +- client-native-lib/src/signaling.rs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'client-native-lib') diff --git a/client-native-lib/src/crypto.rs b/client-native-lib/src/crypto.rs index f06443d..b477859 100644 --- a/client-native-lib/src/crypto.rs +++ b/client-native-lib/src/crypto.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) 2023 metamuffin + Copyright (C) 2023 metamuffin */ use aes_gcm::{ aead::{generic_array::sequence::GenericSequence, Aead}, diff --git a/client-native-lib/src/instance.rs b/client-native-lib/src/instance.rs index d0b6846..65104c1 100644 --- a/client-native-lib/src/instance.rs +++ b/client-native-lib/src/instance.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) 2023 metamuffin + Copyright (C) 2023 metamuffin */ use crate::{ build_api, diff --git a/client-native-lib/src/lib.rs b/client-native-lib/src/lib.rs index 5280b29..dce21af 100644 --- a/client-native-lib/src/lib.rs +++ b/client-native-lib/src/lib.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) 2023 metamuffin + Copyright (C) 2023 metamuffin */ #![feature(async_closure)] // #![feature(async_fn_in_trait)] diff --git a/client-native-lib/src/peer.rs b/client-native-lib/src/peer.rs index 53b9b32..f3b6586 100644 --- a/client-native-lib/src/peer.rs +++ b/client-native-lib/src/peer.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) 2023 metamuffin + Copyright (C) 2023 metamuffin */ use crate::{ instance::Instance, diff --git a/client-native-lib/src/protocol.rs b/client-native-lib/src/protocol.rs index 1de6d2f..d53bf83 100644 --- a/client-native-lib/src/protocol.rs +++ b/client-native-lib/src/protocol.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) 2023 metamuffin + Copyright (C) 2023 metamuffin */ use serde::{Deserialize, Serialize}; use webrtc::ice_transport::ice_candidate::RTCIceCandidateInit; diff --git a/client-native-lib/src/signaling.rs b/client-native-lib/src/signaling.rs index 64250d3..0531b27 100644 --- a/client-native-lib/src/signaling.rs +++ b/client-native-lib/src/signaling.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) 2023 metamuffin + Copyright (C) 2023 metamuffin */ use crate::protocol::ClientboundPacket; use crate::{crypto::hash, protocol::ServerboundPacket}; -- cgit v1.2.3-70-g09d2