From cfc80c2211355625844e3c66b8f6196cc7cd93e7 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 2 Feb 2016 06:14:44 -0700 Subject: arch/x86: Add second paragraph to license header Change-Id: Ic1da46d2abc8d20987048e4ef1e7a776d0c685d6 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/13555 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/arch/x86/bootblock_crt0.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch') diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S index 926cda08a7..2ecddba06a 100644 --- a/src/arch/x86/bootblock_crt0.S +++ b/src/arch/x86/bootblock_crt0.S @@ -14,6 +14,11 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. + * + * 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. */ #define CR0_MP (1 << 1) -- cgit v1.2.3