[SeaBIOS] [PATCH 1/3] add copyright and license to bochsdisplay.c

Gerd Hoffmann posted 3 patches 4 years, 10 months ago
[SeaBIOS] [PATCH 1/3] add copyright and license to bochsdisplay.c
Posted by Gerd Hoffmann 4 years, 10 months ago
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 vgasrc/bochsdisplay.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/vgasrc/bochsdisplay.c b/vgasrc/bochsdisplay.c
index 61689d6eb93c..d7ff3e9f82dc 100644
--- a/vgasrc/bochsdisplay.c
+++ b/vgasrc/bochsdisplay.c
@@ -1,3 +1,9 @@
+// Simple framebuffer vgabios for use with qemu bochs-display 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
-- 
2.18.1
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org