diff options
Diffstat (limited to 'board/comtrend/ar5387un')
-rw-r--r-- | board/comtrend/ar5387un/Makefile | 4 | ||||
-rw-r--r-- | board/comtrend/ar5387un/ar-5387un.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/comtrend/ar5387un/Makefile b/board/comtrend/ar5387un/Makefile index 9de1cd2ba2..572ae1f091 100644 --- a/board/comtrend/ar5387un/Makefile +++ b/board/comtrend/ar5387un/Makefile @@ -1,5 +1,3 @@ -# -# SPDX-License-Identifier: GPL-2.0+ -# +# SPDX-License-Identifier: GPL-2.0+ obj-y += ar-5387un.o diff --git a/board/comtrend/ar5387un/ar-5387un.c b/board/comtrend/ar5387un/ar-5387un.c index d181ca68a0..1e4b7281db 100644 --- a/board/comtrend/ar5387un/ar-5387un.c +++ b/board/comtrend/ar5387un/ar-5387un.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |