From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-eopbgr20073.outbound.protection.outlook.com ([40.107.2.73] helo=EUR02-VE1-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 1hoRpv-00046f-Rj for ptxdist@pengutronix.de; Fri, 19 Jul 2019 14:18:09 +0200 Received: from nbmx01.hytera.de (unknown [172.21.102.22]) by ibmx32.hytera.de (Postfix) with ESMTP id 2BC7311472 for ; Fri, 19 Jul 2019 14:17:52 +0200 (CEST) From: Christian Hermann Date: Fri, 19 Jul 2019 14:17:52 +0200 Message-ID: <20190719121803.28963-2-christian.hermann@hytera.de> In-Reply-To: <20190719121803.28963-1-christian.hermann@hytera.de> References: <20190719121803.28963-1-christian.hermann@hytera.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 02/13] portmap: add license identifier 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/portmap.make b/rules/portmap.make index bece1ea81..600a860b8 100644 --- a/rules/portmap.make +++ b/rules/portmap.make @@ -23,6 +23,8 @@ 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 +PORTMAP_LICENSE_FILES := file://portmap.c;startline=1;endline=32;md5=3758c3c0222f2b08b0f4952dc734e071 # ---------------------------------------------------------------------------- # Compile -- 2.22.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de