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 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 09843C28CC2 for ; Wed, 29 May 2019 17:36:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D619B23FA7 for ; Wed, 29 May 2019 17:36:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726828AbfE2Rg2 (ORCPT ); Wed, 29 May 2019 13:36:28 -0400 Received: from mail-vs1-f49.google.com ([209.85.217.49]:35409 "EHLO mail-vs1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726643AbfE2Rg2 (ORCPT ); Wed, 29 May 2019 13:36:28 -0400 Received: by mail-vs1-f49.google.com with SMTP id q13so2487760vso.2 for ; Wed, 29 May 2019 10:36:27 -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=VaZ09Pop7kdai+oag8TyFROvKBjMBI+vkxAD13GGNEY=; b=V1/brtt60WaUSHwqAeJW5dKfoPpeJjXO8Uni2eF3Na3djz2hXbtD2Ycx4ZQlTv11LT g6oZbi3L1s1R2yXkbndVDbEIbJn4yE7xRoZrG8gl4V+N466aIF8iycvn5WQ+sduTUlKu 0UrvqG/cSXAk2R5I4zsTCmBwWeWTjklmCTFEaFgM/frTR98pSa5qKmRNI/YzJjtvndRB ybjMX4NwSsQDtaQ8j0nq+mB2Ictwil3XSQ1bE/W6jLDmt4PVxtkgQXfdjDj0ZgVXa+aL nUM7cGR5a903akJ8gaKcYrR5Oab3K7+8xfEIqIfQ3CjZMubDdhzr4MQUABM9DzFu76Ky wCUQ== X-Gm-Message-State: APjAAAWO22w+9EB0G21LjuoYLovKKCFVVflMBh4QxX4OIBb0AlQfiA7O eVPg0VQ/zDjFJn8Pq31V7ijvqkw21mVPo4okkG6K3Q== X-Google-Smtp-Source: APXvYqwtEcFtXo2O4ABstzF9aSxeOCLkzE+eNXynlYXWVfjZOgXLwwWSw7EfycQ8QBPDVjPDnipf9qdAKPPB1N35D1A= X-Received: by 2002:a67:e416:: with SMTP id d22mr11292837vsf.59.1559151387081; Wed, 29 May 2019 10:36:27 -0700 (PDT) MIME-Version: 1.0 References: <20190528171003.338128414@linutronix.de> <20190528171438.107155473@linutronix.de> In-Reply-To: <20190528171438.107155473@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 13:36:16 -0400 Message-ID: Subject: Re: [Batch 10 patch 01/24] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 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:17 PM 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 and conditions of the gnu general public license > version 2 as published by the free software foundation this program > is distributed in the hope 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 see http www gnu org > licenses > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 228 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana