diff options
Diffstat (limited to 'transcoder')
-rw-r--r-- | transcoder/src/image.rs | 5 | ||||
-rw-r--r-- | transcoder/src/subtitles.rs | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/transcoder/src/image.rs b/transcoder/src/image.rs index e1ba9b0..5df21a9 100644 --- a/transcoder/src/image.rs +++ b/transcoder/src/image.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> +*/ use crate::LOCAL_IMAGE_TRANSCODING_TASKS; use anyhow::Context; use image::imageops::FilterType; diff --git a/transcoder/src/subtitles.rs b/transcoder/src/subtitles.rs index 27e01cc..61f8cbc 100644 --- a/transcoder/src/subtitles.rs +++ b/transcoder/src/subtitles.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> +*/ use anyhow::anyhow; use std::fmt::Write; |