diff options
-rw-r--r-- | vgasrc/ramfb.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 <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 |