On Sun, Dec 05, 2021 at 01:41:59AM +0100, Roland Hieber wrote: > From: Felicitas Jung <[email protected]> > > Signed-off-by: Felicitas Jung <[email protected]> > [rhi: use "custom" instead of "unknown"] > Reviewed-by: Roland Hieber <[email protected]> > Signed-off-by: Roland Hieber <[email protected]> > --- > PATCH v2: > - use "custom" instead of "unknown", review > > PULL v1: > https://lore.ptxdist.org/ptxdist/[email protected] > --- > 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 <[email protected]>. 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 > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
