diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-23 07:50:38 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-10-28 10:27:25 -0400 |
commit | 0c480648e3beb6828da8c7d85f88ed8f4a442190 (patch) | |
tree | 0aab8cef090c996bf624583ebc1e8732b4feb02c | |
parent | edf4fe5eb0d08b29da476383434d00e2b1c7a1a2 (diff) | |
download | 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>
-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 |