diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-23 07:50:37 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-10-28 10:27:06 -0400 |
commit | edf4fe5eb0d08b29da476383434d00e2b1c7a1a2 (patch) | |
tree | 9f2427a1e610e87763bd1e6bfef4a4fc4a8a94dd | |
parent | b9b923ed4511652cf975ce96a803249a62e3983c (diff) | |
download | seabios-edf4fe5eb0d08b29da476383434d00e2b1c7a1a2.tar.gz |
bochsdisplay: add copyright and license to bochsdisplay.c
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | vgasrc/bochsdisplay.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vgasrc/bochsdisplay.c b/vgasrc/bochsdisplay.c index 61689d6e..d7ff3e9f 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 <kraxel@redhat.com> +// +// 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 |