diff options
Diffstat (limited to 'board/Seagate/dockstar')
-rw-r--r-- | board/Seagate/dockstar/Makefile | 4 | ||||
-rw-r--r-- | board/Seagate/dockstar/dockstar.c | 3 | ||||
-rw-r--r-- | board/Seagate/dockstar/dockstar.h | 3 | ||||
-rw-r--r-- | board/Seagate/dockstar/kwbimage.cfg | 4 |
4 files changed, 4 insertions, 10 deletions
diff --git a/board/Seagate/dockstar/Makefile b/board/Seagate/dockstar/Makefile index 2ef5093f06..7fda3f42c0 100644 --- a/board/Seagate/dockstar/Makefile +++ b/board/Seagate/dockstar/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2010 Eric C. Cooper <ecc@cmu.edu> # @@ -5,8 +6,5 @@ # Prafulla Wadaskar <prafulla@marvell.com> # (C) Copyright 2009 # Marvell Semiconductor <www.marvell.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-y := dockstar.o diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c index f444c1628d..40e5dc7034 100644 --- a/board/Seagate/dockstar/dockstar.c +++ b/board/Seagate/dockstar/dockstar.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2010 Eric C. Cooper <ecc@cmu.edu> * @@ -5,8 +6,6 @@ * Prafulla Wadaskar <prafulla@marvell.com> * (C) Copyright 2009 * Marvell Semiconductor <www.marvell.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/Seagate/dockstar/dockstar.h b/board/Seagate/dockstar/dockstar.h index ec6fa25e1b..cbb1644476 100644 --- a/board/Seagate/dockstar/dockstar.h +++ b/board/Seagate/dockstar/dockstar.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2010 Eric C. Cooper <ecc@cmu.edu> * @@ -5,8 +6,6 @@ * Prafulla Wadaskar <prafulla@marvell.com> * (C) Copyright 2009 * Marvell Semiconductor <www.marvell.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __DOCKSTAR_H diff --git a/board/Seagate/dockstar/kwbimage.cfg b/board/Seagate/dockstar/kwbimage.cfg index e68ce640f8..65183d4ef2 100644 --- a/board/Seagate/dockstar/kwbimage.cfg +++ b/board/Seagate/dockstar/kwbimage.cfg @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2010 Eric C. Cooper <ecc@cmu.edu> # @@ -5,9 +6,6 @@ # Prafulla Wadaskar <prafulla@marvell.com> # (C) Copyright 2009 # Marvell Semiconductor <www.marvell.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# # Refer doc/README.kwbimage for more details about how-to configure # and create kirkwood boot image # |