summaryrefslogtreecommitdiffstats
path: root/drivers/amba
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-11-17 12:38:50 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-22 09:53:31 +0100
commitf2d0f7ce12bb6cc19cc515ee445de4e7b89683e5 (patch)
tree40cefce0b9962704d77cb809b06a2bbfad7af8e6 /drivers/amba
parent4cca29fcf6c92703b50f7883f0318faa87352d69 (diff)
downloadbarebox-f2d0f7ce12bb6cc19cc515ee445de4e7b89683e5.tar.gz
barebox-f2d0f7ce12bb6cc19cc515ee445de4e7b89683e5.tar.xz
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 <https://spdx.org/licenses>. Fixes: 28f4a6a4df76f0f1581d (2021-10-30, "drivers: add missing SPDX-License-Identifier") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.barebox.org/20211117113851.2022669-2-rhi@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/amba')
-rw-r--r--drivers/amba/Kconfig2
-rw-r--r--drivers/amba/Makefile2
-rw-r--r--drivers/amba/bus.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig
index 57f72e4e68..444d4ce743 100644
--- a/drivers/amba/Kconfig
+++ b/drivers/amba/Kconfig
@@ -1,3 +1,3 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: GPL-2.0-only
config ARM_AMBA
bool
diff --git a/drivers/amba/Makefile b/drivers/amba/Makefile
index 24e487624b..28a8dd76cf 100644
--- a/drivers/amba/Makefile
+++ b/drivers/amba/Makefile
@@ -1,3 +1,3 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: GPL-2.0-only
obj-y += bus.o
diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c
index aec66fd660..571aa0e8bf 100644
--- a/drivers/amba/bus.c
+++ b/drivers/amba/bus.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2003 Deep Blue Solutions Ltd, All Rights Reserved.
* Copyright (c) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>