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 ECE5AC28CC0 for ; Wed, 29 May 2019 15:38:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CD3D123AB3 for ; Wed, 29 May 2019 15:38:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726396AbfE2Piu (ORCPT ); Wed, 29 May 2019 11:38:50 -0400 Received: from mail-vs1-f43.google.com ([209.85.217.43]:34331 "EHLO mail-vs1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726012AbfE2Piu (ORCPT ); Wed, 29 May 2019 11:38:50 -0400 Received: by mail-vs1-f43.google.com with SMTP id q64so2179823vsd.1 for ; Wed, 29 May 2019 08:38:49 -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=a8+Malv2BmZ9MHIOibTCULzJl7nN9pErh9Ts1zrxQ3s=; b=QQ2x84IIiI8pZ/RLJ99C79ISaRyX/oFUUhFUfvUfPhBzRCTZwjoaG61y2YmzdAjPWX 7Qf7b5EUuqDn1AS1dMvUJNZcYdkjbYmaPS5qamPmS3qgvTVEySfcnb119bR1iN2qNPQE S18z7cumz0Z5nczUNAbRj8Qs5s9XbvuSKkM7xu2jXWWefyLiSn6wfF2XlEdySNb1yhQP Kaq0D4jIzMtklrsLvyH8Fc10p2tvk1cI9lHvs7RTO4otcKGOBypsv8QeaFfNzdOitF9Z 2W6pNC+WZlmNs3eCH2eCb/lWpt87sKTWTK7waiJWs5D+xQvPjD78y4YNrKnoIoCGjuuj kUtA== X-Gm-Message-State: APjAAAXz1kqwFFxsgR8Vb1a+gqKWg2kXvYMjslWp3gwmeObdQsqcgl1B NPtmR9kVXwLDbIA7DoIPJLvlzXgSFQNP4o+ptozX9w== X-Google-Smtp-Source: APXvYqzc2rbwg6uj6VP36bplYzhMx0ulgiASHaRxordxvcEqmrh0nIj0evbIbEg5v4hRlwrJxK3LiedonpYqkm4mkfw= X-Received: by 2002:a67:f8cf:: with SMTP id c15mr8961450vsp.174.1559144324050; Wed, 29 May 2019 08:38:44 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170026.802279667@linutronix.de> In-Reply-To: <20190528170026.802279667@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 11:38:33 -0400 Message-ID: Subject: Re: [Batch 9 patch 10/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 185 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 program is free software you can redistribute it and or modify > it under the terms of the gnu general public license version 2 as > published by the free software foundation software distributed under > the license is distributed on an as is basis without warranty of any > kind either express or implied see the gnu general public license > for more details > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 3 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana