From f2d0f7ce12bb6cc19cc515ee445de4e7b89683e5 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 17 Nov 2021 12:38:50 +0100 Subject: drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0 "GPL-2.0-only" was introduced in SPDX 2.0, and the old identifier "GPL-2.0" is now considered deprecated; see . Fixes: 28f4a6a4df76f0f1581d (2021-10-30, "drivers: add missing SPDX-License-Identifier") Signed-off-by: Roland Hieber Link: https://lore.barebox.org/20211117113851.2022669-2-rhi@pengutronix.de Signed-off-by: Sascha Hauer --- drivers/regulator/stm32-pwr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/regulator/stm32-pwr.c') diff --git a/drivers/regulator/stm32-pwr.c b/drivers/regulator/stm32-pwr.c index 4cb46b081a..8cb0b0c12e 100644 --- a/drivers/regulator/stm32-pwr.c +++ b/drivers/regulator/stm32-pwr.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only // Copyright (C) STMicroelectronics 2019 // Authors: Gabriel Fernandez // Pascal Paillet . -- cgit v1.2.3