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 57583C28CC0 for ; Wed, 29 May 2019 17:31:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1711923F9F for ; Wed, 29 May 2019 17:31:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725956AbfE2RbU (ORCPT ); Wed, 29 May 2019 13:31:20 -0400 Received: from mail-vs1-f49.google.com ([209.85.217.49]:42455 "EHLO mail-vs1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725990AbfE2RbU (ORCPT ); Wed, 29 May 2019 13:31:20 -0400 Received: by mail-vs1-f49.google.com with SMTP id z11so2442005vsq.9 for ; Wed, 29 May 2019 10:31:20 -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=xMhELAIAO790b9R4sArJJhoFn/UQK2G4uVNGPSnxtFU=; b=UhdyQlnRjv0KJMFEiNR7efUaQiFa00Z9M+2zQGdD/GWQ0m0vskahN2oggWKcd0NTqF J2RZQKXzm/nnvR3DJtQcHOBA1wvFd7MZiEEwfXWJ3W73ox9X+x1Z6RepKo/w4O6x0ce1 EXoNJkPth3Z48iMmb3xGbJQk2ZVe9WAR6EOL+EkmILFgzA5h4MJHex+0AyQKd/J9qH8N IE5FaIdHfDdTGJR2alZ6wonc/V6CsVg0GNi0S56Tb9K9F4Bd5ztnf7HQd9v2Ff0Jx5Nk fYrhbFSS4N6mehPZpRm9LCrEpHCxWULBE/v1O64CYQ36GQJtkC++pOBi/Gw4aPTe4PaV DeDw== X-Gm-Message-State: APjAAAVrBqUBHppzDyMMVzoVZbz0N020fXXtMynMle2uH9ZVT3EtJqBJ qaTglneyZKViwD0z+qby1TXJp8xaJidvlSbWIoZvx/iFEHw= X-Google-Smtp-Source: APXvYqwiXfMiLgZtEj4CYyZJkb4JjiETzxgdDveqjm8VdPD8BWzl0nUsLC3aebBhJbmTatgLEDLp4eQF96pn31zjX6U= X-Received: by 2002:a67:e416:: with SMTP id d22mr11256733vsf.59.1559151079303; Wed, 29 May 2019 10:31:19 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170028.004542325@linutronix.de> In-Reply-To: <20190528170028.004542325@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 13:31:08 -0400 Message-ID: Subject: Re: [Batch 9 patch 23/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 200 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 Tue, May 28, 2019 at 1:16 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > this code is licenced under the general public licence version 2 > > and additional 1 normalized pattern(s): > > this program is free software you can redistribute it and or modify it > under the terms of version 2 of the gnu general public license as > published by the free software foundation 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 1 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana