From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 05 Dec 2021 01:42:49 +0100 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 1mtfc9-0006re-7S for lore@lore.pengutronix.de; Sun, 05 Dec 2021 01:42:49 +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 1mtfc8-0003wn-1s; Sun, 05 Dec 2021 01:42:48 +0100 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtfbW-00035g-It; Sun, 05 Dec 2021 01:42:10 +0100 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1mtfbV-009fzV-P5; Sun, 05 Dec 2021 01:42:09 +0100 From: Roland Hieber To: ptxdist@pengutronix.de Date: Sun, 5 Dec 2021 01:42:03 +0100 Message-Id: <20211205004208.2306245-8-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211205004208.2306245-1-rhi@pengutronix.de> References: <20211205004208.2306245-1-rhi@pengutronix.de> MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Subject: [ptxdist] [PATCH v2 08/13] lsof: 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: Felicitas Jung , Roland Hieber 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 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" - rebase to current master, review and update MD5 sums PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de --- rules/lsof.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/lsof.make b/rules/lsof.make index dacbbf2ce858..cd933679f9a0 100644 --- a/rules/lsof.make +++ b/rules/lsof.make @@ -22,6 +22,8 @@ LSOF_TARBALL := lsof_$(LSOF_VERSION).orig.$(LSOF_SUFFIX) LSOF_URL := https://snapshot.debian.org/archive/debian/20190908T172415Z/pool/main/l/lsof/$(LSOF_TARBALL) LSOF_SOURCE := $(SRCDIR)/$(LSOF_TARBALL) LSOF_DIR := $(BUILDDIR)/$(LSOF) +LSOF_LICENSE := custom +LSOF_LICENSE_FILES := file://00README;startline=645;endline=676;md5=3161a245910921b0f58644299e268d39 # ---------------------------------------------------------------------------- # Prepare -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de