From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 20 Oct 2021 11:43:40 +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 1md88K-0007Bh-7X for lore@lore.pengutronix.de; Wed, 20 Oct 2021 11:43:40 +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 1md88J-0003MO-Sl; Wed, 20 Oct 2021 11:43:39 +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 1md84e-0007X1-0u; Wed, 20 Oct 2021 11:39:52 +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 1md84d-0005Vu-Eq; Wed, 20 Oct 2021 11:39:51 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1md84d-00GVoo-Bx; Wed, 20 Oct 2021 11:39:51 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 20 Oct 2021 11:39:51 +0200 Message-Id: <20211020093951.3935512-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211011075112.28107-2-ada@thorsis.com> References: <20211011075112.28107-2-ada@thorsis.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] 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 Cc: Alexander Dahl 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 Thanks, applied as 3c6c618533a30e262170ae1977cf8b5c6207d309. Michael [sent from post-receive hook] On Wed, 20 Oct 2021 11:39:51 +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). > > Fixes: 01006cfdfeda ("[dfu-utils] version bump to first release 0.1") > Signed-off-by: Alexander Dahl > Message-Id: <20211011075112.28107-2-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/dfu-util.make b/rules/dfu-util.make > index 277462e55fb8..dc3ca7595462 100644 > --- a/rules/dfu-util.make > +++ b/rules/dfu-util.make > @@ -21,7 +21,9 @@ 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 > +DFU_UTIL_LICENSE_FILES := file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f > +# The file 'dfuse-pack.py' has different license, but is not copied to target > > # ---------------------------------------------------------------------------- > # Prepare _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de