summaryrefslogtreecommitdiff
path: root/vgasrc
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-10-23 07:50:38 +0200
committerKevin O'Connor <kevin@koconnor.net>2019-10-28 10:27:25 -0400
commit0c480648e3beb6828da8c7d85f88ed8f4a442190 (patch)
tree0aab8cef090c996bf624583ebc1e8732b4feb02c /vgasrc
parentedf4fe5eb0d08b29da476383434d00e2b1c7a1a2 (diff)
downloadqemu-seabios-0c480648e3beb6828da8c7d85f88ed8f4a442190.tar.gz
ramfb: add copyright and license to ramfb.c
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'vgasrc')
-rw-r--r--vgasrc/ramfb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/vgasrc/ramfb.c b/vgasrc/ramfb.c
index 8f8e2ef..7efb11f 100644
--- a/vgasrc/ramfb.c
+++ b/vgasrc/ramfb.c
@@ -1,3 +1,9 @@
+// Simple framebuffer vgabios for use with qemu ramfb 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