From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1iHvgC-0007DW-6r for ptxdist@pengutronix.de; Tue, 08 Oct 2019 22:01:56 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id B6C004F4342C for ; Tue, 8 Oct 2019 22:01:55 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n-JStBTlitHX for ; Tue, 8 Oct 2019 22:01:55 +0200 (CEST) Received: from ws-apr-old.office.loc (ipbcc2a62d.dynamic.kabel-deutschland.de [188.194.166.45]) by mail.mars-solutions.de (Postfix) with ESMTPA id 8E8E04F4342C for ; Tue, 8 Oct 2019 22:01:55 +0200 (CEST) From: Andreas Pretzsch Date: Tue, 8 Oct 2019 22:01:50 +0200 Message-Id: <1570564910-29185-3-git-send-email-apr@cn-eng.de> In-Reply-To: <1570564910-29185-1-git-send-email-apr@cn-eng.de> References: <1570564910-29185-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH 2/2] libnl3: fix license identifier (GPL-2.0-only -> LGPL-2.1-only) List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de One of the changes 3.4.0 -> 3.5.0 was to add SPDX tags all across the source files. They are now tagged as LGPL-2.1-only. The lib code itself had written LGPL-2.1-only headers already, as did most of the commandline tools (src/nf-* and src/nl-*). Very few of the cli tools have written GPL-2.0-only headers even now, but the LGPL-2.1-only SPDX tag was added there also. But given the use of those cli tools, and the meaning of LGPL for regular executables, they are probably fine as LGPL, too. For details, see https://github.com/thom311/libnl/pull/219 It was accepted mainline as commit cee0b1b 'Add SPDX identifiers'. Therefore update the license tag in the rule to follow mainline. Signed-off-by: Andreas Pretzsch --- rules/libnl3.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libnl3.make b/rules/libnl3.make index 153c7b80e..5b3af0065 100644 --- a/rules/libnl3.make +++ b/rules/libnl3.make @@ -22,7 +22,7 @@ LIBNL3_SUFFIX := tar.gz LIBNL3_URL := https://github.com/thom311/libnl/releases/download/$(LIBNL3_RELEASE)/$(LIBNL3).$(LIBNL3_SUFFIX) LIBNL3_SOURCE := $(SRCDIR)/$(LIBNL3).$(LIBNL3_SUFFIX) LIBNL3_DIR := $(BUILDDIR)/$(LIBNL3) -LIBNL3_LICENSE := GPL-2.0-only +LIBNL3_LICENSE := LGPL-2.1-only # # autoconf -- 2.19.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de