diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2015-05-27 17:25:47 -0700 |
---|---|---|
committer | Leroy P Leahy <leroy.p.leahy@intel.com> | 2015-06-24 17:05:35 +0200 |
commit | 40c0543108ed0500b2aaf8db849190105696b466 (patch) | |
tree | 314b222e30166f35a8f535a78dcc3cbbede7a62c /src | |
parent | 0946ec37aa4660ecf16d66cb1174a68df0afc4f0 (diff) | |
download | coreboot-40c0543108ed0500b2aaf8db849190105696b466.tar.xz |
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>
Reviewed-on: http://review.coreboot.org/10336
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/common/gma.h | 2 | ||||
-rw-r--r-- | src/soc/intel/common/memmap.h | 2 | ||||
-rw-r--r-- | src/soc/intel/common/raminit.c | 2 | ||||
-rw-r--r-- | src/soc/intel/common/romstage.c | 2 | ||||
-rw-r--r-- | src/soc/intel/common/romstage.h | 2 | ||||
-rw-r--r-- | src/soc/intel/common/stack.c | 2 | ||||
-rw-r--r-- | src/soc/intel/common/stack.h | 2 | ||||
-rw-r--r-- | src/soc/intel/common/stage_cache.c | 2 | ||||
-rw-r--r-- | src/soc/intel/common/util.c | 2 | ||||
-rw-r--r-- | src/soc/intel/common/util.h | 2 | ||||
-rw-r--r-- | 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 9666147958..03ecedb5da 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 840b51e996..d94f0add7f 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 a9663c59c9..0e764cd18b 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 adebf5175e..4f449ed708 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 ac202ae33a..81f32bc878 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 0955b9751f..45e61f9675 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 850a070d7b..f5333a7bfc 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 2dd4e47d9e..8e96d73179 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 39110a8868..a6adfafa2b 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. */ #include <arch/cpu.h> diff --git a/src/soc/intel/common/util.h b/src/soc/intel/common/util.h index db2b0ef455..de5e0a09b0 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 302a4a68e5..61eeaeb4a0 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> |