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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 E9DC5C04AB6 for ; Fri, 31 May 2019 18:16:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C7CB926DB6 for ; Fri, 31 May 2019 18:16:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726896AbfEaSQK (ORCPT ); Fri, 31 May 2019 14:16:10 -0400 Received: from mail-vs1-f47.google.com ([209.85.217.47]:45197 "EHLO mail-vs1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726869AbfEaSQK (ORCPT ); Fri, 31 May 2019 14:16:10 -0400 Received: by mail-vs1-f47.google.com with SMTP id n21so1535642vsp.12 for ; Fri, 31 May 2019 11:16:09 -0700 (PDT) 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=7hI9NiQWQlG7XuYptrS8ktcRivP6HGpzFaYYtj4cJiI=; b=EmOchoYFC2OiKH5bvh98C4skA0cXRpC4NlwtM4pv0Zk9L1EsD+cVcLBnlolnZ00GHs ZfpydjpamBX1BRqW3Y+8y6kX4bI/AzQ27Av0h1lmr8Eg9nwYbSWizLPsE3GsqsoCId/0 MmJRV03AM41KuE8Qa57MvsW8I1WS0PHvtySkRnNKvutVX6JI/K4VAM7FloKn49VDwp7h 8pci2YNwt3/fJyE18eB/Lbi+BhBnFFG2Wruhk96o7B4PwKcMtWHRE+feZSeCXLlPcvXq kXhKlur0tZ6tmtAWr/xMdTsZmbGtM2/BM/IVe+4hIzXVpkiHJJ/8yaDdtu92CZxbhlHs eKTw== X-Gm-Message-State: APjAAAUuRYt2vBhJnTro/GA3FGFBTN6Dy/atDs8w2/XIQR/MbVQKHI9b oAorxDfaZg4PQBnbR4osNUyppQoSo0l45rF6q4Mtxg== X-Google-Smtp-Source: APXvYqzos06bYyXlfcBdu67cDZNomCXn2iMEeTQzPK8hifmfSbTXq8vGB1uQfYt3daBbkOFu67D9wOSyfzcBLxmpEIs= X-Received: by 2002:a67:f8cf:: with SMTP id c15mr6191359vsp.174.1559326569291; Fri, 31 May 2019 11:16:09 -0700 (PDT) MIME-Version: 1.0 References: <20190531080918.723298166@linutronix.de> <20190531081038.287952587@linutronix.de> In-Reply-To: <20190531081038.287952587@linutronix.de> From: Richard Fontana Date: Fri, 31 May 2019 14:15:58 -0400 Message-ID: Subject: Re: [Batch 14 patch 34/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 394 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 On Fri, May 31, 2019 at 4:12 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > 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 version 2 of the license only 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 see the gnu > general public license for more details you should have received a > copy of the gnu general public license along with this program if > not write to the free software foundation inc 59 temple place suite > 330 boston ma 02111 1307 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 2 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana