[coreboot-gerrit] New patch to review for coreboot: 127d855 Slkrvp: Remove copyright address

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Thu May 28 03:41:06 CEST 2015


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10344

-gerrit

commit 127d8557b77b497e441db4a77baeabfbfc92a2a3
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Wed May 27 17:44:56 2015 -0700

    Slkrvp: Remove copyright address
    
    Remove the copyright address from all of the files.
    
    BRANCH=none
    BUG=None
    TEST=Buuild and run on sklrvp
    
    Change-Id: I02d742825b1949275c187fe9e0611cff25db5291
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/mainboard/intel/sklrvp/Makefile.inc       | 2 +-
 src/mainboard/intel/sklrvp/acpi/chromeos.asl  | 2 +-
 src/mainboard/intel/sklrvp/acpi/mainboard.asl | 2 +-
 src/mainboard/intel/sklrvp/acpi_tables.c      | 2 +-
 src/mainboard/intel/sklrvp/chromeos.c         | 2 +-
 src/mainboard/intel/sklrvp/cmos.layout        | 2 +-
 src/mainboard/intel/sklrvp/dsdt.asl           | 2 +-
 src/mainboard/intel/sklrvp/fadt.c             | 2 +-
 src/mainboard/intel/sklrvp/gpio_rvp3.h        | 2 +-
 src/mainboard/intel/sklrvp/mainboard.c        | 2 +-
 src/mainboard/intel/sklrvp/pei_data.c         | 2 +-
 src/mainboard/intel/sklrvp/ramstage.c         | 2 +-
 src/mainboard/intel/sklrvp/romstage.c         | 2 +-
 src/mainboard/intel/sklrvp/spd/Makefile.inc   | 2 +-
 src/mainboard/intel/sklrvp/spd/spd.c          | 2 +-
 src/mainboard/intel/sklrvp/spd/spd.h          | 2 +-
 src/mainboard/intel/sklrvp/thermal.h          | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/mainboard/intel/sklrvp/Makefile.inc b/src/mainboard/intel/sklrvp/Makefile.inc
index 0c50ae6..7711a3c 100644
--- a/src/mainboard/intel/sklrvp/Makefile.inc
+++ b/src/mainboard/intel/sklrvp/Makefile.inc
@@ -15,7 +15,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+## Foundation, Inc.
 ##
 
 subdirs-y += spd
