From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.lab.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iNuAZ-0005e7-NY for ptxdist@pengutronix.de; Fri, 25 Oct 2019 09:37:59 +0200 Received: from mol by dude02.lab.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1iNuAZ-0003cv-FP for ptxdist@pengutronix.de; Fri, 25 Oct 2019 09:37:59 +0200 Date: Fri, 25 Oct 2019 09:37:59 +0200 From: Michael Olbrich Message-ID: <20191025073759.GE30823@pengutronix.de> References: <20191009143429.16809-1-h.feurstein@gmail.com> <20191015101435.zqcqznynsv3wdb26@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191015101435.zqcqznynsv3wdb26@pengutronix.de> Subject: Re: [ptxdist] [PATCH 1/3] wget: add license identifier List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 > > --- > > 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 > . > > Reviewed-by: Roland Hieber 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 ptxdist@pengutronix.de