From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C58E5C28CC0 for ; Wed, 29 May 2019 17:39:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A650E23FEE for ; Wed, 29 May 2019 17:39:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726102AbfE2Rjh (ORCPT ); Wed, 29 May 2019 13:39:37 -0400 Received: from mail-vs1-f42.google.com ([209.85.217.42]:46141 "EHLO mail-vs1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725917AbfE2Rjh (ORCPT ); Wed, 29 May 2019 13:39:37 -0400 Received: by mail-vs1-f42.google.com with SMTP id l125so2434760vsl.13 for ; Wed, 29 May 2019 10:39:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jXMQouNBTJetQbtEJY4H9Y9rsydYfdM649NV7d0tcmk=; b=f8w9EzaaCUb/n3ChvjxbViAZdnmPZUDq2RSjxWRQRewvrnKPKo1W7FR193KJiEt8L7 16OTux9a/fDjGhJonAUtrODsImtmSIIoEF3LGCWnFUy8qazD3i1Bwww01rnbhCRMMv+w jB9xXlJPyLjlYvnk9ZY/2+4Wk65oKjPLyf4poGHlu6bl00+64YOSMINGdTHINVxdTNmE qMryO0IXipyUVWPMpKLHV/WsGuwXRJBvdOyaLwUt4Q0E5EpeYp1jKNQLj2rgjRS0j8ks BCqARSmyrQqnR6vZEJ0evpWPiMVPv8XSxf+z39nSeLK/giH26l9xUXWRGqiAJyzyJZim BsXg== X-Gm-Message-State: APjAAAXuCQSeAun2E/4WXh7QnLMGhuYT3zgwKcZb46K5NJ9rHnA+yQ31 mXkp4cR+5Cakoq7XMwitNQZM9QGdFNOKkL61vjxOArCE X-Google-Smtp-Source: APXvYqzlVFDj/08cpGFaDOcsavoGJvbeUTUiHt0brC5pEcr7ppn92TjmIMhdK6L5YPzx/Ddk+ddng+bp71V3tI2Rpgs= X-Received: by 2002:a67:f047:: with SMTP id q7mr46386275vsm.122.1559151576138; Wed, 29 May 2019 10:39:36 -0700 (PDT) MIME-Version: 1.0 References: <20190528171003.338128414@linutronix.de> <20190528171438.217958884@linutronix.de> In-Reply-To: <20190528171438.217958884@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 13:39:25 -0400 Message-ID: Subject: Re: [Batch 10 patch 02/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 202 To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Tue, May 28, 2019 at 1:17 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > the code contained herein is licensed under the gnu general public > license you may obtain a copy of the gnu general public license > version 2 at the following locations http www opensource org > licenses gpl license html http www gnu org copyleft gpl html > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 3 file(s). > > Signed-off-by: Thomas Gleixner I am inclined to disagree with the conclusion here. This seems ambiguous as to the applicable version. At least it ought to merit further discussion. Richard