From a73b93157f2a5ed42bebf9a5948a4e2cedcb4250 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 31 Oct 2015 11:55:10 +0100 Subject: tree: drop last paragraph of GPL copyright header It encourages users from writing to the FSF without giving an address. Linux also prefers to drop that and their checkpatch.pl (that we imported) looks out for that. This is the result of util/scripts/no-fsf-addresses.sh with no further editing. Change-Id: Ie96faea295fe001911d77dbc51e9a6789558fbd6 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/11888 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Ronald G. Minnich --- src/mainboard/intel/sklrvp/Makefile.inc | 4 ---- src/mainboard/intel/sklrvp/acpi/chromeos.asl | 4 ---- src/mainboard/intel/sklrvp/acpi/ec.asl | 4 ---- src/mainboard/intel/sklrvp/acpi/mainboard.asl | 4 ---- src/mainboard/intel/sklrvp/acpi/superio.asl | 4 ---- src/mainboard/intel/sklrvp/acpi_tables.c | 4 ---- src/mainboard/intel/sklrvp/chromeos.c | 4 ---- src/mainboard/intel/sklrvp/cmos.layout | 4 ---- src/mainboard/intel/sklrvp/dsdt.asl | 4 ---- src/mainboard/intel/sklrvp/fadt.c | 4 ---- src/mainboard/intel/sklrvp/gpio_rvp3.h | 4 ---- src/mainboard/intel/sklrvp/mainboard.c | 4 ---- src/mainboard/intel/sklrvp/pei_data.c | 4 ---- src/mainboard/intel/sklrvp/ramstage.c | 4 ---- src/mainboard/intel/sklrvp/romstage.c | 4 ---- src/mainboard/intel/sklrvp/spd/Makefile.inc | 4 ---- src/mainboard/intel/sklrvp/spd/spd.c | 4 ---- src/mainboard/intel/sklrvp/spd/spd.h | 4 ---- 18 files changed, 72 deletions(-) (limited to 'src/mainboard/intel/sklrvp') diff --git a/src/mainboard/intel/sklrvp/Makefile.inc b/src/mainboard/intel/sklrvp/Makefile.inc index 266a92de07..048b023898 100644 --- a/src/mainboard/intel/sklrvp/Makefile.inc +++ b/src/mainboard/intel/sklrvp/Makefile.inc @@ -13,10 +13,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. -## subdirs-y += spd diff --git a/src/mainboard/intel/sklrvp/acpi/chromeos.asl b/src/mainboard/intel/sklrvp/acpi/chromeos.asl index c6665f9452..5c86fc5065 100644 --- a/src/mainboard/intel/sklrvp/acpi/chromeos.asl +++ b/src/mainboard/intel/sklrvp/acpi/chromeos.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. */ Name (OIPG, Package() { diff --git a/src/mainboard/intel/sklrvp/acpi/ec.asl b/src/mainboard/intel/sklrvp/acpi/ec.asl index 9cfe6a6388..de9dc8c702 100644 --- a/src/mainboard/intel/sklrvp/acpi/ec.asl +++ b/src/mainboard/intel/sklrvp/acpi/ec.asl @@ -11,8 +11,4 @@ * 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. */ diff --git a/src/mainboard/intel/sklrvp/acpi/mainboard.asl b/src/mainboard/intel/sklrvp/acpi/mainboard.asl index c80a03d5ad..45f17bfb51 100644 --- a/src/mainboard/intel/sklrvp/acpi/mainboard.asl +++ b/src/mainboard/intel/sklrvp/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. */ #include diff --git a/src/mainboard/intel/sklrvp/acpi/superio.asl b/src/mainboard/intel/sklrvp/acpi/superio.asl index 9cfe6a6388..de9dc8c702 100644 --- a/src/mainboard/intel/sklrvp/acpi/superio.asl +++ b/src/mainboard/intel/sklrvp/acpi/superio.asl @@ -11,8 +11,4 @@ * 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. */ diff --git a/src/mainboard/intel/sklrvp/acpi_tables.c b/src/mainboard/intel/sklrvp/acpi_tables.c index 72a588813a..ccf9f74615 100644 --- a/src/mainboard/intel/sklrvp/acpi_tables.c +++ b/src/mainboard/intel/sklrvp/acpi_tables.c @@ -12,8 +12,4 @@ * 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. */ diff --git a/src/mainboard/intel/sklrvp/chromeos.c b/src/mainboard/intel/sklrvp/chromeos.c index b36188839f..821b8b8c21 100644 --- a/src/mainboard/intel/sklrvp/chromeos.c +++ b/src/mainboard/intel/sklrvp/chromeos.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 diff --git a/src/mainboard/intel/sklrvp/cmos.layout b/src/mainboard/intel/sklrvp/cmos.layout index 32bf05dab6..59be84b241 100644 --- a/src/mainboard/intel/sklrvp/cmos.layout +++ b/src/mainboard/intel/sklrvp/cmos.layout @@ -13,10 +13,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/sklrvp/dsdt.asl b/src/mainboard/intel/sklrvp/dsdt.asl index 8a8164ad84..a6e236136f 100644 --- a/src/mainboard/intel/sklrvp/dsdt.asl +++ b/src/mainboard/intel/sklrvp/dsdt.asl @@ -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. */ DefinitionBlock( diff --git a/src/mainboard/intel/sklrvp/fadt.c b/src/mainboard/intel/sklrvp/fadt.c index 83a0d366f2..72bc4844a6 100644 --- a/src/mainboard/intel/sklrvp/fadt.c +++ b/src/mainboard/intel/sklrvp/fadt.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 diff --git a/src/mainboard/intel/sklrvp/gpio_rvp3.h b/src/mainboard/intel/sklrvp/gpio_rvp3.h index c0dbb13c10..8c5b4c02e2 100644 --- a/src/mainboard/intel/sklrvp/gpio_rvp3.h +++ b/src/mainboard/intel/sklrvp/gpio_rvp3.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 _GPIORVP3_H_ #define _GPIORVP3_H_ diff --git a/src/mainboard/intel/sklrvp/mainboard.c b/src/mainboard/intel/sklrvp/mainboard.c index 5c5bd69c85..0437b11bf3 100644 --- a/src/mainboard/intel/sklrvp/mainboard.c +++ b/src/mainboard/intel/sklrvp/mainboard.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 diff --git a/src/mainboard/intel/sklrvp/pei_data.c b/src/mainboard/intel/sklrvp/pei_data.c index b5302b9294..565947cc13 100644 --- a/src/mainboard/intel/sklrvp/pei_data.c +++ b/src/mainboard/intel/sklrvp/pei_data.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 diff --git a/src/mainboard/intel/sklrvp/ramstage.c b/src/mainboard/intel/sklrvp/ramstage.c index c2cd08f985..8597e1c941 100644 --- a/src/mainboard/intel/sklrvp/ramstage.c +++ b/src/mainboard/intel/sklrvp/ramstage.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 "gpio_rvp3.h" diff --git a/src/mainboard/intel/sklrvp/romstage.c b/src/mainboard/intel/sklrvp/romstage.c index aaa8b8d1a5..979af437bb 100644 --- a/src/mainboard/intel/sklrvp/romstage.c +++ b/src/mainboard/intel/sklrvp/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 diff --git a/src/mainboard/intel/sklrvp/spd/Makefile.inc b/src/mainboard/intel/sklrvp/spd/Makefile.inc index d7877aa70d..a03a77b49e 100644 --- a/src/mainboard/intel/sklrvp/spd/Makefile.inc +++ b/src/mainboard/intel/sklrvp/spd/Makefile.inc @@ -13,10 +13,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. -## romstage-y += spd.c diff --git a/src/mainboard/intel/sklrvp/spd/spd.c b/src/mainboard/intel/sklrvp/spd/spd.c index 34a0999800..9ff45f5bd7 100644 --- a/src/mainboard/intel/sklrvp/spd/spd.c +++ b/src/mainboard/intel/sklrvp/spd/spd.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 diff --git a/src/mainboard/intel/sklrvp/spd/spd.h b/src/mainboard/intel/sklrvp/spd/spd.h index 18d4e68c00..301bca5649 100644 --- a/src/mainboard/intel/sklrvp/spd/spd.h +++ b/src/mainboard/intel/sklrvp/spd/spd.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_SPD_H_ -- cgit v1.2.3