From 583ab27b3ccf9e360be07d424e8c15f90d1041ad Mon Sep 17 00:00:00 2001 From: Kohya S Date: Mon, 31 Mar 2025 22:02:25 +0900 Subject: [PATCH] doc: update license information in jpeg_xl_util.py --- library/jpeg_xl_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/jpeg_xl_util.py b/library/jpeg_xl_util.py index ade24a05..c2e3a393 100644 --- a/library/jpeg_xl_util.py +++ b/library/jpeg_xl_util.py @@ -1,4 +1,4 @@ -# Modified from https://github.com/Fraetor/jxl_decode +# Modified from https://github.com/Fraetor/jxl_decode Original license: MIT # Added partial read support for up to 200x speedup import os