diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-01-15 20:52:58 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-01-15 20:52:58 -0500 |
commit | b1b7c2a1c3b940b787fdb5da67fc37003e9d7b0e (patch) | |
tree | d1c22249051f02ab930502a6b8b9f5bc4120e81a /src/optionroms.c | |
parent | 7061eb6aa6adc19f965d01509483c67a201c8b35 (diff) | |
download | seabios-b1b7c2a1c3b940b787fdb5da67fc37003e9d7b0e.tar.gz |
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).
Diffstat (limited to 'src/optionroms.c')
-rw-r--r-- | src/optionroms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionroms.c b/src/optionroms.c index 44001ee0..c2a563b5 100644 --- a/src/optionroms.c +++ b/src/optionroms.c @@ -3,7 +3,7 @@ // Copyright (C) 2008 Kevin O'Connor <kevin@koconnor.net> // 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 "bregs.h" // struct bregs #include "farptr.h" // FARPTR_TO_SEG |