[coreboot-gerrit] New patch to review for coreboot: mainboard/asus:add license headers

Noah Glovsky (noah.glovsky@watershedschool.org) gerrit at coreboot.org
Wed Apr 27 21:13:21 CEST 2016


Noah Glovsky (noah.glovsky at watershedschool.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14530

-gerrit

commit 81eb184b9422e3ac704a32bd98ba039cc5055d20
Author: Noah Glovsky <noah.glovsky at watershedschool.org>
Date:   Wed Apr 27 13:09:15 2016 -0600

    mainboard/asus:add license headers
    
    Change-Id: I71e461b91f981368d4bd13631b868430d1fc5774
    Signed-off-by: Noah Glovsky <noah.glovsky at watershedschool.org>
---
 src/mainboard/asus/a8n_e/acpi_tables.c                 | 12 +++++++++++-
 src/mainboard/asus/f2a85-m/acpi/AmdImc.asl             | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/OptionsIds.h             | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c        | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/PlatformGnbPcieComplex.h | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/AmdImc.asl          | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/cpstate.asl         | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/gpe.asl             | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/mainboard.asl       | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/routing.asl         | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/sata.asl            | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/si.asl              | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/sleep.asl           | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/superio.asl         | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/thermal.asl         | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi/usb_oc.asl          | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/acpi_tables.c            | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/dsdt.asl                 | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/irq_tables.c             | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/mainboard.c              | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/mptable.c                | 13 +++++++++++++
 src/mainboard/asus/f2a85-m_le/romstage.c               | 13 +++++++++++++
 src/mainboard/asus/kfsn4-dre/acpi_tables.c             | 11 +++++++++++
 src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c          | 11 +++++++++++
 src/mainboard/asus/mew-vm/irq_tables.c                 | 13 +++++++++++++
 util/lint/lint-stable-000-license-headers              |  4 ++--
 26 files changed, 321 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/asus/a8n_e/acpi_tables.c b/src/mainboard/asus/a8n_e/acpi_tables.c
index f5ddec3..788368f 100644
--- a/src/mainboard/asus/a8n_e/acpi_tables.c
+++ b/src/mainboard/asus/a8n_e/acpi_tables.c
@@ -1,9 +1,19 @@
 /*
+ * 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.
+ *
  * ACPI support
  * written by Stefan Reinauer <stepan at openbios.org>
  *  (C) 2005 Stefan Reinauer
  *
- *
  *  Copyright 2005 AMD
  *  2005.9 yhlu modify that to more dynamic for AMD Opteron Based MB
  */
diff --git a/src/mainboard/asus/f2a85-m/acpi/AmdImc.asl b/src/mainboard/asus/f2a85-m/acpi/AmdImc.asl
index f55a12a..5e6c02b 100644
--- a/src/mainboard/asus/f2a85-m/acpi/AmdImc.asl
+++ b/src/mainboard/asus/f2a85-m/acpi/AmdImc.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.
+ */
+
 //BTDC Due to IMC Fan, ACPI control codes
 OperationRegion(IMIO, SystemIO, 0x3E, 0x02)
 Field(IMIO , ByteAcc, NoLock, Preserve) {
diff --git a/src/mainboard/asus/f2a85-m_le/OptionsIds.h b/src/mainboard/asus/f2a85-m_le/OptionsIds.h
index c702a9c..060ef8d 100644
--- a/src/mainboard/asus/f2a85-m_le/OptionsIds.h
+++ b/src/mainboard/asus/f2a85-m_le/OptionsIds.h
@@ -1 +1,14 @@
+/*
+ * 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 "../f2a85-m/OptionsIds.h"
diff --git a/src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c b/src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c
index d83a779..cd68205 100644
--- a/src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c
+++ b/src/mainboard/asus/f2a85-m_le/PlatformGnbPcie.c
@@ -1 +1,14 @@
+/*
+ * 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 "../f2a85-m/PlatformGnbPcie.c"
diff --git a/src/mainboard/asus/f2a85-m_le/PlatformGnbPcieComplex.h b/src/mainboard/asus/f2a85-m_le/PlatformGnbPcieComplex.h
index f6f4c9a..aa7b1fd 100644
--- a/src/mainboard/asus/f2a85-m_le/PlatformGnbPcieComplex.h
+++ b/src/mainboard/asus/f2a85-m_le/PlatformGnbPcieComplex.h
@@ -1 +1,14 @@
+/*
+ * 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 "../f2a85-m/PlatformGnbPcieComplex.h"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/AmdImc.asl b/src/mainboard/asus/f2a85-m_le/acpi/AmdImc.asl
index 43c2428..8d858c7 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/AmdImc.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/AmdImc.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/AmdImc.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/cpstate.asl b/src/mainboard/asus/f2a85-m_le/acpi/cpstate.asl
index 29c8d69..441b38b 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/cpstate.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/cpstate.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/cpstate.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/gpe.asl b/src/mainboard/asus/f2a85-m_le/acpi/gpe.asl
index 4794311..1855067 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/gpe.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/gpe.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/gpe.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/mainboard.asl b/src/mainboard/asus/f2a85-m_le/acpi/mainboard.asl
index f81742e..ee60630 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/mainboard.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/mainboard.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/mainboard.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/routing.asl b/src/mainboard/asus/f2a85-m_le/acpi/routing.asl
index 77a1f8a..7ae6c32 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/routing.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/routing.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/routing.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/sata.asl b/src/mainboard/asus/f2a85-m_le/acpi/sata.asl
index 46bc2e6..63a5e94 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/sata.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/sata.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/sata.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/si.asl b/src/mainboard/asus/f2a85-m_le/acpi/si.asl
index 208e5c4..8079af9 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/si.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/si.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/si.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/sleep.asl b/src/mainboard/asus/f2a85-m_le/acpi/sleep.asl
index 67e4e2b..36b9419 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/sleep.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/sleep.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/sleep.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/superio.asl b/src/mainboard/asus/f2a85-m_le/acpi/superio.asl
index 88a494d..c2f778b 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/superio.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/superio.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/superio.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/thermal.asl b/src/mainboard/asus/f2a85-m_le/acpi/thermal.asl
index 3d529e5..321a770 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/thermal.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/thermal.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/thermal.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi/usb_oc.asl b/src/mainboard/asus/f2a85-m_le/acpi/usb_oc.asl
index 1b3fba0..ff64183 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi/usb_oc.asl
+++ b/src/mainboard/asus/f2a85-m_le/acpi/usb_oc.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../../f2a85-m/acpi/usb_oc.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/acpi_tables.c b/src/mainboard/asus/f2a85-m_le/acpi_tables.c
index febb723..9e65606 100644
--- a/src/mainboard/asus/f2a85-m_le/acpi_tables.c
+++ b/src/mainboard/asus/f2a85-m_le/acpi_tables.c
@@ -1 +1,14 @@
+/*
+ * 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 "../f2a85-m/acpi_tables.c"
diff --git a/src/mainboard/asus/f2a85-m_le/dsdt.asl b/src/mainboard/asus/f2a85-m_le/dsdt.asl
index b27b81d..ee1e55d 100644
--- a/src/mainboard/asus/f2a85-m_le/dsdt.asl
+++ b/src/mainboard/asus/f2a85-m_le/dsdt.asl
@@ -1 +1,14 @@
+/*
+ * 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 "../f2a85-m/dsdt.asl"
diff --git a/src/mainboard/asus/f2a85-m_le/irq_tables.c b/src/mainboard/asus/f2a85-m_le/irq_tables.c
index 7e6c693..9396858 100644
--- a/src/mainboard/asus/f2a85-m_le/irq_tables.c
+++ b/src/mainboard/asus/f2a85-m_le/irq_tables.c
@@ -1 +1,14 @@
+/*
+ * 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 "../f2a85-m/irq_tables.c"
diff --git a/src/mainboard/asus/f2a85-m_le/mainboard.c b/src/mainboard/asus/f2a85-m_le/mainboard.c
index d8cc9c8..4d7b48e 100644
--- a/src/mainboard/asus/f2a85-m_le/mainboard.c
+++ b/src/mainboard/asus/f2a85-m_le/mainboard.c
@@ -1 +1,14 @@
+/*
+ * 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 "../f2a85-m/mainboard.c"
diff --git a/src/mainboard/asus/f2a85-m_le/mptable.c b/src/mainboard/asus/f2a85-m_le/mptable.c
index 1d0784d..41c69f9 100644
--- a/src/mainboard/asus/f2a85-m_le/mptable.c
+++ b/src/mainboard/asus/f2a85-m_le/mptable.c
@@ -1 +1,14 @@
+/*
+ * 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 <mainboard/asus/f2a85-m/mptable.c>
diff --git a/src/mainboard/asus/f2a85-m_le/romstage.c b/src/mainboard/asus/f2a85-m_le/romstage.c
index 0062c87..0b9b11a 100644
--- a/src/mainboard/asus/f2a85-m_le/romstage.c
+++ b/src/mainboard/asus/f2a85-m_le/romstage.c
@@ -1 +1,14 @@
+/*
+ * 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 "../f2a85-m/romstage.c"
diff --git a/src/mainboard/asus/kfsn4-dre/acpi_tables.c b/src/mainboard/asus/kfsn4-dre/acpi_tables.c
index caffdc4..587c13f 100644
--- a/src/mainboard/asus/kfsn4-dre/acpi_tables.c
+++ b/src/mainboard/asus/kfsn4-dre/acpi_tables.c
@@ -1,4 +1,15 @@
 /*
+ * 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.
+ *
  * ACPI support
  * written by Stefan Reinauer <stepan at openbios.org>
  *  (C) 2005 Stefan Reinauer
diff --git a/src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c b/src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c
index c6d2981..a925eb7 100644
--- a/src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c
+++ b/src/mainboard/asus/kfsn4-dre_k8/acpi_tables.c
@@ -1,4 +1,15 @@
 /*
+ * 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.
+ *
  * ACPI support
  * written by Stefan Reinauer <stepan at openbios.org>
  *  (C) 2005 Stefan Reinauer
diff --git a/src/mainboard/asus/mew-vm/irq_tables.c b/src/mainboard/asus/mew-vm/irq_tables.c
index 3d8bebe..b556624 100644
--- a/src/mainboard/asus/mew-vm/irq_tables.c
+++ b/src/mainboard/asus/mew-vm/irq_tables.c
@@ -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 <arch/pirq_routing.h>
 
 static const struct irq_routing_table intel_irq_routing_table = {
diff --git a/util/lint/lint-stable-000-license-headers b/util/lint/lint-stable-000-license-headers
index 07660ff..338682a 100755
--- a/util/lint/lint-stable-000-license-headers
+++ b/util/lint/lint-stable-000-license-headers
@@ -32,8 +32,8 @@ util/lint/lint-000-license-headers "src/device/superio"
 
 # /src/mainboard
 util/lint/lint-000-license-headers "src/mainboard/aaeon src/mainboard/abit src/mainboard/adlink src/mainboard/advansus \
-	src/mainboard/aopen src/mainboard/atrend src/mainboard/avalue src/mainboard/azza \
-	src/mainboard/bachmann src/mainboard/bap src/mainboard/bcom src/mainboard/bifferos"
+	src/mainboard/amd src/mainboard/aopen src/mainboard/apple src/mainboard/atrend src/mainboard/avalue \
+	src/mainboard/azza src/mainboard/bachmann src/mainboard/bap src/mainboard/bcom src/mainboard/bifferos”
 util/lint/lint-000-license-headers "src/mainboard/biostar src/mainboard/compaq src/mainboard/dmp src/mainboard/ecs \
 	src/mainboard/esd src/mainboard/gizmosphere src/mainboard/google src/mainboard/iei \
 	src/mainboard/intel src/mainboard/jetway src/mainboard/lanner src/mainboard/lintop \



More information about the coreboot-gerrit mailing list