linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: uapi: use the preferred SPDX license identifier
@ 2021-02-04 12:43 Bartosz Golaszewski
  2021-02-04 13:47 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2021-02-04 12:43 UTC (permalink / raw)
  To: Kent Gibson, Linus Walleij, Greg Kroah-Hartman
  Cc: linux-gpio, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

GPL-2.0 license identifier is deprecated, let's use the preferred
identifier: GPL-2.0-only.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
Hi Kent, Greg,

I started working on making libgpiod licensing reuse-compliant and noticed
that the reuse-tool is telling me that the GPL-2.0 SPDX identifier in the
GPIO uapi header is deprecated. Since I'm required to copy the header
verbatim into libgpiod's repository, I think we need to fix that at source
first.

 include/uapi/linux/gpio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h
index e4eb0b8c5cf9..3e01ededbf36 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 */
 /*
  * <linux/gpio.h> - userspace ABI for the GPIO character devices
  *
-- 
2.29.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-02-10 13:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 12:43 [PATCH] gpio: uapi: use the preferred SPDX license identifier Bartosz Golaszewski
2021-02-04 13:47 ` Greg Kroah-Hartman
2021-02-04 14:15   ` Bartosz Golaszewski
2021-02-04 14:35     ` Greg Kroah-Hartman
2021-02-04 15:17       ` Bartosz Golaszewski
2021-02-04 15:28         ` Greg Kroah-Hartman
2021-02-10 13:05           ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).