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.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 74D5EC04E87 for ; Tue, 21 May 2019 13:39:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 553BA208C3 for ; Tue, 21 May 2019 13:39:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728176AbfEUNjK (ORCPT ); Tue, 21 May 2019 09:39:10 -0400 Received: from mail-vs1-f67.google.com ([209.85.217.67]:46366 "EHLO mail-vs1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728433AbfEUNjK (ORCPT ); Tue, 21 May 2019 09:39:10 -0400 Received: by mail-vs1-f67.google.com with SMTP id x8so7229340vsx.13 for ; Tue, 21 May 2019 06:39:09 -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=CQfKrBG7Ub0BAOrov9Jv9uXjpW46SKc/kbmcF56JVCk=; b=SiDsl8JVB2w7soHTW4/rSFwJUEe32GAE84hfYhOJa+0FoCsOioawsZVPG05DiqV3Gl ysJzx7kC27SJChvXa1TTNdUNqx6eReqf5SI3ywspFBfRuDEmxTtRHSRVITKSZfXTBYGW lPE8/Moq4hKj7x3uTltkyCQUAFN4I+sTccllpzxdCUIG6fqVsbKfMo0zjYhVF1EZwDBC ohU1VDpoDvhWewm2YghTgUPMD0jcuJPnrfn8ePb3gE/hzdpkk+S5JGVFP4jQss6YZ6nx ZrXpCJoPgOtOsdvBoGNC6bKYDEx62vcNuExpYz6P547BvuI/+iY9WTufHNf829d0x+4b BeGg== X-Gm-Message-State: APjAAAWcTWrezZBfNP51eleRT+GF7LRNq1JNDkI3PGIq2fFhGL2AgbL+ gtE7ls80w4M2xmhaPX6wbs+X5+yl58NCOvazM4VuewGv X-Google-Smtp-Source: APXvYqxUXOOHO923nYUMOGvePVNasrorPXG19kYBogC1dqWUcflBdKCgh4+fXj3T6Gc/9Vo3KaWOg0H88kqrIDpw/90= X-Received: by 2002:a67:f8cf:: with SMTP id c15mr11722502vsp.174.1558445949268; Tue, 21 May 2019 06:39:09 -0700 (PDT) MIME-Version: 1.0 References: <20190520071851.141112241@linutronix.de> <20190520071857.941092988@linutronix.de> In-Reply-To: <20190520071857.941092988@linutronix.de> From: Richard Fontana Date: Tue, 21 May 2019 09:38:58 -0400 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: Richard Fontana On Tue, May 21, 2019 at 3: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 > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.