diff options
Diffstat (limited to 'include/mtd')
-rw-r--r-- | include/mtd/cfi_flash.h | 3 | ||||
-rw-r--r-- | include/mtd/mtd-abi.h | 3 | ||||
-rw-r--r-- | include/mtd/ubi-user.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/include/mtd/cfi_flash.h b/include/mtd/cfi_flash.h index 095725a805..4963c89642 100644 --- a/include/mtd/cfi_flash.h +++ b/include/mtd/cfi_flash.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2009 * Stefan Roese, DENX Software Engineering, sr@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CFI_FLASH_H__ diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h index 0ef582aeec..8d9761050f 100644 --- a/include/mtd/mtd-abi.h +++ b/include/mtd/mtd-abi.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org> et al. * - * SPDX-License-Identifier: GPL-2.0+ - * */ #ifndef __MTD_ABI_H__ diff --git a/include/mtd/ubi-user.h b/include/mtd/ubi-user.h index 22d90040f8..cd81ef965c 100644 --- a/include/mtd/ubi-user.h +++ b/include/mtd/ubi-user.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright © International Business Machines Corp., 2006 * - * SPDX-License-Identifier: GPL-2.0+ - * * Author: Artem Bityutskiy (Битюцкий Артём) */ |