diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/ubispl/ubi-wrapper.h | 3 | ||||
-rw-r--r-- | drivers/mtd/ubispl/ubispl.c | 3 | ||||
-rw-r--r-- | drivers/mtd/ubispl/ubispl.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/drivers/mtd/ubispl/ubi-wrapper.h b/drivers/mtd/ubispl/ubi-wrapper.h index 72b9dcb76d..b58f42dd1a 100644 --- a/drivers/mtd/ubispl/ubi-wrapper.h +++ b/drivers/mtd/ubispl/ubi-wrapper.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL 2.0+ OR BSD-3-Clause */ /* * The parts taken from the kernel implementation are: * @@ -6,8 +7,6 @@ * UBISPL specific defines: * * Copyright (c) Thomas Gleixner <tglx@linutronix.de> - * - * SPDX-License-Identifier: GPL 2.0+ BSD-3-Clause */ /* diff --git a/drivers/mtd/ubispl/ubispl.c b/drivers/mtd/ubispl/ubispl.c index a81a8e715d..eeb1cbefb7 100644 --- a/drivers/mtd/ubispl/ubispl.c +++ b/drivers/mtd/ubispl/ubispl.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause /* * Copyright (c) Thomas Gleixner <tglx@linutronix.de> * * The parts taken from the kernel implementation are: * * Copyright (c) International Business Machines Corp., 2006 - * - * SPDX-License-Identifier: GPL 2.0+ BSD-3-Clause */ #include <common.h> diff --git a/drivers/mtd/ubispl/ubispl.h b/drivers/mtd/ubispl/ubispl.h index 9227881f63..9e40b46eac 100644 --- a/drivers/mtd/ubispl/ubispl.h +++ b/drivers/mtd/ubispl/ubispl.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL 2.0+ OR BSD-3-Clause */ /* * Copyright (c) Thomas Gleixner <tglx@linutronix.de> - * - * SPDX-License-Identifier: GPL 2.0+ BSD-3-Clause */ #ifndef _UBOOT_MTD_UBISPL_H |