diff options
Diffstat (limited to 'board/laird')
-rw-r--r-- | board/laird/wb45n/Makefile | 4 | ||||
-rw-r--r-- | board/laird/wb45n/wb45n.c | 3 | ||||
-rw-r--r-- | board/laird/wb50n/Makefile | 4 | ||||
-rw-r--r-- | board/laird/wb50n/wb50n.c | 3 |
4 files changed, 4 insertions, 10 deletions
diff --git a/board/laird/wb45n/Makefile b/board/laird/wb45n/Makefile index fc645ddc53..2971c6c952 100644 --- a/board/laird/wb45n/Makefile +++ b/board/laird/wb45n/Makefile @@ -1,6 +1,4 @@ -# -# -# SPDX-License-Identifier: GPL-2.0+ +# SPDX-License-Identifier: GPL-2.0+ # obj-y += wb45n.o diff --git a/board/laird/wb45n/wb45n.c b/board/laird/wb45n/wb45n.c index 5914071647..e7f31ec9e7 100644 --- a/board/laird/wb45n/wb45n.c +++ b/board/laird/wb45n/wb45n.c @@ -1,6 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ /* - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/laird/wb50n/Makefile b/board/laird/wb50n/Makefile index d1b6cfa291..f4c3831db4 100644 --- a/board/laird/wb50n/Makefile +++ b/board/laird/wb50n/Makefile @@ -1,6 +1,4 @@ -# -# -# SPDX-License-Identifier: GPL-2.0+ +# SPDX-License-Identifier: GPL-2.0+ # obj-y += wb50n.o diff --git a/board/laird/wb50n/wb50n.c b/board/laird/wb50n/wb50n.c index 8896e62073..89d3795857 100644 --- a/board/laird/wb50n/wb50n.c +++ b/board/laird/wb50n/wb50n.c @@ -1,6 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ /* - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |