From: Gerd Hoffmann Date: Wed, 23 Oct 2019 05:50:39 +0000 (+0200) Subject: cp437: add license to cp437.c X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=51eb916e120c49dead28ccac7079624243d922cd;p=osstest%2Fseabios.git cp437: add license to cp437.c Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Gerd Hoffmann --- diff --git a/src/cp437.c b/src/cp437.c index 7305e20..719872f 100644 --- a/src/cp437.c +++ b/src/cp437.c @@ -1,5 +1,7 @@ /* * code page 437 to unicode map + * + * This file may be distributed under the terms of the GNU LGPLv3 license. */ #include "types.h"