Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8691
-gerrit
commit 9b429ebf38f4f348e0305e687ac64a8e409c43bb Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Sun Mar 15 04:29:35 2015 +0100
arch/x86/Kconfig: Add license header
Add license header with copyright of the original authors.
Change-Id: I8c55bb38a2a2a387ad2461e11d402c7392fa2497 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- src/arch/x86/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 2087619..580814f 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -1,3 +1,18 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2009-2010 coresystems GmbH +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## + config ARCH_BOOTBLOCK_X86_32 bool default n