summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-02-02 06:14:44 -0700
committerMartin Roth <martinroth@google.com>2016-02-02 14:23:44 +0100
commitcfc80c2211355625844e3c66b8f6196cc7cd93e7 (patch)
treec8fd7f1e89a19e136a37075c51cbc7b57e94e3f6 /src
parentbbf1399c73b135f9b86d9981846fde290ca1c5d3 (diff)
downloadcoreboot-cfc80c2211355625844e3c66b8f6196cc7cd93e7.tar.gz
coreboot-cfc80c2211355625844e3c66b8f6196cc7cd93e7.tar.bz2
coreboot-cfc80c2211355625844e3c66b8f6196cc7cd93e7.zip
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)
Diffstat (limited to 'src')
-rw-r--r--src/arch/x86/bootblock_crt0.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S
index 926cda08a7bf..2ecddba06a97 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)