From d9211ee9e3b4b828424d6a32f5542f7ab012d33d Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 31 Jan 2012 22:54:49 -0500 Subject: [PATCH] vgabios: Update copyright statements in bochsvga.c and vbe.c. Signed-off-by: Kevin O'Connor --- vgasrc/bochsvga.c | 8 ++++++++ vgasrc/vbe.c | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/vgasrc/bochsvga.c b/vgasrc/bochsvga.c index 384e2cb..5770e10 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 +// Copyright (C) 2011 Julian Pidancet +// 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 diff --git a/vgasrc/vbe.c b/vgasrc/vbe.c index c1b03f0..55ad97e 100644 --- a/vgasrc/vbe.c +++ b/vgasrc/vbe.c @@ -1,6 +1,7 @@ // Video Bios Extensions handlers // -// Copyright (C) 2009 Kevin O'Connor +// Copyright (C) 2012 Kevin O'Connor +// Copyright (C) 2011 Julian Pidancet // Copyright (C) 2001-2008 the LGPL VGABios developers Team // // This file may be distributed under the terms of the GNU LGPLv3 license. -- 2.25.1