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=-10.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED, USER_AGENT_MUTT 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 D72E5C04AB5 for ; Mon, 3 Jun 2019 18:04:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A86AF2562B for ; Mon, 3 Jun 2019 18:04:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559585079; bh=g/uNuM9/biPVdAGkv5EYmxJFzpIwBat/QPRaRNt5UnI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Og/ZpyYPp8WM93sEkb40i73/SLreIf74z/NLW4C4UCYqoo6u92DAwsASnXhVXQCbZ dAYLwWuMzKMkPxPzMnzZDgkZR/Yy9IndgyVI9RYe4XZbMYHe33pWegD2iXMGoJ699c CAjPCgQouwTavW3zapE1NqJKwcMRnZ1rWoLvnFEA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726157AbfFCSEj (ORCPT ); Mon, 3 Jun 2019 14:04:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:50890 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726055AbfFCSEj (ORCPT ); Mon, 3 Jun 2019 14:04:39 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 557CE255C4; Mon, 3 Jun 2019 18:04:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559585078; bh=g/uNuM9/biPVdAGkv5EYmxJFzpIwBat/QPRaRNt5UnI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GT6ivK5fYVhu0puK1w8Gx27NKz0Q8FZOyTSsrL2DePPtPT9WV5B0UhXePLYsf3DYY zBp2c2Ir8FBqo+gCt925AGd+aJxQWV3IYpselp0ItTbnSWrZu5ytYpU3r9nXOEhh8S sllEP+lvN72C/01dEbLosEZANK/f2+ccQ4iEM6VM= Date: Mon, 3 Jun 2019 20:04:36 +0200 From: Greg KH To: "Zavras, Alexios" Cc: Thomas Gleixner , "linux-spdx@vger.kernel.org" Subject: Re: [Batch 16 patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 242 Message-ID: <20190603180436.GB19359@kroah.com> References: <20190602204441.312079455@linutronix.de> <20190602204654.544914599@linutronix.de> <27E3B830FA35C7429A77DAEEDEB734477E3FEBAE@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27E3B830FA35C7429A77DAEEDEB734477E3FEBAE@irsmsx105.ger.corp.intel.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Mon, Jun 03, 2019 at 03:47:14PM +0000, Zavras, Alexios wrote: > > -----Original Message----- > > From: linux-spdx-owner@vger.kernel.org > > On Behalf Of Thomas Gleixner > > Sent: Monday, 3 June, 2019 07:45 > > To: linux-spdx@vger.kernel.org > > Subject: [Batch 16 patch 17/25] treewide: Replace GPLv2 > > boilerplate/reference with SPDX - rule 242 > > > > From: Thomas Gleixner tglx@linutronix.de > > > > Based on 1 normalized pattern(s): > > > > this driver is a part of the linux kernel and is thus distributed > > under the gnu general public license > > > > extracted by the scancode license scanner the SPDX license identifier > > > > GPL-2.0-only > > > > has been chosen to replace the boilerplate/reference in 1 file(s). > > > > Signed-off-by: Thomas Gleixner > > > > --- > > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux- > > spdx.git/commit/?h=batch16&id=ac18ec2c3bcd > > --- > > drivers/net/ethernet/amd/sun3lance.c | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > --- a/drivers/net/ethernet/amd/sun3lance.c > > +++ b/drivers/net/ethernet/amd/sun3lance.c > > @@ -1,9 +1,8 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > /* sun3lance.c: Ethernet driver for SUN3 Lance chip */ > > /* > > > > Sun3 Lance ethernet driver, by Sam Creasey (sammy@users.qual.net). > > - This driver is a part of the linux kernel, and is thus distributed > > - under the GNU General Public License. > > > > The values used in LANCE_OBIO and LANCE_IRQ seem to be empirically > > true for the correct IRQ and address of the lance registers. They > > > > No license version -- and not even a reference to COPYING. "a part of the linux kernel", which is GPLv2. Anyway, if people want to discuss these all individually later, that's fine with me. thanks, greg k-h