From 82e8a55a1496ae9132e13e7286fe1c0d57d586d3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 29 Jan 2025 16:15:23 +0100 Subject: copyright year --- base/src/cache.rs | 2 +- base/src/database.rs | 2 +- base/src/federation.rs | 2 +- base/src/lib.rs | 2 +- base/src/permission.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'base/src') diff --git a/base/src/cache.rs b/base/src/cache.rs index 5ded6f8..7888042 100644 --- a/base/src/cache.rs +++ b/base/src/cache.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::CONF; use anyhow::{anyhow, Context}; diff --git a/base/src/database.rs b/base/src/database.rs index a6bcdf7..0195209 100644 --- a/base/src/database.rs +++ b/base/src/database.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 anyhow::Context; use bincode::{Decode, Encode}; diff --git a/base/src/federation.rs b/base/src/federation.rs index 662a7ac..879ce96 100644 --- a/base/src/federation.rs +++ b/base/src/federation.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::SECRETS; use anyhow::anyhow; diff --git a/base/src/lib.rs b/base/src/lib.rs index 1ffaa10..cf28d85 100644 --- a/base/src/lib.rs +++ b/base/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) 2024 metamuffin + Copyright (C) 2025 metamuffin */ pub mod assetfed; pub mod cache; diff --git a/base/src/permission.rs b/base/src/permission.rs index 11668a2..9dc8ffe 100644 --- a/base/src/permission.rs +++ b/base/src/permission.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::CONF; use anyhow::anyhow; -- cgit v1.2.3-70-g09d2