From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 08 Oct 2021 16:26:59 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYqpv-0002lX-9H for lore@lore.pengutronix.de; Fri, 08 Oct 2021 16:26:59 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYqpu-0003KM-Mw; Fri, 08 Oct 2021 16:26:58 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYqpL-0003KA-Iq for ptxdist@pengutronix.de; Fri, 08 Oct 2021 16:26:23 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYqpL-00074D-1u for ptxdist@pengutronix.de; Fri, 08 Oct 2021 16:26:23 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mYqpK-00Av45-VB for ptxdist@pengutronix.de; Fri, 08 Oct 2021 16:26:23 +0200 Date: Fri, 8 Oct 2021 16:26:22 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Message-ID: <20211008142622.GB2239952@pengutronix.de> Mail-Followup-To: ptxdist@pengutronix.de References: <20211005145752.23679-1-ada@thorsis.com> <20211005145752.23679-2-ada@thorsis.com> <20211008132504.GA2239952@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH 1/2] dfu-util: Fix license information X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list 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 Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Fri, Oct 08, 2021 at 03:29:59PM +0200, Alexander Dahl wrote: > Hello Michael, > > Am Fri, Oct 08, 2021 at 03:25:04PM +0200 schrieb Michael Olbrich: > > On Tue, Oct 05, 2021 at 04:57:51PM +0200, Alexander Dahl wrote: > > > dfu-util started with the following headers stating GPL-2.0-or-later in > > > 2007 already, and never changed that: > > > > > > * This program is free software; you can redistribute it and/or modify > > > * it under the terms of the GNU General Public License as published by > > > * the Free Software Foundation; either version 2 of the License, or > > > * (at your option) any later version. > > > > > > buildroot and Debian come to the same conclusion. That was probably > > > attributed wrong in ptxdist back in 2010 (and converted twice later). > > > > ack. > > > > > The script 'dfuse-pack.py' was introduced with v0.8 as LGPL-3.0-only. > > > > But we're not actually distributing this file, so it shouldn't be listed > > here. > > Okay, so I guess DFU_UTIL_LICENSE_FILES is fine with COPYING only? Yes. > I would add a comment on dfuse-pack.py then. Sounds good. Michael > > > Fixes: 01006cfdfeda ("[dfu-utils] version bump to first release 0.1") > > > Fixes: e4fbf806e48a ("dfu-util: version bump 0.7 -> 0.9") > > > Signed-off-by: Alexander Dahl > > > --- > > > rules/dfu-util.make | 5 ++++- > > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > > > diff --git a/rules/dfu-util.make b/rules/dfu-util.make > > > index 277462e55..89c97d030 100644 > > > --- a/rules/dfu-util.make > > > +++ b/rules/dfu-util.make > > > @@ -21,7 +21,10 @@ DFU_UTIL_SUFFIX := tar.gz > > > DFU_UTIL_URL := http://dfu-util.sourceforge.net/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX) > > > DFU_UTIL_SOURCE := $(SRCDIR)/$(DFU_UTIL).$(DFU_UTIL_SUFFIX) > > > DFU_UTIL_DIR := $(BUILDDIR)/$(DFU_UTIL) > > > -DFU_UTIL_LICENSE := GPL-2.0-only > > > +DFU_UTIL_LICENSE := GPL-2.0-or-later and LGPL-3.0-only > > > +DFU_UTIL_LICENSE_FILES := \ > > > + file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ > > > + file://dfuse-pack.py;startline=3;endline=5;md5=bae9752b1c5f210bb170d5ca7222763e > > > > > > # ---------------------------------------------------------------------------- > > > # Prepare > > > -- > > > 2.30.2 > > > > > > > > > _______________________________________________ > > > ptxdist mailing list > > > ptxdist@pengutronix.de > > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > > > > > > -- > > Pengutronix e.K. | | > > Steuerwalder Str. 21 | http://www.pengutronix.de/ | > > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > > > > _______________________________________________ > > ptxdist mailing list > > ptxdist@pengutronix.de > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de