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/object/src/lib.rs | 2 +- common/object/src/value.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/object') diff --git a/common/object/src/lib.rs b/common/object/src/lib.rs index 90ddef5..97d2650 100644 --- a/common/object/src/lib.rs +++ b/common/object/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 */ mod value; diff --git a/common/object/src/value.rs b/common/object/src/value.rs index 18aae97..3a8b7df 100644 --- a/common/object/src/value.rs +++ b/common/object/src/value.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::Object; -- cgit v1.3