[coreboot-gerrit] Patch set updated for coreboot: acpi/: add missing license header

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Jan 14 22:51:59 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12917

-gerrit

commit aed44223536a2fa859adb0b34f71d11e3e17ff2b
Author: Martin Roth <martinroth at google.com>
Date:   Tue Jan 12 15:58:57 2016 -0700

    acpi/: add missing license header
    
    These were mostly written as part of the coreboot project, so get
    the standard coreboot license header.
    
    Change-Id: Ief13339647d3172e65bb18e6dcb54312a5c9472e
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/acpi/sata.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/acpi/sata.h b/src/acpi/sata.h
index af4b03d..8371341 100644
--- a/src/acpi/sata.h
+++ b/src/acpi/sata.h
@@ -1,3 +1,16 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * 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.
+ */
+
 #include <stdint.h>
 
 void generate_sata_ssdt_ports(const char *scope, uint32_t enable_map);



More information about the coreboot-gerrit mailing list