From b993d2f1477a8e3d7c7f9c4b4e2f05773b4d098f Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Fri, 17 Jul 2015 11:07:54 -0700 Subject: Kunimitsu: Remove address from copyright notice Remove the address from the copyright notices. BRANCH=none BUG=None TEST=Build and run on Kunimitsu Change-Id: Ibe8196841d9e76c9ee3a3dbae802ecc63dc7904c Signed-off-by: Patrick Georgi Original-Commit-Id: cc12d2658324a375d02748098f0a2f4b5d1b5615 Original-Change-Id: I81a71e4ad9b8a66ad0e9a93cbeb512d90eb35906 Original-Signed-off-by: Lee Leahy Original-Reviewed-on: https://chromium-review.googlesource.com/286266 Original-Reviewed-by: Duncan Laurie Original-Commit-Queue: Leroy P Leahy Original-Tested-by: Leroy P Leahy Reviewed-on: http://review.coreboot.org/11008 Reviewed-by: Leroy P Leahy Tested-by: build bot (Jenkins) --- src/mainboard/intel/kunimitsu/spd/Makefile.inc | 2 +- src/mainboard/intel/kunimitsu/spd/spd.c | 2 +- src/mainboard/intel/kunimitsu/spd/spd.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/intel/kunimitsu/spd') diff --git a/src/mainboard/intel/kunimitsu/spd/Makefile.inc b/src/mainboard/intel/kunimitsu/spd/Makefile.inc index 46b2d4f3aa..c50252f073 100644 --- a/src/mainboard/intel/kunimitsu/spd/Makefile.inc +++ b/src/mainboard/intel/kunimitsu/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/kunimitsu/spd/spd.c b/src/mainboard/intel/kunimitsu/spd/spd.c index 4860c03b71..cdcbe1e4e5 100644 --- a/src/mainboard/intel/kunimitsu/spd/spd.c +++ b/src/mainboard/intel/kunimitsu/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 diff --git a/src/mainboard/intel/kunimitsu/spd/spd.h b/src/mainboard/intel/kunimitsu/spd/spd.h index 0cc45d4d42..18d4e68c00 100644 --- a/src/mainboard/intel/kunimitsu/spd/spd.h +++ b/src/mainboard/intel/kunimitsu/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_ -- cgit v1.2.3