Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13555
-gerrit
commit cb6891426dd595c5a97b7b8a3cce8c2fd14cc731 Author: Martin Roth martinroth@google.com Date: Tue Feb 2 06:14:44 2016 -0700
arch/x86: Add second paragraph to license header
Change-Id: Ic1da46d2abc8d20987048e4ef1e7a776d0c685d6 Signed-off-by: Martin Roth martinroth@google.com --- src/arch/x86/bootblock_crt0.S | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S index 926cda0..2ecddba 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)