diff options
author | Martin Roth <martinroth@google.com> | 2016-02-02 06:14:44 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-02 14:23:44 +0100 |
commit | cfc80c2211355625844e3c66b8f6196cc7cd93e7 (patch) | |
tree | c8fd7f1e89a19e136a37075c51cbc7b57e94e3f6 | |
parent | bbf1399c73b135f9b86d9981846fde290ca1c5d3 (diff) | |
download | coreboot-cfc80c2211355625844e3c66b8f6196cc7cd93e7.tar.xz |
arch/x86: Add second paragraph to license header
Change-Id: Ic1da46d2abc8d20987048e4ef1e7a776d0c685d6
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13555
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/arch/x86/bootblock_crt0.S | 5 |
1 files changed, 5 insertions, 0 deletions
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) |