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 14F3EC28CC0 for ; Wed, 29 May 2019 14:30:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC6692238A for ; Wed, 29 May 2019 14:30:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559140219; bh=+em5Y5BQbyMJbiQ8bQaXxskFzpSpaRg64ODC0Qfovrc=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=zoHVf1BPejakox/KwYyID5yWr/jK1TuzjUhejACeNRep5oYto47M6OgCM5yUdhjCb RZJNmAbazwO1OOMZLkZpqJTrBYjF0zL8aBCdMPRT6/u1u/SrmS2cfYJfpcT6/l+1ko Ch/W1JyE62Slj/bFTQg1D80nNSXYnMdgFW4Do6I4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726192AbfE2OaT (ORCPT ); Wed, 29 May 2019 10:30:19 -0400 Received: from mail-qt1-f196.google.com ([209.85.160.196]:34048 "EHLO mail-qt1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726012AbfE2OaT (ORCPT ); Wed, 29 May 2019 10:30:19 -0400 Received: by mail-qt1-f196.google.com with SMTP id h1so2842619qtp.1 for ; Wed, 29 May 2019 07:30:19 -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=eV8N5/UI9FyBg+FrPqtvUSeWmNJORIFmvFdk8+tOA9E=; b=c0ZoPqs17T+ZJ3kDQKpO4IrJ2W3vvXNM0Vl+VAWBCKbIbc7bL8ysSZsU2ha7nIPkf4 1z3J3Sx9UQeQsPXVoQm/lB8K2kEFLPPstJ0DlTbYm1RsSHWEyn78V4qgob9KM1/6BSGE 8QEA/+8PvdmAjwqSIH9BHxsPg2zed8HTJzWn0= 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=eV8N5/UI9FyBg+FrPqtvUSeWmNJORIFmvFdk8+tOA9E=; b=YGAhQ7/PWnyXpBnni+OSdAYPrALS8FM+g7RvFbuJiWGoQ71W8cDJNWgmutzNd8FYkR AgoHBWQYq1Q7pqALprQ8a49KFMwd/n9zint9Mz3UMmnzLnuRNoRo/9X1qS/JkL2T9r8M prvXILEU/Wu1U6yRQFbqPBYl9LD2izBl7/etp0HP3MW7WNUu0xRlpL8UnQNGxIFz7EJg zcg7tLdoo2DEEerEa4jrxxrLfGHolCb008W53jpQZou36xxiwifRxSEYX11B8yhdyDV4 ibQt6ABj7zd/jraNOI4FXNuU/ru34zjbMfwXtLTm2XDT52joeJSr8yVps1aJzxjHzc8B FpoQ== X-Gm-Message-State: APjAAAX1G37GpM+SoTe63MOD14uB5kgUq1tzwRq6iTAaLK4xsVywZcmb lLgfX73MWgnIqTWekeCshEhdoMZfLI1uyeg+l6GPGYc9I3foWA== X-Google-Smtp-Source: APXvYqz4mHp+C7fD0qV/+ftbdEKQRVKb7X+iDF1MdzPw5n6URTwI1hHuIcVbm2Xq/HVXIOb6JHpWLuEtli1sv5MS9iQ= X-Received: by 2002:a05:6214:cf:: with SMTP id f15mr98160546qvs.154.1559140218411; Wed, 29 May 2019 07:30:18 -0700 (PDT) MIME-Version: 1.0 References: <20190529141224.009795289@linutronix.de> <20190529141333.014369811@linutronix.de> In-Reply-To: <20190529141333.014369811@linutronix.de> From: Steve Winslow Date: Wed, 29 May 2019 10:30:04 -0400 Message-ID: Subject: Re: [Batch 11 patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 256 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 Wed, May 29, 2019 at 10:22 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > the contents of this file may be used under the terms of the gnu > public license version 2 the gpl > > 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=batch11&id=61211f10d7e2 > --- > drivers/pcmcia/pxa2xx_base.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > --- a/drivers/pcmcia/pxa2xx_base.c > +++ b/drivers/pcmcia/pxa2xx_base.c > @@ -1,10 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-only > /*====================================================================== > > Device driver for the PCMCIA control functionality of PXA2xx > microprocessors. > > - The contents of this file may be used under the > - terms of the GNU Public License version 2 (the "GPL") > > (c) Ian Molton (spyro@f2s.com) 2003 > (c) Stefan Eletzhofer (stefan.eletzhofer@inquant.de) 2003,4 > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@linuxfoundation.org