summaryrefslogtreecommitdiff
path: root/board/renesas/rsk7269
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/rsk7269')
-rw-r--r--board/renesas/rsk7269/Makefile3
-rw-r--r--board/renesas/rsk7269/lowlevel_init.S3
-rw-r--r--board/renesas/rsk7269/rsk7269.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/board/renesas/rsk7269/Makefile b/board/renesas/rsk7269/Makefile
index 2ba04ecf2f..1a015573d1 100644
--- a/board/renesas/rsk7269/Makefile
+++ b/board/renesas/rsk7269/Makefile
@@ -2,8 +2,7 @@
# Copyright (C) 2012 Renesas Electronics Europe Ltd.
# Copyright (C) 2012 Phil Edworthy
#
-# 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/rsk7269/lowlevel_init.S b/board/renesas/rsk7269/lowlevel_init.S
index 399beb8cdb..a2b174bbc1 100644
--- a/board/renesas/rsk7269/lowlevel_init.S
+++ b/board/renesas/rsk7269/lowlevel_init.S
@@ -6,8 +6,7 @@
*
* Based on board/renesas/rsk7264/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/rsk7269/rsk7269.c b/board/renesas/rsk7269/rsk7269.c
index 842a154613..ae32b6a6d5 100644
--- a/board/renesas/rsk7269/rsk7269.c
+++ b/board/renesas/rsk7269/rsk7269.c
@@ -6,8 +6,7 @@
*
* Based on u-boot/board/rsk7264/rsk7264.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>