diff options
author | Martin Roth <martinroth@google.com> | 2016-01-12 13:42:19 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-13 20:35:40 +0100 |
commit | a20ac2f7b3aaa9156e003b8b3746d0bddf93eec0 (patch) | |
tree | f432488281ab388290f2d881697901d6ebe15c79 /src/mainboard/intel/stargo2 | |
parent | 02ec8feb2c848fff93ad7172f6048abefae2a44e (diff) |
tree: drop last paragraph of GPL copyright header from new files
This continues what was done in commit a73b93157f2
(tree: drop last paragraph of GPL copyright header)
Change-Id: Ifb8d2d13f7787657445817bdde8dc15df375e173
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12914
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/stargo2')
-rw-r--r-- | src/mainboard/intel/stargo2/acpi/hostbridge_pci_irqs.asl | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/acpi/mainboard.asl | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/acpi/platform.asl | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/acpi/superio.asl | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/acpi_tables.c | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/cmos.layout | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/dsdt.asl | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/gpio.h | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/mainboard.c | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/mainboard_smi.c | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/romstage.c | 4 | ||||
-rw-r--r-- | src/mainboard/intel/stargo2/thermal.h | 4 |
12 files changed, 0 insertions, 48 deletions
diff --git a/src/mainboard/intel/stargo2/acpi/hostbridge_pci_irqs.asl b/src/mainboard/intel/stargo2/acpi/hostbridge_pci_irqs.asl index d0a5dc6691..829dd7ccf4 100644 --- a/src/mainboard/intel/stargo2/acpi/hostbridge_pci_irqs.asl +++ b/src/mainboard/intel/stargo2/acpi/hostbridge_pci_irqs.asl @@ -12,10 +12,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ /* This is board specific information: IRQ routing for Sandybridge */ diff --git a/src/mainboard/intel/stargo2/acpi/mainboard.asl b/src/mainboard/intel/stargo2/acpi/mainboard.asl index 6e774db3af..edd592ae87 100644 --- a/src/mainboard/intel/stargo2/acpi/mainboard.asl +++ b/src/mainboard/intel/stargo2/acpi/mainboard.asl @@ -12,10 +12,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ /* Power Button */ diff --git a/src/mainboard/intel/stargo2/acpi/platform.asl b/src/mainboard/intel/stargo2/acpi/platform.asl index ee46cf4971..be23b43e81 100644 --- a/src/mainboard/intel/stargo2/acpi/platform.asl +++ b/src/mainboard/intel/stargo2/acpi/platform.asl @@ -12,10 +12,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ /* The _PTS method (Prepare To Sleep) is called before the OS is diff --git a/src/mainboard/intel/stargo2/acpi/superio.asl b/src/mainboard/intel/stargo2/acpi/superio.asl index 4f21a51315..68a23e6a20 100644 --- a/src/mainboard/intel/stargo2/acpi/superio.asl +++ b/src/mainboard/intel/stargo2/acpi/superio.asl @@ -11,10 +11,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ /* Values should match those defined in devicetree.cb */ diff --git a/src/mainboard/intel/stargo2/acpi_tables.c b/src/mainboard/intel/stargo2/acpi_tables.c index 9d156f6b3f..1284e39490 100644 --- a/src/mainboard/intel/stargo2/acpi_tables.c +++ b/src/mainboard/intel/stargo2/acpi_tables.c @@ -11,10 +11,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ #include <types.h> diff --git a/src/mainboard/intel/stargo2/cmos.layout b/src/mainboard/intel/stargo2/cmos.layout index 414ee5017e..7312dc9580 100644 --- a/src/mainboard/intel/stargo2/cmos.layout +++ b/src/mainboard/intel/stargo2/cmos.layout @@ -12,10 +12,6 @@ ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc. -## # ----------------------------------------------------------------- entries diff --git a/src/mainboard/intel/stargo2/dsdt.asl b/src/mainboard/intel/stargo2/dsdt.asl index 73ba53998d..b4ae0ec4b6 100644 --- a/src/mainboard/intel/stargo2/dsdt.asl +++ b/src/mainboard/intel/stargo2/dsdt.asl @@ -12,10 +12,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ DefinitionBlock( diff --git a/src/mainboard/intel/stargo2/gpio.h b/src/mainboard/intel/stargo2/gpio.h index ee24f0112e..25ecfeb151 100644 --- a/src/mainboard/intel/stargo2/gpio.h +++ b/src/mainboard/intel/stargo2/gpio.h @@ -12,10 +12,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ #ifndef MAINBOARD_GPIO_H diff --git a/src/mainboard/intel/stargo2/mainboard.c b/src/mainboard/intel/stargo2/mainboard.c index 59efc92616..2501941450 100644 --- a/src/mainboard/intel/stargo2/mainboard.c +++ b/src/mainboard/intel/stargo2/mainboard.c @@ -12,10 +12,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ #include <types.h> diff --git a/src/mainboard/intel/stargo2/mainboard_smi.c b/src/mainboard/intel/stargo2/mainboard_smi.c index b16b92f8a3..014fa070a1 100644 --- a/src/mainboard/intel/stargo2/mainboard_smi.c +++ b/src/mainboard/intel/stargo2/mainboard_smi.c @@ -12,10 +12,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ #include <arch/io.h> diff --git a/src/mainboard/intel/stargo2/romstage.c b/src/mainboard/intel/stargo2/romstage.c index 3db3275120..ff90e2e054 100644 --- a/src/mainboard/intel/stargo2/romstage.c +++ b/src/mainboard/intel/stargo2/romstage.c @@ -13,10 +13,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ #include <stdint.h> diff --git a/src/mainboard/intel/stargo2/thermal.h b/src/mainboard/intel/stargo2/thermal.h index 31e36532f5..609f3465e8 100644 --- a/src/mainboard/intel/stargo2/thermal.h +++ b/src/mainboard/intel/stargo2/thermal.h @@ -11,10 +11,6 @@ * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc. */ #ifndef MAINBOARD_THERMAL_H |