Signed-off-by: Gerd Hoffmann kraxel@redhat.com --- vgasrc/ramfb.c | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/vgasrc/ramfb.c b/vgasrc/ramfb.c index 8f8e2ef3313a..7efb11fbebcd 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