vgabios: Update copyright statements in bochsvga.c and vbe.c.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 1 Feb 2012 03:54:49 +0000 (22:54 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 2 Feb 2012 01:40:47 +0000 (20:40 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/bochsvga.c
vgasrc/vbe.c

index 384e2cbff1de0845c0c63bb8d4db2d3526b526dd..5770e106a565f627b48e02898cf505da0c02e6a8 100644 (file)
@@ -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
index c1b03f0aff7d1b9cff37bd5d0b926fe8cba0da47..55ad97eca58d93a2b0489bbb9e03179daeea53ea 100644 (file)
@@ -1,6 +1,7 @@
 // Video Bios Extensions handlers
 //
-// Copyright (C) 2009  Kevin O'Connor <kevin@koconnor.net>
+// Copyright (C) 2012  Kevin O'Connor <kevin@koconnor.net>
+// Copyright (C) 2011  Julian Pidancet <julian.pidancet@citrix.com>
 // Copyright (C) 2001-2008 the LGPL VGABios developers Team
 //
 // This file may be distributed under the terms of the GNU LGPLv3 license.