diff options
Diffstat (limited to 'tool')
| -rw-r--r-- | tool/src/add.rs | 2 | ||||
| -rw-r--r-- | tool/src/bin/generate_completions.rs | 2 | ||||
| -rw-r--r-- | tool/src/cli.rs | 2 | ||||
| -rw-r--r-- | tool/src/main.rs | 2 | ||||
| -rw-r--r-- | tool/src/migrate.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tool/src/add.rs b/tool/src/add.rs index 8152aad..212bfed 100644 --- a/tool/src/add.rs +++ b/tool/src/add.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::cli::Action; use dialoguer::{Confirm, FuzzySelect, Input, theme::ColorfulTheme}; diff --git a/tool/src/bin/generate_completions.rs b/tool/src/bin/generate_completions.rs index 1afce29..556d613 100644 --- a/tool/src/bin/generate_completions.rs +++ b/tool/src/bin/generate_completions.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 clap::{CommandFactory, Parser, ValueEnum}; use clap_complete::{generate_to, Shell}; diff --git a/tool/src/cli.rs b/tool/src/cli.rs index 2731506..55304ee 100644 --- a/tool/src/cli.rs +++ b/tool/src/cli.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 clap::{Parser, ValueEnum}; use std::path::PathBuf; diff --git a/tool/src/main.rs b/tool/src/main.rs index 6aeb617..04311fb 100644 --- a/tool/src/main.rs +++ b/tool/src/main.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 clap::Parser; diff --git a/tool/src/migrate.rs b/tool/src/migrate.rs index bb826b2..6f76c94 100644 --- a/tool/src/migrate.rs +++ b/tool/src/migrate.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> */ // macro_rules! process_tree { // ($mode:ident, $save_location:ident, $da:ident, $name:literal, $table:ident, $dt:tt) => {{ |