From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Dec 2021 09:27:02 +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 1my8Zy-009GsG-NP for lore@lore.pengutronix.de; Fri, 17 Dec 2021 09:27:02 +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 1my8Zy-0002ql-4w; Fri, 17 Dec 2021 09:27:02 +0100 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 1my8ZT-0002qX-Vu; Fri, 17 Dec 2021 09:26:32 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1my8ZT-004zgZ-W9; Fri, 17 Dec 2021 09:26:31 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1my8ZS-00D9Wx-97; Fri, 17 Dec 2021 09:26:30 +0100 Date: Fri, 17 Dec 2021 09:26:30 +0100 From: Michael Olbrich To: Roland Hieber , ptxdist@pengutronix.de Message-ID: Mail-Followup-To: Roland Hieber , ptxdist@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: <20211205004208.2306245-4-rhi@pengutronix.de> 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 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 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 :-/ I'll take it as it is. 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 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de