diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/config.rs | 2 | ||||
-rw-r--r-- | common/src/helpers.rs | 2 | ||||
-rw-r--r-- | common/src/seek_index.rs | 2 | ||||
-rw-r--r-- | common/src/stream.rs | 2 | ||||
-rw-r--r-- | common/src/user.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/common/src/config.rs b/common/src/config.rs index 9aeefe6..467a2ec 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ use crate::{jhls::EncodingProfile, user::PermissionSet}; diff --git a/common/src/helpers.rs b/common/src/helpers.rs index 54f5479..18b8e2b 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ use std::ops::Deref; diff --git a/common/src/seek_index.rs b/common/src/seek_index.rs index d58cd15..20cf394 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ use bincode::{Decode, Encode}; diff --git a/common/src/stream.rs b/common/src/stream.rs index 3314cb0..3e227e1 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ #[cfg(feature = "rocket")] use rocket::{FromForm, FromFormField, UriDisplayQuery}; diff --git a/common/src/user.rs b/common/src/user.rs index 7ea8f1f..bc75c20 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ use crate::{stream::StreamFormat, user}; use bincode::{Decode, Encode}; |