Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp4506212pxb; Tue, 25 Jan 2022 11:51:35 -0800 (PST) X-Google-Smtp-Source: ABdhPJz6xAO/3t5qgFb7PUnuhe3n7OfuXOe9CZfOdUcu4czDHv2xZ/veIhAGaQS4VpbN4c/bgiki X-Received: by 2002:a17:902:e810:b0:14b:2636:9ec3 with SMTP id u16-20020a170902e81000b0014b26369ec3mr17069842plg.102.1643140295791; Tue, 25 Jan 2022 11:51:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643140295; cv=none; d=google.com; s=arc-20160816; b=zi6lQ+tFlcLyaCeqsL8RB4AkTlE9awyh6E3bmSjvan3nV0DjZ7uKgkROrEfwMvvUvc +eqF4jLIqwbG7QzgG3Tk0179kDrumOT+Ec0FrIBJsMQF+6jTjmQxFAkq3vY85oPXygAM tO4+Cf5xkq6lhO7hV+xrMrIteFqxvcmVu7xMm2BPwlQpjZpDY8W//ypyLtFHVbTLwy31 QDjiPnx2UPyCk/jmM3/uMWDGXHrpJdsg2VLoe90XvYxyJFC57SLA4zNh/XW5Dc0j1a5V 8906mIYUf7wXXYoW+nr2wtKqZBiMXJ375+WfEc+SoAJgubyNtr15s0vBCr+N2aE/7hFu 4sog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=d/dGno4bPBN9XvnVNtn/suqhQpcnv267XvNiaXrWDSk=; b=O/WzH+ge7VjNbcBrxJnPfiVa5Sv3Wo/T/rj4WQmd5sJwjRJoHQlAkcovnQI5LP72Zl ShIb9XWqCxQwNmPxIHJmPDktagLryrdLEv0vaD8hdfH6MhNn1XpEDp3MaP2TB0jrT305 jRkph/bfl5oMCaB8JU0/fixoCTKfNuRJ/YlYZ8DNAxjjfRQbovC/09QX6B2QK0n33msu C6GP1eUx5gwvCi6kTCzX/xU6rnJXSaDsuULoGJeLgWvL0owlDSfL2kTRB69fpgzourHL 3WMq/9EpvKxi+MrkjxmcoGtNN2H6dIfHljhtxWZVeaegnbT09b9S8LGzG1eT5XLcm5IG nNXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 36si22954593pgl.179.2022.01.25.11.51.24; Tue, 25 Jan 2022 11:51:35 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1386555AbiAYOCb (ORCPT + 99 others); Tue, 25 Jan 2022 09:02:31 -0500 Received: from protestant.ebb.org ([50.56.179.12]:57469 "EHLO protestant.ebb.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387012AbiAYN7K (ORCPT ); Tue, 25 Jan 2022 08:59:10 -0500 X-Greylist: delayed 534 seconds by postgrey-1.27 at vger.kernel.org; Tue, 25 Jan 2022 08:59:10 EST Received: from localhost (unknown [216.161.86.19]) (Authenticated sender: bkuhn) by protestant.ebb.org (Postfix) with ESMTPSA id CC12F820C4; Tue, 25 Jan 2022 05:50:13 -0800 (PST) Date: Tue, 25 Jan 2022 05:47:39 -0800 From: "Bradley M. Kuhn" To: Christophe Leroy Cc: "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , Thomas Gleixner , "linux-spdx@vger.kernel.org" Subject: Re: [PATCH v3] powerpc: Add missing SPDX license identifiers Message-ID: References: <24829c2f-6855-c8d6-7ae4-17c5517f890d@csgroup.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Fri, Jan 21, 2022 at 03:13:50PM +0000, Christophe Leroy wrote: > > Isn't it what GPL-2.0+ means ? Greg Kroah-Hartman wrote: > Yes, but look further down, as I point out below... > > > >> include/asm/epapr_hcalls.h:/* SPDX-License-Identifier: GPL-2.0+ OR BSD */ > > >> include/asm/fsl_hcalls.h:/* SPDX-License-Identifier: GPL-2.0+ OR BSD */ > > >> include/asm/ibmebus.h:/* SPDX-License-Identifier: GPL-2.0 OR OpenIB BSD */ > > >> include/asm/sfp-machine.h:/* SPDX-License-Identifier: LGPL-2.0+ */ > > >> kvm/mpic.c:// SPDX-License-Identifier: GPL-2.0 > > >> lib/crtsavres.S:/* SPDX-License-Identifier: GPL-2.0+ */ > > >> mm/book3s64/hash_4k.c:// SPDX-License-Identifier: LGPL-2.0 > > >> mm/book3s64/hash_64k.c:// SPDX-License-Identifier: LGPL-2.0 > > >> mm/book3s64/hash_hugepage.c:// SPDX-License-Identifier: LGPL-2.1 > > >> platforms/pseries/ibmebus.c:// SPDX-License-Identifier: GPL-2.0 OR OpenIB BSD > > >> tools/head_check.sh:# SPDX-License-Identifier: GPL-2.0+ > > >> xmon/ppc.h:/* SPDX-License-Identifier: GPL-1.0+ */ If you're combining GPLv2-or-later works with LGPLv2.0/2.1 works, you'll have to normalize to some GPLv2-based license (such as GPLv2-or-later), since LGPLv2.1 requires that for combinations. You won't be able to carry along the "OR 3-Clause-BSD" part once the combination is made. Similarly true with GPLv2-or-later, but LGPL is the interesting one because it's explicit about the need to change license notices to GPL notices when you combine. -- bkuhn