From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 24 Nov 2023 08:28:43 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1r6QcE-0077Qa-2L for lore@lore.pengutronix.de; Fri, 24 Nov 2023 08:28:43 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1r6QcF-00075v-0L; Fri, 24 Nov 2023 08:28:43 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r6Qbn-0006d6-5q; Fri, 24 Nov 2023 08:28:15 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r6Qbm-00BDRF-Pc; Fri, 24 Nov 2023 08:28:14 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1r6Qbm-007zZ4-2F; Fri, 24 Nov 2023 08:28:14 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 24 Nov 2023 08:28:14 +0100 Message-Id: <20231124072814.1904893-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231114114807.23620-2-bruno.thomsen@gmail.com> References: <20231114114807.23620-2-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] grep: 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 Cc: Bruno Thomsen 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as fbe39b9b7d1a2fb941178577019134584c1d9f95. Michael [sent from post-receive hook] On Fri, 24 Nov 2023 08:28:14 +0100, Bruno Thomsen wrote: > Add license information based on COPYING and web page, including > license file and hash. > > Licensing from web page[1]: > > Grep 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 3 of the License, or (at your option) any later > version. > > [1] https://www.gnu.org/software/grep/ > > Signed-off-by: Bruno Thomsen > Message-Id: <20231114114807.23620-2-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/grep.make b/rules/grep.make > index 7c6280a33368..a1dc4eb716a2 100644 > --- a/rules/grep.make > +++ b/rules/grep.make > @@ -15,13 +15,16 @@ PACKAGES-$(PTXCONF_GREP) += grep > # > # Paths and names > # > -GREP_VERSION := 3.8 > -GREP_MD5 := dc6e4d18d4659e6e7552fc4a183c8ac9 > -GREP := grep-$(GREP_VERSION) > -GREP_SUFFIX := tar.xz > -GREP_URL := $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX)) > -GREP_SOURCE := $(SRCDIR)/$(GREP).$(GREP_SUFFIX) > -GREP_DIR := $(BUILDDIR)/$(GREP) > +GREP_VERSION := 3.8 > +GREP_MD5 := dc6e4d18d4659e6e7552fc4a183c8ac9 > +GREP := grep-$(GREP_VERSION) > +GREP_SUFFIX := tar.xz > +GREP_URL := $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX)) > +GREP_SOURCE := $(SRCDIR)/$(GREP).$(GREP_SUFFIX) > +GREP_DIR := $(BUILDDIR)/$(GREP) > +GREP_LICENSE := GPL-3.0-or-later > +GREP_LICENSE_FILES := \ > + file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 > > # ---------------------------------------------------------------------------- > # Prepare