Skip to content

Commit 50f9a6c

Browse files
committed
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 <[email protected]>
1 parent 6e551bf commit 50f9a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1+
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
22
/*
33
* <linux/gpio.h> - userspace ABI for the GPIO character devices
44
*

0 commit comments

Comments
 (0)