From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-eopbgr00054.outbound.protection.outlook.com ([40.107.0.54] helo=EUR02-AM5-obe.outbound.protection.outlook.com) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1hpcMR-0004o9-P4 for ptxdist@pengutronix.de; Mon, 22 Jul 2019 19:44:32 +0200 Received: from nbmx01.hytera.de (unknown [172.21.102.22]) by ibmx32.hytera.de (Postfix) with ESMTP id 74E07AD91 for ; Mon, 22 Jul 2019 19:44:24 +0200 (CEST) From: Christian Hermann Date: Mon, 22 Jul 2019 19:44:16 +0200 Message-ID: <20190722174427.28446-2-christian.hermann@hytera.de> In-Reply-To: <20190722174427.28446-1-christian.hermann@hytera.de> References: <20190722174427.28446-1-christian.hermann@hytera.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2 02/13] portmap: add license identifiers 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 Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Christian Hermann --- rules/portmap.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/portmap.make b/rules/portmap.make index bece1ea81..c09854a3b 100644 --- a/rules/portmap.make +++ b/rules/portmap.make @@ -23,6 +23,10 @@ PORTMAP_SUFFIX := tgz PORTMAP_URL := http://fossies.org/linux/misc/old/portmap-$(PORTMAP_VERSION).$(PORTMAP_SUFFIX) PORTMAP_SOURCE := $(SRCDIR)/portmap-$(PORTMAP_VERSION).$(PORTMAP_SUFFIX) PORTMAP_DIR := $(BUILDDIR)/$(PORTMAP) +PORTMAP_LICENSE := BSD-4-Clause-UC AND unknown +PORTMAP_LICENSE_FILES := \ + file://portmap.c;startline=1;endline=32;md5=eab9bc1a44f8936c130f91f7a079ff54 \ + file://portmap.c;startline=45;endline=77;md5=031846750f4058d98079ec93d1a46d8b # ---------------------------------------------------------------------------- # Compile -- 2.22.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de