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 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 18654C04AAC for ; Tue, 21 May 2019 01:23:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA1AB2173E for ; Tue, 21 May 2019 01:23:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558401838; bh=6QkK17Wb8f06ZPYQ89VkRDd3Gwd+UlDccHTYVWAbsCE=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=jwfvWABVF1OtGUPJ1QflBHgNtTeYtQcf1ssmGst0I7L2RqinnSy3emBun8I8Ziu0n cVVTK3tnms+ruwv9lGZebFli6XAcIn23YNeVVlLuNiq3THuttRjLa0yu/UXfzQd2T8 EqRwJB3xw8hp9MvyWIEDVuQeExumjUJSYL3c+j5Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727078AbfEUBX6 (ORCPT ); Mon, 20 May 2019 21:23:58 -0400 Received: from mail-lj1-f193.google.com ([209.85.208.193]:38897 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727022AbfEUBX6 (ORCPT ); Mon, 20 May 2019 21:23:58 -0400 Received: by mail-lj1-f193.google.com with SMTP id 14so14251894ljj.5 for ; Mon, 20 May 2019 18:23:56 -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 :cc; bh=pmXgsFprRnJoJ5trCWrj7ORYrRyGqC/sJeupV6RG/U0=; b=X5GL8Tkhy8s5XX6zV0jbZLGvlPu9Nb53PB6G/q8twwrxMrHW6JNiMyoaFQGA1nq7qD rdT33Enacp6owPPtt6nSlBxmHXcW+iF+Q0vwLVM8l61tRlyUQKT7EmewjLn6faFXdT0n /hQhsHyllA/p5DliSerYCmpnAFmCp2aKBIbIg= 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=pmXgsFprRnJoJ5trCWrj7ORYrRyGqC/sJeupV6RG/U0=; b=nFFsJHH1fGpaecH67RiYiMwm1pGl9YbVeKFo5nXDpiBlvPyPmjaeYcIpgbL420oLD3 2aXX/AFRaLrZc2262zsBeyPI/s2OITO6LGyBfu+Jr03IaPzhXc6JPgHBXSfcJ2X4+IU5 WLrGCGFixw8ePu0+OO32KgSGGZpPvaFOuwGMi90b5Ud5Q9ekrsJHkQ2II1yDXN8tUyu/ KaZt736R8ZkNggfr+rYhpSQn/KczIoTr50PnVvtnWDLqkHiljr1Ut560JDMFpcXnzC5N 1x9kyJgiqF8EVi6aGZji6CcmSpodYxa0Ines9HpheEI5zYiaZV3x9ctU0b4U8Q6Kgike PPKQ== X-Gm-Message-State: APjAAAWhzok8G5+f8C7IoBkvs9gyFIWGijxFUiROe5Wx9wKK49l/JFiS ikh84suh9ZQfKPh7K1czSoGlptlzWk8CEiKwwh785w== X-Google-Smtp-Source: APXvYqw604LgVnha65/YwOl4dBXPrq2mtIedrcYDiHStpiZ1YH7l7DPMsPl5dFsenbsVpBebfbIIgKcXZkg97OWyA2o= X-Received: by 2002:a2e:93c7:: with SMTP id p7mr2319183ljh.32.1558401835148; Mon, 20 May 2019 18:23:55 -0700 (PDT) MIME-Version: 1.0 References: <20190519135130.462579320@linutronix.de> <20190519154041.727898173@linutronix.de> In-Reply-To: <20190519154041.727898173@linutronix.de> From: Kate Stewart Date: Mon, 20 May 2019 20:23:42 -0500 Message-ID: Subject: Re: [patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12 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: Kate Stewart On Sun, May 19, 2019 at 12:21 PM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > 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 program is distributed in the > hope that it will be useful but without any warranty without even > the implied warranty of merchantability or fitness for a particular > purpose good title or non infringement see the gnu general public > license 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 7 file(s). > > Signed-off-by: Thomas Gleixner > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=step2&id=14281789c34a > --- > arch/nios2/include/asm/asm-macros.h | 13 +------------ > arch/nios2/include/asm/cache.h | 12 +----------- > arch/nios2/include/asm/linkage.h | 12 +----------- > drivers/acpi/acpi_memhotplug.c | 12 +----------- > drivers/xen/xen-acpi-cpuhotplug.c | 12 +----------- > drivers/xen/xen-acpi-memhotplug.c | 12 +----------- > drivers/xen/xen-stub.c | 12 +----------- > 7 files changed, 7 insertions(+), 78 deletions(-) > > --- a/arch/nios2/include/asm/asm-macros.h > +++ b/arch/nios2/include/asm/asm-macros.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Macro used to simplify coding multi-line assembler. > * Some of the bit test macro can simplify down to one line > @@ -6,18 +7,6 @@ > * Copyright (C) 2004 Microtronix Datacom Ltd. > * > * All rights reserved. > - * > - * 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 program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > - * NON INFRINGEMENT. See the GNU General Public License for more > - * details. > - * > */ > #ifndef _ASM_NIOS2_ASMMACROS_H > #define _ASM_NIOS2_ASMMACROS_H > --- a/arch/nios2/include/asm/cache.h > +++ b/arch/nios2/include/asm/cache.h > @@ -1,18 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright (C) 2004 Microtronix Datacom Ltd. > * > * All rights reserved. > - * > - * 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 program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > - * NON INFRINGEMENT. See the GNU General Public License for more > - * details. > */ > > #ifndef _ASM_NIOS2_CACHE_H > --- a/arch/nios2/include/asm/linkage.h > +++ b/arch/nios2/include/asm/linkage.h > @@ -1,18 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright (C) 2009 Thomas Chou > * > * All rights reserved. > - * > - * 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 program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > - * NON INFRINGEMENT. See the GNU General Public License for more > - * details. > */ > > #ifndef _ASM_NIOS2_LINKAGE_H > --- a/drivers/acpi/acpi_memhotplug.c > +++ b/drivers/acpi/acpi_memhotplug.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2004, 2013 Intel Corporation > * Author: Naveen B S > @@ -5,17 +6,6 @@ > * > * All rights reserved. > * > - * 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 program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > - * NON INFRINGEMENT. See the GNU General Public License for more > - * details. > - * > * ACPI based HotPlug driver that supports Memory Hotplug > * This driver fields notifications from firmware for memory add > * and remove operations and alerts the VM of the affected memory > --- a/drivers/xen/xen-acpi-cpuhotplug.c > +++ b/drivers/xen/xen-acpi-cpuhotplug.c > @@ -1,18 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2012 Intel Corporation > * Author: Liu Jinsong > * Author: Jiang Yunhong > - * > - * 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 program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > - * NON INFRINGEMENT. See the GNU General Public License for more > - * details. > */ > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > --- a/drivers/xen/xen-acpi-memhotplug.c > +++ b/drivers/xen/xen-acpi-memhotplug.c > @@ -1,18 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2012 Intel Corporation > * Author: Liu Jinsong > * Author: Jiang Yunhong > - * > - * 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 program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > - * NON INFRINGEMENT. See the GNU General Public License for more > - * details. > */ > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > --- a/drivers/xen/xen-stub.c > +++ b/drivers/xen/xen-stub.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * xen-stub.c - stub drivers to reserve space for Xen > * > @@ -7,17 +8,6 @@ > * > * Copyright (C) 2012 Oracle Inc > * Author: Konrad Rzeszutek Wilk > - * > - * 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 program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or > - * NON INFRINGEMENT. See the GNU General Public License for more > - * details. > */ > > #include > >