aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/sklrvp
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-10-31 11:55:10 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-10-31 21:37:39 +0100
commita73b93157f2a5ed42bebf9a5948a4e2cedcb4250 (patch)
tree9e058ce7ae03b1b14acebc050b4b2d837c7cabb9 /src/mainboard/intel/sklrvp
parent74b13a56166649967a3e9ab0e4ea5c68b518c6b2 (diff)
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 <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/11888 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/intel/sklrvp')
-rw-r--r--src/mainboard/intel/sklrvp/Makefile.inc4
-rw-r--r--src/mainboard/intel/sklrvp/acpi/chromeos.asl4
-rw-r--r--src/mainboard/intel/sklrvp/acpi/ec.asl4
-rw-r--r--src/mainboard/intel/sklrvp/acpi/mainboard.asl4
-rw-r--r--src/mainboard/intel/sklrvp/acpi/superio.asl4
-rw-r--r--src/mainboard/intel/sklrvp/acpi_tables.c4
-rw-r--r--src/mainboard/intel/sklrvp/chromeos.c4
-rw-r--r--src/mainboard/intel/sklrvp/cmos.layout4
-rw-r--r--src/mainboard/intel/sklrvp/dsdt.asl4
-rw-r--r--src/mainboard/intel/sklrvp/fadt.c4
-rw-r--r--src/mainboard/intel/sklrvp/gpio_rvp3.h4
-rw-r--r--src/mainboard/intel/sklrvp/mainboard.c4
-rw-r--r--src/mainboard/intel/sklrvp/pei_data.c4
-rw-r--r--src/mainboard/intel/sklrvp/ramstage.c4
-rw-r--r--src/mainboard/intel/sklrvp/romstage.c4
-rw-r--r--src/mainboard/intel/sklrvp/spd/Makefile.inc4
-rw-r--r--src/mainboard/intel/sklrvp/spd/spd.c4
-rw-r--r--src/mainboard/intel/sklrvp/spd/spd.h4
18 files changed, 0 insertions, 72 deletions
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 <soc/gpio.h>
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 <arch/io.h>
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 <string.h>
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 <device/device.h>
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 <stdint.h>
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 <cbfs.h>
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 <arch/byteorder.h>
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_