diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-03-15 04:29:35 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-03-17 18:11:38 +0100 |
commit | 425b61e10214f7e4d029b2ec8cbac8913c54dd00 (patch) | |
tree | 4aa8c2acac67d62d2f46b00f1bd5db00c08c19bb /src/arch/x86/Kconfig | |
parent | f364fc7682e6ac68e1614e759a3cdeed46dd9e5b (diff) | |
download | coreboot-425b61e10214f7e4d029b2ec8cbac8913c54dd00.tar.xz |
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>
Reviewed-on: http://review.coreboot.org/8691
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 20876192b9..580814f323 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 |