diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-10-21 18:57:40 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-10-28 10:23:59 -0400 |
commit | b9b923ed4511652cf975ce96a803249a62e3983c (patch) | |
tree | 53fc8a7e4b31dc8e47640f725d489e036f6d5c90 | |
parent | 120996f147131eca8af90e30c900bc14bc824d9f (diff) | |
download | seabios-b9b923ed4511652cf975ce96a803249a62e3983c.tar.gz |
svgamodes: Add copyright notice to vgasrc/svgamodes.c
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>
-rw-r--r-- | vgasrc/svgamodes.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vgasrc/svgamodes.c b/vgasrc/svgamodes.c index f89ebef9..6e494c71 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 |