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=-0.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UPPERCASE_50_75,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 D93FBC282E3 for ; Fri, 24 May 2019 10:43:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B0070217D7 for ; Fri, 24 May 2019 10:43:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390410AbfEXKng (ORCPT ); Fri, 24 May 2019 06:43:36 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:42754 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390743AbfEXKnf (ORCPT ); Fri, 24 May 2019 06:43:35 -0400 Received: from [5.158.153.53] (helo=nanos.lab.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hU7fg-00029P-PO for linux-spdx@vger.kernel.org; Fri, 24 May 2019 12:43:33 +0200 Date: Fri, 24 May 2019 12:43:32 +0200 (CEST) From: Thomas Gleixner To: linux-spdx@vger.kernel.org Subject: Re: [Batch 6 - patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 141 In-Reply-To: <20190524100844.373439442@linutronix.de> Message-ID: References: <20190524100345.776412942@linutronix.de> <20190524100844.373439442@linutronix.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Fri, 24 May 2019, Thomas Gleixner wrote: > arch/mips/pci/fixup-loongson3.c | 18 +----------------- > drivers/i2c/busses/i2c-pmcmsp.c | 17 +---------------- > drivers/spi/spi-omap-uwire.c | 17 +---------------- > 3 files changed, 3 insertions(+), 49 deletions(-) > > --- a/arch/mips/pci/fixup-loongson3.c > +++ b/arch/mips/pci/fixup-loongson3.c > @@ -1,26 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * fixup-loongson3.c > * > * Copyright (C) 2012 Lemote, Inc. > * Author: Xiang Yu, xiangy@lemote.com > * Chen Huacai, chenhc@lemote.com > - * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of the GNU General Public License as published by the > - * Free Software Foundation; either version 2 of the License, or (at your > - * option) any later version. > - * > - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED > - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF > - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN > - * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, > - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT > - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF > - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON > - * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT > - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF > - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > - * Sigh....