aboutsummaryrefslogtreecommitdiff
path: root/tool/src
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src')
-rw-r--r--tool/src/main.rs2
-rw-r--r--tool/src/migrate.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tool/src/main.rs b/tool/src/main.rs
index 113d3a7..d2518e8 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
pub mod add;
diff --git a/tool/src/migrate.rs b/tool/src/migrate.rs
index c774832..fdf125e 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) 2023 metamuffin <metamuffin.org>
+ Copyright (C) 2024 metamuffin <metamuffin.org>
*/
use crate::{Action, MigrateMode};
use anyhow::{bail, Context};