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 89F70C04AB3 for ; Mon, 27 May 2019 14:56:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 45C96217F4 for ; Mon, 27 May 2019 14:56:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726353AbfE0O4N (ORCPT ); Mon, 27 May 2019 10:56:13 -0400 Received: from mail-vk1-f173.google.com ([209.85.221.173]:43486 "EHLO mail-vk1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726279AbfE0O4M (ORCPT ); Mon, 27 May 2019 10:56:12 -0400 Received: by mail-vk1-f173.google.com with SMTP id h72so3883991vkh.10 for ; Mon, 27 May 2019 07:56:12 -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=VCFfpyxzVNG1UE8PRvSRbLZtqKS7t8FlsH/BluTMGUw=; b=JNAKt7u9mi9MqleNqJ0NSwyCx5+/jAKuWTEFXUoFEMz6NbKUIQyH/H/j0NJtO1tSRq vPpiq1hddVgpHiFUNm2lSstFxPZbVMWQw3gOLd5z8Q65S0K2/pqKyk0FSa3/gbdr3ZYB SwmMbgJT6MD00q/fEqNkMdK1bEC/KJOfNCyMTkxR7pvJuUpcFwwpMUwzeTUV0QWUmeYV Zbe8N+GG2XhAeyQd5gZ+FCGkeH9j4kKuA8HrH/bax8Yw0VexlatnhAWEfTa03IZJqP7/ n5MVkr4pF3fCkIfj3kzb0emxgOvqQO78y53NLKnjSx8/+9USfyaVFh2XWdOs7zvVYNMS tEyg== X-Gm-Message-State: APjAAAVeyw6Xi3L4jCdzdx+8IF7gfabYISebYFqosRznZfXu59XuqwZG bnnLiplZDMqqjdUHy6EsDU9XDS6R4mb+t5XDy46wWuZr X-Google-Smtp-Source: APXvYqzt4CO6i+xByuprgxt479NzlHZ/BXgJVJ9kZz1FjwKlfn7kibJY40K936MPSWLRKv0qAgBhZKIDxDXJwI/kkHE= X-Received: by 2002:a1f:9ed1:: with SMTP id h200mr8722008vke.16.1558968971728; Mon, 27 May 2019 07:56:11 -0700 (PDT) MIME-Version: 1.0 References: <20190527062647.980651098@linutronix.de> <20190527063114.579638220@linutronix.de> In-Reply-To: <20190527063114.579638220@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 10:56:00 -0400 Message-ID: Subject: Re: [Batch 7 patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 130 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 Mon, May 27, 2019 at 5:52 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 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 see the gnu library 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-or-later > > has been chosen to replace the boilerplate/reference in 10 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana