On Thu, Sep 19, 2024 at 12:01:26PM +0200, Markus Heidelberg wrote: > All SPDX license identifiers in source files declare LGPL-2.1-or-later. > > Signed-off-by: Markus Heidelberg <[email protected]> > ---
Reviewed-by: Roland Hieber <[email protected]> > 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 > > > > -- Roland Hieber, Pengutronix e.K. | [email protected] | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
