From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-eopbgr30089.outbound.protection.outlook.com ([40.107.3.89] helo=EUR03-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 1hpcMT-0004oS-2u for ptxdist@pengutronix.de; Mon, 22 Jul 2019 19:44:34 +0200 Received: from nbmx01.hytera.de (unknown [172.21.102.22]) by ibmx32.hytera.de (Postfix) with ESMTP id 87F31AD92 for ; Mon, 22 Jul 2019 19:44:26 +0200 (CEST) From: Christian Hermann Date: Mon, 22 Jul 2019 19:44:24 +0200 Message-ID: <20190722174427.28446-10-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 10/13] dosfstools: fix 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/dosfstools.make | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/dosfstools.make b/rules/dosfstools.make index eb11644f3..c728cc1d5 100644 --- a/rules/dosfstools.make +++ b/rules/dosfstools.make @@ -23,7 +23,10 @@ DOSFSTOOLS_SRC := $(DOSFSTOOLS).$(DOSFSTOOLS_SUFFIX) DOSFSTOOLS_URL := https://github.com/dosfstools/dosfstools/releases/download/v$(DOSFSTOOLS_VERSION)/$(DOSFSTOOLS_SRC) DOSFSTOOLS_SOURCE := $(SRCDIR)/$(DOSFSTOOLS_SRC) DOSFSTOOLS_DIR := $(BUILDDIR)/$(DOSFSTOOLS) -DOSFSTOOLS_LICENSE := GPL-3.0-only +DOSFSTOOLS_LICENSE := GPL-3.0-or-later +DOSFSTOOLS_LICENSE_FILES := \ + file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://src/fsck.fat.c;startline=1;endline=22;md5=3f94b53f3d7556100055c58a48937788 # ---------------------------------------------------------------------------- # Prepare (nothing to be done here) -- 2.22.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de