From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Tue, 15 Oct 2019 12:14:35 +0200 From: Roland Hieber Message-ID: <20191015101435.zqcqznynsv3wdb26@pengutronix.de> References: <20191009143429.16809-1-h.feurstein@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191009143429.16809-1-h.feurstein@gmail.com> 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: Hubert Feurstein Cc: ptxdist@pengutronix.de 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 -- Roland Hieber | r.hieber@pengutronix.de | Pengutronix e.K. | https://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de