From 27f4c3ff8f21282eac98583e2e1c41f7fec1f946 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 24 Jan 2024 18:12:41 +0100 Subject: update year --- common/src/config.rs | 2 +- common/src/helpers.rs | 2 +- common/src/impl.rs | 2 +- common/src/jhls.rs | 2 +- common/src/lib.rs | 2 +- common/src/seek_index.rs | 2 +- common/src/stream.rs | 2 +- common/src/user.rs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'common/src') diff --git a/common/src/config.rs b/common/src/config.rs index d9f2a8e..0b1c576 100644 --- a/common/src/config.rs +++ b/common/src/config.rs @@ -1,7 +1,7 @@ /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin + Copyright (C) 2024 metamuffin */ use crate::{jhls::EncodingProfile, user::PermissionSet}; diff --git a/common/src/helpers.rs b/common/src/helpers.rs index 86072cc..92595e0 100644 --- a/common/src/helpers.rs +++ b/common/src/helpers.rs @@ -1,7 +1,7 @@ /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin + Copyright (C) 2024 metamuffin */ use std::ops::Deref; diff --git a/common/src/impl.rs b/common/src/impl.rs index ff2ce22..009b7c7 100644 --- a/common/src/impl.rs +++ b/common/src/impl.rs @@ -1,7 +1,7 @@ /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin + Copyright (C) 2024 metamuffin */ use crate::{AssetRole, SourceTrack, SourceTrackKind}; diff --git a/common/src/jhls.rs b/common/src/jhls.rs index 33c67d2..b365b3f 100644 --- a/common/src/jhls.rs +++ b/common/src/jhls.rs @@ -1,7 +1,7 @@ /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin + Copyright (C) 2024 metamuffin */ use serde::{Deserialize, Serialize}; use std::ops::Range; diff --git a/common/src/lib.rs b/common/src/lib.rs index 7e5b68c..8904a66 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -1,7 +1,7 @@ /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin + Copyright (C) 2024 metamuffin */ pub mod config; pub mod helpers; diff --git a/common/src/seek_index.rs b/common/src/seek_index.rs index 98afcca..07710a9 100644 --- a/common/src/seek_index.rs +++ b/common/src/seek_index.rs @@ -1,7 +1,7 @@ /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin + Copyright (C) 2024 metamuffin */ use bincode::{Decode, Encode}; diff --git a/common/src/stream.rs b/common/src/stream.rs index 7b56d0e..151d497 100644 --- a/common/src/stream.rs +++ b/common/src/stream.rs @@ -2,7 +2,7 @@ use bincode::{Decode, Encode}; /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin + Copyright (C) 2024 metamuffin */ #[cfg(feature = "rocket")] use rocket::{FromForm, FromFormField, UriDisplayQuery}; diff --git a/common/src/user.rs b/common/src/user.rs index b3360c2..f6c955b 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -1,7 +1,7 @@ /* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin + Copyright (C) 2024 metamuffin */ use crate::{stream::StreamFormat, user}; use bincode::{Decode, Encode}; -- cgit v1.2.3-70-g09d2