diff options
-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 |