[coreboot-gerrit] New patch to review for coreboot: acpi/: add missing license header

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Jan 13 00:34:04 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 98c8fe575d9599b8f6736c9390de6c8c4fb4fe26
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.
    
    memmove.c came from the linux kernel, so also gets the standard
    coreboot v2 license header, but gets the added attribution that it
    was derived from the linux kernel.  Unlike many coreboot files,
    this file may not be re-licensed as GPL V3.
    
    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