diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-10 16:14:26 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-10 16:14:26 +0300 |
| commit | 3cc047ddc59b07bda9e581f9e8f5ed0b76f95776 (patch) | |
| tree | fe6482b9e87f997a0cfae71c88a18c7b31e8751f /src/epub.rs | |
| parent | e2015a8bb858521a4b45982b9e247503f65b2a3d (diff) | |
| download | oreilly-epub-3cc047ddc59b07bda9e581f9e8f5ed0b76f95776.tar.gz oreilly-epub-3cc047ddc59b07bda9e581f9e8f5ed0b76f95776.zip | |
Add license details properly
Diffstat (limited to 'src/epub.rs')
| -rw-r--r-- | src/epub.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/epub.rs b/src/epub.rs index 050e9cf..1336115 100644 --- a/src/epub.rs +++ b/src/epub.rs @@ -1,3 +1,7 @@ +// Copyright (C) 2026 A Farzat +// This program is free software: you can redistribute it and/or modify it under the terms of the +// GNU General Public License, GPLv3, attached at the root of the project. + use crate::{ models::{Chapter, EpubResponse, FileEntry}, xml::{build_epub_chapter, write_modified_opf}, |
