Leroy P Leahy (leroy.p.leahy@intel.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10336
-gerrit
commit d2d50d7d50929d72ebbeeccc54255685c037a169 Author: Lee Leahy leroy.p.leahy@intel.com Date: Wed May 27 17:25:47 2015 -0700
Intel/common: Remove copyright address
Remove the copyright address from the remaining files.
BRANCH=none BUG=None TEST=None
Change-Id: I026a0ff2bcb6c9580b45700edab446b787223007 Signed-off-by: Lee Leahy leroy.p.leahy@intel.com --- src/soc/intel/common/gma.h | 2 +- src/soc/intel/common/memmap.h | 2 +- src/soc/intel/common/raminit.c | 2 +- src/soc/intel/common/romstage.c | 2 +- src/soc/intel/common/romstage.h | 2 +- src/soc/intel/common/stack.c | 2 +- src/soc/intel/common/stack.h | 2 +- src/soc/intel/common/stage_cache.c | 2 +- src/soc/intel/common/util.c | 2 +- src/soc/intel/common/util.h | 2 +- src/soc/intel/common/vbt.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/soc/intel/common/gma.h b/src/soc/intel/common/gma.h index 9666147..03ecedb 100644 --- a/src/soc/intel/common/gma.h +++ b/src/soc/intel/common/gma.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 _GMA_H_ diff --git a/src/soc/intel/common/memmap.h b/src/soc/intel/common/memmap.h index 840b51e..d94f0ad 100644 --- a/src/soc/intel/common/memmap.h +++ b/src/soc/intel/common/memmap.h @@ -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. */
#ifndef _COMMON_MEMMAP_H_ diff --git a/src/soc/intel/common/raminit.c b/src/soc/intel/common/raminit.c index 8bdf308..e456ff7 100644 --- a/src/soc/intel/common/raminit.c +++ b/src/soc/intel/common/raminit.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 <cbmem.h> diff --git a/src/soc/intel/common/romstage.c b/src/soc/intel/common/romstage.c index c6f033b..27c62b5 100644 --- a/src/soc/intel/common/romstage.c +++ b/src/soc/intel/common/romstage.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 <stddef.h> diff --git a/src/soc/intel/common/romstage.h b/src/soc/intel/common/romstage.h index 55c7a6f..298639d 100644 --- a/src/soc/intel/common/romstage.h +++ b/src/soc/intel/common/romstage.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 _COMMON_ROMSTAGE_H_ diff --git a/src/soc/intel/common/stack.c b/src/soc/intel/common/stack.c index 03cf30c..7639a27 100644 --- a/src/soc/intel/common/stack.c +++ b/src/soc/intel/common/stack.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 <cbmem.h> diff --git a/src/soc/intel/common/stack.h b/src/soc/intel/common/stack.h index 850a070..f5333a7 100644 --- a/src/soc/intel/common/stack.h +++ b/src/soc/intel/common/stack.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 _COMMON_STACK_H_ diff --git a/src/soc/intel/common/stage_cache.c b/src/soc/intel/common/stage_cache.c index 2dd4e47..8e96d73 100644 --- a/src/soc/intel/common/stage_cache.c +++ b/src/soc/intel/common/stage_cache.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 <cbmem.h> diff --git a/src/soc/intel/common/util.c b/src/soc/intel/common/util.c index 65b5500..fc695f0 100644 --- a/src/soc/intel/common/util.c +++ b/src/soc/intel/common/util.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. */
diff --git a/src/soc/intel/common/util.h b/src/soc/intel/common/util.h index ec1cf17..04d9c09 100644 --- a/src/soc/intel/common/util.h +++ b/src/soc/intel/common/util.h @@ -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. */
#ifndef _INTEL_COMMON_UTIL_H_ diff --git a/src/soc/intel/common/vbt.c b/src/soc/intel/common/vbt.c index 40d9874..8f4f4eb 100644 --- a/src/soc/intel/common/vbt.c +++ b/src/soc/intel/common/vbt.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 <cbfs.h>