From b1b7c2a1c3b940b787fdb5da67fc37003e9d7b0e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 15 Jan 2009 20:52:58 -0500 Subject: Change license from GPLv3 to LGPLv3. Change license of contributions from Kevin O'Connor from GPLv3 to LGPLv3 (or later). Since the work as a whole is based on Kevin's contributions and the "bochs bios" which has a license of LGPL (v2 or later), this effectively makes the work as a whole available under LGPLv3 (or later). --- src/romlayout.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/romlayout.S') diff --git a/src/romlayout.S b/src/romlayout.S index 6c5429dd..7fd7f3e9 100644 --- a/src/romlayout.S +++ b/src/romlayout.S @@ -3,7 +3,7 @@ // Copyright (C) 2008 Kevin O'Connor // Copyright (C) 2002 MandrakeSoft S.A. // -// This file may be distributed under the terms of the GNU GPLv3 license. +// This file may be distributed under the terms of the GNU LGPLv3 license. #include "config.h" // CONFIG_* #include "ioport.h" // PORT_A20 -- cgit