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,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 0BCC5C04AB4 for ; Mon, 20 May 2019 01:07:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D778A20675 for ; Mon, 20 May 2019 01:06:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558314419; bh=luRaLkao1MR+EamDhm6A0YuaUaJPdOLueZfqdrRLXCE=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=HUmk+erBKGGyFW1XkU3tKvD5GzAwuLz1nqwhFqVkSnvXKaiZP3YRiTbpIO+yNNmD2 M113K3mg3LXawwU9EbKlzTK64QtkNW22lUnn6A6AtlqobXaGKr2GvVe7HQyouf6htb hxdkKxiKv+9/Un9q1DiKVM57+miUUq56G8Nqsqb8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729731AbfETBG7 (ORCPT ); Sun, 19 May 2019 21:06:59 -0400 Received: from mail-qt1-f193.google.com ([209.85.160.193]:41289 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727087AbfETBG7 (ORCPT ); Sun, 19 May 2019 21:06:59 -0400 Received: by mail-qt1-f193.google.com with SMTP id y22so14448426qtn.8 for ; Sun, 19 May 2019 18:06:58 -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; bh=px7m1DeScr4wzk3HqQEIscp/7NhJuqsnOy/ReGIdcJM=; b=Xji+G8/t6rCqChyX9o7ywnMEGHDOwHcEKlHp1KNTGgJl3xubimGBusUr1NdLiIMm52 zzd4fZgvsYsdF57OXEDVTEiUQK8aZiueQHB4UJIh0VjtbFmOhJ9qVpHdrHKR+/KJbtNL +TP45Wz1wYDjmIBUbgbXqzWHBHABSvHoxUtQY= 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; bh=px7m1DeScr4wzk3HqQEIscp/7NhJuqsnOy/ReGIdcJM=; b=IRTN58oByT6KX46VJn8pe59tcuSEW3iHVWN1mRfJIydqz3TC7pZCQB2U0T+89sjizL VSgz8vDzyrnWszz5tJgk+VhbMlE4gHUf4T8nIq6Cw7bIcXK7CWs/AcTb/8YjNsPrs7/t qK/4in1muL271s0gHUlS+th/FAa3zW4JR3hOFaIwdQTOTrAMOUYuUyZy6+fp6LFaQISQ 8Wf5RWtEEuDCPUyzFn0c+/jW3wa7iqFhqJV91MPUuLbNOPW/9FN3uo0QDhviiy/9m0gC c4HU8/uzh1pUtP39NqL2ubSdgZ68DQosS2W/2KsMPYFWeNQzHadcd8aD7O1tYBIymZFQ 9i4Q== X-Gm-Message-State: APjAAAV8VS6ImjtZqJkSVwJBBBPFZF4KAX6gLZuCs90xYkc44/6UBq+S aGbBPDD6snrpKnCtzfbIVM1yI3u9mEG0x4eLJQMYBia/SPy2pg== X-Google-Smtp-Source: APXvYqy2WVBmv3/A/xJeWoNeL6lOLd4Febt/y8TPdkWzcH41Kx6Sf7Jpy1F73K4asoKXJB6msLPMznnpjCozSzGbPiU= X-Received: by 2002:ac8:450e:: with SMTP id q14mr39551042qtn.241.1558314418248; Sun, 19 May 2019 18:06:58 -0700 (PDT) MIME-Version: 1.0 References: <20190519135130.462579320@linutronix.de> <20190519154041.526489261@linutronix.de> In-Reply-To: <20190519154041.526489261@linutronix.de> From: Steve Winslow Date: Sun, 19 May 2019 21:06:41 -0400 Message-ID: Subject: Re: [patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 10 To: 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: Steve Winslow On Sun, May 19, 2019 at 1:20 PM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > licensed under the fsf s gnu public license v2 or later > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 2 file(s). > > Signed-off-by: Thomas Gleixner > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=step2&id=eabb52974b15 > --- > include/linux/plist.h | 4 +--- > lib/plist.c | 3 +-- > 2 files changed, 2 insertions(+), 5 deletions(-) > > --- a/include/linux/plist.h > +++ b/include/linux/plist.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Descending-priority-sorted double-linked list > * > @@ -12,8 +13,6 @@ > * Simplifications of the original code by > * Oleg Nesterov > * > - * Licensed under the FSF's GNU Public License v2 or later. > - * > * Based on simple lists (include/linux/list.h). > * > * This is a priority-sorted list of nodes; each node has a > @@ -70,7 +69,6 @@ > * is lowest priority. > * > * No locking is done, up to the caller. > - * > */ > #ifndef _LINUX_PLIST_H_ > #define _LINUX_PLIST_H_ > --- a/lib/plist.c > +++ b/lib/plist.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * lib/plist.c > * > @@ -14,8 +15,6 @@ > * Simplifications of the original code by > * Oleg Nesterov > * > - * Licensed under the FSF's GNU Public License v2 or later. > - * > * Based on simple lists (include/linux/list.h). > * > * This file contains the add / del functions which are considered to > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@linuxfoundation.org