diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/src/bin/import.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/src/bin/import.rs b/tools/src/bin/import.rs index fc44682..9e3dc4e 100644 --- a/tools/src/bin/import.rs +++ b/tools/src/bin/import.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) 2023 metamuffin <metamuffin.org> + 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) 2023 metamuffin <metamuffin.org> */ use anyhow::Context; use clap::{Parser, Subcommand}; |