From: Bartosz Golaszewski Date: Thu, 4 Feb 2021 12:43:57 +0000 (+0100) Subject: gpio: uapi: use the preferred SPDX license identifier X-Git-Tag: accepted/tizen/unified/20230118.172025~7806^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50f9a6c254c60bbad4cde050dbc39b46b61f7a5d;p=platform%2Fkernel%2Flinux-rpi.git gpio: uapi: use the preferred SPDX license identifier GPL-2.0 license identifier is deprecated. User-space projects that want to include the kernel header with their source-code will be unable to become fully REUSE compliant due to the reuse tool complaining about deprecated licenses. Change the SPDX identifier to GPL-2.0-only. Signed-off-by: Bartosz Golaszewski --- diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h index 7a6f794..eaaea3d 100644 --- a/include/uapi/linux/gpio.h +++ b/include/uapi/linux/gpio.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* * - userspace ABI for the GPIO character devices *