From b9b923ed4511652cf975ce96a803249a62e3983c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 21 Oct 2019 18:57:40 -0400 Subject: [PATCH] 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 --- vgasrc/svgamodes.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vgasrc/svgamodes.c b/vgasrc/svgamodes.c index f89ebef..6e494c7 100644 --- a/vgasrc/svgamodes.c +++ b/vgasrc/svgamodes.c @@ -1,3 +1,11 @@ +// Common svga mode definitions +// +// 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 "stdvga.h" // SEG_GRAPH #include "vgabios.h" // VAR16 -- 2.39.5