diff options
Diffstat (limited to 'board/renesas/gose')
-rw-r--r-- | board/renesas/gose/gose.c | 3 | ||||
-rw-r--r-- | board/renesas/gose/gose_spl.c | 3 | ||||
-rw-r--r-- | board/renesas/gose/qos.c | 3 | ||||
-rw-r--r-- | board/renesas/gose/qos.h | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/board/renesas/gose/gose.c b/board/renesas/gose/gose.c index e8d39a293ab..96ac29d9ab0 100644 --- a/board/renesas/gose/gose.c +++ b/board/renesas/gose/gose.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * board/renesas/gose/gose.c * * Copyright (C) 2014 Renesas Electronics Corporation - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> diff --git a/board/renesas/gose/gose_spl.c b/board/renesas/gose/gose_spl.c index 17b9da69d03..2f94d3e76c7 100644 --- a/board/renesas/gose/gose_spl.c +++ b/board/renesas/gose/gose_spl.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * board/renesas/gose/gose_spl.c * * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> diff --git a/board/renesas/gose/qos.c b/board/renesas/gose/qos.c index 0317ea26c7d..1c4ebfc6a8a 100644 --- a/board/renesas/gose/qos.c +++ b/board/renesas/gose/qos.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * board/renesas/gose/qos.c * This file is gose QoS setting. * * Copyright (C) 2014 Renesas Electronics Corporation - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> diff --git a/board/renesas/gose/qos.h b/board/renesas/gose/qos.h index ffd404797d8..29f05c7ff58 100644 --- a/board/renesas/gose/qos.h +++ b/board/renesas/gose/qos.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2014 Renesas Electronics Corporation - * - * SPDX-License-Identifier: GPL-2.0 */ #ifndef __QOS_H__ |