<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27362">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src: Add missing license headers<br><br>These two files were added before I was able to get the updated linter<br>committed.  Updated/Add the headers so the stable header lint check<br>can be updated.<br><br>Change-Id: I464ddecb5eebe8c5b907f3dcfeab1b06501af6ab<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/mainboard/lenovo/t530/gma-mainboard.ads<br>M src/security/vboot/antirollback.h<br>2 files changed, 42 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/27362/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/lenovo/t530/gma-mainboard.ads b/src/mainboard/lenovo/t530/gma-mainboard.ads</span><br><span>index 736dce7..d4a5d7d 100644</span><br><span>--- a/src/mainboard/lenovo/t530/gma-mainboard.ads</span><br><span>+++ b/src/mainboard/lenovo/t530/gma-mainboard.ads</span><br><span>@@ -1,3 +1,17 @@</span><br><span style="color: hsl(120, 100%, 40%);">+--</span><br><span style="color: hsl(120, 100%, 40%);">+-- This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+--</span><br><span style="color: hsl(120, 100%, 40%);">+-- This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+-- it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+-- the Free Software Foundation; either version 2 of the License, or</span><br><span style="color: hsl(120, 100%, 40%);">+-- (at your option) any later version.</span><br><span style="color: hsl(120, 100%, 40%);">+--</span><br><span style="color: hsl(120, 100%, 40%);">+-- This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+-- but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+-- GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+--</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> with HW.GFX.GMA;</span><br><span> with HW.GFX.GMA.Display_Probing;</span><br><span> </span><br><span>diff --git a/src/security/vboot/antirollback.h b/src/security/vboot/antirollback.h</span><br><span>index be42f00..6ea2c13 100644</span><br><span>--- a/src/security/vboot/antirollback.h</span><br><span>+++ b/src/security/vboot/antirollback.h</span><br><span>@@ -1,7 +1,33 @@</span><br><span> /* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.</span><br><span style="color: hsl(0, 100%, 40%);">- * Use of this source code is governed by a BSD-style license that can be</span><br><span style="color: hsl(0, 100%, 40%);">- * found in the LICENSE file.</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * Redistribution and use in source and binary forms, with or without</span><br><span style="color: hsl(120, 100%, 40%);">+ * modification, are permitted provided that the following conditions are</span><br><span style="color: hsl(120, 100%, 40%);">+ * met:</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ *    * Redistributions of source code must retain the above copyright</span><br><span style="color: hsl(120, 100%, 40%);">+ * notice, this list of conditions and the following disclaimer.</span><br><span style="color: hsl(120, 100%, 40%);">+ *    * Redistributions in binary form must reproduce the above</span><br><span style="color: hsl(120, 100%, 40%);">+ * copyright notice, this list of conditions and the following disclaimer</span><br><span style="color: hsl(120, 100%, 40%);">+ * in the documentation and/or other materials provided with the</span><br><span style="color: hsl(120, 100%, 40%);">+ * distribution.</span><br><span style="color: hsl(120, 100%, 40%);">+ *    * Neither the name of Google Inc. nor the names of its</span><br><span style="color: hsl(120, 100%, 40%);">+ * contributors may be used to endorse or promote products derived from</span><br><span style="color: hsl(120, 100%, 40%);">+ * this software without specific prior written permission.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span><br><span style="color: hsl(120, 100%, 40%);">+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span><br><span style="color: hsl(120, 100%, 40%);">+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</span><br><span style="color: hsl(120, 100%, 40%);">+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT</span><br><span style="color: hsl(120, 100%, 40%);">+ * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,</span><br><span style="color: hsl(120, 100%, 40%);">+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT</span><br><span style="color: hsl(120, 100%, 40%);">+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,</span><br><span style="color: hsl(120, 100%, 40%);">+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY</span><br><span style="color: hsl(120, 100%, 40%);">+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</span><br><span style="color: hsl(120, 100%, 40%);">+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span><br><span style="color: hsl(120, 100%, 40%);">+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span>  * Functions for querying, manipulating and locking rollback indices</span><br><span>  * stored in the TPM NVRAM.</span><br><span>  */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27362">change 27362</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/27362"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I464ddecb5eebe8c5b907f3dcfeab1b06501af6ab </div>
<div style="display:none"> Gerrit-Change-Number: 27362 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>