From: Gerd Hoffmann Date: Wed, 23 Oct 2019 05:50:37 +0000 (+0200) Subject: bochsdisplay: add copyright and license to bochsdisplay.c X-Git-Tag: rel-1.13.0~21 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=edf4fe5eb0d08b29da476383434d00e2b1c7a1a2;p=seabios.git bochsdisplay: add copyright and license to bochsdisplay.c Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Gerd Hoffmann --- diff --git a/vgasrc/bochsdisplay.c b/vgasrc/bochsdisplay.c index 61689d6..d7ff3e9 100644 --- a/vgasrc/bochsdisplay.c +++ b/vgasrc/bochsdisplay.c @@ -1,3 +1,9 @@ +// Simple framebuffer vgabios for use with qemu bochs-display device +// +// Copyright (C) 2019 Gerd Hoffmann +// +// This file may be distributed under the terms of the GNU LGPLv3 license. + #include "biosvar.h" // GET_BDA #include "output.h" // dprintf #include "string.h" // memset16_far