Commit-ID: 8de50dc26278a05363781514beb092a366c84654 Gitweb: https://git.kernel.org/tip/8de50dc26278a05363781514beb092a366c84654 Author: Benjamin Gaignard <[email protected]> AuthorDate: Thu, 30 Nov 2017 09:45:00 +0100 Committer: Thomas Gleixner <[email protected]> CommitDate: Mon, 29 Jan 2018 16:24:53 +0100
irqchip/stm32: Fix copyright Uniformize STMicroelectronics copyrights header and add SPDX identifier CC: Maxime Coquelin <[email protected]> Signed-off-by: Benjamin Gaignard <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Alexandre TORGUE <[email protected]> Acked-by: Maxime Coquelin <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] --- 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 31ab0de..36f0fbe 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 <[email protected]> - * License terms: GNU General Public License (GPL), version 2 */ #include <linux/bitops.h>

