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/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/regulator/core.c') diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 7eb849cd31..420f6b075f 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only /* * barebox regulator support * -- cgit v1.2.3