ramfb: add copyright and license to ramfb.c

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
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