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 /database/src/indices | |
| parent | bb7aa0604d1928ec435e97f6e58521597bc61c3b (diff) | |
| download | jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar.bz2 jellything-1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0.tar.zst | |
Update copyright year
Diffstat (limited to 'database/src/indices')
| -rw-r--r-- | database/src/indices/key.rs | 2 | ||||
| -rw-r--r-- | database/src/indices/mod.rs | 2 | ||||
| -rw-r--r-- | database/src/indices/order.rs | 2 |
3 files changed, 3 insertions, 3 deletions
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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ 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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ 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 <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ use crate::{ |