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=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,T_DKIMWL_WL_HIGH, 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 23B1BC04AB3 for ; Wed, 29 May 2019 03:23:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E083720657 for ; Wed, 29 May 2019 03:23:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559100199; bh=3DVIUzZpbav3JLXUVPe96ig648lZmpGI2I/tyM3Ybps=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=xYES6xnE2yZjoTI16qgowtdfa9O0GlbKs5MqPunhSfZSVS2uYc3V+/cI96X2ltEkB KL0RorqIEYMVdjnhA8TIcvkGCKpNzoZ3axwD9zEY8SJP9+KDlYewKlRk0L7y1L8XZH CbqmyS5yZI/wDNthRJJSIjQsc0BEK37bfuARcx84= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725855AbfE2DXS (ORCPT ); Tue, 28 May 2019 23:23:18 -0400 Received: from mail-qt1-f193.google.com ([209.85.160.193]:34077 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725828AbfE2DXS (ORCPT ); Tue, 28 May 2019 23:23:18 -0400 Received: by mail-qt1-f193.google.com with SMTP id h1so897236qtp.1 for ; Tue, 28 May 2019 20:23:18 -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=pF+mFcMYKFwBVKLlqaI4EiDoqpqFTxx3/YPvYQS9xdM=; b=Nr78eR6xdb/amaH+H693cOFuIXD3A7r/EQ5kYPViQtFvBnii5lpsws3zK9diiKAn3I 2uFBLznT9ZOpXmX8TpMMpFGlG8kPXjb5AMNRLW3Nr0QcrvccP0PwxYk7Zd7KEWDp4Ios RrIYRX5XHrQEk74LC0ynVh9Ylm94rJevNXZOM= 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=pF+mFcMYKFwBVKLlqaI4EiDoqpqFTxx3/YPvYQS9xdM=; b=UUlH8M+Pz3OntgjcBh/kT2MXXsYGzI3wpEORtqDTK9sOMjdN3DqcCHj7uD/gGINxyT 7BS9/Zn4He+JLrnDgCRnprBsRip7mB4XPP6csslYofKgIvjC8iHKvBa0aLz+6szlgf+A 2ljGcqt5VMLg5yIONwwcJNvSwOVIf9rjQsr6qZP51pONObNlqs42OiAbRY7fmZip//q5 HS8XLoDPlMcAqnbPDPxPQ/kP0pQ6b8Z5kZt0HwEnj8zPTbIl7DKzq49KX76oo8GbyK4Y cCXoN92bWFHZyOi/UZeQgkBQqFvUhhrrC3zTqoTheHuQyfIStprfaTwVUPD+fpIXolhI wgCA== X-Gm-Message-State: APjAAAVMDuwlb4olrfk137j6jccwGiTRJfvKFHiBYcrqs+VVMcoteSy2 hZelsOoqjLGuDC/Un5bLPnngB0ZQrzmWPeVTaoDIpaYqRvTtPg== X-Google-Smtp-Source: APXvYqwuuQH+hY0BfLiDEQtiQlJTR+4UO4cRv7UCEm2jNLNIlAsTjf6ZW/KqiOxyM3+7ht81Mkxt+oSjBAUC1GKTFRc= X-Received: by 2002:ac8:24f8:: with SMTP id t53mr14166449qtt.241.1559100197661; Tue, 28 May 2019 20:23:17 -0700 (PDT) MIME-Version: 1.0 References: <20190528171003.338128414@linutronix.de> <20190528171439.671734884@linutronix.de> In-Reply-To: <20190528171439.671734884@linutronix.de> From: Steve Winslow Date: Tue, 28 May 2019 23:23:05 -0400 Message-ID: Subject: Re: [Batch 10 patch 17/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217 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 Tue, May 28, 2019 at 1:17 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > distributed under the terms of the gpl version 2 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > 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=batch10&id=498fa9aa6ead > --- > drivers/parisc/gsc.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > --- a/drivers/parisc/gsc.h > +++ b/drivers/parisc/gsc.h > @@ -1,9 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > /* > * drivers/parisc/gsc.h > * Declarations for functions in gsc.c > * Copyright (c) 2000-2002 Helge Deller, Matthew Wilcox > - * > - * Distributed under the terms of the GPL, version 2 > */ > > #include > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@linuxfoundation.org