From 1a4596601fd395f3afb8f82f3f840c5e00bdd57a Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 8 Jul 2013 09:37:19 +0200 Subject: Add GPL-2.0+ SPDX-License-Identifier to source files Signed-off-by: Wolfgang Denk [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini --- board/renesas/rsk7264/Makefile | 3 +-- board/renesas/rsk7264/lowlevel_init.S | 3 +-- board/renesas/rsk7264/rsk7264.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'board/renesas/rsk7264') diff --git a/board/renesas/rsk7264/Makefile b/board/renesas/rsk7264/Makefile index 9d56d07..476de43 100644 --- a/board/renesas/rsk7264/Makefile +++ b/board/renesas/rsk7264/Makefile @@ -1,8 +1,7 @@ # # Copyright (C) 2011 Renesas Electronics Europe Ltd. # -# This file is released under the terms of GPL v2 and any later version. -# See the file COPYING in the root directory of the source tree for details. +# SPDX-License-Identifier: GPL-2.0+ include $(TOPDIR)/config.mk diff --git a/board/renesas/rsk7264/lowlevel_init.S b/board/renesas/rsk7264/lowlevel_init.S index 39acfa7..1a7d27d 100644 --- a/board/renesas/rsk7264/lowlevel_init.S +++ b/board/renesas/rsk7264/lowlevel_init.S @@ -5,8 +5,7 @@ * * Based on board/renesas/rsk7203/lowlevel_init.S * - * This file is released under the terms of GPL v2 and any later version. - * See the file COPYING in the root directory of the source tree for details. + * SPDX-License-Identifier: GPL-2.0+ */ #include #include diff --git a/board/renesas/rsk7264/rsk7264.c b/board/renesas/rsk7264/rsk7264.c index c23815d..d938b3a 100644 --- a/board/renesas/rsk7264/rsk7264.c +++ b/board/renesas/rsk7264/rsk7264.c @@ -5,8 +5,7 @@ * * Based on u-boot/board/rsk7264/rsk7203.c * - * This file is released under the terms of GPL v2 and any later version. - * See the file COPYING in the root directory of the source tree for details. + * SPDX-License-Identifier: GPL-2.0+ */ #include -- cgit v1.1