From 1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 6 Jan 2026 02:53:56 +0100 Subject: Update copyright year --- common/src/api.rs | 2 +- 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/routes.rs | 2 +- common/src/user.rs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'common/src') diff --git a/common/src/api.rs b/common/src/api.rs index c4751a3..04e221e 100644 --- a/common/src/api.rs +++ b/common/src/api.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) 2025 metamuffin + Copyright (C) 2026 metamuffin */ use crate::{ url_enum, diff --git a/common/src/config.rs b/common/src/config.rs index 016bdeb..73e2a08 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) 2025 metamuffin + Copyright (C) 2026 metamuffin */ use crate::user::PermissionSet; diff --git a/common/src/helpers.rs b/common/src/helpers.rs index 13c69a1..e8489c4 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) 2025 metamuffin + Copyright (C) 2026 metamuffin */ use crate::{CreditCategory, IdentifierType, PictureSlot}; diff --git a/common/src/impl.rs b/common/src/impl.rs index 585c778..422d26a 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) 2025 metamuffin + Copyright (C) 2026 metamuffin */ use crate::{Node, NodeID, NodeIDOrSlug, SourceTrack, SourceTrackKind}; use serde::{Deserialize, Serialize}; diff --git a/common/src/jhls.rs b/common/src/jhls.rs index 104d9a5..36a6db6 100644 --- a/common/src/jhls.rs +++ b/common/src/jhls.rs @@ -1,5 +1,5 @@ /* 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) 2025 metamuffin + Copyright (C) 2026 metamuffin */ diff --git a/common/src/lib.rs b/common/src/lib.rs index 209aeef..f73130f 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) 2025 metamuffin + Copyright (C) 2026 metamuffin */ #![feature(array_try_map)] pub mod api; diff --git a/common/src/routes.rs b/common/src/routes.rs index cdccf9d..1605624 100644 --- a/common/src/routes.rs +++ b/common/src/routes.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) 2025 metamuffin + Copyright (C) 2026 metamuffin */ use crate::{CreditCategory, NodeID, PictureSlot, api::NodeFilterSort, user::ApiWatchedState}; diff --git a/common/src/user.rs b/common/src/user.rs index 481732b..9b90ec9 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) 2025 metamuffin + Copyright (C) 2026 metamuffin */ use serde::{Deserialize, Serialize}; use std::{ -- cgit v1.3