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=-5.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 2835BC7618B for ; Thu, 25 Jul 2019 10:21:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2E922190F for ; Thu, 25 Jul 2019 10:21:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564050119; bh=A0WahpBrMhv/2QPzLBx6EFgeCdfw9G0QZeJ5evJQciA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=kv5wy1md2qGBSqY0RwXxFh4N7ETHWq63jMPkoMs0qXBDrIN2HyUVmbaaAlKXG3qvQ M5X4V0O3tgHJuM9K8rNiLGIr3STWWL1Jo7D4nRQX/HSqTaGCLRbBsWvR0UGIdOXQk0 xWdVHdpIdLIkO30EbKpdoeWEYmIO2P4+zvmStb8s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727830AbfGYKV6 (ORCPT ); Thu, 25 Jul 2019 06:21:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:46744 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726441AbfGYKV6 (ORCPT ); Thu, 25 Jul 2019 06:21:58 -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 E3C9D218DA; Thu, 25 Jul 2019 10:21:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564050117; bh=A0WahpBrMhv/2QPzLBx6EFgeCdfw9G0QZeJ5evJQciA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1ejS37UFdCPZuhX6R5x7nVJu2hy4BlQpEbhXpB4MOvi0LYktj73QIFXuUAyb80sX6 3VcRo4DlY7RbCK8YlkzrhWHaI2qWhqCqGsw6A1o/VbhN6kjOqCOG9468xonT4rxN40 M1DQuvUaRdNgV/1NhE2aW4rax+OAXG525R/5gbAY= Date: Thu, 25 Jul 2019 12:21:54 +0200 From: Greg KH To: Matthias Maennich Cc: linux-kernel@vger.kernel.org, linux-spdx@vger.kernel.org, Elena Reshetova , Julia Lawall , Gilles Muller , Nicolas Palix , Michal Marek , cocci@systeme.lip6.fr Subject: Re: [PATCH] coccinelle: api/atomic_as_refcounter: add SPDX License Identifier Message-ID: <20190725102154.GA23194@kroah.com> References: <20190725101705.179924-1-maennich@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190725101705.179924-1-maennich@google.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Thu, Jul 25, 2019 at 11:17:04AM +0100, Matthias Maennich wrote: > Add the missing GPLv2 SPDX license identifier. > > It appears this single file was missing from 7f904d7e1f3e ("treewide: > Replace GPLv2 boilerplate/reference with SPDX - rule 505"), which > addressed all other files in scripts/coccinelle. Hence I added > GPL-2.0-only consitently with the mentioned patch. > > Cc: linux-spdx@vger.kernel.org > Cc: Elena Reshetova > Signed-off-by: Matthias Maennich > --- > scripts/coccinelle/api/atomic_as_refcounter.cocci | 1 + > 1 file changed, 1 insertion(+) I can take this through the spdx tree if no one objects. thanks, greg k-h