[coreboot-gerrit] New patch to review for coreboot: southbridge/nvidia: Update license headers

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Apr 12 04:59:34 CEST 2016


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

-gerrit

commit f979df98d7526b9dd36b9c8bff2d05283b27502b
Author: Martin Roth <martinroth at google.com>
Date:   Mon Apr 11 20:55:43 2016 -0600

    southbridge/nvidia: Update license headers
    
    Update all of the license headers to make sure they are compliant
    with coreboot's license header policy.
    
    Change-Id: I7a19ed8cf16b9424190800940d2b8ec1a96c5ce9
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/southbridge/nvidia/ck804/acpi/ck804.asl | 13 +++++++++++++
 src/southbridge/nvidia/ck804/early_smbus.h  | 13 +++++++++++++
 src/southbridge/nvidia/ck804/fadt.c         | 16 +++++++++++++++-
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/src/southbridge/nvidia/ck804/acpi/ck804.asl b/src/southbridge/nvidia/ck804/acpi/ck804.asl
index f12931c..aac7ea8 100644
--- a/src/southbridge/nvidia/ck804/acpi/ck804.asl
+++ b/src/southbridge/nvidia/ck804/acpi/ck804.asl
@@ -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.
+ */
+
 Device (LPCB) {
 	Name (_ADR, 0x00010000)
 	OperationRegion (LPC0, PCI_Config, 0x00, 0x100)
diff --git a/src/southbridge/nvidia/ck804/early_smbus.h b/src/southbridge/nvidia/ck804/early_smbus.h
index cf25403..5aacd93 100644
--- a/src/southbridge/nvidia/ck804/early_smbus.h
+++ b/src/southbridge/nvidia/ck804/early_smbus.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.
+ */
+
 int ck804_smbus_read_byte(unsigned int, unsigned int, unsigned);
 int ck804_smbus_write_byte(unsigned int, unsigned int, unsigned int, unsigned char);
 void enable_smbus(void);
diff --git a/src/southbridge/nvidia/ck804/fadt.c b/src/southbridge/nvidia/ck804/fadt.c
index b63bd8d..ee9db2f 100644
--- a/src/southbridge/nvidia/ck804/fadt.c
+++ b/src/southbridge/nvidia/ck804/fadt.c
@@ -1,6 +1,20 @@
 /*
- * ACPI - create the Fixed ACPI Description Tables (FADT)
+ * This file is part of the coreboot project.
+ *
  * (C) Copyright 2005 Stefan Reinauer <stepan at openbios.org>
+ *
+ * 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.
+ */
+
+/*
+ * ACPI - create the Fixed ACPI Description Tables (FADT)
  */
 
 #include <string.h>



More information about the coreboot-gerrit mailing list