From 61a7e9ebe7e33c821cf80b0542dcf23088446f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Tue, 11 Jun 2024 18:06:14 -0700 Subject: [PATCH] Added license incompatibility warning. --- scripts/bimg_decode.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/bimg_decode.lua b/scripts/bimg_decode.lua index 81a8b22..14b52a6 100644 --- a/scripts/bimg_decode.lua +++ b/scripts/bimg_decode.lua @@ -3,6 +3,16 @@ -- License: https://github.com/bkaradzic/bx#license-bsd-2-clause -- +if _OPTIONS["with-libheif"] then + print('\n') + print('\tWARNING!') + print('') + print('\t*** LICENSE INCOMPATIBILITY WARNING!') + print('\t*** LibHeif is licensed under LGPL! See:') + print('\t*** https://github.com/strukturag/libheif/blob/master/COPYING') + print('\n') +end + project "bimg_decode" kind "StaticLib"