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 EA874C04AB5 for ; Mon, 3 Jun 2019 18:03:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C20902567B for ; Mon, 3 Jun 2019 18:03:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559585032; bh=Ljo4UFTUEjd5/Iz6Y0SJCWFEzyO2x+WiOFSY4XcFEc0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=CUSGl27oqEPJyPnIgsCD2m5VnIHGMOmuwo0E6blRxjfatTEi0uQDo6yf3kS2IaI8G 6rK6fWvmQceTX1gRyc+5n+zJoXF8Q46Kt2q/3Ftg1wzxNec6pyHWfmEakNmZdbdETq ywQncyQyWZB3lrvsB3sYL812Ryz8QjW+zscNWQkw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726343AbfFCSDw (ORCPT ); Mon, 3 Jun 2019 14:03:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:50430 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726055AbfFCSDw (ORCPT ); Mon, 3 Jun 2019 14:03:52 -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 6DDFB255C4; Mon, 3 Jun 2019 18:03:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559585031; bh=Ljo4UFTUEjd5/Iz6Y0SJCWFEzyO2x+WiOFSY4XcFEc0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V8cYWJDS4UWA+QfHrwsa9SL8S6NL+gvGHGqhgxTiaEllAybgl2ghDRFyMX6z2CGkY JYKOxHcGoT1ypYIwsCm5eK4rudRJGHSwXHir0ubI/8akBP78EOd4FSTVMULvQ0W/bb CczD1yTtx8bCjkDkoCTCBWwTWTQohpX7PP7xvpbI= Date: Mon, 3 Jun 2019 20:03:49 +0200 From: Greg KH To: "Zavras, Alexios" Cc: Thomas Gleixner , "linux-spdx@vger.kernel.org" Subject: Re: [Batch 16 patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 249 Message-ID: <20190603180349.GA19359@kroah.com> References: <20190602204441.312079455@linutronix.de> <20190602204655.193235946@linutronix.de> <27E3B830FA35C7429A77DAEEDEB734477E3FEC3B@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27E3B830FA35C7429A77DAEEDEB734477E3FEC3B@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:58:27PM +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 24/25] treewide: Replace GPLv2 > > boilerplate/reference with SPDX - rule 249 > > > > From: Thomas Gleixner tglx@linutronix.de > > > > Based on 1 normalized pattern(s): > > > > as all part of the linux kernel this file is gpl > > > > extracted by the scancode license scanner the SPDX license identifier > > > > GPL-2.0-only > > > > has been chosen to replace the boilerplate/reference in 4 file(s). > > > > Signed-off-by: Thomas Gleixner > > > > --- > > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux- > > spdx.git/commit/?h=batch16&id=0ee0dedd4f02 > > --- > > net/wireless/wext-core.c | 3 +-- > > net/wireless/wext-priv.c | 3 +-- > > net/wireless/wext-proc.c | 3 +-- > > net/wireless/wext-spy.c | 3 +-- > > 4 files changed, 4 insertions(+), 8 deletions(-) > > > > --- a/net/wireless/wext-core.c > > +++ b/net/wireless/wext-core.c > > @@ -1,11 +1,10 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > /* > > * This file implement the Wireless Extensions core API. > > * > > * Authors : Jean Tourrilhes - HPL - > > * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved. > > * Copyright 2009 Johannes Berg > > - * > > - * (As all part of the Linux kernel, this file is GPL) > > */ > > #include > > #include > > No license version specified and not even a reference to COPYING. The Linux kernel is GPLv2 only, so I would agree with this identifier change. thanks, greg k-h