diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-29 16:15:23 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-29 16:15:23 +0100 |
commit | 82e8a55a1496ae9132e13e7286fe1c0d57d586d3 (patch) | |
tree | 78b8186f0d83ef0c7c876a6ce161cfb9b04b7701 /common/src | |
parent | e7ba3274e27fad755f15465581f5b403c82ab4d2 (diff) | |
download | jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar.bz2 jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar.zst |
copyright year
Diffstat (limited to 'common/src')
-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}; |