From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-eopbgr50088.outbound.protection.outlook.com ([40.107.5.88] 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-0004oA-PW 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 AAA35AD92 for ; Mon, 22 Jul 2019 19:44:24 +0200 (CEST) From: Christian Hermann Date: Mon, 22 Jul 2019 19:44:17 +0200 Message-ID: <20190722174427.28446-3-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 03/13] procps: fix 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 All *.c files contain the "or (at your option) any later version" clause of the GPL-2.0 or the LGPL-2.1 dedication in their header. Signed-off-by: Christian Hermann --- rules/procps.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/procps.make b/rules/procps.make index 8d19e7b4a..9a042900d 100644 --- a/rules/procps.make +++ b/rules/procps.make @@ -24,7 +24,7 @@ PROCPS_SUFFIX := tar.xz PROCPS_URL := $(call ptx/mirror, SF, procps-ng/Production/$(PROCPS).$(PROCPS_SUFFIX)) PROCPS_SOURCE := $(SRCDIR)/$(PROCPS).$(PROCPS_SUFFIX) PROCPS_DIR := $(BUILDDIR)/$(PROCPS) -PROCPS_LICENSE := GPL-2.0-only AND LGPL-2.0-only +PROCPS_LICENSE := GPL-2.0-or-later AND LGPL-2.1-or-later PROCPS_LICENSE_FILES := \ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.LIB;md5=4cf66a4984120007c9881cc871cf49db -- 2.22.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de