diff options
Diffstat (limited to 'board/renesas/rsk7264')
-rw-r--r-- | board/renesas/rsk7264/Makefile | 3 | ||||
-rw-r--r-- | board/renesas/rsk7264/lowlevel_init.S | 3 | ||||
-rw-r--r-- | board/renesas/rsk7264/rsk7264.c | 3 |
3 files changed, 3 insertions, 6 deletions
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 <config.h> #include <version.h> 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 <common.h> |