From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 19 Dec 2021 19:50:48 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mz1Gi-00Btr9-Je for lore@lore.pengutronix.de; Sun, 19 Dec 2021 19:50:48 +0100 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 1mz1Gh-00059A-Gd; Sun, 19 Dec 2021 19:50:47 +0100 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mz1Fx-00058y-Am for ptxdist@pengutronix.de; Sun, 19 Dec 2021 19:50:01 +0100 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mz1Fx-0001aW-1o for ptxdist@pengutronix.de; Sun, 19 Dec 2021 19:50:01 +0100 Date: Sun, 19 Dec 2021 19:50:01 +0100 From: Roland Hieber To: ptxdist@pengutronix.de Message-ID: <20211219185001.6urpc5r4likmnbvy@pengutronix.de> References: <20211205004208.2306245-1-rhi@pengutronix.de> <20211205004208.2306245-4-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Subject: Re: [ptxdist] [PATCH v2 04/13] hdparm: add 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, Dec 17, 2021 at 09:26:30AM +0100, Michael Olbrich wrote: > On Sun, Dec 05, 2021 at 01:41:59AM +0100, Roland Hieber wrote: > > From: Felicitas Jung > > > > Signed-off-by: Felicitas Jung > > [rhi: use "custom" instead of "unknown"] > > Reviewed-by: Roland Hieber > > Signed-off-by: Roland Hieber > > --- > > PATCH v2: > > - use "custom" instead of "unknown", review > > > > PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de > > --- > > rules/hdparm.make | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/rules/hdparm.make b/rules/hdparm.make > > index 85c88bd73bd4..3c7daacfb432 100644 > > --- a/rules/hdparm.make > > +++ b/rules/hdparm.make > > @@ -22,6 +22,8 @@ HDPARM_SUFFIX := tar.gz > > HDPARM_URL := $(call ptx/mirror, SF, hdparm/$(HDPARM).$(HDPARM_SUFFIX)) > > HDPARM_SOURCE := $(SRCDIR)/$(HDPARM).$(HDPARM_SUFFIX) > > HDPARM_DIR := $(BUILDDIR)/$(HDPARM) > > +HDPARM_LICENSE := custom > > +HDPARM_LICENSE_FILES := file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03 > > " > The apt.c file is Copyright (c) 2009 Jan Friesse . > You may use/distribute apt.c freely, under the terms of either > (your choice) the GNU General Public License version 2, > or a BSD style license. > " > > When I first saw the 'GNU General Public License version 2' I thought we > should add a 'AND GPL-2.0-only ...' but the "a BSD style license" is pretty > vague so I think 'custom' covers that part as well :-/ Yes, I thought the same. > I'll take it as it is. Thanks. - Roland > > Michael > > > > > > > # ---------------------------------------------------------------------------- > > -- > > 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 | > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://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