From 4529d07cc3f2f86a9dbb0d4802875a81d5c4c495 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 23 Jan 2023 18:00:28 +0100 Subject: readme + add licence information --- matroska/src/write.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'matroska/src/write.rs') diff --git a/matroska/src/write.rs b/matroska/src/write.rs index fc12ffc..70ee06c 100644 --- a/matroska/src/write.rs +++ b/matroska/src/write.rs @@ -1,8 +1,12 @@ +/* + 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::{matroska::MatroskaTag, size::EbmlSize, Master}; use anyhow::{bail, Result}; use std::io::Write; -use crate::{matroska::MatroskaTag, size::EbmlSize, Master}; - pub struct EbmlWriter { inner: Box, position: usize, -- cgit v1.2.3-70-g09d2