From 82e8a55a1496ae9132e13e7286fe1c0d57d586d3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 29 Jan 2025 16:15:23 +0100 Subject: copyright year --- common/src/config.rs | 2 +- common/src/helpers.rs | 2 +- common/src/seek_index.rs | 2 +- common/src/stream.rs | 2 +- common/src/user.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'common/src') 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 + Copyright (C) 2025 metamuffin */ 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 + Copyright (C) 2025 metamuffin */ 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 + Copyright (C) 2025 metamuffin */ 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 + Copyright (C) 2025 metamuffin */ #[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 + Copyright (C) 2025 metamuffin */ use crate::{stream::StreamFormat, user}; use bincode::{Decode, Encode}; -- cgit v1.2.3-70-g09d2