aboutsummaryrefslogtreecommitdiff
path: root/tool/src/import/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-24 20:04:19 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-24 20:04:19 +0200
commit5ee01d06c0b067f2f07d0288c499897cd0df29f7 (patch)
tree91dd323219a2102770d40919d5e713b03f48b1e5 /tool/src/import/mod.rs
parentd9b3b92e8ddd27aac39269a03a0eeb18e3a62a6a (diff)
downloadjellything-5ee01d06c0b067f2f07d0288c499897cd0df29f7.tar
jellything-5ee01d06c0b067f2f07d0288c499897cd0df29f7.tar.bz2
jellything-5ee01d06c0b067f2f07d0288c499897cd0df29f7.tar.zst
migration tool
Diffstat (limited to 'tool/src/import/mod.rs')
-rw-r--r--tool/src/import/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tool/src/import/mod.rs b/tool/src/import/mod.rs
index e148c98..17f3137 100644
--- a/tool/src/import/mod.rs
+++ b/tool/src/import/mod.rs
@@ -1,3 +1,8 @@
+/*
+ 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>
+*/
pub mod infojson;
pub mod tmdb;