diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-23 07:50:39 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-10-28 10:27:31 -0400 |
commit | 51eb916e120c49dead28ccac7079624243d922cd (patch) | |
tree | a0b05c752856b89edb00a1f276ef0899be0c452a /src/cp437.c | |
parent | 0c480648e3beb6828da8c7d85f88ed8f4a442190 (diff) | |
download | seabios-51eb916e120c49dead28ccac7079624243d922cd.tar.gz |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |