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/pnpbios.c | |
parent | 7061eb6aa6adc19f965d01509483c67a201c8b35 (diff) | |
download | seabios-hppa-b1b7c2a1c3b940b787fdb5da67fc37003e9d7b0e.zip seabios-hppa-b1b7c2a1c3b940b787fdb5da67fc37003e9d7b0e.tar.gz seabios-hppa-b1b7c2a1c3b940b787fdb5da67fc37003e9d7b0e.tar.bz2 |
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/pnpbios.c')
-rw-r--r-- | src/pnpbios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pnpbios.c b/src/pnpbios.c index 8bf71dc..6daa025 100644 --- a/src/pnpbios.c +++ b/src/pnpbios.c @@ -2,7 +2,7 @@ // // Copyright (C) 2008 Kevin O'Connor <kevin@koconnor.net> // -// 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 "util.h" // checksum #include "config.h" // BUILD_BIOS_ADDR |