diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-01-31 22:54:49 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-02-01 20:40:47 -0500 |
commit | d9211ee9e3b4b828424d6a32f5542f7ab012d33d (patch) | |
tree | e74159482bfd9aa0898b152e9ce9fdbbf81a5e0c /vgasrc/bochsvga.c | |
parent | 31f67ae97873f042bba18d615325299717156b14 (diff) | |
download | seabios-d9211ee9e3b4b828424d6a32f5542f7ab012d33d.tar.gz |
vgabios: Update copyright statements in bochsvga.c and vbe.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/bochsvga.c')
-rw-r--r-- | vgasrc/bochsvga.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vgasrc/bochsvga.c b/vgasrc/bochsvga.c index 384e2cbf..5770e106 100644 --- a/vgasrc/bochsvga.c +++ b/vgasrc/bochsvga.c @@ -1,3 +1,11 @@ +// Bochs VGA interface to extended "VBE" modes +// +// 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 "vgabios.h" // struct vbe_modeinfo #include "vbe.h" // VBE_CAPABILITY_8BIT_DAC #include "bochsvga.h" // bochsvga_set_mode |