[SeaBIOS] [PATCH] svgamodes: Add copyright notice to vgasrc/svgamodes.c

Kevin O'Connor posted 1 patch 4 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20191021230034.6673-1-kevin@koconnor.net
vgasrc/svgamodes.c | 8 ++++++++
1 file changed, 8 insertions(+)
[SeaBIOS] [PATCH] svgamodes: Add copyright notice to vgasrc/svgamodes.c
Posted by Kevin O'Connor 4 years, 6 months ago
Commit 004f5b3a moved part of vgasrc/bochsvga.c to vgasrc/svgamodes.c
- copy over the copyright statements as well.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
---
 vgasrc/svgamodes.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/vgasrc/svgamodes.c b/vgasrc/svgamodes.c
index f89ebef..6e494c7 100644
--- a/vgasrc/svgamodes.c
+++ b/vgasrc/svgamodes.c
@@ -1,3 +1,11 @@
+// Common svga mode definitions
+//
+// Copyright (C) 2012  Kevin O'Connor <kevin@koconnor.net>
+// Copyright (C) 2011  Julian Pidancet <julian.pidancet@citrix.com>
+//  Copyright (C) 2002 Jeroen Janssen
+//
+// This file may be distributed under the terms of the GNU LGPLv3 license.
+
 #include "stdvga.h" // SEG_GRAPH
 #include "vgabios.h" // VAR16
 
-- 
2.21.0
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH] svgamodes: Add copyright notice to vgasrc/svgamodes.c
Posted by Kevin O'Connor 4 years, 5 months ago
On Mon, Oct 21, 2019 at 07:00:34PM -0400, Kevin O'Connor wrote:
> Commit 004f5b3a moved part of vgasrc/bochsvga.c to vgasrc/svgamodes.c
> - copy over the copyright statements as well.
> 
> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>

FYI, I committed this patch.

-Kevin
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org