diff options
Diffstat (limited to 'src/coreboot.c')
-rw-r--r-- | src/coreboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreboot.c b/src/coreboot.c index 8b93e263..051cd805 100644 --- a/src/coreboot.c +++ b/src/coreboot.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 "memmap.h" // add_e820 #include "util.h" // dprintf |