diff options
Diffstat (limited to 'include/stm32_rcc.h')
-rw-r--r-- | include/stm32_rcc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stm32_rcc.h b/include/stm32_rcc.h index 484bc305f9..748c2ebd0c 100644 --- a/include/stm32_rcc.h +++ b/include/stm32_rcc.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) STMicroelectronics SA 2017 * Author(s): Patrice CHOTARD, <patrice.chotard@st.com> for STMicroelectronics. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __STM32_RCC_H_ |