From 1946adc6e3eb96090ae35daee663a7a2b0e63326 Mon Sep 17 00:00:00 2001 From: Ziemowit Zabawa Date: Fri, 3 Sep 2021 04:24:49 +0200 Subject: [PATCH] Add obsolescence warning to command line tool --- src/flif.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/flif.cpp b/src/flif.cpp index 798f81fd..2b5c9902 100644 --- a/src/flif.cpp +++ b/src/flif.cpp @@ -153,6 +153,8 @@ void show_banner() { #else v_printf(3,"License Apache 2.0 (compiled with decoder only)\n"); #endif + v_printf(3,"\n"); + v_printf(1,"ATTENTION: FLIF has been obsoleted by JPEG XL, see jpegxl.info for details.\n"); v_printf(3,"\n"); v_printf(4,"This is free software: you are free to change and redistribute it.\n"); v_printf(4,"There is NO WARRANTY, to the extent permitted by law.\n");