From 0c480648e3beb6828da8c7d85f88ed8f4a442190 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 23 Oct 2019 07:50:38 +0200 Subject: [PATCH] ramfb: add copyright and license to ramfb.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Gerd Hoffmann --- vgasrc/ramfb.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vgasrc/ramfb.c b/vgasrc/ramfb.c index 8f8e2ef3..7efb11fb 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 +// +// 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