From 1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 6 Jan 2026 02:53:56 +0100 Subject: Update copyright year --- database/src/indices/key.rs | 2 +- database/src/indices/mod.rs | 2 +- database/src/indices/order.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'database/src/indices') diff --git a/database/src/indices/key.rs b/database/src/indices/key.rs index 9f9511b..ab38d71 100644 --- a/database/src/indices/key.rs +++ b/database/src/indices/key.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::{ diff --git a/database/src/indices/mod.rs b/database/src/indices/mod.rs index e291c91..ab37589 100644 --- a/database/src/indices/mod.rs +++ b/database/src/indices/mod.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::{backends::WriteTransaction, table::RowNum}; diff --git a/database/src/indices/order.rs b/database/src/indices/order.rs index 25ab01b..9163681 100644 --- a/database/src/indices/order.rs +++ b/database/src/indices/order.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::{ -- cgit v1.3