From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-eopbgr140077.outbound.protection.outlook.com ([40.107.14.77] helo=EUR01-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 1hoRpz-00047b-IT for ptxdist@pengutronix.de; Fri, 19 Jul 2019 14:18:11 +0200 Received: from nbmx01.hytera.de (unknown [172.21.102.22]) by ibmx32.hytera.de (Postfix) with ESMTP id A5D0B1146B for ; Fri, 19 Jul 2019 14:17:55 +0200 (CEST) From: Christian Hermann Date: Fri, 19 Jul 2019 14:18:00 +0200 Message-ID: <20190719121803.28963-10-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 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/dosfstools.make b/rules/dosfstools.make index eb11644f3..b1ac565fe 100644 --- a/rules/dosfstools.make +++ b/rules/dosfstools.make @@ -23,7 +23,7 @@ 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 # ---------------------------------------------------------------------------- # Prepare (nothing to be done here) -- 2.22.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de