On Tue, Oct 15, 2019 at 12:14:35PM +0200, Roland Hieber wrote: > On Wed, Oct 09, 2019 at 04:34:27PM +0200, Hubert Feurstein wrote: > > Signed-off-by: Hubert Feurstein <[email protected]> > > --- > > rules/wget.make | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/rules/wget.make b/rules/wget.make > > index 1ec6d8c42..cf1a2340f 100644 > > --- a/rules/wget.make > > +++ b/rules/wget.make > > @@ -21,6 +21,10 @@ WGET_SUFFIX := tar.gz > > WGET_URL := $(call ptx/mirror, GNU, wget/$(WGET).$(WGET_SUFFIX)) > > WGET_SOURCE := $(SRCDIR)/$(WGET).$(WGET_SUFFIX) > > WGET_DIR := $(BUILDDIR)/$(WGET) > > +WGET_LICENSE := GPL-3.0-or-later > > +WGET_LICENSE_FILES := \ > > + file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \ > > + > > file://src/main.c;startline=1;endline=28;md5=7b27873e910933ba54fa16589c4b8eed > > src/*.c also mentions a linking exceptions for OpenSSL, but we currently > cannot express that in SPDX syntax... So I guess it's as correct as we > can currently be. For further reference, I have opened the discussion at > <https://github.com/spdx/license-list-XML/issues/939>. > > Reviewed-by: Roland Hieber <[email protected]>
Right. The text from main.c does include the exception, so I think this will do for now. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
