From a8b2480e898e269e7e0d41dbd46d9a18c7d1e4ba Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 20 Dec 2023 16:11:59 +0100 Subject: put that thing everywhere again --- transcoder/src/image.rs | 5 +++++ transcoder/src/subtitles.rs | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'transcoder/src') 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 +*/ 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 +*/ use anyhow::anyhow; use std::fmt::Write; -- cgit v1.2.3-70-g09d2