diff options
Diffstat (limited to 'tools/src/lib.rs')
-rw-r--r-- | tools/src/lib.rs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/src/lib.rs b/tools/src/lib.rs index 7620625..c5dca31 100644 --- a/tools/src/lib.rs +++ b/tools/src/lib.rs @@ -1 +1,6 @@ -pub mod tmdb;
\ No newline at end of file +/* + 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 tmdb; |