diff options
Diffstat (limited to 'board/renesas/stout')
-rw-r--r-- | board/renesas/stout/cpld.c | 3 | ||||
-rw-r--r-- | board/renesas/stout/cpld.h | 3 | ||||
-rw-r--r-- | board/renesas/stout/qos.c | 3 | ||||
-rw-r--r-- | board/renesas/stout/qos.h | 3 | ||||
-rw-r--r-- | board/renesas/stout/stout.c | 3 | ||||
-rw-r--r-- | board/renesas/stout/stout_spl.c | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/board/renesas/stout/cpld.c b/board/renesas/stout/cpld.c index fc1e30ca57..cffdc3e9d2 100644 --- a/board/renesas/stout/cpld.c +++ b/board/renesas/stout/cpld.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Stout board CPLD access support * * Copyright (C) 2015 Renesas Electronics Europe GmbH * Copyright (C) 2015 Renesas Electronics Corporation * Copyright (C) 2015 Cogent Embedded, Inc. - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> diff --git a/board/renesas/stout/cpld.h b/board/renesas/stout/cpld.h index a2656704a1..acbeefe74c 100644 --- a/board/renesas/stout/cpld.h +++ b/board/renesas/stout/cpld.h @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Stout board CPLD definition * * Copyright (C) 2015 Renesas Electronics Europe GmbH * Copyright (C) 2015 Renesas Electronics Corporation * Copyright (C) 2015 Cogent Embedded, Inc. - * - * SPDX-License-Identifier: GPL-2.0 */ #ifndef _CPLD_H_ diff --git a/board/renesas/stout/qos.c b/board/renesas/stout/qos.c index f29c5c99d5..c2f0b85387 100644 --- a/board/renesas/stout/qos.c +++ b/board/renesas/stout/qos.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * board/renesas/stout/qos.c * * Copyright (C) 2015 Renesas Electronics Europe GmbH * Copyright (C) 2015 Renesas Electronics Corporation * Copyright (C) 2015 Cogent Embedded, Inc. - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> diff --git a/board/renesas/stout/qos.h b/board/renesas/stout/qos.h index 645a5b01ed..d98915ede0 100644 --- a/board/renesas/stout/qos.h +++ b/board/renesas/stout/qos.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2015 Renesas Electronics Europe GmbH * Copyright (C) 2015 Renesas Electronics Corporation * Copyright (C) 2015 Cogent Embedded, Inc. - * - * SPDX-License-Identifier: GPL-2.0 */ #ifndef __QOS_H__ diff --git a/board/renesas/stout/stout.c b/board/renesas/stout/stout.c index c40daf5623..778593b9ba 100644 --- a/board/renesas/stout/stout.c +++ b/board/renesas/stout/stout.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * board/renesas/stout/stout.c * This file is Stout board support. @@ -5,8 +6,6 @@ * Copyright (C) 2015 Renesas Electronics Europe GmbH * Copyright (C) 2015 Renesas Electronics Corporation * Copyright (C) 2015 Cogent Embedded, Inc. - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> diff --git a/board/renesas/stout/stout_spl.c b/board/renesas/stout/stout_spl.c index ed443fdcc2..05a3ced97c 100644 --- a/board/renesas/stout/stout_spl.c +++ b/board/renesas/stout/stout_spl.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * board/renesas/stout/stout_spl.c * * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> |