diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/api_public.h | 3 | ||||
-rw-r--r-- | include/configs/stm32mp1.h | 3 | ||||
-rw-r--r-- | include/miiphy.h | 3 | ||||
-rw-r--r-- | include/power/stpmu1.h | 3 | ||||
-rw-r--r-- | include/ubispl.h | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/include/api_public.h b/include/api_public.h index f5c89f3f13..def103ce22 100644 --- a/include/api_public.h +++ b/include/api_public.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */ /* * (C) Copyright 2007-2008 Semihalf * * Written by: Rafal Jaworowski <raj@semihalf.com> - * - * SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause */ #ifndef _API_PUBLIC_H_ diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index b2b654ca7a..aea0d9855b 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */ /* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved * * Configuration settings for the STM32MP15x CPU - * - * SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause */ #ifndef __CONFIG_H diff --git a/include/miiphy.h b/include/miiphy.h index fe8928a3a9..2da28e311a 100644 --- a/include/miiphy.h +++ b/include/miiphy.h @@ -1,6 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 OR IBM-pibs */ /* - * SPDX-License-Identifier: GPL-2.0 IBM-pibs - * * Additions (C) Copyright 2009 Industrie Dial Face S.p.A. */ /*----------------------------------------------------------------------------+ diff --git a/include/power/stpmu1.h b/include/power/stpmu1.h index 697e245b56..61c58f3b70 100644 --- a/include/power/stpmu1.h +++ b/include/power/stpmu1.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */ /* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved - * - * SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause */ #ifndef __PMIC_STPMU1_H_ diff --git a/include/ubispl.h b/include/ubispl.h index 944653ed5a..1e5da94eb1 100644 --- a/include/ubispl.h +++ b/include/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_UBISPL_H #define __UBOOT_UBISPL_H |