mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libgpiod: fix license
@ 2024-09-19 10:01 Markus Heidelberg
  0 siblings, 0 replies; only message in thread
From: Markus Heidelberg @ 2024-09-19 10:01 UTC (permalink / raw)
  To: ptxdist; +Cc: Markus Heidelberg

All SPDX license identifiers in source files declare LGPL-2.1-or-later.

Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
---
 rules/libgpiod.make | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rules/libgpiod.make b/rules/libgpiod.make
index 7a05d1fd1..937057cd7 100644
--- a/rules/libgpiod.make
+++ b/rules/libgpiod.make
@@ -21,8 +21,10 @@ LIBGPIOD_SUFFIX		:= tar.gz
 LIBGPIOD_URL		:= https://www.kernel.org/pub/software/libs/libgpiod/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
 LIBGPIOD_SOURCE		:= $(SRCDIR)/$(LIBGPIOD).$(LIBGPIOD_SUFFIX)
 LIBGPIOD_DIR		:= $(BUILDDIR)/$(LIBGPIOD)
-LIBGPIOD_LICENSE	:= LGPL-2.1-only
-LIBGPIOD_LICENSE_FILES	:= file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de
+LIBGPIOD_LICENSE	:= LGPL-2.1-or-later
+LIBGPIOD_LICENSE_FILES	:= \
+	file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de \
+	file://lib/core.c;startline=1;endline=6;md5=d5b8d8a364ceff5e7c59b0638f54028c
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.43.0





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-19 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-19 10:01 [ptxdist] [PATCH] libgpiod: fix license Markus Heidelberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox