From da812cb201571108f02459f263500de655faded3 Mon Sep 17 00:00:00 2001 From: Tangent Date: Thu, 14 Nov 2024 08:18:21 -0700 Subject: [PATCH] slightly better copyright warning notice --- make-epub.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-epub.lua b/make-epub.lua index b6b730b..7110b18 100755 --- a/make-epub.lua +++ b/make-epub.lua @@ -37,7 +37,7 @@ if not success then end local path_separator = utility.path_separator -local copyright_warning = "This ebook was created by an automated tool for personal use. It cannot be distributed or sold without permission of copyright holder(s). (If you did not make this ebook, you may be infringing.)\n\n" +local copyright_warning = "This ebook was created by an automated tool for personal use. It cannot be distributed or sold without permission of its copyright holder(s). (If you did not make this ebook, you may be infringing.)\n\n" -- also checks for errors TODO make it check for ALL required elements and error if any are missing! local function load_config(config_file_text)