diff --git a/src/mainboard/intel/sklrvp/acpi/chromeos.asl b/src/mainboard/intel/sklrvp/acpi/chromeos.asl
index ab1d833..c6665f9 100644
--- a/src/mainboard/intel/sklrvp/acpi/chromeos.asl
+++ b/src/mainboard/intel/sklrvp/acpi/chromeos.asl
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 Name (OIPG, Package() {
diff --git a/src/mainboard/intel/sklrvp/acpi/mainboard.asl b/src/mainboard/intel/sklrvp/acpi/mainboard.asl
index ab60df8..163e88b 100644
--- a/src/mainboard/intel/sklrvp/acpi/mainboard.asl
+++ b/src/mainboard/intel/sklrvp/acpi/mainboard.asl
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 /*
diff --git a/src/mainboard/intel/sklrvp/acpi_tables.c b/src/mainboard/intel/sklrvp/acpi_tables.c
index e5bf2c5..f9eb7b0 100644
--- a/src/mainboard/intel/sklrvp/acpi_tables.c
+++ b/src/mainboard/intel/sklrvp/acpi_tables.c
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 #include <types.h>
diff --git a/src/mainboard/intel/sklrvp/chromeos.c b/src/mainboard/intel/sklrvp/chromeos.c
index 3720ea7..6823612 100644
--- a/src/mainboard/intel/sklrvp/chromeos.c
+++ b/src/mainboard/intel/sklrvp/chromeos.c
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 #include <arch/io.h>
diff --git a/src/mainboard/intel/sklrvp/cmos.layout b/src/mainboard/intel/sklrvp/cmos.layout
index 3b364bf..32bf05d 100644
--- a/src/mainboard/intel/sklrvp/cmos.layout
+++ b/src/mainboard/intel/sklrvp/cmos.layout
@@ -15,7 +15,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+## Foundation, Inc.
 ##
 
 # -----------------------------------------------------------------
diff --git a/src/mainboard/intel/sklrvp/dsdt.asl b/src/mainboard/intel/sklrvp/dsdt.asl
index 46d520e..8a8164a 100644
--- a/src/mainboard/intel/sklrvp/dsdt.asl
+++ b/src/mainboard/intel/sklrvp/dsdt.asl
@@ -16,7 +16,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 DefinitionBlock(
diff --git a/src/mainboard/intel/sklrvp/fadt.c b/src/mainboard/intel/sklrvp/fadt.c
index 87e925c..83a0d36 100644
--- a/src/mainboard/intel/sklrvp/fadt.c
+++ b/src/mainboard/intel/sklrvp/fadt.c
@@ -16,7 +16,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 #include <string.h>
diff --git a/src/mainboard/intel/sklrvp/gpio_rvp3.h b/src/mainboard/intel/sklrvp/gpio_rvp3.h
index 66c977e..e2c17aa 100644
--- a/src/mainboard/intel/sklrvp/gpio_rvp3.h
+++ b/src/mainboard/intel/sklrvp/gpio_rvp3.h
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * 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 caf6572..5c5bd69 100644
--- a/src/mainboard/intel/sklrvp/mainboard.c
+++ b/src/mainboard/intel/sklrvp/mainboard.c
@@ -16,7 +16,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * 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 87d07e6..5a7b067 100644
--- a/src/mainboard/intel/sklrvp/pei_data.c
+++ b/src/mainboard/intel/sklrvp/pei_data.c
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 #include <stdint.h>
diff --git a/src/mainboard/intel/sklrvp/ramstage.c b/src/mainboard/intel/sklrvp/ramstage.c
index 9c97458..9cf392e 100644
--- a/src/mainboard/intel/sklrvp/ramstage.c
+++ b/src/mainboard/intel/sklrvp/ramstage.c
@@ -14,7 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 #include "gpio_rvp3.h"
diff --git a/src/mainboard/intel/sklrvp/romstage.c b/src/mainboard/intel/sklrvp/romstage.c
index 1e6b2e8..7e8926e 100644
--- a/src/mainboard/intel/sklrvp/romstage.c
+++ b/src/mainboard/intel/sklrvp/romstage.c
@@ -16,7 +16,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 #include <cbfs.h>
diff --git a/src/mainboard/intel/sklrvp/spd/Makefile.inc b/src/mainboard/intel/sklrvp/spd/Makefile.inc
index 562eb9b..76b2415 100644
--- a/src/mainboard/intel/sklrvp/spd/Makefile.inc
+++ b/src/mainboard/intel/sklrvp/spd/Makefile.inc
@@ -15,7 +15,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+## 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 98847d4..71f408c 100644
--- a/src/mainboard/intel/sklrvp/spd/spd.c
+++ b/src/mainboard/intel/sklrvp/spd/spd.c
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * 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 0cc45d4..18d4e68 100644
--- a/src/mainboard/intel/sklrvp/spd/spd.h
+++ b/src/mainboard/intel/sklrvp/spd/spd.h
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 #ifndef _MAINBOARD_SPD_H_
diff --git a/src/mainboard/intel/sklrvp/thermal.h b/src/mainboard/intel/sklrvp/thermal.h
index e8cabd6..5214e7e 100644
--- a/src/mainboard/intel/sklrvp/thermal.h
+++ b/src/mainboard/intel/sklrvp/thermal.h
@@ -15,7 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
  */
 
 #ifndef _MAINBOARD_THERMAL_H_



More information about the coreboot-gerrit mailing list