diff options
Diffstat (limited to 'board/comtrend/ar5315u')
-rw-r--r-- | board/comtrend/ar5315u/Makefile | 4 | ||||
-rw-r--r-- | board/comtrend/ar5315u/ar-5315u.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/board/comtrend/ar5315u/Makefile b/board/comtrend/ar5315u/Makefile index 5d2f590375..25656a8cac 100644 --- a/board/comtrend/ar5315u/Makefile +++ b/board/comtrend/ar5315u/Makefile @@ -1,5 +1,3 @@ -# -# SPDX-License-Identifier: GPL-2.0+ -# +# SPDX-License-Identifier: GPL-2.0+ obj-y += ar-5315u.o diff --git a/board/comtrend/ar5315u/ar-5315u.c b/board/comtrend/ar5315u/ar-5315u.c index bdb3acafad..3437985878 100644 --- a/board/comtrend/ar5315u/ar-5315u.c +++ b/board/comtrend/ar5315u/ar-5315u.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |