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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,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 18570C04E87 for ; Tue, 21 May 2019 14:32:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E380E21773 for ; Tue, 21 May 2019 14:32:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558449163; bh=MXTq8isX1CXRMccL4qltZuoamiqcUo2mXTDYZWHg5OU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=jT73tPvEYbcZgTMsLAd8SG6A35k1UVOqOi87zk/zM4Lm3nifl9wE6zzNly9YIFMvp dIA/iCsHtc9bu+Uz57xXsAo5SzYEdjvDUNiQagRu3ba//rzqVFGXVpY8cvTgQywpUs RE8RrZBUZxp44ZWN+CnOq5IX5kEx6MTIKMnWWYTY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728578AbfEUOcm (ORCPT ); Tue, 21 May 2019 10:32:42 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:38826 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728611AbfEUOcl (ORCPT ); Tue, 21 May 2019 10:32:41 -0400 Received: by mail-lf1-f67.google.com with SMTP id y19so13284429lfy.5 for ; Tue, 21 May 2019 07:32:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=nMVl2Kb3zG1S4BeNdeuXeqIt4SskYtExi+GZsVSKZWE=; b=grm6u/iq3CimK3psa+7YllSIIQkndnSkde5z+EFD3iDgTwAG0xTloSSneKDgugvfgI Vea1JGzGPml/fvQKsUgT498vT7lBXZPs7N8a0E0+WSqU8lgkNfK4N909u2Jw6N9pmpeW cOBqn617gS+OQj2szpGmJZWK6D6KPycTuo3kk= 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=nMVl2Kb3zG1S4BeNdeuXeqIt4SskYtExi+GZsVSKZWE=; b=m7ZIb/uMVNXR21n2Mk9G0fcdCdhdZW19az/JK2I3au+XDd63RrKnXgmFn/NY8T8eNN fFwMN2Qu07a4ymMY1eWSyXSVIREM1rets4+CqPAebT7iLRDqwr72ksIcw9xv7q9r/mG8 CZs9qprrEsA9sahd0Y1x36qd6x16AQHLEkxjds9feXNJ04lp41FDA2iekwLvs+Ql4HUy gRgIxePMRrjNQPgXQ+vjmhPaU3RYLDO22W6Wy382BKJ9YP1KGGOLk3pITFQknYbGsEUq g1r3A37YBAxO0E3RvgSPbdxSTfZrvupmMo+Ec+dZWTaoA9dhK02iK0Kll/hBN0Foery8 bcSw== X-Gm-Message-State: APjAAAW8UfBCvCQNEIcxfbTHeAo9CBHohTz7/kyXhiBuMVfFLNblulli jSxMfUo6yv92ppIaGdu1eExPC1iFZkg7DeCLcVqQvw== X-Google-Smtp-Source: APXvYqy65XiOHPnjVFW0bb0sqQPTWsVb8IigpsxGQW/xD0vBEZ8pZWblK+KkhioAO3+DVr3YmKfVAh/MgJwbLit9L9g= X-Received: by 2002:a19:ae01:: with SMTP id f1mr1067581lfc.29.1558449159382; Tue, 21 May 2019 07:32:39 -0700 (PDT) MIME-Version: 1.0 References: <20190520071851.141112241@linutronix.de> <20190520071857.941092988@linutronix.de> In-Reply-To: <20190520071857.941092988@linutronix.de> From: Kate Stewart Date: Tue, 21 May 2019 09:32:27 -0500 Message-ID: Subject: Re: [patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52 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 Reviewed-by: Kate Stewart On Tue, May 21, 2019 at 2:44 AM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > this file is released under gnu general public licence version 2 or > at your option any later version see the file copying for more > details > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > 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=batch3&id=baacad760976 > --- > ipc/msgutil.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > --- a/ipc/msgutil.c > +++ b/ipc/msgutil.c > @@ -1,11 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * linux/ipc/msgutil.c > * Copyright (C) 1999, 2004 Manfred Spraul > - * > - * This file is released under GNU General Public Licence version 2 or > - * (at your option) any later version. > - * > - * See the file COPYING for more details. > */ > > #include > >