Messages in this thread Patch in this message |  | | From | Benjamin Gaignard <> | Subject | [PATCH v2] irqchip: stm32: Fix copyright | Date | Thu, 30 Nov 2017 09:45:00 +0100 |
| |
Uniformize STMicroelectronics copyrights header Add SPDX identifier
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com> CC: Maxime Coquelin <mcoquelin.stm32@gmail.com> --- drivers/irqchip/irq-stm32-exti.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-stm32-exti.c b/drivers/irqchip/irq-stm32-exti.c index 31ab0dee2ce7..36f0fbe36c35 100644 --- a/drivers/irqchip/irq-stm32-exti.c +++ b/drivers/irqchip/irq-stm32-exti.c @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) Maxime Coquelin 2015 + * Copyright (C) STMicroelectronics 2017 * Author: Maxime Coquelin <mcoquelin.stm32@gmail.com> - * License terms: GNU General Public License (GPL), version 2 */ #include <linux/bitops.h> -- 2.15.0
|  |