From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-eopbgr50071.outbound.protection.outlook.com ([40.107.5.71] helo=EUR03-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 1hpcMR-0004oB-PB for ptxdist@pengutronix.de; Mon, 22 Jul 2019 19:44:35 +0200 Received: from nbmx01.hytera.de (unknown [172.21.102.22]) by ibmx32.hytera.de (Postfix) with ESMTP id 06992AD93 for ; Mon, 22 Jul 2019 19:44:25 +0200 (CEST) From: Christian Hermann Date: Mon, 22 Jul 2019 19:44:18 +0200 Message-ID: <20190722174427.28446-4-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 04/13] bash: 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 All *.c files contain the "or (at your option) any later version" clause of the GPL-3.0 dedication in their header. Signed-off-by: Christian Hermann --- rules/bash.make | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/bash.make b/rules/bash.make index d128a5ab7..bed121586 100644 --- a/rules/bash.make +++ b/rules/bash.make @@ -21,7 +21,10 @@ BASH_URL := $(call ptx/mirror, GNU, bash/$(BASH).$(BASH_SUFFIX)) BASH_SOURCE := $(SRCDIR)/$(BASH).$(BASH_SUFFIX) BASH_DIR := $(BUILDDIR)/$(BASH) BASH_MAKE_PAR := NO -BASH_LICENSE := GPL-3.0-only +BASH_LICENSE := GPL-3.0-or-later +BASH_LICENSE_FILES := \ + file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://general.c;startline=1;endline=19;md5=c018785d21f8c206ca7a13fa7d027568 # ---------------------------------------------------------------------------- # Prepare -- 2.22.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de