aboutsummaryrefslogtreecommitdiff
path: root/src/cp437.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-10-23 07:50:39 +0200
committerKevin O'Connor <kevin@koconnor.net>2019-10-28 10:27:31 -0400
commit51eb916e120c49dead28ccac7079624243d922cd (patch)
treea0b05c752856b89edb00a1f276ef0899be0c452a /src/cp437.c
parent0c480648e3beb6828da8c7d85f88ed8f4a442190 (diff)
downloadseabios-hppa-51eb916e120c49dead28ccac7079624243d922cd.zip
seabios-hppa-51eb916e120c49dead28ccac7079624243d922cd.tar.gz
seabios-hppa-51eb916e120c49dead28ccac7079624243d922cd.tar.bz2
cp437: add license to cp437.c
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'src/cp437.c')
-rw-r--r--src/cp437.c2
1 files changed, 2 insertions, 0 deletions
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"