From 51eb916e120c49dead28ccac7079624243d922cd Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 23 Oct 2019 07:50:39 +0200 Subject: [PATCH] cp437: add license to cp437.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Gerd Hoffmann --- src/cp437.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cp437.c b/src/cp437.c index 7305e207..719872f5 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"