bochsdisplay: add copyright and license to bochsdisplay.c

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2019-10-23 07:50:37 +02:00 committed by Kevin O'Connor
parent b9b923ed45
commit edf4fe5eb0
1 changed files with 6 additions and 0 deletions

View File

@ -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