diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-06 02:53:56 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-06 02:53:56 +0100 |
| commit | 1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0 (patch) | |
| tree | d17dc16bb14772c184c1b539f51e548bc8e452d0 /common/src | |
| parent | bb7aa0604d1928ec435e97f6e58521597bc61c3b (diff) | |
| download | jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar.bz2 jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar.zst | |
Update copyright year
Diffstat (limited to 'common/src')
| -rw-r--r-- | common/src/api.rs | 2 | ||||
| -rw-r--r-- | common/src/config.rs | 2 | ||||
| -rw-r--r-- | common/src/helpers.rs | 2 | ||||
| -rw-r--r-- | common/src/impl.rs | 2 | ||||
| -rw-r--r-- | common/src/jhls.rs | 2 | ||||
| -rw-r--r-- | common/src/lib.rs | 2 | ||||
| -rw-r--r-- | common/src/routes.rs | 2 | ||||
| -rw-r--r-- | common/src/user.rs | 2 |
8 files changed, 8 insertions, 8 deletions
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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ 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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ 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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ 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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ 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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ 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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ #![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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ 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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ use serde::{Deserialize, Serialize}; use std::{ |