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 <[email protected]> --- 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 <[email protected]> +// Copyright (C) 2011 Julian Pidancet <[email protected]> +// 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 -- [email protected] To unsubscribe send an email to [email protected]
